aboutsummaryrefslogtreecommitdiffstats
path: root/java/jau
Commit message (Collapse)AuthorAgeFilesLines
* Salvaging my common util classes from GlueGen (jaucpp -> jaulib for cpp + ↵Sven Gothel2020-12-113-0/+462
java, i.e. common utils/sandbox) As I have written all of these imports, I slabbed my (c) and authorship on 'em using the MIT license. Goal is to simply archive common code, hopefully having an implementation for cpp and java. This is a work in progress, naturally and will mature by usage. Notably, Harvey Harrison contributed to a few fixes here and there. However, since the last git history import from direct_bt was rather unclean, I give up and just commit the code here. TODO: - Import junit test cases - Add new java portion to cmake build producing jar and jni lib - Cleanup things - Merge java+cpp Ringbuffer (remove useless interface) - Fix java Ringbuffer according to cpp's findings (atomic/volatile cache specific)