summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-13Just: Set default TARGET_ARCH and COMPILER_FAMILYOliver Reiche
2022-09-13Defaults: Use hierarchical defaults for flags and toolchainOliver Reiche
2022-09-13Externals: Propagate ADD_{C,CXX}FLAGS variablesOliver Reiche
2022-09-13Externals: Propagate CC/CXX/CFLAGS/CXXFLAGS variablesOliver Reiche
2022-09-13Externals: Propagate 'COMPILER_FAMILY' and 'DEBUG' variablesOliver Reiche
2022-09-13Rules: Implement setting ADD_{C,CXX}FLAGS via variablesOliver Reiche
2022-09-13Rules: Implement hierarchical defaultsOliver Reiche
2022-09-13Rules: Extend configure rule by 'compiler_family'Oliver Reiche
2022-09-13Externals: Fixes for supporting cross-compilationOliver Reiche
2022-09-13Fix build with gcc/g++Oliver Reiche
2022-09-13Fix arch-specific type mismatchOliver Reiche
2022-09-13Fix wrongful conversions of object to arraysOliver Reiche
2022-09-13Executor: Avoid use of dynamic memoryOliver Reiche
2022-09-12Added end-to-end test for the synchronization of target-level cached artifact...Sascha Roloff
2022-09-12Removed prefix from execution backend hash to fix target cache directory nameSascha Roloff
2022-09-12Adapted Executor to upload known artifacts from local CAS to remote CAS in ca...Sascha Roloff
2022-09-12Adapted TargetCache to download known artifacts from remote CAS to local CASSascha Roloff
2022-09-12Introduced RetrieveToCas function in IExecutionApi to synchronize artifacts b...Sascha Roloff
2022-09-12BazelApi chunk availability check returns provided ArtifactDigestsSascha Roloff
2022-09-12Removed ArtifactDigest is_tree() predicateSascha Roloff
2022-09-12fix the path of the local tree-cas for compatible modeAlberto Sartori
2022-09-12Fixed tree handling in compatible mode and added regression testSascha Roloff
2022-08-31Also track the the dependencies on configured targetsKlaus Aehlig
2022-08-31Export targets that just used from external repositoriesKlaus Aehlig
2022-08-26tutorial/test: demonstrate that the internals of the test are availableKlaus Aehlig
2022-08-26tutorial/thrid-party-software: clarify tree refrenceKlaus Aehlig
2022-08-24Glob tutorial: fix typos and white spaceKlaus Aehlig
2022-08-23Add new tutorial sections to READMEKlaus Aehlig
2022-08-23Add a tutorial section explaining targets vs explicit source referencesKlaus Aehlig
2022-08-23Add a rule to overlay artifact mapsKlaus Aehlig
2022-08-23Track tree references that have to be expandedKlaus Aehlig
2022-08-22Progress percentage: only count actual workKlaus Aehlig
2022-08-22Tutorial: Add minimalistic getting started sectionOliver Reiche
2022-08-19Tutorial: Use sh instead shell for improved renderingOliver Reiche
2022-08-19Progress: Print overall build progress in percentOliver Reiche
2022-08-19Rebuild: Support proper progress printingOliver Reiche
2022-08-19Bump verison to 1.0.0~beta2Klaus Aehlig
2022-08-19Add an end-to-end test for glob expansionKlaus Aehlig
2022-08-19Add glob reference to source filesKlaus Aehlig
2022-08-19directory_map: correctly resolve module names to directoriesKlaus Aehlig
2022-08-19main: honor configuration for target_file nameKlaus Aehlig
2022-08-16rules/CC: fix duplicated staging for libraryAlberto Sartori
2022-08-09RemoteExecutionClient: print debug stringAlberto Sartori
2022-08-05Add license fileKlaus Aehlig
2022-08-05dump-targets: don't dump source treesKlaus Aehlig
2022-08-05Artifact reporting: repeat the failed artifactsKlaus Aehlig
2022-08-05Move analysis out of main.cppKlaus Aehlig
2022-08-05Make ANSI escape sequences optionalKlaus Aehlig
2022-08-05Version: Bump up to 1.0.0~beta1Oliver Reiche
2022-08-05Describe: Move describe code to separate libraryOliver Reiche