aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: Expose different instrumentation (-fsanitize=) modulesv0.2.3Sven Gothel2020-10-211-3/+12
* g++ 8.3 -Warray-bounds triggered even on memcpy, mark as no-errorSven Gothel2020-10-201-1/+2
* cmake: Add warning (=error): -Wshadow -Wtype-limits -Wsign-compareSven Gothel2020-10-201-1/+4
* cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti...Sven Gothel2020-10-201-0/+4
* Build: Separate GCC sanitize flags from DEBUG=ON, enable via INSTRUMENTATION=...v0.2.0Sven Gothel2020-10-181-1/+6
* GCC: Add -Wcast-align=strict and cleanup -Wformat flags, also add DEBUG -fsan...Sven Gothel2020-10-171-3/+4
* Enable Full Warnings = Error on GCCSven Gothel2020-10-171-1/+1
* CMakeLists.txt: Fix setting CMAKE_CXX_FLAGS based on CMAKE_COMPILER_IS_GNUCC ...Sven Gothel2020-10-161-22/+27
* Require cmake >= 3.13 and use LANGUAGES C CXX (JAVA can be specified later on)Sven Gothel2020-10-161-2/+2
* Move jaucpp files to root-folderSven Gothel2020-10-161-0/+126