| Commit message (Expand) | Author | Age | Files | Lines |
* | JaulibSetup.cmake: Use as macro; Refine messages; Adopt to new GetGitRevision... | Sven Gothel | 2021-01-25 | 1 | -0/+1 |
* | Fix java api doc (using doxygen) | Sven Gothel | 2021-01-25 | 1 | -2/+2 |
* | java: install single jaulib_jar (next to jaulib_fat_jar) & java-source-zip; R... | Sven Gothel | 2021-01-25 | 1 | -152/+1 |
* | Java import and modularization: Complete jaulib_fat and full JNI lib bootstra... | Sven Gothel | 2021-01-25 | 1 | -0/+4 |
* | Java import and modularization: jaulib_base, jaulib_jni, jaulib_net, jaulib_p... | Sven Gothel | 2021-01-25 | 1 | -5/+59 |
* | if DEBUG and GNUCC: Add '-no-pie' to allow addr2source find the line of code ... | Sven Gothel | 2021-01-11 | 1 | -3/+8 |
* | Use RTTI in DEBUG mode, disable if !DEBUG (compiling and linking) | Sven Gothel | 2021-01-09 | 1 | -4/+10 |
* | Disable RTTI for all builds with g++ (default), to ensure no RTTI is required | Sven Gothel | 2021-01-03 | 1 | -7/+7 |
* | CMakeLists, scripts/build.sh: Add GPROF and PERF_ANALYSIS: Manual performance... | Sven Gothel | 2021-01-02 | 1 | -0/+4 |
* | cmake: Add "null-dereference" to NO_ERROR, as it causes trouble with jau::get... | Sven Gothel | 2020-12-21 | 1 | -1/+2 |
* | cmake: Build using relative path and unique 'doc_jau' target, allowing user's... | Sven Gothel | 2020-12-21 | 1 | -1/+1 |
* | Rename jaucpp -> jaulib (internally and api-doc); Don't distributed binaries ... | Sven Gothel | 2020-12-21 | 1 | -11/+11 |
* | cmake: Expose different instrumentation (-fsanitize=) modulesv0.2.3 | Sven Gothel | 2020-10-21 | 1 | -3/+12 |
* | g++ 8.3 -Warray-bounds triggered even on memcpy, mark as no-error | Sven Gothel | 2020-10-20 | 1 | -1/+2 |
* | cmake: Add warning (=error): -Wshadow -Wtype-limits -Wsign-compare | Sven Gothel | 2020-10-20 | 1 | -1/+4 |
* | cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti... | Sven Gothel | 2020-10-20 | 1 | -0/+4 |
* | Build: Separate GCC sanitize flags from DEBUG=ON, enable via INSTRUMENTATION=...v0.2.0 | Sven Gothel | 2020-10-18 | 1 | -1/+6 |
* | GCC: Add -Wcast-align=strict and cleanup -Wformat flags, also add DEBUG -fsan... | Sven Gothel | 2020-10-17 | 1 | -3/+4 |
* | Enable Full Warnings = Error on GCC | Sven Gothel | 2020-10-17 | 1 | -1/+1 |
* | CMakeLists.txt: Fix setting CMAKE_CXX_FLAGS based on CMAKE_COMPILER_IS_GNUCC ... | Sven Gothel | 2020-10-16 | 1 | -22/+27 |
* | Require cmake >= 3.13 and use LANGUAGES C CXX (JAVA can be specified later on) | Sven Gothel | 2020-10-16 | 1 | -2/+2 |
* | Move jaucpp files to root-folder | Sven Gothel | 2020-10-16 | 1 | -0/+126 |