Commit Graph

63 Commits

Author SHA1 Message Date
nathan
f8f99aeafa Merge remote-tracking branch 'origin/master'
# Conflicts:
#	build.gradle
2018-08-28 09:52:51 +02:00
nathan
346c37244f Fixed issue when custom build props are not available 2018-08-28 09:51:00 +02:00
nathan
80ac89e984 Fixed issue when custom build props are not available 2018-08-27 23:11:23 +02:00
nathan
c5268b3ece formatting fixed 2018-08-18 20:57:13 +02:00
nathan
4d6cc8bc86 Converted to gradle 2018-08-18 20:40:07 +02:00
nathan
b4b7e2e681 Removed eclipse project file 2018-06-10 23:22:16 +02:00
nathan
d54b47e594 updated JDK compile required version 2018-02-19 15:26:04 +01:00
nathan
c2f0c7bed2 updated version 2017-09-22 09:22:40 +02:00
nathan
125bd8a2fc Changed package name. The standard package naming
convention with CamelCase is consistent across projects.
2017-09-22 09:16:12 +02:00
nathan
d346fad378 Reverted change to use Version object. 2017-09-14 23:40:42 +02:00
nathan
131bf4fde3 Removed GWT from iml file 2017-09-14 23:40:31 +02:00
nathan
278c5d8401 renamed package to lowercase to fit with other projects 2017-08-23 14:00:37 +02:00
nathan
0eec3864b3 Updated Version 2017-07-29 23:56:50 +02:00
nathan
e9e7d2b46f Updated POM information to include "dependencies", since it is easy to
incorrectly add it as a dependency to ones own project.
2017-07-23 18:03:25 +02:00
nathan
b4ca3e8b9d Now uses Version instead of String. 2017-07-22 14:52:36 +02:00
nathan
85881c9bf3 Updated documentation and comments. 2017-03-09 14:48:41 +01:00
nathan
7aceaacb0d Update readme to have usable example. 2017-03-09 14:44:32 +01:00
nathan
d92e7b6cb2 Updated version information 2017-02-21 14:43:47 +01:00
nathan
8977fbed4a Updated readme format 2017-02-18 23:59:18 +01:00
nathan
a6236241c7 Updated version/readme 2017-02-01 00:56:04 +01:00
nathan
4eb011a7d4 Updated javadocs 2017-01-08 23:45:40 +01:00
nathan
305704a215 Updated version 2016-05-31 02:21:42 +02:00
nathan
fbd3fc7515 Cleaned project iml files 2016-05-30 10:42:24 +02:00
nathan
43982dd0f2 Updated license info 2016-04-05 14:47:40 +02:00
nathan
e7ea747430 Updated version 2016-04-04 14:04:29 +02:00
nathan
db545c274b Fixed size issues (now explicit) for blocking queues 2016-04-04 02:55:25 +02:00
nathan
9e4243c7d4 Updated version 2016-03-22 00:56:23 +01:00
nathan
0bea61a84e Updated version 2016-03-13 17:37:42 +01:00
nathan
1a9e0bb8ac Updated object pool to have Blocking, Non-Blocking, and Non-Blocking (soft references) pool types 2016-03-05 15:29:46 +01:00
nathan
ef5e71d18a Updated builds + build system 2016-02-13 18:51:13 +01:00
nathan
309992aab9 Code cleanup/polish 2016-02-10 19:05:27 +01:00
nathan
eb45aa15f3 moved ObjectPool from the util package (it's now in it's own). Added ObjectPool.getVersion() 2016-02-10 03:34:17 +01:00
nathan
2f50b02df8 Updated readme 2016-02-10 00:40:38 +01:00
nathan
411e902380 Updated visibility for constructor + readme 2016-02-09 18:31:05 +01:00
nathan
36a0ad72c8 Updated readme + license 2016-02-09 18:16:54 +01:00
nathan
3705abf2ef updated readme + javadocs 2016-02-09 18:03:18 +01:00
nathan
2ae5328856 Removed libs/dist and now only have safe object pool (based on ArrayBlockingQueue) 2016-02-09 17:57:19 +01:00
nathan
253a777382 Updated ObjectPool 2015-12-30 02:47:07 +01:00
nathan
ea25dedff6 Changed to sleep(x), instead of yield(). Added 'createFast' and 'createSafe' to factory 2015-12-19 02:09:42 +01:00
nathan
20c26edc2f updated dependencies 2015-10-30 13:49:08 +01:00
nathan
316c0ea9f8 updated jna dependency info 2015-10-30 13:41:52 +01:00
nathan
5793df29cf Fixed issue with "double take". Added documentation 2015-10-05 00:56:08 +02:00
nathan
eefbe8ea6a Updated pool factory javadocs 2015-10-05 00:47:58 +02:00
nathan
e1786ca348 Changed reset -> onReturn, added onTake - methods that can be used to define actions when an object is taken-from/returned-to the pool 2015-09-28 01:40:49 +02:00
nathan
b599206867 Fixed comment 2015-09-27 19:08:52 +02:00
nathan
dd32671014 Removed unused javadoc parameter 2015-09-20 01:08:49 +02:00
nathan
a7a57c71bb updated project info 2015-08-23 02:41:23 +02:00
nathan
29c5ac4563 Updated objectPool to support "reset" for objects returned to the pool. 2015-08-22 23:43:53 +02:00
nathan
1d7c3637a6 udated junit 2015-08-16 01:12:26 +02:00
nathan
ebfcf9db7a Added comments. 2015-07-22 10:02:44 +02:00