aboutsummaryrefslogtreecommitdiffstats
path: root/java_base
Commit message (Expand)AuthorAgeFilesLines
* Move UnsafeUtil.doPrivileged() -> SecurityUtil, removing sideeffects from Uns...v0.8.4Sven Gothel2022-04-237-37/+34
* cmake: Expose module jar file path to parent projects for convenniencev0.8.3Sven Gothel2022-04-231-0/+2
* Build using OpenJDK 17 (min requirement still 11), 'fix' deprecated and remov...Sven Gothel2022-04-237-19/+41
* git version info: Added post-tag: VERSION_COMMITS and VERSION_SHA1_SHORT. VER...Sven Gothel2022-02-071-5/+5
* Add Java/C++ hexStringBytes(..); Fix Java's bytesHexString(..) path !lsbFirst...Sven Gothel2022-01-271-3/+56
* EUI48Sub: Add required endian conversion for byte stream ctor (C++ and Java)v0.5.0Sven Gothel2021-10-051-0/+5
* EUI48[Sub]: Add endian awareness, also fixes indexOf() semantics (C++ and Java)Sven Gothel2021-10-051-0/+9
* bytesHexString (java): Remove arg 'lowerCase', always use lower-case hex outp...Sven Gothel2021-02-061-4/+4
* bytesHexString: Remove arg 'leading0X': Have a leading '0x' if !lsbFirst alwa...Sven Gothel2021-02-061-15/+12
* ElfHeaderPart2: Fix check whether CPUFamily is ARM32 || ARM64 (Oppsie); Add m...Sven Gothel2021-01-291-2/+6
* PlatformTypes.query(): Use a more suitable arg name, as well as descriptive e...Sven Gothel2021-01-291-43/+43
* JauVersion: Drop deprecated manifest namesSven Gothel2021-01-281-10/+0
* BitMath replace UTF-8 hyphen w/ ASCIISven Gothel2021-01-281-1/+1
* JaulibVersion: Use data transient onlySven Gothel2021-01-271-18/+17
* Move tests to 'jau.test' to not violate potentially sealed org.jar or jau. pa...Sven Gothel2021-01-262-2/+2
* Expose USE_TEMP_JAR_CACHE from PlatformRuntime to PlatformProps, only true if...Sven Gothel2021-01-252-2/+37
* java: Align '@since' to version 0.3.0 (flushing imported version number)Sven Gothel2021-01-259-18/+18
* java: install single jaulib_jar (next to jaulib_fat_jar) & java-source-zip; R...Sven Gothel2021-01-251-3/+1
* Java import and modularization: Complete jaulib_fat and full JNI lib bootstra...Sven Gothel2021-01-258-61/+640
* Java import and modularization: jaulib_base, jaulib_jni, jaulib_net, jaulib_p...Sven Gothel2021-01-2557-0/+14410