Commit message (Collapse) | Author | ||
---|---|---|---|
2021-04-13 | remove excessive logging & obsolete project.ci.* packages | Egor Tensin | |
Logging command line arguments before parsing them is a bit excessive. | |||
2021-01-18 | project.ci: add GitHub Actions | Egor Tensin | |
2020-03-30 | project.ci: dedupe code | Egor Tensin | |
2020-03-30 | project.cmake: make it --boost aware | Egor Tensin | |
2020-03-30 | project.cmake: make it --platform aware | Egor Tensin | |
2020-03-30 | project: code style | Egor Tensin | |
2020-03-29 | project.cmake: insignificant refactoring | Egor Tensin | |
2020-03-29 | project.cmake: factor out common utils | Egor Tensin | |
2020-03-28 | WIP: restructure | Egor Tensin | |
A stupid attempt to reduce code duplication led me to believe that all the scripts could use _a bit_ of refactoring. This is going to be a major pain (factoring out all the things), which I'll take gladly. All the links and usage examples are broken right now, but nobody cares, so whatevs. | |||
2020-01-09 | better usage messages & READMEs | Egor Tensin | |
2020-01-08 | cmake/build/ci: fix import errors | Egor Tensin | |
2020-01-03 | rearrange all files completely | Egor Tensin | |
2019-12-16 | ci: fix a bug in case no positional parameters | Egor Tensin | |
2019-12-15 | ci: minor script enhancements | Egor Tensin | |
2019-12-15 | build: clean up silly cmd line params | Egor Tensin | |
They were just plain synonyms for CMake flags, barely had any value. | |||
2019-12-13 | build/ -> ci/ | Egor Tensin | |
2019-12-10 | add simple build scripts | Egor Tensin | |
They're intended to replace my build.sh (for Travis) and build.ps1 (for AppVeyor) scripts to call CMake in a platform-independent manner. |