aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
Commit message (Collapse)AuthorAgeFilesLines
* VersionNumber: Add parsing git description to regexp and maintain it; ↵Sven Göthel2024-05-251-1/+1
| | | | jau/version.hpp: Use VersionNumber for jau::VERSION
* Fix clangd/cland-tidy integration: Use all includes (tidy), enforce chosen ↵Sven Göthel2024-05-241-1/+1
| | | | | | | | | | | C++ standard (clangd) Use all includes (tidy) - Move catch2 test includes out of include/jau -> include/catch2_jau/jau allowing simplified tidy HeaderFilterRegex expression Enforce chosen C++ standard (clangd) - '-std=c++20' (or matching) is added to .clangd, otherwise C++17 is being used
* ${CMAKE_CURRENT_SOURCE_DIR}/.clangd: Set CompilationDatabase to ↵Sven Göthel2024-05-121-1/+1
| | | | ${CMAKE_CURRENT_BINARY_DIR}
* Produce ${CMAKE_CURRENT_SOURCE_DIR}/.clangd w/ cmake configuration if not ↵Sven Göthel2024-05-121-0/+32
| | | | existing (deleted the git-repo version), allowing to set all absolute path properly
* git version info: Added post-tag: VERSION_COMMITS and VERSION_SHA1_SHORT. ↵Sven Gothel2022-02-071-3/+3
| | | | VERSION_LONG reflects post-tag and dirty. Added mapping to project version var-names.
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT ↵Sven Gothel2021-09-181-0/+1
| | | | | | for general use. Unit tests included of course.
* cmake/modules/ExtractArchiveList.cmake: Use native unzip if cmake < 3.18.0v0.2.22Sven Gothel2021-01-271-2/+7
|
* Move tests to 'jau.test' to not violate potentially sealed org.jar or jau. ↵Sven Gothel2021-01-261-0/+20
| | | | | | | packages. Also .. .. adding example in cmake to merge jar files -> test/java/CMakeLists.txt, i.e. a big fat test jar file.
* Bump GetGitRevisionDescription.cmake to ↵Sven Gothel2021-01-252-91/+250
| | | | 6a748896188fdf3f885820ccd686393ea5215dbf (from cmake-modules)
* Java import and modularization: Complete jaulib_fat and full JNI lib ↵Sven Gothel2021-01-252-0/+23
| | | | bootstraping via PlatformRuntime via PlatformProps (if available)
* Move jaucpp files to root-folderSven Gothel2020-10-163-0/+173