Commit Graph

12124 Commits

Author SHA1 Message Date
Jurko Gospodnetić
8009af1d6a Intenral Boost Build testing system cleanup - minor stylistic change.
[SVN r79938]
2012-08-08 22:20:10 +00:00
Jurko Gospodnetić
bd3638395a Boost Build cleanup - minor stylistic changes.
[SVN r79935]
2012-08-08 19:35:21 +00:00
Jurko Gospodnetić
875a7e3d33 Boost Build cleanup - minor stylistic changes.
[SVN r79935]
2012-08-08 19:35:21 +00:00
Jurko Gospodnetić
49ecdc7c1e Added a better Boost Build diagnostic error message when attempting to reference a target using an explicitly specified project id but without a leading slash ('/') character, e.g. as in:
use-project xxx : ../external/some-project ;
  exe a : xxx//some-obj ;

as opposed to:

  use-project xxx : ../external/some-project ;
  exe a : /xxx//some-obj ;

[SVN r79931]
2012-08-08 17:31:08 +00:00
Jurko Gospodnetić
a338255d02 Added a better Boost Build diagnostic error message when attempting to reference a target using an explicitly specified project id but without a leading slash ('/') character, e.g. as in:
use-project xxx : ../external/some-project ;
  exe a : xxx//some-obj ;

as opposed to:

  use-project xxx : ../external/some-project ;
  exe a : /xxx//some-obj ;

[SVN r79931]
2012-08-08 17:31:08 +00:00
Jurko Gospodnetić
843ea4770a Boost Build cleanup - minor stylistic changes.
[SVN r79930]
2012-08-08 17:21:01 +00:00
Jurko Gospodnetić
d46fb527d4 Boost Build cleanup - minor stylistic changes.
[SVN r79930]
2012-08-08 17:21:01 +00:00
Jurko Gospodnetić
f9ae3127db Boost Build cleanup - made assigning project ids to project modules consistent whether done using the project() or the use-project() rule:
- given id always prepended with a leading slash if needed
  - informative error message displayed if the same id has already been assigned to a different project module.

[SVN r79927]
2012-08-08 16:17:57 +00:00
Jurko Gospodnetić
ca9c052c8b Boost Build cleanup - made assigning project ids to project modules consistent whether done using the project() or the use-project() rule:
- given id always prepended with a leading slash if needed
  - informative error message displayed if the same id has already been assigned to a different project module.

