Commit Graph

50050 Commits

Author SHA1 Message Date
Beman Dawes
95dd7ef3f5 Move math tests to subdirectory
[SVN r17687]
2003-02-28 17:57:37 +00:00
Aleksey Gurtovoy
1edf2eb14a remove old header
[SVN r17686]
2003-02-28 15:27:52 +00:00
Vladimir Prus
7bc92de297 Warn on unused sources.
* new/targets.jam
    (basic-target.check-for-unused-sources): New rule.
    (basic-target.generate): Call the above.

* new/virtual-target.jam
    (traverse): New arguments 'include-roots' and 'include-sources'.

* test/unused.py: New test.


[SVN r17685]
2003-02-28 08:13:38 +00:00
Vladimir Prus
659046ebbb Refactoring.
* new/targets.jam
   (basic-target.final-properties): New rule, extracted from 'generate'.
   (basic-target.generate-sources): New rule, extracted from 'generate'.
   (basic-target.requirements): Gone.


[SVN r17684]
2003-02-28 07:19:31 +00:00
Vladimir Prus
661de1c398 Cleanups. Default build improvements related to BB10.
* new/targets.jam
    (main-target.default-build): New field.
    (main-target.add-alternative): Don't allow default-build for
       second and subsequence alternatives. Record default build
       from the first one.
    (main-target.generate): Expand build request.
    (main-target.generate-really): New rule, extracted from 'generate'.
    (basic-target.default-build): New rule.
    (basic-target.generate): Don't expand default build.

* test/BoostBuild.py
  Allow to suppress passing toolset when calling run_build_system.
  Some Python 2.1 compatibility fixes.

* test/alternatives.py
  More tests.

* test/default_build.py
  More tests.


[SVN r17683]
2003-02-28 06:36:39 +00:00
Gennadiy Rozental
22971e5ca9 New Jamfile for math libs unit tests
Old one is incorrect and removed


[SVN r17682]
2003-02-28 05:29:02 +00:00
Dave Abrahams
af62d7a2ae Fix extensions
[SVN r17681]
2003-02-28 01:33:10 +00:00
Dave Abrahams
89b2df2787 Fixes
[SVN r17680]
2003-02-28 01:32:45 +00:00
Joel de Guzman
b94c15aaec Yay! Hartmut!
[SVN r17679]
2003-02-28 00:11:58 +00:00
Ronald Garcia
7288eec45f Fixed some documentation nits.
[SVN r17678]
2003-02-27 23:25:33 +00:00
Martin Wille
bb952cf6ba -- added special handling for test25
[SVN r17677]
2003-02-27 17:26:37 +00:00
Dave Abrahams
4281ebe760 Warning suppression for MSVC
[SVN r17676]
2003-02-27 15:08:20 +00:00
Dave Abrahams
c8c0b6f47b Fixes for NT
[SVN r17675]
2003-02-27 15:04:11 +00:00
Dave Abrahams
93821782b2 Warning suppression for MSVC
[SVN r17674]
2003-02-27 15:01:02 +00:00
Vladimir Prus
89ab4f0c8f Refactorings.
* new/targets.jam
    (main-target.select-alternatives): New rule.
    (main-target.generate): Simplify, using the above.

* new/errors.jam
    (error): Do EXIT if --no-error-backtrace is given.

* tests/alternatives.py: New test.


[SVN r17673]
2003-02-27 14:25:26 +00:00
Vladimir Prus
4daa100fd8 Tweak debug output.
[SVN r17672]
2003-02-27 13:10:57 +00:00
Dave Abrahams
15078c53a8 Fix broken links
[SVN r17671]
2003-02-27 13:07:41 +00:00
Peter Dimov
56afe23e72 Fixed some links.
[SVN r17670]
2003-02-27 11:58:50 +00:00
Vladimir Prus
d6b35069a2 Bugfix: nested 'build-project' statements were not handled correctly
when any build request is given on command line. Thanks to
Jürgen Hunold for catching this!


[SVN r17669]
2003-02-27 08:51:37 +00:00
Gennadiy Rozental
9242750978 broken links fix
[SVN r17668]
2003-02-27 06:58:18 +00:00
Dave Abrahams
11f91a744b Fixes for Python and Cygwin testing
[SVN r17667]
2003-02-27 02:20:01 +00:00
Jaakko Järvi
0fe3d672e9 element<T>::type takes constness into consideration
[SVN r17666]
2003-02-26 23:10:55 +00:00
Martin Wille
fc4e248c46 -- added script for running cpp on all test files
-- modified testfiles to contain the expected output of cpp


