Commit message (Collapse) | Author | ||
---|---|---|---|
2021-12-15 | basic macOS support | Egor Tensin | |
I don't have a Mac to test on, but the knowledge that there is basic support for macOS is still nice. | |||
2021-05-07 | project.toolset: move _full_exe_name to utils | Egor Tensin | |
2021-05-03 | project.utils: don't print fatal exception twice | Egor Tensin | |
2021-05-03 | project.utils: fix the retry decorator | Egor Tensin | |
2021-03-24 | project.cmake: set CMAKE_BUILD_PARALLEL_LEVEL | Egor Tensin | |
2021-03-23 | project.utils: log to stdout, not stderr | Egor Tensin | |
This is a quick fix to the interleaved output issue I'm having on CI runs (when the logging output gets interleaved with subprocess output). | |||
2021-03-23 | project.boost: refactoring | Egor Tensin | |
The extremely convoluted BoostBuildToolset situation is no more. | |||
2021-03-14 | project.boost.download: create missing directories | Egor Tensin | |
2020-03-31 | project.boost: retry downloads | Egor Tensin | |
2020-03-30 | project.ci: dedupe code | Egor Tensin | |
2020-03-30 | project: minor-ish refactoring | Egor Tensin | |
2020-03-29 | project: add os.py | Egor Tensin | |
2020-03-29 | project.cmake: factor out common utils | Egor Tensin | |
2020-03-28 | project.boost: factor out everything else | Egor Tensin | |
I finally snapped. This starts to resemble sensible structure though. |