Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VersionNumber: Add parsing git description to regexp and maintain it; ↵ | Sven Göthel | 2024-05-25 | 1 | -1/+1 |
| | | | | jau/version.hpp: Use VersionNumber for jau::VERSION | ||||
* | Fix clangd/cland-tidy integration: Use all includes (tidy), enforce chosen ↵ | Sven Göthel | 2024-05-24 | 1 | -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öthel | 2024-05-12 | 1 | -1/+1 |
| | | | | ${CMAKE_CURRENT_BINARY_DIR} | ||||
* | Produce ${CMAKE_CURRENT_SOURCE_DIR}/.clangd w/ cmake configuration if not ↵ | Sven Göthel | 2024-05-12 | 1 | -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 Gothel | 2022-02-07 | 1 | -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 Gothel | 2021-09-18 | 1 | -0/+1 |
| | | | | | | for general use. Unit tests included of course. | ||||
* | cmake/modules/ExtractArchiveList.cmake: Use native unzip if cmake < 3.18.0v0.2.22 | Sven Gothel | 2021-01-27 | 1 | -2/+7 |
| | |||||
* | Move tests to 'jau.test' to not violate potentially sealed org.jar or jau. ↵ | Sven Gothel | 2021-01-26 | 1 | -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 Gothel | 2021-01-25 | 2 | -91/+250 |
| | | | | 6a748896188fdf3f885820ccd686393ea5215dbf (from cmake-modules) | ||||
* | Java import and modularization: Complete jaulib_fat and full JNI lib ↵ | Sven Gothel | 2021-01-25 | 2 | -0/+23 |
| | | | | bootstraping via PlatformRuntime via PlatformProps (if available) | ||||
* | Move jaucpp files to root-folder | Sven Gothel | 2020-10-16 | 3 | -0/+173 |