| Commit message (Expand) | Author | Age | Files | Lines |
* | Variable integer base coding and fixed binary base 64 coding in C++ `jau::cod... | Sven Gothel | 2022-09-06 | 1 | -0/+1 |
* | Complete full `jau::fs::mount()` and `umount()` | Sven Gothel | 2022-08-31 | 1 | -3/+3 |
* | scripts/test*.sh: mkdir $rootdir/doc/test for logfile | Sven Gothel | 2022-07-25 | 2 | -1/+3 |
* | scripts/test_exe_template.sh: Preserve quoted arguments (for Catch2 test args) | Sven Gothel | 2022-07-25 | 2 | -4/+7 |
* | Drop scripts/build-doc.sh, use rebuild-doc.sh | Sven Gothel | 2022-07-25 | 1 | -56/+0 |
* | FreeBSD Support: Build infrastucture, use $os_name-$archabi, ... (1/2) | Sven Gothel | 2022-07-24 | 10 | -98/+238 |
* | mount/umount: Cover `testsudo_fileutils02.cpp` with `TestsudoFileUtils02.java... | Sven Gothel | 2022-07-05 | 1 | -0/+99 |
* | Add java test `TestByteStream01` covering ByteInStream*, same as native `test... | Sven Gothel | 2022-06-28 | 2 | -12/+59 |
* | jau::fs::dir_item::backed_string_view: Adopt to clang's inability to std::mov... | Sven Gothel | 2022-06-25 | 1 | -1/+1 |
* | testsudo_fileutils02: Run w/ capsh `cap_sys_admin,cap_setuid,cap_setgid+eip` ... | Sven Gothel | 2022-06-25 | 1 | -2/+2 |
* | Add jau::fs::mount_image() and umount(), enable testing via '-DTEST_WITH_SUDO... | Sven Gothel | 2022-06-23 | 2 | -0/+8 |
* | scripts/*build.sh: Append archabi to logfile | Sven Gothel | 2022-06-19 | 2 | -3/+7 |
* | scripts/build.sh: Add spacing between optional CLANG usage and 1st cmake variant | Sven Gothel | 2022-06-18 | 1 | -0/+1 |
* | Use libcurl optional, enable via cmake option `-DUSE_LIBCURL=ON` and remove d... | Sven Gothel | 2022-06-18 | 1 | -1/+4 |
* | scripts/rebuild-doc.sh: Remove target before rebuilding doc | Sven Gothel | 2022-05-29 | 1 | -0/+1 |
* | Add cross-build scripts (from Direct-BT); Bump v0.8.5v0.8.5 | Sven Gothel | 2022-04-24 | 4 | -0/+135 |
* | build scripts: Only use OpenJDK 17 if available (Not available on Debian 10) | Sven Gothel | 2022-04-24 | 4 | -4/+20 |
* | Build using OpenJDK 17 (min requirement still 11), 'fix' deprecated and remov... | Sven Gothel | 2022-04-23 | 4 | -4/+4 |
* | *build-doc.sh: Only build documentation and remove tar ball before creating (... | Sven Gothel | 2022-02-07 | 2 | -1/+46 |
* | build.sh: Reorder most used invocation: Release + Debug | Sven Gothel | 2021-12-05 | 1 | -1/+2 |
* | scripts/build-doc.sh: Create tar archive of doc | Sven Gothel | 2021-11-04 | 1 | -1/+1 |
* | jau::ringbuffer<> enhancement: Support block access, integral types, non-valu... | Sven Gothel | 2021-06-10 | 6 | -0/+6 |
* | Consolidate conversion to hex and decimal string: template<> to_hexstring() a... | Sven Gothel | 2021-02-10 | 1 | -1/+1 |
* | basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'... | Sven Gothel | 2021-02-08 | 1 | -0/+1 |
* | update locale setting in test_exe_template.sh as wellv0.2.23 | Sven Gothel | 2021-01-29 | 1 | -2/+4 |
* | locale: Add LC_ALL and hint to set system (testing requires proper unified se... | Sven Gothel | 2021-01-29 | 3 | -6/+12 |
* | Enable java in build-doc.sh script | Sven Gothel | 2021-01-28 | 1 | -1/+1 |
* | Revert to gcc as default since clang < 10 has issues on 32bit arm (rasp3 setup) | Sven Gothel | 2021-01-28 | 1 | -1/+1 |
* | cmake/build/test: Ensure UTF8 is used by system, set LANG to 'en_US.UTF-8' to... | Sven Gothel | 2021-01-28 | 3 | -0/+12 |
* | jar file naming convention: Use dash instead of underscore for 'base'-fat.jar... | Sven Gothel | 2021-01-26 | 1 | -4/+4 |
* | cmake: Use: jaulib_test_jar_file | Sven Gothel | 2021-01-25 | 1 | -2/+0 |
* | JaulibSetup.cmake: Respect USE_STRIP pre-set (don't override); javac debug fl... | Sven Gothel | 2021-01-25 | 1 | -0/+2 |
* | java: install single jaulib_jar (next to jaulib_fat_jar) & java-source-zip; R... | Sven Gothel | 2021-01-25 | 1 | -2/+2 |
* | Java import and modularization: Complete jaulib_fat and full JNI lib bootstra... | Sven Gothel | 2021-01-25 | 1 | -0/+51 |
* | Java import and modularization: jaulib_base, jaulib_jni, jaulib_net, jaulib_p... | Sven Gothel | 2021-01-25 | 1 | -7/+7 |
* | valgrind checks passes, no leaks.v0.2.13 | Sven Gothel | 2021-01-11 | 1 | -2/+2 |
* | Adding valgrind.supp from direct_bt and adding Catch2 ignores | Sven Gothel | 2021-01-11 | 1 | -0/+557 |
* | updating build and test scripts | Sven Gothel | 2021-01-11 | 2 | -2/+8 |
* | add link to run test hashset | Sven Gothel | 2021-01-06 | 1 | -0/+1 |
* | if testing with valgring, also be nice .. | Sven Gothel | 2021-01-06 | 1 | -1/+1 |
* | Use clang++ as default for now | Sven Gothel | 2021-01-04 | 1 | -1/+1 |
* | Reinstate 'test_cow_darray_01' for general test; Add 'test_cow_iterator_01' f... | Sven Gothel | 2021-01-04 | 2 | -0/+2 |
* | CMakeLists, scripts/build.sh: Add GPROF and PERF_ANALYSIS: Manual performance... | Sven Gothel | 2021-01-02 | 3 | -0/+68 |
* | cmake: Build using relative path and unique 'doc_jau' target, allowing user's... | Sven Gothel | 2020-12-21 | 1 | -1/+1 |
* | cmake: Expose different instrumentation (-fsanitize=) modulesv0.2.3 | Sven Gothel | 2020-10-21 | 1 | -0/+2 |
* | build.sh: Release .. | Sven Gothel | 2020-10-20 | 1 | -2/+2 |
* | build.sh: Just use DEBUG, not INSTRUMENTATION for local build + test | Sven Gothel | 2020-10-20 | 1 | -2/+2 |
* | Build: Separate GCC sanitize flags from DEBUG=ON, enable via INSTRUMENTATION=...v0.2.0 | Sven Gothel | 2020-10-18 | 1 | -2/+2 |
* | CMakeLists.txt: Fix setting CMAKE_CXX_FLAGS based on CMAKE_COMPILER_IS_GNUCC ... | Sven Gothel | 2020-10-16 | 1 | -1/+2 |
* | Fix scripts/build.sh scripts/build-doc.shv0.1.0 | Sven Gothel | 2020-10-16 | 2 | -6/+8 |