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.cmake.build -> project.build | Egor Tensin | |
Accordingly, rename cmake-build to project-build. | |||
2021-05-07 | project.toolset: support versioned MSVC toolsets | Egor Tensin | |
You can now use something like msvc-141, vs-2017, etc. | |||
2021-05-06 | "toolchain" -> "toolset", part 2 | Egor Tensin | |
2021-05-06 | "toolchain" -> "toolset", part 1 | Egor Tensin | |
2021-04-13 | fix PyLint warnings | Egor Tensin | |
2021-04-13 | project.ci: add --hint parameter | Egor Tensin | |
This is a stupid workaround for testing other CI systems on GitHub Actions. | |||
2021-03-24 | project.ci: GitHub Actions no longer has pre-built Boost | Egor Tensin | |
2021-03-24 | fix PyLint warnings | Egor Tensin | |
2021-03-24 | project.ci: use same variable names for all CIs | Egor Tensin | |
Using different ones was quite weird to begin with. | |||
2021-03-24 | project.ci: change build directory | Egor Tensin | |
It's now <source directory>/../build for consistency. | |||
2021-01-31 | project.ci: use pre-built Boost when available | Egor Tensin | |
2021-01-25 | project.ci: auto-fill --toolset from environment | Egor Tensin | |
2021-01-25 | project.ci: auto-detect CI system | Egor Tensin | |
2021-01-18 | project.ci: add GitHub Actions | Egor Tensin | |
2021-01-18 | project.ci: --install picks the directory automatically | Egor Tensin | |
2021-01-17 | README: update | Egor Tensin | |
2020-03-30 | project.ci: dedupe code | Egor Tensin | |