summaryrefslogtreecommitdiff
path: root/src/buildtool/main/main.cpp
AgeCommit message (Expand)Author
2022-12-07just: Allow multiple log filesPaul Cristian Sarbu
2022-11-11Support dumping variables of the analysed targetKlaus Aehlig
2022-10-27main: improve short self-description of justKlaus Aehlig
2022-10-20just: Take lexicographical first repositoryOliver Reiche
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
2022-10-04just: Fix version subcommand; Fix just section-1 man pagePaul Cristian Sarbu
2022-09-13Fix build with gcc/g++Oliver Reiche
2022-09-12Adapted TargetCache to download known artifacts from remote CAS to local CASSascha Roloff
2022-08-31Also track the the dependencies on configured targetsKlaus Aehlig
2022-08-19Add glob reference to source filesKlaus Aehlig
2022-08-19main: honor configuration for target_file nameKlaus Aehlig
2022-08-05dump-targets: don't dump source treesKlaus Aehlig
2022-08-05Move analysis out of main.cppKlaus Aehlig
2022-08-05Make ANSI escape sequences optionalKlaus Aehlig
2022-08-05Describe: Move describe code to separate libraryOliver Reiche
2022-08-05InstallCas: Moved install-cas code to separate libraryOliver Reiche
2022-08-05CLI: Add flag for dumping raw tree objectsOliver Reiche
2022-07-27describe: Support serializing to JSONOliver Reiche
2022-07-27describe: Support describing by rule nameOliver Reiche
2022-07-27install-cas now accepts --log-limit and --log-fileAlberto Sartori
2022-07-08In install-cas be more liberal in parsing artifact identifiersKlaus Aehlig
2022-07-06When requesting action input, also provide action informationKlaus Aehlig
2022-07-05Make remote endpoint specification part of analysisKlaus Aehlig
2022-07-05Remove option --persistentKlaus Aehlig
2022-07-05Implement staging of action inputsKlaus Aehlig
2022-07-05Fix wrong output pipe for version info in mainPaul Cristian Sarbu
2022-06-28Support more verbose error reportingKlaus Aehlig
2022-06-24Add a version subcommandKlaus Aehlig
2022-06-20Crypto: Add and use set of globally used hash functionsOliver Reiche
2022-06-14fix handling of workspace root for the main repositoryAlberto Sartori
2022-06-13Main: Print statistics for export targetsOliver Reiche
2022-06-13Main: Collect cache artifacts and Write target cache entriesOliver Reiche
2022-06-13GraphTraverser: Add support for extra artifactsOliver Reiche
2022-06-13RemoteExecutionConfig: Keep global platform propertiesOliver Reiche
2022-06-13FileRoot: support content descriptionKlaus Aehlig
2022-06-13CLI: Catch and report non-CLI11 related errorsOliver Reiche
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-02CLI: New option -D/--defines for in-line configurationOliver Reiche
2022-05-04just: add --compatible also to "just analyse"Klaus Aehlig
2022-04-27use kebab-case for all cmd line argsAlberto Sartori
2022-04-26doc strings: support documentation of the resultKlaus Aehlig
2022-04-25result description: always show full informationKlaus Aehlig
2022-04-21add compatibility with original remote build protocolAlberto Sartori
2022-04-07main: warn if result contains failed artifactsKlaus Aehlig
2022-04-07implement new built-in target TREEAlberto Sartori
2022-04-04Add a basic progress reporterKlaus Aehlig