[SVN r79927]
2012-08-08 16:17:57 +00:00
Jurko Gospodnetić
43857bcdef Boost Build's project() rule now supports taking more than 9 parameters up to the limit of 19 imposed by the current Boost Jam implementation.
[SVN r79925]
2012-08-08 16:00:05 +00:00
Jurko Gospodnetić
0a7a6f81d7 Boost Build's project() rule now supports taking more than 9 parameters up to the limit of 19 imposed by the current Boost Jam implementation.
[SVN r79925]
2012-08-08 16:00:05 +00:00
Jurko Gospodnetić
2407c91d4b Boost Build cleanup - minor stylistic changes.
[SVN r79924]
2012-08-08 15:49:33 +00:00
Jurko Gospodnetić
607ddcfe78 Boost Build cleanup - minor stylistic changes.
[SVN r79924]
2012-08-08 15:49:33 +00:00
Jurko Gospodnetić
cd77d496c4 Boost Build's errors.jam module now recognizes project-config.jam modules as user locations same as other Boost Build configuration files.
[SVN r79923]
2012-08-08 14:39:07 +00:00
Jurko Gospodnetić
54e4baea8d Boost Build's errors.jam module now recognizes project-config.jam modules as user locations same as other Boost Build configuration files.
[SVN r79923]
2012-08-08 14:39:07 +00:00
Jurko Gospodnetić
f667a1c9b6 Updated Boost Build's errors.jam module to have its rules support more than 9 parameters (up to 19 currently supported by Boost Jam).
[SVN r79922]
2012-08-08 14:37:06 +00:00
Jurko Gospodnetić
a00e8143b5 Updated Boost Build's errors.jam module to have its rules support more than 9 parameters (up to 19 currently supported by Boost Jam).
[SVN r79922]
2012-08-08 14:37:06 +00:00
Jurko Gospodnetić
819924880a Boost Build doxygen.jam module cleanup - minor stylistic changes.
[SVN r79917]
2012-08-07 21:50:38 +00:00
Jurko Gospodnetić
208d3dce25 Boost Build doxygen.jam module cleanup - minor stylistic changes.
[SVN r79917]
2012-08-07 21:50:38 +00:00
Jurko Gospodnetić
2048241252 Fixed a typo in Boost Build's doxygen.jam module's headers-to-doxyfile() rule.
[SVN r79916]
2012-08-07 21:33:46 +00:00
Jurko Gospodnetić
d13d9a5126 Fixed a typo in Boost Build's doxygen.jam module's headers-to-doxyfile() rule.
[SVN r79916]
2012-08-07 21:33:46 +00:00
Jurko Gospodnetić
70258c34ba Updated Boost Build's doxygen.jam toolset module to not rely on Boost Build leaving behind a dangling 'current project' reference after it finishes loading all of its project modules. This should fix Boost library documentation build failures encountered after revision [79874].
[SVN r79915]
2012-08-07 21:30:31 +00:00
Jurko Gospodnetić
156fc95ca9 Updated Boost Build's doxygen.jam toolset module to not rely on Boost Build leaving behind a dangling 'current project' reference after it finishes loading all of its project modules. This should fix Boost library documentation build failures encountered after revision [79874].
[SVN r79915]
2012-08-07 21:30:31 +00:00
Jurko Gospodnetić
21422f64e1 Boost Build cleanup - made the project.use rule local + minor stylistic changes.
[SVN r79910]
2012-08-07 14:15:31 +00:00
Jurko Gospodnetić
0372eb469e Boost Build cleanup - made the project.use rule local + minor stylistic changes.
[SVN r79910]
2012-08-07 14:15:31 +00:00
Jurko Gospodnetić
d22f757d5c Boost Build cleanup - removed an old stale rule comment that should have been removed in revision [79870].
[SVN r79909]
2012-08-07 13:42:18 +00:00
Jurko Gospodnetić
d097df0ec6 Boost Build cleanup - removed an old stale rule comment that should have been removed in revision [79870].
[SVN r79909]
2012-08-07 13:42:18 +00:00
Jurko Gospodnetić
c26c39a978 Corrected Boost Build's error message displayed when a target id is encountered containing an unresolvable explicit project reference.
[SVN r79906]
2012-08-07 13:13:41 +00:00
Jurko Gospodnetić
786ea71a81 Corrected Boost Build's error message displayed when a target id is encountered containing an unresolvable explicit project reference.
[SVN r79906]
2012-08-07 13:13:41 +00:00
Jurko Gospodnetić
4d2cfb32f8 Boost Build cleanup - minor stylistic change.
[SVN r79905]
2012-08-07 13:11:44 +00:00
Jurko Gospodnetić
045bf2033e Boost Build cleanup - minor stylistic change.
[SVN r79905]
2012-08-07 13:11:44 +00:00
Jurko Gospodnetić
0ff9b8794f Boost Build cleanup - errors.backtrace rule no longer displays an extra empty line if asked to list user modules only and there are no user modules in the current call stack.
[SVN r79904]
2012-08-07 13:09:31 +00:00
Jurko Gospodnetić
bb58317939 Boost Build cleanup - errors.backtrace rule no longer displays an extra empty line if asked to list user modules only and there are no user modules in the current call stack.
[SVN r79904]
2012-08-07 13:09:31 +00:00
Jurko Gospodnetić
32a4f35669 Cleaned up the 'unused' abs_workdir.py internal Boost Build test a bit. Added related embedded TODO comments.
[SVN r79903]
2012-08-07 12:22:24 +00:00
Jurko Gospodnetić
43a5588bcd Cleaned up the 'unused' abs_workdir.py internal Boost Build test a bit. Added related embedded TODO comments.
[SVN r79903]
2012-08-07 12:22:24 +00:00
Jurko Gospodnetić
daa5146a06 Boost Build cleanup - minor stylistic changes.
[SVN r79901]
2012-08-07 10:38:38 +00:00
Jurko Gospodnetić
a0c8bfa5bc Boost Build cleanup - minor stylistic changes.
[SVN r79901]
2012-08-07 10:38:38 +00:00
Jurko Gospodnetić
468a2e5840 Boost Build cleanup - added an additional --debug-loading diagnostic message when lazily creating parentless project targets due to a project target being requested for a module that did not have its project target created yet.
[SVN r79890]
2012-08-06 15:38:05 +00:00
Jurko Gospodnetić
3b169e677a Boost Build cleanup - added an additional --debug-loading diagnostic message when lazily creating parentless project targets due to a project target being requested for a module that did not have its project target created yet.
[SVN r79890]
2012-08-06 15:38:05 +00:00
Jurko Gospodnetić
1c814ddb98 Boost Build cleanup - minor stylistic change.
[SVN r79889]
2012-08-06 15:34:07 +00:00
Jurko Gospodnetić
9f02bce645 Boost Build cleanup - minor stylistic change.
[SVN r79889]
2012-08-06 15:34:07 +00:00
Jurko Gospodnetić
6ea2add103 Boost Build cleanup - minor stylistic changes.
[SVN r79888]
2012-08-06 15:16:53 +00:00
Jurko Gospodnetić
05c32444d6 Boost Build cleanup - minor stylistic changes.
[SVN r79888]
2012-08-06 15:16:53 +00:00
Jurko Gospodnetić
bca80306c9 Corrected the Boost Build boostbook.jam toolset module to correctly generate its global XML catalog file without relying on Boost Build's 'current project' reference being left set to some non-standalone project after Boost Build finishes loading all of its project files. This should fix Boost library documentation build failures encountered after revision [79874].
[SVN r79887]
2012-08-06 14:42:39 +00:00
Jurko Gospodnetić
4e1084a278 Corrected the Boost Build boostbook.jam toolset module to correctly generate its global XML catalog file without relying on Boost Build's 'current project' reference being left set to some non-standalone project after Boost Build finishes loading all of its project files. This should fix Boost library documentation build failures encountered after revision [79874].
[SVN r79887]
2012-08-06 14:42:39 +00:00
Jurko Gospodnetić
41ca167bb0 Internal Boost Build path_features.py test cleanup - minor stylistic changes.
[SVN r79883]
2012-08-05 19:45:28 +00:00
Jurko Gospodnetić
58c4aa2d03 Internal Boost Build path_features.py test cleanup - minor stylistic changes.
[SVN r79883]
2012-08-05 19:45:28 +00:00
Jurko Gospodnetić
f1c1939de6 Corrected the internal Boost Build path_features.py test to not fail in case the used compiler does not modify any bytes in one of the recompiled .obj files and only updates its timestamp, as msvc occasionally does.
[SVN r79882]
2012-08-05 19:39:21 +00:00
Jurko Gospodnetić
dde0a25f67 Corrected the internal Boost Build path_features.py test to not fail in case the used compiler does not modify any bytes in one of the recompiled .obj files and only updates its timestamp, as msvc occasionally does.
[SVN r79882]
2012-08-05 19:39:21 +00:00
Jurko Gospodnetić
dade55458e Updated Boost Build's internal collect_debug_info.py test to collect additional Boost Jam version information - OS name and the minimum supported path modification timestamp.
[SVN r79881]
2012-08-05 18:32:38 +00:00