Commit Graph

12124 Commits

Author SHA1 Message Date
Steven Watanabe
f0aa928783 Add documentation of --hash and --abbreviate-paths in the list of options. Also add an index entry for Target Paths. Refs #7533.
[SVN r81016]
2012-10-19 17:30:02 +00:00
Steven Watanabe
b071200210 Fix outdated links. Fixes #3722.
[SVN r80984]
2012-10-14 15:01:51 +00:00
Steven Watanabe
f46008ea24 Fix outdated links. Fixes #3722.
[SVN r80984]
2012-10-14 15:01:51 +00:00
Steven Watanabe
da7ae0d449 Add test for message.jam
[SVN r80981]
2012-10-13 21:58:54 +00:00
Steven Watanabe
59b97c989e Add test for message.jam
[SVN r80981]
2012-10-13 21:58:54 +00:00
Vladimir Prus
0d4c4cf9d5 Fix rtti=off and exception-handling=off for gcc.
Patch from Alexey Nikitin.


[SVN r80893]
2012-10-06 20:24:00 +00:00
Vladimir Prus
5bb91feef9 Fix rtti=off and exception-handling=off for gcc.
Patch from Alexey Nikitin.


[SVN r80893]
2012-10-06 20:24:00 +00:00
Vladimir Prus
0c9c365857 Fix basic-target.generate caching when free features are set on command line.
Patch from Alexey Nikitin.


[SVN r80892]
2012-10-06 20:16:22 +00:00
Vladimir Prus
8d1b6ca26a Fix basic-target.generate caching when free features are set on command line.
Patch from Alexey Nikitin.


