aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Adopt jaulib detailed git version info: Using VERSION_COMMITS and ↵Sven Gothel2022-02-071-3/+3
| | | | VERSION_SHA1_SHORT. VERSION_LONG reflects post-tag and dirty.
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for ↵Sven Gothel2021-09-181-0/+1
| | | | | | | | | general use. Notable, the java classes EUI48, EUI48Sub and BasicTypes are included in direct_bt's jar file to avoid any inconvenience. Hence BTUtils's byte[s]HexString(..) simply uses jaulib's BasicTypes s' implementation.
* Properly expose runtime version C++ (DIRECT_BT_VERSION etc) and Java via ↵Sven Gothel2021-08-311-4/+4
| | | | BTFactory
* cmake/modules/ExtractArchiveList.cmake: Use native unzip if cmake < 3.18.0Sven Gothel2021-01-271-2/+7
|
* Adapt to jaulib changes: Jar naming convention (dash, not underscore for ↵Sven Gothel2021-01-261-0/+20
| | | | | | | extras) ..; direct-bt-fat* includes jaulib-fat (standalone) direct-bt-fat.jar is with Tinyb direct-bt-fat2.jar is ex Tinyb (merely testing size and encapsulation)
* Complete build change: Using jaulib[_fat] if available (for Java) incl. ↵Sven Gothel2021-01-251-0/+2
| | | | native lib loading. Added junit test facility (Java).
* Bump GetGitRevisionDescription.cmake to ↵Sven Gothel2021-01-252-91/+250
| | | | 6a748896188fdf3f885820ccd686393ea5215dbf (from cmake-modules)
* Add additional version information, including in jar manifestPetre Eftime2016-05-041-0/+1
| | | | Signed-off-by: Petre Eftime <[email protected]>
* Version 0.2.0v0.2.0Petre Eftime2015-11-2713-0/+1262
Signed-off-by: Petre Eftime <[email protected]>