aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/utils.py (follow)
Commit message (Collapse)AuthorAge
* project.toolset: move _full_exe_name to utilsEgor Tensin2021-05-07
|
* project.utils: don't print fatal exception twiceEgor Tensin2021-05-03
|
* project.utils: fix the retry decoratorEgor Tensin2021-05-03
|
* project.cmake: set CMAKE_BUILD_PARALLEL_LEVELEgor Tensin2021-03-24
|
* project.utils: log to stdout, not stderrEgor Tensin2021-03-23
| | | | | 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).
* project.boost: refactoringEgor Tensin2021-03-23
| | | | The extremely convoluted BoostBuildToolset situation is no more.
* project.boost.download: create missing directoriesEgor Tensin2021-03-14
|
* project.boost: retry downloadsEgor Tensin2020-03-31
|
* project.ci: dedupe codeEgor Tensin2020-03-30
|
* project: minor-ish refactoringEgor Tensin2020-03-30
|
* project: add os.pyEgor Tensin2020-03-29
|
* project.cmake: factor out common utilsEgor Tensin2020-03-29
|
* project.boost: factor out everything elseEgor Tensin2020-03-28
I finally snapped. This starts to resemble sensible structure though.