Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git version info: Added post-tag: VERSION_COMMITS and VERSION_SHA1_SHORT. ↵ | Sven Gothel | 2022-02-07 | 2 | -10/+10 |
| | | | | VERSION_LONG reflects post-tag and dirty. Added mapping to project version var-names. | ||||
* | Add Java/C++ hexStringBytes(..); Fix Java's bytesHexString(..) path ↵ | Sven Gothel | 2022-01-27 | 1 | -0/+67 |
| | | | | !lsbFirst; Add unit tests | ||||
* | EUI48[Sub]: Add endian awareness, also fixes indexOf() semantics (C++ and Java) | Sven Gothel | 2021-10-05 | 1 | -11/+28 |
| | |||||
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT ↵ | Sven Gothel | 2021-09-18 | 1 | -0/+134 |
| | | | | | | for general use. Unit tests included of course. | ||||
* | JaulibVersion: Use data transient only | Sven Gothel | 2021-01-27 | 1 | -2/+3 |
| | |||||
* | Move tests to 'jau.test' to not violate potentially sealed org.jar or jau. ↵ | Sven Gothel | 2021-01-26 | 56 | -328/+457 |
| | | | | | | | packages. Also .. .. adding example in cmake to merge jar files -> test/java/CMakeLists.txt, i.e. a big fat test jar file. | ||||
* | jar file naming convention: Use dash instead of underscore for ↵ | Sven Gothel | 2021-01-26 | 4 | -5/+5 |
| | | | | 'base'-fat.jar and 'base'-test.jar etc. | ||||
* | cmake: Use: jaulib_test_jar_file | Sven Gothel | 2021-01-25 | 1 | -3/+4 |
| | |||||
* | test/java: Use JunitTracer instead of SingletonJunitCase .. | Sven Gothel | 2021-01-25 | 23 | -46/+46 |
| | | | | | | | | SingletonJunitCase is not required for our tests (singleton locking on platform). Just using JUnitTracer speeds up testing by around 3x. Still not optimal, since we launch one java instance per test class. | ||||
* | Remove unused import | Sven Gothel | 2021-01-25 | 1 | -1/+0 |
| | |||||
* | test/java: Sort tests in their respective package - Comment out 'not yet ↵ | Sven Gothel | 2021-01-25 | 7 | -13/+14 |
| | | | | ready' tests due to lack of build artifacts | ||||
* | Java import and modularization: Complete jaulib_fat and full JNI lib ↵ | Sven Gothel | 2021-01-25 | 15 | -9/+2383 |
| | | | | bootstraping via PlatformRuntime via PlatformProps (if available) | ||||
* | Java import and modularization: jaulib_base, jaulib_jni, jaulib_net, ↵ | Sven Gothel | 2021-01-25 | 41 | -0/+5742 |
jaulib_pkg (WIP) |