summaryrefslogtreecommitdiff
path: root/src/utils/cpp
AgeCommit message (Expand)Author
2024-09-09Remove verify_hash libraryMaksim Denisov
2024-09-09Implement HashInfo classMaksim Denisov
2024-08-29async_map_utils: Pass key_printer also for reporting pending tasks...Paul Cristian Sarbu
2024-08-27Reformat code to comply with clang-format 18Klaus Aehlig
2024-08-07Replace classic C boolean operators with keywordsMaksim Denisov
2024-08-05When using errno, log the actual error messagePaul Cristian Sarbu
2024-08-05Add missing cerrno includesPaul Cristian Sarbu
2024-08-01Add a utility function to rewrite path strings relative to a subdirectoryKlaus Aehlig
2024-06-28Add C++ utility classes (un)expectedOliver Reiche
2024-06-17Add utility function for prefixing each line of a stringKlaus Aehlig
2024-05-28Implement "on the fly" transformed range.Maksim Denisov
2024-04-11json: support pruningKlaus Aehlig
2024-04-08Use properly included standard library types by defaultPaul Cristian Sarbu
2024-04-08Consistently guard all POSIX C includesPaul Cristian Sarbu
2024-03-26Add missing system includesPaul Cristian Sarbu
2024-03-15Clean up more includes and targetsPaul Cristian Sarbu
2024-03-07TmpDir: Getter should return const refOliver Reiche
2024-02-29verify_hash utils: Clarify return value meaningPaul Cristian Sarbu
2024-02-15atomic: Fix potential raceOliver Reiche
2023-11-30Resolve inconsistencies in third-party headers include formatPaul Cristian Sarbu
2023-11-15utils/cpp: add IsAHash functionAlberto Sartori
2023-09-13utils: No hash for upcoming libstdc++ 11 releasesOliver Reiche
2023-08-28fmt: Specialize formatter only for version >= 10Oliver Reiche
2023-08-28Fix path hash for libstdc++ bug-fix release 11.4Oliver Reiche
2023-08-28Add explicit fmt::formatter for nlohmann::basic_jsonMichael Thies
2023-08-23utils path: Add missing inline specifierOliver Reiche
2023-08-07utils: Add function to check for confined pathsPaul Cristian Sarbu
2023-08-07utils: path normalization method should be noexceptPaul Cristian Sarbu
2023-06-26filesystem: Add logic for handling (non-upwards) symlinksPaul Cristian Sarbu
2023-06-05File Locking: only compute absolute path, if not absolute alreadyKlaus Aehlig
2023-05-31utils: Relocate the std::filesystem::hash_value libc fix...Paul Cristian Sarbu
2023-04-26imports: Switch to Microsoft GSL implementationOliver Reiche
2023-02-17structure cleanup: move libcurl utilities to other_tools...Paul Cristian Sarbu
2023-02-17structure cleanup: move libarchive utilities to other_tools...Paul Cristian Sarbu
2023-02-02file_locking: fix comment describing the name of the lock fileKlaus Aehlig
2023-01-20Utils: Add file locking utility classPaul Cristian Sarbu
2023-01-16CurlEasyHandle: Fix empty fetches due to unfollowed URLsPaul Cristian Sarbu
2022-12-21Utils: Add wrapper class for libarchive operationsPaul Cristian Sarbu
2022-12-21Utils: Add curl easy handle utility classPaul Cristian Sarbu
2022-12-21Utils: Add curl context utility classPaul Cristian Sarbu
2022-12-21Just-MR: Add utilities library for just-mrPaul Cristian Sarbu
2022-12-21Utils: Add class handling tmp directoriesPaul Cristian Sarbu
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
2022-09-13Fix build with gcc/g++Oliver Reiche
2022-08-02Utils: Drop ill-formed audit checks for truncating JSONOliver Reiche
2022-06-29util: support abbreviating jsonKlaus Aehlig
2022-06-28define new header-only library for vector manipulationAlberto Sartori
2022-06-13utils: convert hex to stringKlaus Aehlig
2022-05-12Ensure consistent path normalisationKlaus Aehlig
2022-05-09Move path normalisation to a separate libraryKlaus Aehlig