Jurko Gospodnetić
29554be645
Internal Boost Build testing system cleanup - removed an unused BoostBuild.Tester.mul() member function.
...
[SVN r79826]
2012-08-01 08:36:29 +00:00
Jurko Gospodnetić
a5287879b7
Internal Boost Build testing system cleanup - minor stylistic changes.
...
[SVN r79819]
2012-07-31 13:46:04 +00:00
Jurko Gospodnetić
e437ddf8e0
Internal Boost Build testing system cleanup - minor stylistic changes.
...
[SVN r79819]
2012-07-31 13:46:04 +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ć
bea8b3c249
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ć
0225b6e052
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
Jurko Gospodnetić
847239862c
Boost Build cleanup - minor stylistic code & comment changes.
...
[SVN r79801]
2012-07-30 12:38:23 +00:00
Jurko Gospodnetić
7ea2636ad6
Internal Boost Build testing system cleanup - stopped using the deprecated indexed stat structure access and replaced it with respective member access.
...
[SVN r79787]
2012-07-28 14:18:21 +00:00
Jurko Gospodnetić
2f6bd5d302
Internal Boost Build testing system cleanup - stopped using the deprecated indexed stat structure access and replaced it with respective member access.
...
[SVN r79787]
2012-07-28 14:18:21 +00:00
Jurko Gospodnetić
e68787e3e8
Internal Boost Build testing system cleanup - removed a never used BoostBuild.Tester.rename() member function.
...
[SVN r79785]
2012-07-28 14:14:10 +00:00
Jurko Gospodnetić
7ce455777b
Internal Boost Build testing system cleanup - removed a never used BoostBuild.Tester.rename() member function.
...
[SVN r79785]
2012-07-28 14:14:10 +00:00
Jurko Gospodnetić
89033604eb
Minor stylistic comment update in the internal Boost Build rebuilds.py test.
...
[SVN r79784]
2012-07-28 14:12:39 +00:00
Jurko Gospodnetić
c38b3a59ff
Minor stylistic comment update in the internal Boost Build rebuilds.py test.
...
[SVN r79784]
2012-07-28 14:12:39 +00:00
Jurko Gospodnetić
d1aed27ea9
Internal Boost Build testing system cleanup - minor stylistic changes.
...
[SVN r79781]
2012-07-28 09:33:03 +00:00
Jurko Gospodnetić
d48ed450b9
Internal Boost Build testing system cleanup - minor stylistic changes.
...
[SVN r79781]
2012-07-28 09:33:03 +00:00
Jurko Gospodnetić
103f8d7893
Updated Boost Jam to know how to report its minimum supported file modification timestamp resolution (currently reported as part of Boost Jam's version information). This allows external tools using Boost Jam to adapt to Boost Jam's potential ignorance of fine file modification timestamp changes.
...
For example, Boost Build's internal testing framework may use this information to reduce the time it spends doing nothing by sleeping until enough time passes to make newly created or touched files be correctly recognized by Boost Build.
[SVN r79780]
2012-07-28 09:20:29 +00:00
Jurko Gospodnetić
82b04c4ba7
Updated Boost Jam to know how to report its minimum supported file modification timestamp resolution (currently reported as part of Boost Jam's version information). This allows external tools using Boost Jam to adapt to Boost Jam's potential ignorance of fine file modification timestamp changes.
...
For example, Boost Build's internal testing framework may use this information to reduce the time it spends doing nothing by sleeping until enough time passes to make newly created or touched files be correctly recognized by Boost Build.
[SVN r79780]
2012-07-28 09:20:29 +00:00
Jurko Gospodnetić
f7316995e6
Boost Jam version information output cleaned up a bit to make it easier to update it with additional information.
...
[SVN r79779]
2012-07-28 09:04:41 +00:00
Jurko Gospodnetić
3b5ecc8b72
Boost Jam version information output cleaned up a bit to make it easier to update it with additional information.
...
[SVN r79779]
2012-07-28 09:04:41 +00:00
Jurko Gospodnetić
b28fc465c3
Boost Jam code cleanup - minor stylistic changes.
...
[SVN r79778]
2012-07-28 08:58:39 +00:00
Jurko Gospodnetić
511a7d6188
Boost Jam code cleanup - minor stylistic changes.
...
[SVN r79778]
2012-07-28 08:58:39 +00:00
Jurko Gospodnetić
1fb0b6d0e4
Updated the internal Boost Build testing system's file system - now more precisely tracks the largest file modification timestamp assigned by a test build run, corrected several invalid or outdated comments, file & folder tree modeling structure's root nodes now hold correct directory name information, minor stylistic changes.
...
[SVN r79775]
2012-07-27 23:41:25 +00:00
Jurko Gospodnetić
938636b176
Updated the internal Boost Build testing system's file system - now more precisely tracks the largest file modification timestamp assigned by a test build run, corrected several invalid or outdated comments, file & folder tree modeling structure's root nodes now hold correct directory name information, minor stylistic changes.
...
[SVN r79775]
2012-07-27 23:41:25 +00:00
Jurko Gospodnetić
361316dadf
Refactored internal Boost Build testing system's file system content modeling tree data structure. Used to be based on some old svn_tree.py Subversion project source code. Now unused parts removed and the svn_tree.py module merged into tree.py. Trees_difference class renamed to TreeDifference and corresponding factory function to tree_difference. Now correctly recognizes and reports files being converted to folders and vice versa.
...
[SVN r79773]
2012-07-27 22:40:48 +00:00
Jurko Gospodnetić
09dd885c97
Refactored internal Boost Build testing system's file system content modeling tree data structure. Used to be based on some old svn_tree.py Subversion project source code. Now unused parts removed and the svn_tree.py module merged into tree.py. Trees_difference class renamed to TreeDifference and corresponding factory function to tree_difference. Now correctly recognizes and reports files being converted to folders and vice versa.
...
[SVN r79773]
2012-07-27 22:40:48 +00:00
Jurko Gospodnetić
1b4017c2d9
Internal Boost Build testing system no longer assumes that the current time is equal to the current file modification timestamp.
...
[SVN r79754]
2012-07-26 11:39:42 +00:00
Jurko Gospodnetić
2288f7133a
Internal Boost Build testing system no longer assumes that the current time is equal to the current file modification timestamp.
...
[SVN r79754]
2012-07-26 11:39:42 +00:00
Jurko Gospodnetić
328ef28616
Internal Boost Build testing system cleanup - minor stylistic changes.
...
[SVN r79752]
2012-07-26 07:33:08 +00:00
Jurko Gospodnetić
298c3d77f6
Internal Boost Build testing system cleanup - minor stylistic changes.
...
[SVN r79752]
2012-07-26 07:33:08 +00:00
Jurko Gospodnetić
35bac5b777
Made Boost Build's internal testing system's file stat() calls report timestamps with greater than 1-second precision if Python/OS/file-system support it even on Python versions prior to 2.5 where this became the default.
...
[SVN r79740]
2012-07-25 08:03:36 +00:00
Jurko Gospodnetić
b0057d31aa
Made Boost Build's internal testing system's file stat() calls report timestamps with greater than 1-second precision if Python/OS/file-system support it even on Python versions prior to 2.5 where this became the default.
...
[SVN r79740]
2012-07-25 08:03:36 +00:00
Jurko Gospodnetić
6c3df7cd71
Boost Build cleanup - minor stylistic changes.
...
[SVN r79739]
2012-07-25 07:25:12 +00:00
Jurko Gospodnetić
c397e45034
Boost Build cleanup - minor stylistic changes.
...
[SVN r79739]
2012-07-25 07:25:12 +00:00
Jurko Gospodnetić
b828d3531b
Updated the internal Boost Build rebuilds.py test to report additional debugging information in case of failure.
...
[SVN r79738]
2012-07-25 07:17:01 +00:00
Jurko Gospodnetić
541c2968a3
Updated the internal Boost Build rebuilds.py test to report additional debugging information in case of failure.
...
[SVN r79738]
2012-07-25 07:17:01 +00:00
Jurko Gospodnetić
89f26e148b
Corrected the internal Boost Build rebuilds.py test to avoid incorrectly detected failures when a file to be rebuilt ('bar') gets rebuilt too quickly in one of the test cases (used to fail if the original file and the rebuilt file did not have file modification timestamps with the same second).
...
[SVN r79737]
2012-07-25 07:15:06 +00:00
Jurko Gospodnetić
ec15b613f0
Corrected the internal Boost Build rebuilds.py test to avoid incorrectly detected failures when a file to be rebuilt ('bar') gets rebuilt too quickly in one of the test cases (used to fail if the original file and the rebuilt file did not have file modification timestamps with the same second).
...
[SVN r79737]
2012-07-25 07:15:06 +00:00
Jurko Gospodnetić
8e29fa56a3
Split internal Boost Build testing system's Tester.wait_for_time_change_since_last_build() operation into Tester.wait_for_time_change_since_last_build() and Tester.wait_for_time_change() to allow test code to wait for a timestamp changes unrelated to the last build run.
...
[SVN r79736]
2012-07-25 07:10:22 +00:00
Jurko Gospodnetić
3064f3e71e
Split internal Boost Build testing system's Tester.wait_for_time_change_since_last_build() operation into Tester.wait_for_time_change_since_last_build() and Tester.wait_for_time_change() to allow test code to wait for a timestamp changes unrelated to the last build run.
...
[SVN r79736]
2012-07-25 07:10:22 +00:00
Jurko Gospodnetić
74b443789d
Updated internal Boost Build's testing system code for collecting file modification timestamps information to do so with greater than 1 second precision (if the OS, file system and the used Python implementation support this). This allows for more precise/correct recognizing whether a file has been touched by a build run or not.
...
[SVN r79735]
2012-07-25 07:01:43 +00:00
Jurko Gospodnetić
b13df78c3c
Updated internal Boost Build's testing system code for collecting file modification timestamps information to do so with greater than 1 second precision (if the OS, file system and the used Python implementation support this). This allows for more precise/correct recognizing whether a file has been touched by a build run or not.
...
[SVN r79735]
2012-07-25 07:01:43 +00:00
Jurko Gospodnetić
53d4c9d5b9
Boost Build cleanup - minor stylistic changes.
...
[SVN r79734]
2012-07-25 05:36:38 +00:00
Jurko Gospodnetić
acde8c00a1
Boost Build cleanup - minor stylistic changes.
...
[SVN r79734]
2012-07-25 05:36:38 +00:00
Jurko Gospodnetić
dff942e14b
Boost Build cleanup - minor stylistic changes & comment updates.
...
[SVN r79733]
2012-07-25 05:15:42 +00:00
Jurko Gospodnetić
177d6e6a6d
Boost Build cleanup - minor stylistic changes & comment updates.
...
[SVN r79733]
2012-07-25 05:15:42 +00:00
Jurko Gospodnetić
b68013587a
Boost Build code cleanup - improved support for initializing toolset & extension modules with more than 8 parameters (current Boost Jam supports up to 19 numbered parameter references) + minor stylistic changes.
...
[SVN r79720]
2012-07-24 10:33:34 +00:00
Jurko Gospodnetić
f4f0fe2845
Boost Build code cleanup - improved support for initializing toolset & extension modules with more than 8 parameters (current Boost Jam supports up to 19 numbered parameter references) + minor stylistic changes.
...
[SVN r79720]
2012-07-24 10:33:34 +00:00
Jurko Gospodnetić
b32315556f
Cleaned up the internal Boost Build indirect_conditional.py test and updated it to test the project context under which indirect conditionals are run (using the glob rule).
...
[SVN r79718]
2012-07-24 09:44:29 +00:00