Commit Graph

74 Commits

Author SHA1 Message Date
nathan 5cb84d9c13 Updated to use the conversant disruptor for the blocking pool implementation 2019-06-14 14:03:58 +02:00
nathan 8026dd0170 Updated to use Gradle Utils for gradle/project update management
updated .gitignore
2019-05-13 15:18:33 +02:00
nathan eb9083978e Updated to use Gradle Utils for gradle/project update management 2019-05-13 12:16:07 +02:00
nathan a2c1398897 Added jar attributes["Automatic-Module-Name"] = Extras.id 2019-03-21 12:01:59 +01:00
nathan e2c7e61ea4 Updated log on startup, update Gradle to 5.3 2019-03-21 10:47:52 +01:00
nathan 512b68fa4b Removed invalid license info 2019-03-17 23:13:24 +01:00
nathan 1f9c4ca52f Added badges+links 2019-03-17 22:57:17 +01:00
nathan 4a532da39a Build converted to kotlin script 2019-03-17 22:56:01 +01:00
nathan f0c08538ea WIP kotlin build script 2019-03-17 22:53:03 +01:00
nathan a887ab8e71 Removed non-usable code 2018-09-25 20:10:56 +02:00
nathan 32d6ec19cc Added gradle wrapper task 2018-09-25 20:03:30 +02:00
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