Commit Graph

12124 Commits

Author SHA1 Message Date
Jurko Gospodnetić
2f300b0ca8 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
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ć
458e565b8d 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ć
b82912ddb7 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ć
9fab9764db 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ć
5d62d79d0c 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ć
74468b59ac 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ć
893b641db6 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ć
2196274c50 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ć
2482fb9efc 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ć
fc8b3d9b64 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ć
d35d843877 Boost Build cleanup - minor stylistic changes.
[SVN r79865]
2012-08-04 22:40:25 +00:00
Jurko Gospodnetić
59b1c674f4 Internal Boost Build project_root_constants.py test cleanup - minor stylistic changes + better implemented output content tests to display more detailed information on failure.
[SVN r79864]
2012-08-04 22:13:35 +00:00
Jurko Gospodnetić
e0d65ffcee Internal Boost Build project_root_constants.py test cleanup - minor stylistic changes + better implemented output content tests to display more detailed information on failure.
[SVN r79864]
2012-08-04 22:13:35 +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ć
d4f0c25d54 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
Jurko Gospodnetić
e6a51bd0f9 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
Steven Watanabe
4ee2229cde 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ć
bec24833a4 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ć
f60837ac01 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ć
8fc7446351 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ć
89049659bc 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ć
6988a81d5c 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ć
54515f44ec Updated the internal Boost Build testing framework to work correctly with older Boost Jam releases that did not report their minimum supported path modification timestamp resolution and did not support path modification timestamp resolutions finer than 1 second.
[SVN r79831]
2012-08-01 11:41:39 +00:00
Jurko Gospodnetić
a4f97df633 Updated the internal Boost Build testing framework to work correctly with older Boost Jam releases that did not report their minimum supported path modification timestamp resolution and did not support path modification timestamp resolutions finer than 1 second.
[SVN r79831]
2012-08-01 11:41:39 +00:00
Jurko Gospodnetić
e7f4639032 Updated Boost Build's internal testing system to reduce wait times between successive build system runs depending on the supported path modification timestamp resolution. This reduces the total time needed to run the current test suite on one Windows PC from cca. 8 to cca. 6 minutes.
Additional consequences:
  * Makes the test system work correctly even should it ever be run with files stored on different file systems with different supported minimal path modification timestamp resolutions, e.g. NTFS (<1 ms) & FAT (2 sec).
  * When requesting a new file to be written with a large enough file modification timestamp, any missing folders created in the process are created with large enough modification timestamp as well.
  * Source paths with modification timestamps set too far in the future will now be reported as test environment errors instead of causing the test system to wait for some possibly long (all internal sleeps now limited to 5 seconds).

[SVN r79830]
2012-08-01 10:42:57 +00:00
Jurko Gospodnetić
ab010fa46f Updated Boost Build's internal testing system to reduce wait times between successive build system runs depending on the supported path modification timestamp resolution. This reduces the total time needed to run the current test suite on one Windows PC from cca. 8 to cca. 6 minutes.
Additional consequences:
  * Makes the test system work correctly even should it ever be run with files stored on different file systems with different supported minimal path modification timestamp resolutions, e.g. NTFS (<1 ms) & FAT (2 sec).
  * When requesting a new file to be written with a large enough file modification timestamp, any missing folders created in the process are created with large enough modification timestamp as well.
  * Source paths with modification timestamps set too far in the future will now be reported as test environment errors instead of causing the test system to wait for some possibly long (all internal sleeps now limited to 5 seconds).

[SVN r79830]
2012-08-01 10:42:57 +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ć
d84bb2d786 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ć
997b4dcc3c 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ć
89d455d4c8 Typo correction in Boost Build's contrib/boost.jam module.
[SVN r79827]
2012-08-01 09:01:13 +00:00
Jurko Gospodnetić
108a8d05f6 Internal Boost Build testing system cleanup - removed an unused BoostBuild.Tester.mul() member function.
[SVN r79826]
2012-08-01 08:36:29 +00:00