| Commit message (Expand) | Author | Age | Files | Lines |
| * | clang version 21.1.8 clean | Sven Göthel | 7 days | 1 | -1/+1 |
| * | jau::cfmt: Make impl::Parser templ-funcs static, cleanup noexcept, refine API... | Sven Göthel | 9 days | 2 | -10/+32 |
| * | jau::cfmt: Performance analysis (2) and slight enhancements | Sven Göthel | 10 days | 1 | -6/+27 |
| * | CMakePresets.json: Add perf-{gcc, clang} targets | Sven Göthel | 12 days | 2 | -7/+9 |
| * | jau::cfmt: Reduce footprint (inline choice, template instantiations, external... | Sven Göthel | 12 days | 3 | -0/+61 |
| * | bitfield: WIP code w/ testing, aligned API to std::bitset | Sven Göthel | 2025-10-16 | 1 | -0/+1 |
| * | clang version 19.1.7 clean | Sven Göthel | 2025-09-24 | 2 | -2/+6 |
| * | functional: Cache size 24->32; Use external pointer to type-static target_fun... | Sven Göthel | 2025-02-18 | 3 | -6/+23 |
| * | test_stringfmt01: Fix testing '%d' -> (long) for machines w/ sizeof(long)==4 ... | Sven Göthel | 2025-01-31 | 1 | -0/+50 |
| * | cmake preset: Use '--parallel' for auto cpu-count selection (also for vscode)... | Sven Göthel | 2024-08-08 | 4 | -24/+97 |
| * | Rename and fix for custom preset rebuild{->-preset}-doc.sh | Sven Göthel | 2024-08-08 | 3 | -46/+70 |
| * | Update CMake Presets incl. build scripts using it now | Sven Göthel | 2024-08-08 | 7 | -261/+116 |
| * | scripts: Add build-wasm.sh | Sven Göthel | 2024-08-08 | 2 | -0/+98 |
| * | Move to llvm clang 18 (better lint + format options), refine format options | Sven Göthel | 2024-05-13 | 1 | -1/+1 |
| * | scripts/rebuild-doc.sh: Make it work with new cmake build setup | Sven Göthel | 2024-05-12 | 1 | -17/+9 |
| * | Bump for v1.3.0v1.3.0 | Sven Göthel | 2024-05-12 | 1 | -0/+5 |
| * | IDE Eclipse CDT: Add CDT-LSP (clangd languages server [protocol]) setup (reco... | Sven Göthel | 2024-05-03 | 1 | -1/+1 |
| * | scripts: Add -gcc for test-exec scripts; build-clang.sh re-enables clang-tidy | Sven Göthel | 2024-05-02 | 4 | -8/+8 |
| * | rebuild-doc.sh: Adopt to default build scripts | Sven Göthel | 2024-04-30 | 1 | -5/+7 |
| * | math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf... | Sven Göthel | 2024-04-13 | 5 | -17/+172 |
| * | int_math: Add branchless abs2(), is_power_of_2(); Add high_bit(); Fix {add,su... | Sven Göthel | 2024-02-25 | 1 | -3/+0 |
| * | Don't enforce CMAKE_CXX_STANDARD, but have user define variable on command li...v1.0.1 | Sven Gothel | 2022-12-31 | 2 | -16/+19 |
| * | Add Eclipse IDE setup using cmake prepare script and external make builder as... | Sven Gothel | 2022-12-09 | 2 | -0/+57 |
| * | scripts/build*: Fix 'time' command detection | Sven Gothel | 2022-11-28 | 2 | -12/+16 |
| * | build script: Have 'time' command be optional | Sven Gothel | 2022-11-27 | 2 | -3/+15 |
| * | build-cross.sh: Bump my image (comment) | Sven Gothel | 2022-11-27 | 1 | -1/+1 |
| * | clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts... | Sven Gothel | 2022-11-26 | 2 | -3/+4 |
| * | git-push-public.sh: Add backup repos | Sven Gothel | 2022-11-13 | 1 | -0/+2 |
| * | Adding jau::lang::token_fsm A lexical analyzer (tokenizer) using a tabular fi... | Sven Gothel | 2022-10-23 | 1 | -0/+1 |
| * | darray.hpp: Workaround gcc 12.2.0-3 Debian 12 Bookworm 2022-10-17 false posit... | Sven Gothel | 2022-10-17 | 1 | -0/+1 |
| * | setup-machine-arch.sh: Search for junit jar file variants junit4.jar and juni... | Sven Gothel | 2022-10-17 | 1 | -9/+11 |
| * | scripts/setup-machine-arch.sh: Add `Alpine Linux` OpenJDK locations | Sven Gothel | 2022-10-17 | 1 | -1/+9 |
| * | Add testsudo_fileutils02 test script | Sven Gothel | 2022-10-17 | 2 | -0/+84 |
| * | scripts/setup-machine-arch.sh: Support OS name 'Linux', used for non-GNU Linu... | Sven Gothel | 2022-10-17 | 1 | -0/+3 |
| * | jau::function: Use optimized Static Polymorphic `delegate_t<R(A...)>` (footpr... | Sven Gothel | 2022-10-07 | 3 | -0/+1 |
| * | functional: Add general lambda support, revise API doc, have native target fu... | Sven Gothel | 2022-09-19 | 2 | -1/+2 |
| * | functional: Cleanup API doc; Add fast path target function target_t::delegate... | Sven Gothel | 2022-09-17 | 3 | -0/+3 |
| * | Bump README.mdv0.16.0 | Sven Gothel | 2022-09-16 | 1 | -1/+1 |
| * | jau::FunctionDef<> -> jau::function<R(A...)> using proper function prototype ... | Sven Gothel | 2022-09-16 | 1 | -1/+1 |
| * | 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 |