Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-08 | Fixes to just-mr repo config man 5 | Paul Cristian Sarbu | |
- specify explicitly for archives: for missing 'distfile' we use the basename of 'fetch_url' - specify explicitly that 'subdir' is not a mandatory field | |||
2022-11-07 | Describe the contributing process | Klaus Aehlig | |
2022-11-07 | Add configuration for clang-format and clang-tidy | Klaus Aehlig | |
2022-11-07 | Silence GCC warnings on missing return statements | Oliver Reiche | |
2022-11-07 | update field names in the man page of just-mr-repository-config | Alberto Sartori | |
2022-11-07 | just-mr: remove leftover | Alberto Sartori | |
2022-11-07 | tutorial: describe using pre-built dependencies | Klaus Aehlig | |
While building from source as certain advantages, there are also good reasons to use pre-installed dependencies. Document this in the tutorial to avoid wrong impressions readers might have otherwise. | |||
2022-11-04 | Remove unwanted native protocol prefixes from user-visible locations | Sascha Roloff | |
2022-11-04 | fix a typo | Alberto Sartori | |
2022-11-03 | also honor additional flags in the early bootstrap phase | Klaus Aehlig | |
2022-11-02 | add missing variables to export targets | Alberto Sartori | |
2022-11-02 | proto: honor configured archiver | Alberto Sartori | |
2022-11-02 | rules: don't always use the default archiver | Alberto Sartori | |
2022-11-02 | INSTALL: also mention how to install just-mr | Klaus Aehlig | |
... as this tool is usally used in conjunction with just; in particular, our tutorial assumes just-mr to be present. | |||
2022-11-02 | INSTALL: also mention the "unknown" compiler family | Klaus Aehlig | |
... in the overview table, especially as we recommend it when building for host and manually setting CC and CXX. | |||
2022-11-02 | Improved test case for target-level cached artifacts synchronization | Sascha Roloff | |
This commit extends the test case for target-level cached artifacts synchronization to include all locations of a target-cache entry where known artifacts can be mentioned. These locations are the 'artifacts', 'runfiles', and 'provides' map and all are considered now as part of the test. | |||
2022-11-02 | tutorial/getting-started: Also introduce the concept of staging | Klaus Aehlig | |
Staging is quite a fundamental concept of just. Therefore, introduce it early in the tutorial. In this way, it also becomes obvious, why only targets are requested and files are not installed by default. | |||
2022-11-02 | Tutorial getting-started: introduce -P | Klaus Aehlig | |
... as an way of directly obtaining an artifact without an additional detour through the file system. | |||
2022-11-02 | tutorial/getting-started: better explain object identifiers | Christian Lütke Stetzkamp | |
When the tutorial references blob identifiers in the output, also immediately explain the syntax. Also emphasize the possible abbreviations made possible by b9880e8ecdce02f047dfb1d19de5f1ed07a82ac6 given that they are typically used in practise. Co-authored-by: Klaus Aehlig <aehlig@linta.de> | |||
2022-10-31 | CC/test test_runner.sh: correctly report the reuslt | Klaus Aehlig | |
The test runner is supposed to report the reult in a file called 'result' in the top-level action directory. However, before starting the actual test, it changes the working directory to the subdir 'work' where the input of the test action is located. Therefore, when reporting the result, the correct file name is '../result'. Fix this. | |||
2022-10-31 | bootstrap: allow overwriting of ar | Klaus Aehlig | |
... in the same way, as we support different names for cc and c++. | |||
2022-10-28 | bootstrap: be consistent with the desired compiler | Alberto Sartori | |
2022-10-27 | main: improve short self-description of just | Klaus Aehlig | |
2022-10-27 | rules: Honor ENV for finding cat | Christian Lütke Stetzkamp | |
2022-10-27 | rules: Honor ENV for patch separation | Christian Lütke Stetzkamp | |
2022-10-26 | readme: Add note about potentially missing library | Oliver Reiche | |
2022-10-26 | bootstrap: honor CC and CXX from build configuration | Klaus Aehlig | |
... also in the first phases of the bootstrap procedure. Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> | |||
2022-10-26 | bootstrap: Support building bootstrap_just in parallel | Oliver Reiche | |
2022-10-26 | Bootstrap: allow setting build configuration | Klaus Aehlig | |
When constructing the build configuration for the bootstrap build is just, start with the value of the environment variable JUST_BUILD_CONF, if set, instead of the empty object. While there, also propagate SOURCE_DATE_EPOCH from the environment to the build configuration. | |||
2022-10-26 | grpc: Do not warn about unkonwn warning options | Oliver Reiche | |
2022-10-26 | rules: Honor ENV variable for protobuf compilation | Oliver Reiche | |
2022-10-26 | GitCAS: Disable code that is unused during bootstrap | Oliver Reiche | |
2022-10-25 | grpc: Silence warnings depending on compiler | Oliver Reiche | |
2022-10-24 | grpc: silence warnings | Alberto Sartori | |
2022-10-24 | git2: silence warnings | Alberto Sartori | |
2022-10-24 | fix position of just-mr setup subcommand | Alberto Sartori | |
2022-10-24 | do no use late options | Alberto Sartori | |
2022-10-21 | grpc: silence warnings | Alberto Sartori | |
2022-10-21 | absl: silence warnings | Alberto Sartori | |
2022-10-21 | just-mr: Fix use of wrong file path for checkout locations | Oliver Reiche | |
2022-10-20 | Install: Simplify building instructions | Oliver Reiche | |
2022-10-20 | Tutorial: Adjust 'test/glob/rebuild/proto' sections | Oliver Reiche | |
2022-10-20 | Tutorial: Adjust 'Third-party' section to new changes | Oliver Reiche | |
2022-10-20 | Tutorial: Adjust 'Hello world' section to new changes | Oliver Reiche | |
2022-10-20 | share: Provide bash completion for just-mr | Oliver Reiche | |
2022-10-20 | man: Section-5 man page for just-mrrc | Oliver Reiche | |
2022-10-20 | man: Section-1 man page for just-mr | Paul Cristian Sarbu | |
Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> | |||
2022-10-20 | just-mr: Warn on inefficient Git operations | Oliver Reiche | |
2022-10-20 | just-mr: Support for just-mrrc file | Oliver Reiche | |
2022-10-20 | man: Update just-mr-repository-config man page | Oliver Reiche | |