| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump README.md, grouping Math ... | Sven Göthel | 2024-02-26 | 1 | -2/+4 |
* | README: Fix structure, move 'IDE Integration' up one layer after 'Building bi... | Sven Gothel | 2022-12-30 | 1 | -12/+13 |
* | Bump README, .. ; Using C++20 in standalone compilation, default in JaulibSet... | Sven Gothel | 2022-12-30 | 1 | -6/+10 |
* | README: Update VSCodium setup description; Refine Eclipse setup | Sven Gothel | 2022-12-30 | 1 | -1/+6 |
* | Add Eclipse IDE setup using cmake prepare script and external make builder as... | Sven Gothel | 2022-12-09 | 1 | -2/+67 |
* | README/PLATFORMS: Add `Alpine Linux` using `musl` C library | Sven Gothel | 2022-10-17 | 1 | -0/+4 |
* | Bump README.mdv0.16.0 | 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 |
* | README: Remove erronous old line in Build Dependencies (Java is optional etc ... | Sven Gothel | 2022-07-25 | 1 | -2/+0 |
* | REAMDE: Build Procedure: Seperate make invocations for targets install, test ... | Sven Gothel | 2022-07-24 | 1 | -1/+3 |
* | README: Detail FreeBSD 13 Build Dependenencies and their installation .. upda... | Sven Gothel | 2022-07-24 | 1 | -2/+64 |
* | README: Refine TEST_WITH_SUDO description | Sven Gothel | 2022-06-25 | 1 | -3/+3 |
* | Relax build dependencies: Only to test jau::fs::mount_image() on Linux, libca... | Sven Gothel | 2022-06-25 | 1 | -4/+15 |
* | Build Dependencies: Add libcap-dev libcap2-bin squashfs-tools | Sven Gothel | 2022-06-25 | 1 | -0/+1 |
* | Produce test_data.sqfs for testing mounting a fs-image via loop ourselves, wh... | Sven Gothel | 2022-06-25 | 1 | -1/+1 |
* | README: require{d->s} | Sven Gothel | 2022-06-23 | 1 | -1/+1 |
* | README: Typo | Sven Gothel | 2022-06-23 | 1 | -1/+1 |
* | Add jau::fs::mount_image() and umount(), enable testing via '-DTEST_WITH_SUDO... | Sven Gothel | 2022-06-23 | 1 | -0/+11 |
* | README.md: Extract 'Supported Platforms' to PLATFORMS.md | Sven Gothel | 2022-06-23 | 1 | -56/+1 |
* | README: Debian 11 validated on arm* | Sven Gothel | 2022-06-19 | 1 | -2/+2 |
* | README: Mark Java 11 language optional | Sven Gothel | 2022-06-19 | 1 | -1/+1 |
* | README: Detail Supported Platforms and Build Dependencies | Sven Gothel | 2022-06-19 | 1 | -1/+71 |
* | Use libcurl optional, enable via cmake option `-DUSE_LIBCURL=ON` and remove d... | Sven Gothel | 2022-06-18 | 1 | -6/+13 |
* | Default USE_LIBUNWIND=OFF (must be explicitly enabled) | Sven Gothel | 2022-06-18 | 1 | -2/+3 |
* | Add jau::io::uri to Group IOUtils, move Changes to CHANGES.mdv0.13.1 | Sven Gothel | 2022-06-04 | 1 | -212/+1 |
* | Bump v0.13.0: jau::io changes for robust and simplified ByteInStream usage so...v0.13.0 | Sven Gothel | 2022-06-04 | 1 | -0/+16 |
* | README v0.12.0v0.12.0 | Sven Gothel | 2022-06-03 | 1 | -0/+8 |
* | README: v0.11.1v0.11.1 | Sven Gothel | 2022-05-29 | 1 | -0/+9 |
* | README: Add IOUtils to directory | Sven Gothel | 2022-05-29 | 1 | -0/+1 |
* | README.md: tag v0.11.0v0.11.0 | Sven Gothel | 2022-05-29 | 1 | -1/+1 |
* | Bump README for v0.11.0 | Sven Gothel | 2022-05-29 | 1 | -1/+4 |
* | README: Update and fix | Sven Gothel | 2022-05-28 | 1 | -3/+12 |
* | Integrating byte_stream.* and io_util.* incl. unit test from Elevator project... | Sven Gothel | 2022-05-28 | 1 | -0/+5 |
* | Add Module/Group SysUtilsv0.10.1 | Sven Gothel | 2022-05-22 | 1 | -0/+1 |
* | Make `DONT_USE_RTTI` optional CMake flag, default enabled. | Sven Gothel | 2022-05-18 | 1 | -0/+5 |
* | Bump README.md | Sven Gothel | 2022-05-18 | 1 | -0/+5 |
* | Add file_util.hpp: File Utilities for platform agnostic C++ handling of file ... | Sven Gothel | 2022-05-18 | 1 | -0/+1 |
* | README: v0.10.0v0.10.0 | Sven Gothel | 2022-05-16 | 1 | -1/+1 |
* | Bump README.md | Sven Gothel | 2022-05-15 | 1 | -0/+2 |
* | Use `std::shared_ptr<T>` instead of a `naked pointer` for sane lifcycle, see ... | Sven Gothel | 2022-05-09 | 1 | -0/+2 |
* | REAMDE: Fix spacing in cmake options, ... | Sven Gothel | 2022-05-07 | 1 | -0/+17 |
* | Bump v0.9.3; Group {Integral->Integer}, refine group title and list all in RE...v0.9.3 | Sven Gothel | 2022-05-02 | 1 | -4/+16 |
* | Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2 | Sven Gothel | 2022-05-01 | 1 | -1/+2 |
* | Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop absolut... | Sven Gothel | 2022-05-01 | 1 | -0/+10 |
* | Bump v0.8.6v0.8.6 | Sven Gothel | 2022-04-24 | 1 | -1/+2 |
* | Add cross-build scripts (from Direct-BT); Bump v0.8.5v0.8.5 | Sven Gothel | 2022-04-24 | 1 | -0/+13 |
* | Allow disabling libunwind for backtrace (stability, default disabled for arm3... | Sven Gothel | 2022-04-24 | 1 | -0/+5 |
* | REAMDE.md: v0.8.0v0.8.0 | Sven Gothel | 2022-04-18 | 1 | -0/+6 |
* | Bump README.mdv0.7.13 | Sven Gothel | 2022-03-04 | 1 | -0/+2 |
* | Bump README v0.7.12v0.7.12 | Sven Gothel | 2022-02-07 | 1 | -0/+4 |