summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-13utils: convert hex to stringKlaus Aehlig
2022-06-13CLI: Catch and report non-CLI11 related errorsOliver Reiche
2022-06-09Disallow upwards-facing inputs in actions and tree constructorsKlaus Aehlig
2022-06-09Change wording of -D to emphasize that it is an overlayKlaus Aehlig
2022-06-09improve error messageAlberto Sartori
2022-06-09reduce code duplicationAlberto Sartori
2022-06-09pass by const ref big objectsAlberto Sartori
2022-06-09fix order of evaluations for the workspace root of the main repositoryAlberto Sartori
2022-06-09remove misleading commentAlberto Sartori
2022-06-09fix typosAlberto Sartori
2022-06-02CLI: New option -D/--defines for in-line configurationOliver Reiche
2022-06-02Split off the expression_ptr interfaceKlaus Aehlig
2022-06-02Add missing direct dependenciesKlaus Aehlig
2022-05-31"enumerate" expression: add padding to 10 charactersKlaus Aehlig
2022-05-30Built-in expressions: add enumerateKlaus Aehlig
2022-05-12Ensure we also correctly handle tree conflicts between filesKlaus Aehlig
2022-05-12Ensure consistent path normalisationKlaus Aehlig
2022-05-09CLI: Fix use of multiple RE property optionsOliver Reiche
2022-05-09Built-in "to_subdir": interpret input keys as pathKlaus Aehlig
2022-05-09Verify conflict-freeness in inputs, artifacts, and runfilesKlaus Aehlig
2022-05-09Move path normalisation to a separate libraryKlaus Aehlig
2022-05-09log to Error level when remote is unreachableAlberto Sartori
2022-05-04just: add --compatible also to "just analyse"Klaus Aehlig
2022-05-04install: normalize dir pathsOliver Reiche
2022-04-27Remove libggit2 as host bootstrap dependencyKlaus Aehlig
2022-04-27use kebab-case for all cmd line argsAlberto Sartori
2022-04-27Allow for better error reporting in case of a malformed targetAlberto Sartori
2022-04-27dump action command on DebugLevelAlberto Sartori
2022-04-26Rebuild: report full command lineKlaus Aehlig
2022-04-26doc strings: support documentation of the resultKlaus Aehlig
2022-04-26bug fix: FileRoot::DirectoryEntries cannot hold std::monostate anymoreAlberto Sartori
2022-04-25Progress reporting: include origins of running actionsKlaus Aehlig
2022-04-25result description: always show full informationKlaus Aehlig
2022-04-25json utils: support indentation up to a given depthKlaus Aehlig
2022-04-25expression: add "msg" argument to "to_subdir"Klaus Aehlig
2022-04-22Fix remote-client names in loggingKlaus Aehlig
2022-04-21add compatibility with original remote build protocolAlberto Sartori
2022-04-20Remove unused "+" on expressionsKlaus Aehlig
2022-04-19Conflict checking: use normalized pathsKlaus Aehlig
2022-04-14just: Add support for building static binaryOliver Reiche
2022-04-14add u+w permission when installing a fileAlberto Sartori
2022-04-07expression evaluation: clean up truth valuesKlaus Aehlig
2022-04-07main: warn if result contains failed artifactsKlaus Aehlig
2022-04-07implement new built-in target TREEAlberto Sartori
2022-04-07refactor FileRoot::DirectoryEntriesAlberto Sartori
2022-04-07FileSystemManager::ReadDirectory does just one system callAlberto Sartori
2022-04-05Rule map: "import" is no a reserved key word of a ruleKlaus Aehlig
2022-04-04Add a basic progress reporterKlaus Aehlig
2022-04-04statistics: also count completed uncached actionsKlaus Aehlig
2022-04-04Graph traverser: support progress observingKlaus Aehlig