aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs (follow)
Commit message (Collapse)AuthorAge
* remove project.ciEgor Tensin2023-07-03
| | | | | | | | | | 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.
* project.ci.cmake -> project.ci.buildEgor Tensin2023-07-03
| | | | Accordingly, rename ci-cmake to ci-build.
* project.cmake.build -> project.buildEgor Tensin2023-07-03
| | | | Accordingly, rename cmake-build to project-build.
* project.cmake: require the build dir argumentEgor Tensin2023-07-03
| | | | | | 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.
* docs/cmake: update referencesEgor Tensin2023-07-01
|
* "toolchain" -> "toolset", part 2Egor Tensin2021-05-06
|
* add docs/ci.mdEgor Tensin2021-04-28
|
* tools: bring back the .py extensionEgor Tensin2021-04-18
| | | | | It should help running the scripts on Windows, where the .py extension is associated with the Python interpreter.
* tools: drop the .py extensionEgor Tensin2021-04-13
|
* tools: update usage information, add docs/ entriesEgor Tensin2021-04-07
|
* docs: grammarEgor Tensin2021-03-15
|
* docs: reflowEgor Tensin2021-03-15
|
* docs: markdownifyEgor Tensin2021-03-14
|
* move large in-code comments to docs/Egor Tensin2021-03-14