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