aboutsummaryrefslogtreecommitdiffstats
path: root/JaulibSetup.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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