aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/boost/build (unfollow)
Commit message (Collapse)Author
2020-03-28WIP: restructureEgor Tensin
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.
2020-02-29boost/build: download timeoutsEgor Tensin
2020-02-29boost/build: try multiple mirrorsEgor Tensin
2020-02-01boost/build: MinSizeRel/RelWithDebInfo allowed in --stagedirEgor Tensin
2020-02-01boost/build/ci: build in predefined directoryEgor Tensin
2020-01-31boost/build: multiple --stagedir on Windows alsoEgor Tensin
2020-01-18support all 4 cmake default configurationsEgor Tensin
2020-01-09better usage messages & READMEsEgor Tensin
2020-01-08fix PyLint-discovered bugsEgor Tensin
2020-01-08boost/build: add --runtime-linkEgor Tensin
This time with more safety checks.
2020-01-08boost/build: refactoringEgor Tensin
2020-01-07boost/build: add the --link parameterEgor Tensin
2020-01-07boost/build: remove --labelEgor Tensin
Its intention was to use a single stage/ directory for multi-toolchain builds (namely, using Cygwin & VS). It decided it's pretty useless, since the same b2 executable can't be used with both Cygwin & VS.
2020-01-07AppVeyor: fix boost/build usageEgor Tensin
2020-01-07AppVeyor: add some tests for boost/buildEgor Tensin
2020-01-07boost/build/ci: fix module import errorsEgor Tensin
2020-01-06boost/build: add support for --build-dirEgor Tensin
2020-01-06boost/build: add `build --label` optionEgor Tensin
2020-01-04boost/build: download older Boost releases from SourceForgeEgor Tensin
2020-01-04boost/build: overhaul `build.py download`Egor Tensin
For instance, it can now cache archives.
2020-01-03rearrange all files completelyEgor Tensin