Commit message (Collapse) | Author | ||
---|---|---|---|
2023-07-03 | remove project.ci | Egor Tensin | |
The weird magic going on in the ci-{boost,build} scripts is honestly too weird. With hindsight, it seems to me that it's much better to just build a project with the same command during a CI run as when developing locally. Plus, I haven't really used either Travis or AppVeyor in quite some time, so this code was mostly untested really. | |||
2023-07-03 | project.ci.cmake -> project.ci.build | Egor Tensin | |
Accordingly, rename ci-cmake to ci-build. | |||
2023-07-03 | project.cmake.build -> project.build | Egor Tensin | |
Accordingly, rename cmake-build to project-build. | |||
2023-07-03 | project.cmake: require the build dir argument | Egor Tensin | |
It doesn't make a lot of sense for the build dir argument to be optional. There's still a placeholder you can use to build in a temporary directory. | |||
2023-07-01 | docs/cmake: update references | Egor Tensin | |
2021-05-06 | "toolchain" -> "toolset", part 2 | Egor Tensin | |
2021-04-28 | add docs/ci.md | Egor Tensin | |
2021-04-18 | tools: bring back the .py extension | Egor Tensin | |
It should help running the scripts on Windows, where the .py extension is associated with the Python interpreter. | |||
2021-04-13 | tools: drop the .py extension | Egor Tensin | |
2021-04-07 | tools: update usage information, add docs/ entries | Egor Tensin | |
2021-03-15 | docs: grammar | Egor Tensin | |
2021-03-15 | docs: reflow | Egor Tensin | |
2021-03-14 | docs: markdownify | Egor Tensin | |
2021-03-14 | move large in-code comments to docs/ | Egor Tensin | |