Commit Graph

50050 Commits

Author SHA1 Message Date
Vladimir Prus
0b6f0bff21 Fix typo in the previous commit.
[SVN r14276]
2002-07-02 11:41:17 +00:00
Vladimir Prus
759d3545fc Made project_test3 work on windows.
[SVN r14275]
2002-07-02 11:37:54 +00:00
Vladimir Prus
3c76830ca0 Test system improvements w.r.t. file content matching.
* test/BoostBuild.py (Tester.read_and_strip, Tester.expect_content):
        New methods.
    * test/test_system.html: Document the above methods.


[SVN r14274]
2002-07-02 10:34:43 +00:00
Daryle Walker
9e05033fa7 Adjusted for moving the Compile-Time and Run-Time GCD and LCM components to new, separate headers
[SVN r14273]
2002-07-02 08:31:15 +00:00
Daryle Walker
492c02abc6 Moved the Compile-Time and Run-Time components to separate headers
[SVN r14272]
2002-07-02 07:51:48 +00:00
Dave Abrahams
54af3d9c16 Python long support
[SVN r14271]
2002-07-01 21:25:01 +00:00
Dave Abrahams
b286763c78 Now inheriting object_cref from object
[SVN r14270]
2002-07-01 21:23:10 +00:00
Dave Abrahams
796d6e7e77 improved property.as-path
[SVN r14269]
2002-07-01 20:05:37 +00:00
Paul Mensonides
6ea31df141 added BOOST_PP_SLOT_LIMIT
[SVN r14268]
2002-07-01 02:08:46 +00:00
Paul Mensonides
5834809767 cleaned up files
[SVN r14267]
2002-06-30 09:17:09 +00:00
Paul Mensonides
0706ff1c7c brought forced evaluation in line w/slots
[SVN r14266]
2002-06-30 09:16:28 +00:00
Paul Mensonides
686727c668 evaluated slot support
[SVN r14265]
2002-06-30 09:14:58 +00:00
Paul Mensonides
3a04c6daca added evaluated slot support
[SVN r14264]
2002-06-30 09:13:09 +00:00
Dave Abrahams
0c7cd061e0 list implementation
[SVN r14263]
2002-06-29 19:51:12 +00:00
Dave Abrahams
10fd9bcb05 a couple more tests
[SVN r14262]
2002-06-29 19:27:42 +00:00
Dave Abrahams
061bb216a3 list implementation
[SVN r14261]
2002-06-29 19:24:11 +00:00
Dave Abrahams
deef059c7a added missing 'explicit'
[SVN r14260]
2002-06-29 18:49:43 +00:00
Dave Abrahams
0be3114443 Fix mistaken config changes
[SVN r14259]
2002-06-29 18:31:27 +00:00
Vladimir Prus
1119f3d2ce Integrated Perforce change 1522: InstallInto now handle multiple files.
[SVN r14258]
2002-06-28 10:33:26 +00:00
Paul Mensonides
e8bb42635c modified name
[SVN r14257]
2002-06-28 05:03:39 +00:00
Dave Abrahams
fb0c695b56 fixing up Jambase.c/jambase.c naming problem
[SVN r14256]
2002-06-28 02:18:29 +00:00
Dave Abrahams
9dfc4e72f6 fix Jambase.c/jambase.c naming issue
[SVN r14255]
2002-06-28 02:15:17 +00:00
Beman Dawes
d208e9c35e 8.0 further update
[SVN r14254]
2002-06-28 00:27:02 +00:00
Beman Dawes
eb1ddc178f add 8.0
[SVN r14253]
2002-06-28 00:06:47 +00:00
Paul Mensonides
f10cdf92b4 names changes
[SVN r14251]
2002-06-27 21:05:02 +00:00
Vladimir Prus
2732a35476 Beginning of the 'make' rule.
* new/targets.jam: Check for duplicate 'basic-target::generate()' calls.
        Use better logic to tell is source is another main target or file.
        (project-target::has-main-target): New rule.
    * new/project.jam (lookup): Fixes. (find-target): Implemented.
    * new/make.jam: New file, defines the 'make' rule and associated target
        class.
    * new/build-system.jam: Import 'make'. Generate virtual targets and
        actualize them.
    * new/utility.jam: Added "MkDir" rule and actions.
    * test/project_test3.py: New test.


