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-14 00:32:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
677aefd23b8b9443ff72063e69453f943e30c6ab
build
/
src
History
Jurko Gospodnetić
0245482915
Optimized Boost Build's generator selection related viable-source-types-real() rule. Made it be smarter about which target types it inserts into a list of target types from which to collect all source types and avoid adding some target types that have already been added to the list.
...
[SVN r48588]
2008-09-04 21:43:30 +00:00
..
build
Optimized Boost Build's generator selection related viable-source-types-real() rule. Made it be smarter about which target types it inserts into a list of target types from which to collect all source types and avoid adding some target types that have already been added to the list.
2008-09-04 21:43:30 +00:00
contrib
Made the Boost Build contrib/wxFormBuilder.jam toolset module report its configuration debugging messages consistently with the nice way this is implemented in the tools/python.jam toolset module.
2008-08-24 12:08:49 +00:00
engine
Updated Boost Jam's error location reporting when parsing Jamfiles. Now it reports the correct error location information when encountering an unexpected EOF. It now also reports where an invalid lexical token being read started instead of finished which makes it much easier to find errors like unclosed quotes (") or curly braces ({).
2008-09-02 11:06:24 +00:00
kernel
Corrected a Boost Build error handling in its modules.jam module, causing an 'unknown errors.error rule' error to be reported instead of the intended one when passing incorrect options to the import rule.
2008-09-01 16:04:42 +00:00
options
Corrected an out-of-date comment listing all command-line options.
2008-01-05 16:58:01 +00:00
tools
Pass -X 64 to ar only on AIX.
Fixes
#2281
.
2008-09-04 07:53:22 +00:00
util
Added a new utility.unquote() rule to the Boost Build util/utility.jam module. Tests included. This is part of cleaning up some command line parsing where on some OS's quotes are stripped by the OS and on some they are not.
2008-08-31 21:25:03 +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
Cleaning up some command line parsing where on some OS's quotes are stripped by the OS and on some they are not. This fixes a failing Boost Build configuration.py unit test on Cygwin.
2008-08-31 21:31:32 +00:00