summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2023-05-19Update just dependency to 1.1.0 releasev1.1Klaus Aehlig
2023-05-05Upgrade just tag and regenerate repos.jsonOliver Reiche
2023-04-19bundled tools: bring own defaultsKlaus Aehlig
... instead of using the strict -Wall defaults that are used for just.
2023-04-19README: update and clarify the source of proto toolsKlaus Aehlig
2023-04-19proto rules: reattach toolchainKlaus Aehlig
Restore the behaviour that, when the rules are imported via just-import-git, the proto tool chain comes as a dependency. In this way the rules can be used in an environment with just a C/C++ compiler present while still having proto available.
2023-04-18Update documentationKlaus Aehlig
2023-04-11README.md: document noticeable configuration variablesKlaus Aehlig
2023-04-11README.md: mention that `protobuf` and `grpc` need to be bound on manual importKlaus Aehlig
2023-01-31Update documentationOliver Reiche
2023-01-27Update documentationOliver Reiche
2023-01-27Add examples for interoperability with CMakeOliver Reiche
- consuming CMake libraries - being consumed by CMake
2023-01-26Update documentationOliver Reiche
2023-01-26Test creating libraries from CMake projectOliver Reiche
2023-01-20Update documentationOliver Reiche
2023-01-10Update README.mdOliver Reiche
2022-12-12Add tests and readmeOliver Reiche