This website requires JavaScript.
Explore
Help
Sign In
boost
/
build
Watch
2
Star
0
Fork
0
You've already forked build
mirror of
https://github.com/boostorg/build.git
synced
2026-02-15 00:52:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
600d68cb37e9c3b520c953f98c409bbe467dc7de
build
/
src
History
Jurko Gospodnetić
600d68cb37
Quick-fix for a Boost 1.36 accumulators library documentation build failing because Boost Jam treats different paths to the same target as two separate targets and attempts to build both. This patch simply makes mkdir commands not fail in case the target folder already exist. Should be removed once Boost Jam has been updated to correctly detect different paths to the same target.
...
[SVN r47260]
2008-07-09 08:06:29 +00:00
..
build
Minor stylistic Boost Build code comment changes.
2008-06-27 14:00:57 +00:00
contrib
Added tntnet application server support, from Eduardo Gurgel.
2008-05-21 12:41:41 +00:00
engine
Fixed a Boost Jam bug on Windows causing its SHELL command not to work correctly with some commands containing quotes. Caused by a 'funny feature' in the Windows popen() implementation causing it to remove external quotes in some cases similar to how the Windows cmd.exe shell command interpreter does it.
2008-06-03 23:44:23 +00:00
kernel
Minor stylistic Boost Build script changes.
2008-06-08 22:36:08 +00:00
options
Corrected an out-of-date comment listing all command-line options.
2008-01-05 16:58:01 +00:00
tools
Quick-fix for a Boost 1.36 accumulators library documentation build failing because Boost Jam treats different paths to the same target as two separate targets and attempts to build both. This patch simply makes mkdir commands not fail in case the target folder already exist. Should be removed once Boost Jam has been updated to correctly detect different paths to the same target.
2008-07-09 08:06:29 +00:00
util
Minor stylistic Boost Build script changes.
2008-07-01 06:19:33 +00:00
bootstrap.jam
Add top-level bootstrap.jam, so that users can put Boost.Build root in
2003-10-29 07:49:56 +00:00
build-system.jam
Removed a TODO comment related to the 'NOTFILE all ;' statement in tools/build/v2/build-system.jam and replace with a better explanation comment. Dead code removal, Comment typo corrections. Minor stylistic changes.
2008-05-03 16:32:23 +00:00