11 Commits

Author SHA1 Message Date
Gabriel Tofvesson
d4c53993ec - Added tests
- Refactored package to match my site name
- Renamed "logging" package to "stream"
- Fixed various bugs
- Fixed issues with illegal reflective access
- Added proper throwable for when a dangerous threaded action happens in async
- Added more reflective tools
  - Added ability to auto-generate simple wrapper classes
  - Added tools for converting enums to a flag-like system
  - Added annotation scanning for a supplied classloader
- Properly renamed module to "libRefTools"
2018-01-04 01:10:08 +01:00
93480ae071 Minor Update
- Added code to simplify getting classes whose fully qualified names might change
2017-01-18 17:12:14 +04:00
Gabriel Tofvesson
372acd1f7e Major update
- Added ability to "post" a return value to the Async object before completion
- Added ability to poll the return value of Async without awaiting completion
- Simplified SafeReflection "customEnum" method using Unsafe.
- Modified SafeReflection.<clinit> to support android
2017-01-10 07:24:04 +01:00
Gabriel Tofvesson
f83d25b732 Minor fixes
- Added minor change to support all languages (Java 5.0+)
2016-12-21 20:08:07 +01:00
Gabriel Tofvesson
f63b5beb93 Major update
- Updated code to support java 9 language level
- Moved field definitions in SafeReflection to clinit
2016-12-21 02:32:45 +01:00
5909e2ca0a Major Update
- Fixed Iterator and added remove()
- Added support for dispatching batch Async operations
- Rewrote lots of code to support lower language levels (java 5+)
2016-12-15 14:40:26 +04:00
a54ecb6a0f Minor update
- Added safe sleep method to Async class to allow for sleeping in thread without try-catch
2016-12-01 16:33:12 +04:00
Gabriel Tofvesson
32c8712607 Major fix
- Fixed fatal but with foreach on ShiftingList
2016-11-13 15:17:06 +01:00
Gabriel Tofvesson
3a1b73061e Minor improvements 2016-11-01 21:32:36 +01:00
d7d49e8ee2 Complete rewrite of shifting map code:
Added shifting set as separate public class
  Added "Empty" class for internal references
  Added shifting entry for static array reference to shifting set
2016-10-31 01:47:37 +04:00
f086a9b19d Initial commit 2016-10-22 21:36:45 +04:00