Commit Graph

606 Commits

Author SHA1 Message Date
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
nathan
ff502785fd Increased the default SCrypt rounds 2018-01-25 16:09:31 +01:00
nathan
1aede57c3c Added more info about curves 2018-01-25 16:08:56 +01:00
nathan
687f5d4aae ECC serializers now explicitly throw KryoException 2018-01-24 23:51:50 +01:00
nathan
6eea431108 code polish 2018-01-24 17:33:13 +01:00
nathan
b1872f8cf6 Added TypeUtilities, moved ClassHelper into it's own package so java 1.8
specific code can be compiled separately.
2018-01-24 17:32:49 +01:00
nathan
b96ac4be89 Added more methods to Serialization. Updated package names 2018-01-22 15:14:15 +01:00
nathan
f009f1223f Added support for getting generic type information from lambda
expressions
2018-01-22 15:11:55 +01:00
nathan
f64118bae1 Code polish 2018-01-15 16:01:10 +01:00
nathan
c824a7f8a9 JavaDoc polish 2018-01-14 00:20:54 +01:00
nathan
5618d6bee1 added register(Class<?> clazz, int id); 2018-01-13 23:59:51 +01:00
nathan
c3146ea719 Added extra workarounds for Gnome VFS being used. If it's there, it's
used instead of xdg-open
2018-01-13 19:22:24 +01:00
nathan
24297b117e Update dependencies 2018-01-11 21:13:00 +01:00
nathan
8a1ce599a2 Fixed issues with making sure that Desktop.* methods do not block
the current UI when running from the Swing EDT.
2018-01-11 16:14:06 +01:00
nathan
61554d3f75 Merge branch 'Djaler-patch-1' 2018-01-11 16:09:55 +01:00
Kirill Romanov
e48eb648fe
Fix for #4 2018-01-11 17:11:03 +03:00
nathan
ef2f0ad2db Changed "getUbuntuVersion" to return the version (major.minor) as an int
array. 0.0 if unknown.
2017-12-02 15:09:29 +01:00
nathan
627a99fdc6 Added shell executor 2017-12-01 23:03:01 +01:00