aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* JaulibSetup.cmake: Use as macro; Refine messages; Adopt to new GetGitRevision...Sven Gothel2021-01-251-0/+1
* Fix java api doc (using doxygen)Sven Gothel2021-01-251-2/+2
* java: install single jaulib_jar (next to jaulib_fat_jar) & java-source-zip; R...Sven Gothel2021-01-251-152/+1
* Java import and modularization: Complete jaulib_fat and full JNI lib bootstra...Sven Gothel2021-01-251-0/+4
* Java import and modularization: jaulib_base, jaulib_jni, jaulib_net, jaulib_p...Sven Gothel2021-01-251-5/+59
* if DEBUG and GNUCC: Add '-no-pie' to allow addr2source find the line of code ...Sven Gothel2021-01-111-3/+8
* Use RTTI in DEBUG mode, disable if !DEBUG (compiling and linking)Sven Gothel2021-01-091-4/+10
* Disable RTTI for all builds with g++ (default), to ensure no RTTI is requiredSven Gothel2021-01-031-7/+7
* CMakeLists, scripts/build.sh: Add GPROF and PERF_ANALYSIS: Manual performance...Sven Gothel2021-01-021-0/+4
* cmake: Add "null-dereference" to NO_ERROR, as it causes trouble with jau::get...Sven Gothel2020-12-211-1/+2
* cmake: Build using relative path and unique 'doc_jau' target, allowing user's...Sven Gothel2020-12-211-1/+1
* Rename jaucpp -> jaulib (internally and api-doc); Don't distributed binaries ...Sven Gothel2020-12-211-11/+11
* 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