Commit Graph

635 Commits

Author SHA1 Message Date
nathan dd00ac679a Added gradle wrapper task 2018-09-25 19:21:15 +02:00
nathan e01812a14a Suppress warnings for deprecated API 2018-09-19 10:41:14 +02:00
nathan a0dcf9758e Changed exception for NativeLoader 2018-08-31 11:30:41 +02:00
nathan 12db68ca1d code polish 2018-08-31 10:53:25 +02:00
nathan ef975c2d50 Updated path for util dependencies 2018-08-31 10:52:37 +02:00
nathan e16bec9fbb Updated JNI versions 2018-08-31 10:14:44 +02:00
nathan 5a7258cba7 Added java 9, 10 classloader.c location to comments 2018-08-31 10:12:15 +02:00
nathan dac1c9588b Better default checking if VM is android 2018-08-31 00:42:43 +02:00
nathan 64143d85f5 Added ultities.gradle (simplified from build.gradle) for multi-project builds 2018-08-28 12:25:43 +02:00
nathan 9b4f679b94 Removed .idea directory 2018-08-28 01:54:17 +02:00
nathan e436e4a89b Code polish 2018-08-28 01:49:55 +02:00
nathan 5afc9f508b Changed Utilities project dependency structure (instead of project, specific Utilities source files are shared) 2018-08-28 01:42:35 +02:00
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