Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-18 | test: Use pkgconfig for prebuilt bootstrap | Oliver Reiche | |
2023-04-18 | bootstrap: Replace prebuilt imports by pkgconfig | Oliver Reiche | |
2023-03-15 | Update gsl-lite to 0.40.0 | Klaus Aehlig | |
2023-02-28 | Various typo fixes | Paul Cristian Sarbu | |
Co-authored-by: Sascha Roloff <sascha.roloff@huawei.com> | |||
2023-02-14 | Test bootstrapping in the presence of symbolic links | Klaus Aehlig | |
2023-02-09 | Add test for mixed boot strapping | Klaus Aehlig | |
2023-01-26 | test/bootstrap: fix typo in environemt variable | Klaus Aehlig | |
... and also fix the test if we reached the fixed point; of course, that has to use the same configuration as we do not expect different tool chains to produce bit-by-bit identical output. | |||
2023-01-26 | test/bootstrap: also test bootstrapping with the gnu compiler family | Klaus Aehlig | |
2023-01-24 | bin/boostrap.py: support dropping of repositories | Klaus Aehlig | |
Not all repositories mentioned in the repository configuration are needed to boostrap just (e.g., because they are used for testing). Support dropping dependencies for bootstrapping by replacing them by a reference to an empty directory and in this way have less files that need to be fetched. | |||
2022-10-24 | fix position of just-mr setup subcommand | Alberto Sartori | |
2022-10-24 | do no use late options | Alberto Sartori | |
2022-10-13 | bootstrap: by default, bootstrap in parallel | Klaus Aehlig | |
Only if the environment variable DEBUG is set, fall back to sequentially executing the graph generated by the bootstrap version of just. | |||
2022-10-12 | Add copyright and license notice to all source and header files | Klaus Aehlig | |
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com> | |||
2022-07-25 | Test bootstrapping against preinstalled dependencies | Klaus Aehlig | |
In particular, also add a target that explicitly all dependencies besides python3 and the C++ compiler which also serves as a machine checkable documentation. | |||
2022-07-25 | Move bootstrap tests to their own directory | Klaus Aehlig | |