| Commit message (Expand) | Author | Age | Files | Lines |
* | math: Use templates, fix alignment and 'iterator' (pointer) r/w access; enfor... | Sven Göthel | 2024-04-15 | 1 | -21/+16 |
* | Don't enforce CMAKE_CXX_STANDARD, but have user define variable on command li...v1.0.1 | Sven Gothel | 2022-12-31 | 1 | -0/+1 |
* | JaulibSetup.cmake: Allow preset of CMAKE_CXX_STANDARD | Sven Gothel | 2022-12-30 | 1 | -3/+7 |
* | JaulibSetup.cmake: Enforce CMAKE_EXPORT_COMPILE_COMMANDS always | Sven Gothel | 2022-12-09 | 1 | -1/+2 |
* | clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts... | Sven Gothel | 2022-11-26 | 1 | -0/+7 |
* | Merge branch 'master' of ssh://jordan.goethel.localnet/srv/scm/jaulib | Sven Gothel | 2022-11-22 | 1 | -0/+2 |
|\ |
|
| * | JaulibSetup.cmake: Set CXX option `-DNDEBUG` is not compiling in DEBUG mode | Sven Gothel | 2022-11-13 | 1 | -0/+2 |
* | | JaulibSetup: Setup JDK as defined by cmake FindJava, use environment JAVA_HOM... | Sven Gothel | 2022-11-22 | 1 | -8/+23 |
|/ |
|
* | cmake INSTRUMENTATION: Add '-fsanitize-recover=address' for Asan | Sven Gothel | 2022-08-05 | 1 | -3/+3 |
* | FreeBSD Support: Build infrastucture, use $os_name-$archabi, ... (1/2) | Sven Gothel | 2022-07-24 | 1 | -27/+41 |
* | Use libcurl optional, enable via cmake option `-DUSE_LIBCURL=ON` and remove d... | Sven Gothel | 2022-06-18 | 1 | -0/+15 |
* | Default USE_LIBUNWIND=OFF (must be explicitly enabled) | Sven Gothel | 2022-06-18 | 1 | -7/+2 |
* | gcc 9.4: Remove debug option `-fstack-check` as it is incompatible with `-fst... | Sven Gothel | 2022-06-18 | 1 | -1/+1 |
* | DONT_USE_RTTI: Explicitly set '-frtti' option if enabled to be sure | Sven Gothel | 2022-05-30 | 1 | -0/+5 |
* | Make `DONT_USE_RTTI` optional CMake flag, default enabled. | Sven Gothel | 2022-05-18 | 1 | -9/+12 |
* | JaulibSetup.cmake: Also use 'no-rtti' for DEBUG build | Sven Gothel | 2022-05-16 | 1 | -0/+3 |
* | JaulibSetup.cmake: Always add libatomic (will be required for new fraction_t)... | Sven Gothel | 2022-04-28 | 1 | -9/+16 |
* | Allow disabling libunwind for backtrace (stability, default disabled for arm3... | Sven Gothel | 2022-04-24 | 1 | -0/+20 |
* | Fix GIT_WORKDIR_DIRTY parsing, "CLEAN" indicates a clean git working directory | Sven Gothel | 2022-02-07 | 1 | -2/+2 |
* | git version info: Added post-tag: VERSION_COMMITS and VERSION_SHA1_SHORT. VER... | Sven Gothel | 2022-02-07 | 1 | -8/+32 |
* | basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'... | Sven Gothel | 2021-02-08 | 1 | -1/+1 |
* | cmake/build/test: Ensure UTF8 is used by system, set LANG to 'en_US.UTF-8' to... | Sven Gothel | 2021-01-28 | 1 | -0/+3 |
* | JaulibSetup.cmake: CMAKE_JAVA_COMPILE_FLAGS += '-encoding UTF-8' (required on... | Sven Gothel | 2021-01-28 | 1 | -1/+1 |
* | JaulibSetup.cmake: Respect USE_STRIP pre-set (don't override); javac debug fl... | Sven Gothel | 2021-01-25 | 1 | -14/+21 |
* | JaulibSetup.cmake: Use as macro; Refine messages; Adopt to new GetGitRevision... | Sven Gothel | 2021-01-25 | 1 | -11/+25 |
* | java: install single jaulib_jar (next to jaulib_fat_jar) & java-source-zip; R... | Sven Gothel | 2021-01-25 | 1 | -0/+176 |