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