Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove project.ci | Egor Tensin | 2023-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. | ||
* | remove excessive logging & obsolete project.ci.* packages | Egor Tensin | 2021-04-13 |
| | | | | Logging command line arguments before parsing them is a bit excessive. | ||
* | project.ci: use pre-built Boost when available | Egor Tensin | 2021-01-31 |
| | |||
* | fix PyLint warnings | Egor Tensin | 2021-01-17 |
| | |||
* | 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-30 |
| | |||
* | project.boost: support --mingw for Travis/AppVeyor | Egor Tensin | 2020-03-30 |
| | |||
* | fix READMEs, code style, etc. | Egor Tensin | 2020-03-29 |
| | |||
* | project.cmake: insignificant refactoring | Egor Tensin | 2020-03-29 |
| | |||
* | project.cmake: factor out common utils | Egor Tensin | 2020-03-29 |
| | |||
* | project.boost: factor out everything else | Egor Tensin | 2020-03-28 |
| | | | | I finally snapped. This starts to resemble sensible structure though. | ||
* | project.boost: factor out BoostVersion | Egor Tensin | 2020-03-28 |
| | |||
* | WIP: restructure | Egor Tensin | 2020-03-28 |
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. |