Jurko Gospodnetić
7349c1943f
Updated the rest of the Boost Build generator_selection.py test to not use the default CPP --> OBJ generator and use a custom 'simple copy file generator' instead to avoid problems with misconfigured test runners. Also made the test a bit stricter. This should fix the test failing on Sandia-darwin-intel test runners.
...
[SVN r78966]
2012-06-16 01:29:30 +00:00
Jurko Gospodnetić
6696204975
Minor stylistic changes.
...
[SVN r78965]
2012-06-16 01:22:58 +00:00
Jurko Gospodnetić
d0ba7c3193
Updated the Boost Build generator_selection.py test to not use the default CPP --> OBJ generator and use a custom 'simple copy file generator' to avoid problems with some test runners using compilers/toolsets refusing to compile sources with unknown extensions. This should fix the test failing on IBM's AIX test runner.
...
[SVN r78952]
2012-06-15 06:57:02 +00:00
Jurko Gospodnetić
fff3fe12d5
Minor stylistic changes.
...
[SVN r78951]
2012-06-15 06:52:28 +00:00
Jurko Gospodnetić
274343ac76
Comment typo correction. Trimmed trailing spaces.
...
[SVN r78950]
2012-06-15 06:04:53 +00:00
Vladimir Prus
eb262a3d35
Partially upgrade build/generators.py
...
[SVN r64539]
2010-08-02 14:15:50 +00:00
Steven Watanabe
d17e108120
Fix generator_selection on windows
...
[SVN r51227]
2009-02-12 19:10:40 +00:00
Vladimir Prus
a643271bf0
Unbreak generator_selection test on Linux
...
[SVN r49711]
2008-11-13 07:12:12 +00:00
Jurko Gospodnetić
48c06133d1
Added a test for and fixed a Boost Build generator selection bug caused by caching viable source target types for different target types and generators and not maintaining those caches when their content gets invalidated by defining a new derived target type. Currently quick-fixed by clearing most of the cached values when registering a new derived target type. Later on this could be made more detailed by clearing only the actually invalidated cache values or updating them directly by simply added the derived target type to them.
...
[SVN r48596]
2008-09-05 01:58:07 +00:00
Jurko Gospodnetić
599236bbc6
Improved the Boost Build generator_selection.py test case by adding additional assertions to it.
...
[SVN r48595]
2008-09-05 01:55:01 +00:00
Jurko Gospodnetić
13d30f14be
Added a test for and fixed a Boost Build generator selection bug caused by caching viable source target types for different target types and generators and not maintaining those caches when their content gets invalidated by defining a new generator. Currently quick-fixed by clearing most of the cached values when registering a new generator. Later on this could be made more detailed by clearing only the actually invalidated cache values or updating them or even only marking them to be lazily updated when needed next.
...
Problem detected & and a reproducible example constructed by Juraj Ivančić. Debugged by Vladimir Prus. Patched and packaged by Jurko Gospodnetić.
[SVN r48590]
2008-09-05 00:26:43 +00:00