Thanks to visit codestin.com
Credit goes to jausoft.com

aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* clang version 21.1.8 cleanSven Göthel7 days1-1/+1
* jau::cfmt: Make impl::Parser templ-funcs static, cleanup noexcept, refine API...Sven Göthel9 days2-10/+32
* jau::cfmt: Performance analysis (2) and slight enhancementsSven Göthel10 days1-6/+27
* CMakePresets.json: Add perf-{gcc, clang} targetsSven Göthel12 days2-7/+9
* jau::cfmt: Reduce footprint (inline choice, template instantiations, external...Sven Göthel12 days3-0/+61
* bitfield: WIP code w/ testing, aligned API to std::bitsetSven Göthel2025-10-161-0/+1
* clang version 19.1.7 cleanSven Göthel2025-09-242-2/+6
* functional: Cache size 24->32; Use external pointer to type-static target_fun...Sven Göthel2025-02-183-6/+23
* test_stringfmt01: Fix testing '%d' -> (long) for machines w/ sizeof(long)==4 ...Sven Göthel2025-01-311-0/+50
* cmake preset: Use '--parallel' for auto cpu-count selection (also for vscode)...Sven Göthel2024-08-084-24/+97
* Rename and fix for custom preset rebuild{->-preset}-doc.shSven Göthel2024-08-083-46/+70
* Update CMake Presets incl. build scripts using it nowSven Göthel2024-08-087-261/+116
* scripts: Add build-wasm.shSven Göthel2024-08-082-0/+98
* Move to llvm clang 18 (better lint + format options), refine format optionsSven Göthel2024-05-131-1/+1
* scripts/rebuild-doc.sh: Make it work with new cmake build setupSven Göthel2024-05-121-17/+9
* Bump for v1.3.0v1.3.0Sven Göthel2024-05-121-0/+5
* IDE Eclipse CDT: Add CDT-LSP (clangd languages server [protocol]) setup (reco...Sven Göthel2024-05-031-1/+1
* scripts: Add -gcc for test-exec scripts; build-clang.sh re-enables clang-tidySven Göthel2024-05-024-8/+8
* rebuild-doc.sh: Adopt to default build scriptsSven Göthel2024-04-301-5/+7
* math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf...Sven Göthel2024-04-135-17/+172
* int_math: Add branchless abs2(), is_power_of_2(); Add high_bit(); Fix {add,su...Sven Göthel2024-02-251-3/+0
* Don't enforce CMAKE_CXX_STANDARD, but have user define variable on command li...v1.0.1Sven Gothel2022-12-312-16/+19
* Add Eclipse IDE setup using cmake prepare script and external make builder as...Sven Gothel2022-12-092-0/+57
* scripts/build*: Fix 'time' command detectionSven Gothel2022-11-282-12/+16
* build script: Have 'time' command be optionalSven Gothel2022-11-272-3/+15
* build-cross.sh: Bump my image (comment)Sven Gothel2022-11-271-1/+1
* clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts...Sven Gothel2022-11-262-3/+4
* git-push-public.sh: Add backup reposSven Gothel2022-11-131-0/+2
* Adding jau::lang::token_fsm A lexical analyzer (tokenizer) using a tabular fi...Sven Gothel2022-10-231-0/+1
* darray.hpp: Workaround gcc 12.2.0-3 Debian 12 Bookworm 2022-10-17 false posit...Sven Gothel2022-10-171-0/+1
* setup-machine-arch.sh: Search for junit jar file variants junit4.jar and juni...Sven Gothel2022-10-171-9/+11
* scripts/setup-machine-arch.sh: Add `Alpine Linux` OpenJDK locationsSven Gothel2022-10-171-1/+9
* Add testsudo_fileutils02 test scriptSven Gothel2022-10-172-0/+84
* scripts/setup-machine-arch.sh: Support OS name 'Linux', used for non-GNU Linu...Sven Gothel2022-10-171-0/+3
* jau::function: Use optimized Static Polymorphic `delegate_t<R(A...)>` (footpr...Sven Gothel2022-10-073-0/+1
* functional: Add general lambda support, revise API doc, have native target fu...Sven Gothel2022-09-192-1/+2
* functional: Cleanup API doc; Add fast path target function target_t::delegate...Sven Gothel2022-09-173-0/+3
* Bump README.mdv0.16.0Sven Gothel2022-09-161-1/+1
* jau::FunctionDef<> -> jau::function<R(A...)> using proper function prototype ...Sven Gothel2022-09-161-1/+1
* 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