Jurko Gospodnetić
23eb1973ba
Boost Build cleanup - added a project.is-jamroot-module() rule (and an accompanying implementation detail project-attributes.is-jamroot() rule) to make testing whether a project module is a Jamroot module cleaner. As 'an example' updated the build-system.should-clean-project() rule to cleanly test for the Jamroot project module instead of assuming that Jamroot module is the one whose parent module is user-config. The old implementation was also incorrect since Jamroot may also have project-config as a parent.
...
[SVN r79967]
2012-08-11 14:31:59 +00:00
Jurko Gospodnetić
9e40e3bb0a
Boost Build cleanup - build-system.jam module's global .project-targets variable made replaced with a local one, passed as a rule parameter where needed, minor stylistic code & comment changes.
...
[SVN r79955]
2012-08-10 15:29:47 +00:00
Jurko Gospodnetić
3a1f076aff
Boost Build code cleanup - minor stylistic changes.
...
[SVN r79954]
2012-08-10 13:56:54 +00:00
Jurko Gospodnetić
31c1c824f9
Boost Build cleanup - minor stylistic code change.
...
[SVN r79945]
2012-08-09 10:56:50 +00:00
Jurko Gospodnetić
794ed3b40f
Boost Build cleanup - made the project.target() rule error-out in case when the requested modules does not yet have a project target assigned. The code in question handling this case did not seem to ever get used in either the internal Boost Build tests or the Boost library build.
...
[SVN r79944]
2012-08-09 10:46:04 +00:00
Jurko Gospodnetić
bd3638395a
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ć
843ea4770a
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ć
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ć
2407c91d4b
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ć
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ć
819924880a
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ć
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ć
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ć
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ć
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ć
4d2cfb32f8
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ć
daa5146a06
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ć
1c814ddb98
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ć
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ć
a2413be235
Restored old Boost Jam '-v' version information screen to what it was like before revision [79779] as requested by Steven Watanabe. Boost Jam now reports its minimum supported path modification timestamp resolution using a new builtin JAM_TIMESTAMP_RESOLUTION variable. Updated Boost Build's internal testing system to correctly fetch this Boost Jam version information.
...
[SVN r79880]
2012-08-05 18:31:19 +00:00
Jurko Gospodnetić
7e87a5c9ae
Boost Build cleanup - removed some redundant module imports in multiple project-rules module rules.
...
[SVN r79877]
2012-08-05 16:50:31 +00:00
Jurko Gospodnetić
c2075db588
Boost Build cleanup - project-rules.using() & project-rules.import() rules now restore the original 'current project' reference the same way.
...
[SVN r79876]
2012-08-05 16:46:19 +00:00
Jurko Gospodnetić
aa86e1cd8b
Boost Build cleanup - minor stylistic changes.
...
[SVN r79875]
2012-08-05 16:30:41 +00:00
Jurko Gospodnetić
b15f9a1a62
Made Boost Build clear its 'current project' reference after it is done with loading project modules. Any request for the 'current project' reference when there is no project module currently being loaded will now be treated as an error. Updated the related indirect_conditional.py internal Boost Build test case accordingly.
...
Additional implementation notes:
- internal worker project.load-jamfile() rule now resets the current project when done
- project.use() no longer needs to reset the current project since project.load-jamfile() does that now
[SVN r79874]
2012-08-05 15:12:58 +00:00
Jurko Gospodnetić
3bddf29e8f
Boost Build cleanup - minor stylistic change.
...
[SVN r79873]
2012-08-05 14:53:14 +00:00
Jurko Gospodnetić
1ae1158749
Boost Build cleanup - added a FIXME note regarding an encountered potentially incorrect implementation comment in the main Boost Build routine.
...
[SVN r79872]
2012-08-05 14:51:33 +00:00
Jurko Gospodnetić
9b7e5b427d
Boost Build cleanup - removed the never used project.act-as-jamfile() rule.
...
[SVN r79870]
2012-08-05 09:41:46 +00:00
Jurko Gospodnetić
501281e94f
Corrected Boost Build's --debug-loading output - removed an unused variable reference leftover by mistake in commit [79863] from previous debugging.
...
[SVN r79867]
2012-08-05 08:19:54 +00:00
Jurko Gospodnetić
81d19ead3d
Boost Build cleanup - minor stylistic changes.
...
[SVN r79865]
2012-08-04 22:40:25 +00:00
Jurko Gospodnetić
9fc48d1806
Updated Boost Build to display the 'Loading Jamfile at...' --debug-loading output only when actually loading a Jamfile module and not also when ignoring the load request because the same Jamfile module has already been loaded.
...
[SVN r79863]
2012-08-04 11:53:34 +00:00
Jurko Gospodnetić
aaa350a78d
Boost Build cleanup - minor stylistic changes.
...
[SVN r79862]
2012-08-04 11:34:31 +00:00
Steven Watanabe
5b1cbbd531
Fix mode for mkdir.
...
[SVN r79852]
2012-08-02 15:19:18 +00:00
Jurko Gospodnetić
b24ca860f1
Corrected Boost-Build's --debug-configuration notice displayed when not loading the site-config.jam configuration file due to the --ignore-site-config command-line option being specified.
...
[SVN r79847]
2012-08-02 10:45:25 +00:00
Jurko Gospodnetić
5847612779
Minor stylistic code & comment changes.
...
[SVN r79846]
2012-08-02 10:24:46 +00:00
Jurko Gospodnetić
fe0fcb435f
Boost Build cleanup - removed the old legacy --ignore-config command-line option. Has never been documented correctly except in embedded code comments where it has been documented as deprecated for a long time, and has not been used anywhere in Boost Build test code for several years.
...
[SVN r79845]
2012-08-02 10:21:02 +00:00
Jurko Gospodnetić
f4e7f9a811
Minor stylistic changes (added const modifiers in a couple of places).
...
[SVN r79842]
2012-08-02 09:16:34 +00:00
Jurko Gospodnetić
af8791c76a
Boost Build cleanup - minor stylistic comment changes + better commented the project-config.jam configuration file usage.
...
[SVN r79832]
2012-08-01 15:26:26 +00:00
Jurko Gospodnetić
8bc408b56a
Boost Build contrib/boost.jam cleanup - removed a redundant module import.
...
[SVN r79829]
2012-08-01 10:19:08 +00:00
Jurko Gospodnetić
fc58724710
Restored the boost//headers alias in the contrib/boost.jam Boost Build module, lost by accident in revision [79808].
...
[SVN r79828]
2012-08-01 09:03:19 +00:00
Jurko Gospodnetić
551f186ad5
Typo correction in Boost Build's contrib/boost.jam module.
...
[SVN r79827]
2012-08-01 09:01:13 +00:00
Jurko Gospodnetić
3ae7f56299
Added missing Boost chrono library target definition to Boost Build's 'contrib/boost.jam' module.
...
[SVN r79809]
2012-07-31 10:26:14 +00:00
Jurko Gospodnetić
5b1355a7a6
Boost Build's contrib/boost.jam module cleanup - minor stylistic changes.
...
[SVN r79808]
2012-07-31 10:24:05 +00:00
Jurko Gospodnetić
98e4e0b894
Boost Build cleanup - minor stylistic code & comment changes.
...
[SVN r79801]
2012-07-30 12:38:23 +00:00