[SVN r17665]
2003-02-26 22:28:46 +00:00
Daniel Frey
f858702249 Fixed shift-operators to respect BOOST_FORCE_SYMMETRIC_OPERATORS
[SVN r17664]
2003-02-26 21:26:57 +00:00
Hartmut Kaiser
215dafa80c Added a missing file.
[SVN r17663]
2003-02-26 20:30:34 +00:00
Beman Dawes
c458eb0a3f clarify naming conventions
[SVN r17662]
2003-02-26 19:56:52 +00:00
Dave Abrahams
71f683395d bugfix
[SVN r17661]
2003-02-26 19:55:18 +00:00
Jaakko Järvi
fbfdf3926c a patch for borland
[SVN r17660]
2003-02-26 16:04:56 +00:00
Dave Abrahams
89bd402288 Fix name references
[SVN r17659]
2003-02-26 15:32:32 +00:00
Dave Abrahams
acf919623f Fixes for Intel5
[SVN r17658]
2003-02-26 13:48:16 +00:00
Aleksey Gurtovoy
274db1adc4 check in preprocessed headers for Intel 5.0
[SVN r17657]
2003-02-26 09:49:30 +00:00
Aleksey Gurtovoy
46da0461cd pre-release cleanup
[SVN r17656]
2003-02-26 09:42:38 +00:00
Rene Rivera
c18bc1b8ab Initial code for modifier generators... Name modifier is implemented, and <version> facet of name modifier to produce correct soname/version-name behaviour.
[SVN r17655]
2003-02-26 06:29:12 +00:00
Rene Rivera
db95de0776 Example of using <version> feature.
[SVN r17654]
2003-02-26 06:26:08 +00:00
Rene Rivera
7ed22e8600 Add relative-to to calculate relative paths between dirs.
[SVN r17653]
2003-02-26 06:12:24 +00:00
Jaakko Järvi
d494ca3f19 typo
[SVN r17652]
2003-02-26 05:11:50 +00:00
Aleksey Gurtovoy
94b5e717ec MPL names/directory structure refactoring
[SVN r17651]
2003-02-25 23:11:41 +00:00
Hartmut Kaiser
eebe32c6aa Fixed a couple of bugs and the warning emitted by gcc -Wall.
[SVN r17650]
2003-02-25 20:55:17 +00:00
Dave Abrahams
6fc3335ba4 bugfix
[SVN r17649]
2003-02-25 18:25:29 +00:00
Dave Abrahams
61f55af6cd Better handling of multiple versions
[SVN r17648]
2003-02-25 17:57:41 +00:00
Dave Abrahams
6b0894c46a Allow prepare-target rule in toolsets, fix error reporting
[SVN r17647]
2003-02-25 16:25:28 +00:00
Vladimir Prus
9e3b87e21e Tweak the UML diagram to represent two relations between action and
abstract-file-target.


[SVN r17646]
2003-02-25 16:17:53 +00:00
Martin Wille
235a0157ed -- fixes
[SVN r17645]
2003-02-25 15:40:38 +00:00
Aleksey Gurtovoy
7dfc6a4ab7 fix preprocesed headers selection
[SVN r17644]
2003-02-25 15:11:25 +00:00
Dave Abrahams
8394e1d6d7 typo
[SVN r17643]
2003-02-25 14:42:34 +00:00
Dave Abrahams
88c0b3807b Fixes for testing
[SVN r17642]
2003-02-25 14:37:10 +00:00
Fernando Cacciola
039545fdd1 Small fix: test for m_initialized removed from operators -> and * (there is an assert anyway)
[SVN r17641]
2003-02-25 14:23:57 +00:00
Vladimir Prus
c5e1d49244 Fix some conditional logic.
[SVN r17640]
2003-02-25 14:09:45 +00:00
Hubert Holin
2c867b6a4d transitionned to the Unit Test Framework.
[SVN r17639]
2003-02-25 14:03:10 +00:00
Dave Abrahams
705df54682 roll back mistaken change
[SVN r17638]
2003-02-25 13:52:19 +00:00