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