Commit Graph

623 Commits

Author SHA1 Message Date
nathan
4aaf9bb686 Stack size is now always the JVM specified, or default value 2018-08-27 20:59:53 +02:00
nathan
a92ae16d85 Converted to java-library + api 2018-08-19 01:03:01 +02:00
nathan
a6c6cebd39 Removed specific dependency on method signature that depended on SLF4J 2018-08-18 20:07:00 +02:00
nathan
f0923fb201 Removed dependency on SLF4J (all but 2 cases were for debugging) 2018-08-18 20:04:46 +02:00
nathan
f1c4068194 Added extra error checking when the bitmap was invalid 2018-08-18 16:47:01 +02:00
nathan
7178e04230 Updated versions 2018-08-18 14:33:47 +02:00
nathan
ad94bfddf1 Moved swt gradle script to a better location (inside scripts dir). Added ext.swt customization 2018-08-18 11:22:40 +02:00
nathan
c832edc3a0 Updated OS.getJavaVersion method to work for java <=9 (via original parsing) and java >9 (via JEP 223) 2018-08-08 00:13:35 +02:00
nathan
134678c369 Changed TypeResolver to use OS.javaVersion instead of using it's own. 2018-08-07 23:32:52 +02:00
nathan
261f6b869d updated javassist version 2018-06-30 23:24:02 +02:00
nathan
c010e3b29c Updated .gitignore and gradle build files 2018-06-30 19:36:50 +02:00
nathan
2065906adc Removed IML file (it's generated now) 2018-06-30 19:34:35 +02:00
nathan
f9915fafcb Changed Swing Active Renderer to use awt.component instead of awt.Canvas 2018-06-25 22:38:36 +02:00
nathan
5a39cf039a Updated misc/vcs settings 2018-06-22 23:04:43 +02:00
nathan
18f17adc4d Added blank settings.gradle file 2018-06-22 23:03:14 +02:00
nathan
4a4156d55a Added SWT common build stuff 2018-06-20 17:15:19 +02:00
nathan
a9fd6f1464 Convert gradle from kotlin to groovy (at the moment, kotlin makes it more difficult) 2018-06-20 17:14:57 +02:00
nathan
112b2b0451 Added gradle wrappers 2018-06-20 16:21:13 +02:00
nathan
71f9096169 Cleaned up .gitignores 2018-06-20 16:20:56 +02:00
nathan
df8cf79014 Added Swt.getVersion() 2018-05-02 14:22:22 +02:00
nathan
ee2509c014 Added idea support files 2018-04-28 11:21:24 +02:00
nathan
3a977aac5a WIP getting gradle kotlin-dsl to build project 2018-04-27 22:06:53 +02:00
nathan
7b184196dd Updated .gitignore 2018-04-22 18:20:57 +02:00
nathan
a75c564920 Gradle cleanup 2018-04-22 17:07:59 +02:00
nathan
f347e682d0 Added lwjgl3 for xxHash as library 2018-04-22 17:07:26 +02:00
nathan
897d275491 Fixed generics 2018-04-22 14:28:13 +02:00
nathan
02332df381 Fixed deprecated method 2018-04-22 14:27:47 +02:00
nathan
2009fb7621 Added gradle build file 2018-04-22 11:26:54 +02:00
nathan
7be83009bd Formatting 2018-04-21 18:58:54 +02:00
nathan
bb01efec1e Fixed unit test to include proper string messages and delta values for float comparison 2018-04-21 18:58:23 +02:00
nathan
5f3f27a66c Removed BouncyCastle accessor dependencies 2018-04-21 18:51:47 +02:00
nathan
8fc979973b Code polish away from deprecated methods 2018-04-21 18:06:54 +02:00
nathan
687946d216 Code polish 2018-04-21 17:27:43 +02:00
nathan
564d42b0da Code polish 2018-04-21 17:27:10 +02:00
nathan
7537b91929 Updated BCDSA to latest bouncycastle version 2018-04-21 17:22:23 +02:00
nathan
f584446f85 Removed vararg ambiguity 2018-04-21 17:21:58 +02:00
nathan
c4457d8d5d Updated xxHash to use lwjgl XXHash version 2018-04-21 17:15:02 +02:00
nathan
09f9a1e614 Possible fix for #6 2018-04-08 22:22:30 +02:00
nathan
2b24e8c9cb Renamed Gobject -> GObject (changed case...) 2018-04-05 13:07:29 +02:00
nathan
dea819cd28 Renamed GObject -> GObjectType 2018-04-05 13:01:50 +02:00
nathan
60e0bc87a2 Updated and added more LockFree maps 2018-04-04 15:30:04 +02:00
nathan
e9e4c6b2ee Remove serialization logging as part of the serialization process 2018-04-04 15:27:51 +02:00
nathan
4d50cb462c Added more random methods 2018-04-04 15:25:40 +02:00
nathan
6d0db1f53f more robust native loader 2018-04-04 15:25:25 +02:00
nathan
a9966f4e58 removed system.err output for simple entropy 2018-02-06 09:06:53 +01:00
nathan
9cbd5f218d Updated Android logic 2018-01-30 23:21:09 +01:00
nathan
49cba00f37 Commented out tests 2018-01-30 17:15:12 +01:00
nathan
7ec171fbf4 Added putAll() method to ObjectIntMap. 2018-01-28 17:57:08 +01:00
nathan
3be511d91d Updated/added more lockfree collections 2018-01-28 01:11:50 +01:00
nathan
19c9ae67ee Added some lock-free concurrent collections (set, map, bi-map) 2018-01-25 16:38:54 +01:00