Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align to jaulib 1.3.4: Full cmake-presets usage w/ vscode support update; ↵v1.2.4 | Sven Göthel | 2024-08-09 | 1 | -75/+0 |
| | | | | | | | | | | also use cmake target_{link|compile}_options instead of globals Example run scripts were also adopted. Unit and trial tests passed on amd64 machine. VSCode(ium) IDE integration manually tested. | ||||
* | Cleanup/Fix: C++20, clang-16 + clang-tidy-16, gcc 12.2, latest jaulib, ↵ | Sven Göthel | 2024-05-04 | 1 | -1/+1 |
| | | | | | | passing all tests w/ gcc + clang + java17 build CipherpackListener.cxx: Requires actual fixes regarding exception handling. | ||||
* | scripts/build.sh: resort | Sven Gothel | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | Don't enforce CMAKE_CXX_STANDARD, but have user define variable on command ↵v1.0.5 | Sven Gothel | 2022-12-31 | 1 | -7/+10 |
| | | | | line. Default is '17', '20' is supported as well. | ||||
* | Add C++20 support, use Eclipse via cmake prepare and external make, mention ↵ | Sven Gothel | 2022-12-30 | 1 | -0/+1 |
| | | | | | | | clang-tidy and VSCodium and IDE integration To pass C++17/C++20 via clang-tidy, botan is build as a static library upfront w/o detailed warnings (for now). | ||||
* | Build: Adopt to jaulib changes, included io_util and byte_stream as-is ↵ | Sven Gothel | 2022-08-05 | 1 | -0/+2 |
| | | | | (dropped Botan knobs, unified), add ByteOutStream_File | ||||
* | Adopt to jaulib changes and resolve decrypting error for late zero-size'd ↵ | Sven Gothel | 2022-07-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | is_final no-content-size aware streams using double-buffered read_stream() ... In contrast to using other buffered solutions, jau::io::read_stream() utilizes the given buffers and hence does not need to copy the data. Further .. cipherpack::hash_util::calc() Use new jau::io::ByteInStream_File(dirfd, path), being robust against directory manipulations and reducing OS lookup ops. Status: - Handling of content-size aware streams and lack thereof is covered - Detection and using file/chr/fifo stream nature is supported. | ||||
* | manual test scripting w/ private data | Sven Gothel | 2022-07-29 | 1 | -0/+1 |
| | |||||
* | Remove libcurl dependency if not selected, i.e. `-DUSE_LIBCURL=ON` not set ↵ | Sven Gothel | 2022-07-26 | 1 | -2/+2 |
| | | | | at cmake | ||||
* | Update scripts, analog to jaulib v0.14.0-37-g8e76c99 | Sven Gothel | 2022-07-25 | 1 | -26/+33 |
| | |||||
* | Adopt to jaulib v0.13.1-81-g2ebef56 changes: CPUtils migration, package ↵ | Sven Gothel | 2022-07-07 | 1 | -0/+1 |
| | | | | relocation | ||||
* | README: Add TEST_WITH_SUDO and USE_LIBCURL, USE_LIBUNWIND | Sven Gothel | 2022-06-26 | 1 | -11/+2 |
| | |||||
* | scripts/build.sh: Add BUILDJAVA=ON | Sven Gothel | 2022-06-02 | 1 | -2/+2 |
| | |||||
* | Update build scripts, add cross building scripts | Sven Gothel | 2022-05-23 | 1 | -2/+6 |
| | |||||
* | [re]build.sh: Use archabi dedicated build log | Sven Gothel | 2021-06-22 | 1 | -2/+3 |
| | |||||
* | Use local catch2 build (w/ rtti as required by botan); No need to subdir ↵v0.1.0 | Sven Gothel | 2021-06-07 | 1 | -3/+5 |
| | | | | into jaulib | ||||
* | Initial commit of working Cipherpack (See include/elevator/Cipherpack.hpp)v0.0.1 | Sven Gothel | 2021-06-07 | 1 | -3/+3 |
| | |||||
* | Fix initial setup | Sven Gothel | 2021-03-02 | 1 | -2/+3 |
| | |||||
* | Initial commit - Skeleton Project | Sven Gothel | 2021-03-02 | 1 | -0/+60 |