[SVN r80892]
2012-10-06 20:16:22 +00:00
Vladimir Prus
b274cb7aba Unbreak Python, broken by some of recent cleanup patches.
[SVN r80735]
2012-09-28 13:24:16 +00:00
Vladimir Prus
e36f73d19f Unbreak Python, broken by some of recent cleanup patches.
[SVN r80735]
2012-09-28 13:24:16 +00:00
Bryce Adelstein-Lelbach
594338ca89 Fixing Boost.Build's RPATH support for Pathscale on x86-64.
[SVN r80728]
2012-09-28 00:56:16 +00:00
Bryce Adelstein-Lelbach
ee33daac49 Fixing Boost.Build's RPATH support for Pathscale on x86-64.
[SVN r80728]
2012-09-28 00:56:16 +00:00
Rene Rivera
24a7bc2a2f Add armv7 and the new armv7s. Change the -arch option for xcode to allow matching the instructions-set if specified to make it easier to build from within Xcode.
[SVN r80685]
2012-09-24 02:29:50 +00:00
Rene Rivera
0c794def5a Add armv7 and the new armv7s. Change the -arch option for xcode to allow matching the instructions-set if specified to make it easier to build from within Xcode.
[SVN r80685]
2012-09-24 02:29:50 +00:00
Jurko Gospodnetić
160957be20 Removed the unfinished and never used modifiers.jam Boost Build module, together with a related unfinished 'versioned' example.
[SVN r80557]
2012-09-17 10:38:57 +00:00
Jurko Gospodnetić
18529812db Removed the unfinished and never used modifiers.jam Boost Build module, together with a related unfinished 'versioned' example.
[SVN r80557]
2012-09-17 10:38:57 +00:00
Jurko Gospodnetić
ddb28918c8 Internal Boost Build cleanup - minor stylistic changes.
[SVN r80556]
2012-09-17 10:36:59 +00:00
Jurko Gospodnetić
28fee3e3fe Internal Boost Build cleanup - minor stylistic changes.
[SVN r80556]
2012-09-17 10:36:59 +00:00
Jurko Gospodnetić
9406824233 Internal Boost Build cleanup - minor stylistic changes.
[SVN r80555]
2012-09-17 10:31:20 +00:00
Jurko Gospodnetić
5045906e59 Internal Boost Build cleanup - minor stylistic changes.
[SVN r80555]
2012-09-17 10:31:20 +00:00
Jurko Gospodnetić
c69376c59a Internal Boost Build cleanup - minor stylistic changes.
[SVN r80554]
2012-09-17 10:09:25 +00:00
Jurko Gospodnetić
33242111ec Internal Boost Build cleanup - minor stylistic changes.
[SVN r80554]
2012-09-17 10:09:25 +00:00
Jurko Gospodnetić
f4fad1a46f Boost Build cleanup - minor stylistic changes (copyright comment updates, removed redundant imports, split module imports to separate lines, used cleaner targets.jam module helper rules for constructing main target alternatives, allowed notfile generators to take more than 9 constructor parameters, lines wrapped to 80 characters).
[SVN r80510]
2012-09-13 05:38:21 +00:00
Jurko Gospodnetić
7dcad55820 Boost Build cleanup - minor stylistic changes (copyright comment updates, removed redundant imports, split module imports to separate lines, used cleaner targets.jam module helper rules for constructing main target alternatives, allowed notfile generators to take more than 9 constructor parameters, lines wrapped to 80 characters).
[SVN r80510]
2012-09-13 05:38:21 +00:00
Jurko Gospodnetić
cc67036dab Internal Boost Jam pwd.c module cleanup - module renamed to cwd.c, refactored to initialize the current working folder at program startup and exit if this operation fails instead of attempting to plow on with an empty current working folder, the internal cwd() operation now returns an OBJECT instead of a LIST pointer so it would be more generic and not specialized just for the PWD builtin rule implementation.
[SVN r80373]
2012-09-03 14:31:46 +00:00
Jurko Gospodnetić
7fa25470b6 Internal Boost Jam pwd.c module cleanup - module renamed to cwd.c, refactored to initialize the current working folder at program startup and exit if this operation fails instead of attempting to plow on with an empty current working folder, the internal cwd() operation now returns an OBJECT instead of a LIST pointer so it would be more generic and not specialized just for the PWD builtin rule implementation.
[SVN r80373]
2012-09-03 14:31:46 +00:00
Jurko Gospodnetić
b649f3cb10 Boost Build cleanup - corrected two comment typos.
[SVN r80335]
2012-08-31 17:29:15 +00:00
Jurko Gospodnetić
dbdab64743 Boost Build cleanup - corrected two comment typos.
[SVN r80335]
2012-08-31 17:29:15 +00:00
Jurko Gospodnetić
9eadd97baf Boost Build cleanup - upgraded some functions taking a 'variable number of parameters' no lon longer be limited to 9 parameters and take 19 instead (max supported by the current Boost Jam implementation), minor stylistic changes.
[SVN r80329]
2012-08-31 12:02:18 +00:00
Jurko Gospodnetić
05e81349b4 Boost Build cleanup - upgraded some functions taking a 'variable number of parameters' no lon longer be limited to 9 parameters and take 19 instead (max supported by the current Boost Jam implementation), minor stylistic changes.
[SVN r80329]
2012-08-31 12:02:18 +00:00
Jurko Gospodnetić
7b9e374c83 Boost Build cleanup - minor stylistic changes.
[SVN r80327]
2012-08-31 05:32:49 +00:00
Jurko Gospodnetić
3d19020e16 Boost Build cleanup - minor stylistic changes.
[SVN r80327]
2012-08-31 05:32:49 +00:00
Jurko Gospodnetić
a1d23db44c Internal Boost Jam cleanup - corrected the make1.c module's make1cmds() function description comment to note that the commands it creates have already had any variable references embedded in them processed instead of still needing processing using some no longer existing var_string() function.
[SVN r80322]
2012-08-30 14:07:42 +00:00
Jurko Gospodnetić
1839e3df52 Internal Boost Jam cleanup - corrected the make1.c module's make1cmds() function description comment to note that the commands it creates have already had any variable references embedded in them processed instead of still needing processing using some no longer existing var_string() function.
[SVN r80322]
2012-08-30 14:07:42 +00:00
Jurko Gospodnetić
f8af9922d1 Boost Build cleanup - corrected the error message displayed when Boost Build finds nothing to build.
[SVN r80321]
2012-08-30 13:57:53 +00:00
Jurko Gospodnetić
30005f1e3c Boost Build cleanup - corrected the error message displayed when Boost Build finds nothing to build.
[SVN r80321]
2012-08-30 13:57:53 +00:00
Jurko Gospodnetić
8694e1fc85 Replaced a goto based loop construct with a while loop in Boost Jam function.c module's expand() function to avoid a gcc 4.6.0 compiler optimizer bug on Linux (not reproducible using later GCC releases, and never reported on other OSs).
The bug was causing the inner while loop to be completely ignored, effectively causing concatenated Jam variable expansions to ignore all but the first variable value. For example, the following code:
  local a = one two ;
  ECHO /$(a)/ ;
