summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-06style: Use designated initializersPaul Cristian Sarbu
2023-06-05Add a test verifying that no working directory is neededKlaus Aehlig
2023-06-05git cas: only compute absolute path if not absolute alreadyKlaus Aehlig
2023-06-05File Locking: only compute absolute path, if not absolute alreadyKlaus Aehlig
2023-06-05just: improve error reporting on missing pwdKlaus Aehlig
2023-06-02CHANGELOG: document fixes since 1.1.0 so farKlaus Aehlig
2023-06-01man: Minor format and consistency improvementsOliver Reiche
2023-06-01man: Convert man pages to markdownOliver Reiche
2023-05-31Avoid potential malloc between fork/execOliver Reiche
2023-05-31Support FINAL_LDFLAGS variable for binariesOliver Reiche
2023-05-31man: Document ignore-special entry for all just-mr rootsPaul Cristian Sarbu
2023-05-31git tree repos: Add option for ignore-special root...Paul Cristian Sarbu
2023-05-31distdir repos: Add option for ignore-special rootPaul Cristian Sarbu
2023-05-31archive repos: Add option for ignore-special rootPaul Cristian Sarbu
2023-05-31git repos: Add option for ignore-special rootPaul Cristian Sarbu
2023-05-31file repos: Add option for ignore-special rootPaul Cristian Sarbu
2023-05-31utils: Relocate the std::filesystem::hash_value libc fix...Paul Cristian Sarbu
2023-05-31just: Add handling of ignore-special rootsPaul Cristian Sarbu
2023-05-31test: Extend filesystem tests to git repos with symlinks...Paul Cristian Sarbu
2023-05-31test: Streamline filesystem git test repo...Paul Cristian Sarbu
2023-05-31FileRoot: Add ignore-special roots logicPaul Cristian Sarbu
2023-05-31Make test ["", "ALL"] really contain all testsKlaus Aehlig
2023-05-31["test/shell", "script"] Support long-running testsKlaus Aehlig
2023-05-31Executor: honor timeout scalingKlaus Aehlig
2023-05-31Add basic test that the timeout is taken into account for action equalityKlaus Aehlig
2023-05-31ACTION constructor: accept "timeout scaling"Klaus Aehlig
2023-05-31action data structure: support timeout-scaling factorKlaus Aehlig
2023-05-30tests: Support toolchain in remote ruleOliver Reiche
2023-05-30rules: Support for external toolchainsOliver Reiche
2023-05-30tests: Used installed just/just-mr in remote testsOliver Reiche
2023-05-30tests: Support run deps for tools-under-testOliver Reiche
2023-05-30tests: Use run_test expression in remote ruleOliver Reiche
2023-05-30rules: Move binary test_run to expressionOliver Reiche
2023-05-30rules: Use field_map_provider for default-ENVOliver Reiche
2023-05-30rules: Drop needless conditionalOliver Reiche
2023-05-30defaults: Separate toolchain from compile flagsOliver Reiche
2023-05-30just: Install just/just-mr with depsOliver Reiche
2023-05-30imports: Compose toolchain via install-with-depsOliver Reiche
2023-05-24Split off tests into a separate logical repositoryKlaus Aehlig
2023-05-23Storage config: also specify the location of the execution rootKlaus Aehlig
2023-05-23just-import-git: also recognize the workspace root as a layerKlaus T. Aehlig
2023-05-22just-import-git: support assuming the canonical single-repo configKlaus Aehlig
2023-05-19Start 1.2 development cycleKlaus Aehlig
2023-05-19Release 1.1.0v1.1.0Klaus Aehlig
2023-05-15Relase 1.1.0~beta2v1.1.0-beta2Klaus Aehlig
2023-05-15Add pkg-config target for re2Klaus Aehlig
2023-05-15Third-party descriptions: be flexible on PKG_CONFIG_PATHKlaus Aehlig
2023-05-15memcheck: fix race in libgit2...Paul Cristian Sarbu
2023-05-15Install instructions: describe package building of just-mrKlaus Aehlig
2023-05-12external: silence additional warnings from dependencies...Paul Cristian Sarbu