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