would output '/one/' instead of '/one/ /two/'.

Kudos to Kim Rasmussen <rasmussen74 at gmail dot com> for detecting and helping debug & test the issue.

[SVN r80319]
2012-08-30 10:39:31 +00:00
Jurko Gospodnetić
7d04f4337b Replaced a goto based loop construct with a while loop in Boost Jam function.c module's expand() function to avoid a gcc 4.6.0 compiler optimizer bug on Linux (not reproducible using later GCC releases, and never reported on other OSs).
The bug was causing the inner while loop to be completely ignored, effectively causing concatenated Jam variable expansions to ignore all but the first variable value. For example, the following code:
  local a = one two ;
  ECHO /$(a)/ ;
would output '/one/' instead of '/one/ /two/'.

Kudos to Kim Rasmussen <rasmussen74 at gmail dot com> for detecting and helping debug & test the issue.

[SVN r80319]
2012-08-30 10:39:31 +00:00
Jurko Gospodnetić
57a424c5f7 Internal Boost Jam cleanup - function.c module's expand() function cleaned up a bit (used to resolve concatenated variable references in Jam scripts).
[SVN r80313]
2012-08-29 21:27:07 +00:00
Jurko Gospodnetić
fa83c5cb72 Internal Boost Jam cleanup - function.c module's expand() function cleaned up a bit (used to resolve concatenated variable references in Jam scripts).
[SVN r80313]
2012-08-29 21:27:07 +00:00
Jurko Gospodnetić
cfb54c8213 Internal Boost Jam cleanup - minor stylistic changes.
[SVN r80305]
2012-08-29 16:18:06 +00:00
Jurko Gospodnetić
0649317e54 Internal Boost Jam cleanup - minor stylistic changes.
[SVN r80305]
2012-08-29 16:18:06 +00:00
Jurko Gospodnetić
8de03be9b2 Boost Jam cleanup on Linux/Free-BSD - replaced strndup() usage with malloc()/strncpy() as strndup() does not get declared in older glibc version header files unless some version specific symbols are defined first. This corrects a compiler warning on such systems about strndup() function being implicitly (and incorrectly) declared.
[SVN r80304]
2012-08-29 15:52:29 +00:00
Jurko Gospodnetić
901a992372 Boost Jam cleanup on Linux/Free-BSD - replaced strndup() usage with malloc()/strncpy() as strndup() does not get declared in older glibc version header files unless some version specific symbols are defined first. This corrects a compiler warning on such systems about strndup() function being implicitly (and incorrectly) declared.
[SVN r80304]
2012-08-29 15:52:29 +00:00
Jurko Gospodnetić
b0ca3e7add Internal Boost Jam cleanup - minor stylistic changes (corrected header include order, removed stale function comment, empty line added).
[SVN r80302]
2012-08-29 15:04:59 +00:00
Jurko Gospodnetić
ad0be397cd Internal Boost Jam cleanup - minor stylistic changes (corrected header include order, removed stale function comment, empty line added).
[SVN r80302]
2012-08-29 15:04:59 +00:00
Jurko Gospodnetić
982ad4011f Internal Boost Jam cleanup - minor stylistic changes.
[SVN r80301]
2012-08-29 13:24:05 +00:00
Jurko Gospodnetić
3ec2814dda Internal Boost Jam cleanup - minor stylistic changes.
[SVN r80301]
2012-08-29 13:24:05 +00:00
Jurko Gospodnetić
264d45de40 Internal Boost Jam cleanup - split up the pathunix.c module into pathsys.c, pathunix.c & pathnt.c.
[SVN r80278]
2012-08-28 12:52:27 +00:00