[SVN r14249]
2002-06-27 14:00:30 +00:00
Vladimir Prus
d5dc1622b5 Fix a bug in the previous commit.
[SVN r14248]
2002-06-27 13:41:35 +00:00
Vladimir Prus
245a187cee Futher cleanups. Tests now pass.
* new/targets.jam: Rename 'abstract-target::local-name' to 'name'. Rename
        'abstract-target::name()' to 'abstract-target::full-name()'.
    * test/project-test2/project-test2.jam: Induces change.


[SVN r14247]
2002-06-27 11:00:05 +00:00
Dave Abrahams
401a2f3b5a Bug fix for Vladimir
[SVN r14244]
2002-06-26 20:52:38 +00:00
Ronald Garcia
5031a89c4a Added copyright notices where needed.
[SVN r14243]
2002-06-26 14:55:26 +00:00
Vladimir Prus
6f3acfd46c Don't wait after each run of bjam. Instead, wait for time change before
making any change to filesystem by the tester classes.


[SVN r14238]
2002-06-25 14:55:27 +00:00
Vladimir Prus
608fe7a893 Cleanups.
[SVN r14237]
2002-06-25 13:27:47 +00:00
Jeremy Siek
ade98c18db updated the refinement relationship for VertexListGraph to match the BGL book
[SVN r14233]
2002-06-24 16:37:02 +00:00
Douglas Gregor
240011a900 Fixed a dumb typo (thanks Marsh)
[SVN r14232]
2002-06-24 14:20:29 +00:00
Paul Mensonides
a0184b7c39 small bug fix - extra text
[SVN r14231]
2002-06-24 07:44:16 +00:00
Paul Mensonides
6f31e13738 support for absolute iteration depth access
[SVN r14230]
2002-06-24 07:42:30 +00:00
Paul Mensonides
c61231cc4d support of MWCW line directives
[SVN r14229]
2002-06-24 07:35:29 +00:00
Paul Mensonides
c86fd1245c support for MWCW line directives
[SVN r14228]
2002-06-24 07:35:00 +00:00
Vesa Karvonen
484da7dd8c Temporary fix for BOOST_PP_LIST_FILTER, which should not use BOOST_PP_IF details
[SVN r14227]
2002-06-22 21:53:34 +00:00
Peter Dimov
6d4fcf3fa6 Sleep(0) changed to Sleep(1) to (hopefully) avoid livelocks.
[SVN r14226]
2002-06-22 15:55:01 +00:00
Paul Mensonides
c010cef919 reverted some C++ style comments to C
[SVN r14225]
2002-06-22 04:24:39 +00:00
Paul Mensonides
8168f52ee8 added BOOST_PP_INCLUDE_SELF()
[SVN r14224]
2002-06-21 23:14:11 +00:00
Paul Mensonides
3f1afc552b Cpp output cleanup
[SVN r14223]
2002-06-21 23:13:24 +00:00
Paul Mensonides
5d98f96ef2 indirect file inclusion
[SVN r14222]
2002-06-21 23:08:36 +00:00
Paul Mensonides
3699a57669 renamed BOOST_PP_LOCAL_LIMITS to BOOST_PP_LOCAL_ITERATION_LIMITS
[SVN r14220]
2002-06-21 01:37:30 +00:00
Dave Abrahams
24cae240e0 slicing
[SVN r14219]
2002-06-20 21:47:26 +00:00
Vesa Karvonen
5c5c153ae0 Added trivial preprocessor test
[SVN r14218]
2002-06-20 18:34:24 +00:00
Vesa Karvonen
54c95b7a69 Learning through (stupid) mistakes...
[SVN r14217]
2002-06-20 18:30:31 +00:00
Vesa Karvonen
2d830c063c Fixed comment bug
[SVN r14216]
2002-06-20 18:22:28 +00:00
Vesa Karvonen
3dbea1e48f Extending TUPLE_LIMIT to 32
[SVN r14214]
2002-06-20 15:53:24 +00:00