Commit Graph

50050 Commits

Author SHA1 Message Date
Aleksey Gurtovoy
55cb1aabd1 Borland workaround
[SVN r16281]
2002-11-16 10:49:14 +00:00
Aleksey Gurtovoy
12589827fd single_view initial check in
[SVN r16280]
2002-11-16 10:48:39 +00:00
Aleksey Gurtovoy
858f9ca4e9 joint_view initial check in
[SVN r16279]
2002-11-16 10:02:11 +00:00
Dave Abrahams
a7900ed434 is_reference_to_function_pointer implementation
[SVN r16278]
2002-11-16 06:55:04 +00:00
Rene Rivera
54bea25197 Add a pointer to the new Boost.Jam documentation.
Removed the now duplicate "Internals/Extensions" and "Internals/Fundamentals" docs.


[SVN r16277]
2002-11-16 06:22:16 +00:00
Dave Abrahams
58ed2e7dfc is_reference_to_function implementation
[SVN r16276]
2002-11-16 06:00:52 +00:00
Rene Rivera
dd9ec2695d Repoint Boost.Jam links to new documentation in jam_src/readme.html
[SVN r16275]
2002-11-16 05:57:21 +00:00
Rene Rivera
8a12de8425 Copy in the "Jam Fundamentals" section, with some cleanup/reformatting.
[SVN r16274]
2002-11-16 05:35:05 +00:00
Dave Abrahams
4d0d6567e8 Bug fix
[SVN r16273]
2002-11-16 03:38:24 +00:00
Jeff Garland
858dcb7651 add iso week number, throw exception on bad day of month
[SVN r16272]
2002-11-16 03:10:12 +00:00
Jeff Garland
465099ef0f add iso week number
[SVN r16271]
2002-11-16 03:09:17 +00:00
Jeff Garland
ee10b3d254 documentation update
[SVN r16270]
2002-11-16 03:08:13 +00:00
Jeff Garland
80e41781ee doc updates, add iso week number
[SVN r16269]
2002-11-16 03:06:33 +00:00
Aleksey Gurtovoy
c14094315e inherit test check in
[SVN r16268]
2002-11-16 02:19:48 +00:00
Dave Abrahams
49f5ae1822 vc7.1 workaround
[SVN r16267]
2002-11-16 00:45:26 +00:00
Dave Abrahams
19cff277cf *** empty log message ***
[SVN r16266]
2002-11-15 22:19:40 +00:00
Rene Rivera
0b5aca1db4 Describe the rest of the accepted toolsets.
[SVN r16265]
2002-11-15 21:19:17 +00:00
Peter Dimov
85c359dab1 element_type added
[SVN r16264]
2002-11-15 19:44:48 +00:00
Peter Dimov
eea9663af6 Metrowerks support (Bertolt Mildner)
[SVN r16263]
2002-11-15 19:44:18 +00:00
Douglas Gregor
bb4fd0723d Borland C++ 5.6.0 doesn't handle enable_if
[SVN r16262]
2002-11-15 19:26:39 +00:00
Rene Rivera
3d93e34f23 Copied "Core Jam Extensions" from build_system.html. Seems like it belongs here and build_system.html will be outdated in V2.
[SVN r16261]
2002-11-15 18:48:37 +00:00
Dave Abrahams
a334cee441 *** empty log message ***
[SVN r16260]
2002-11-15 17:29:15 +00:00
Dave Abrahams
0c77e34d52 initial commit
[SVN r16259]
2002-11-15 17:02:31 +00:00
John Maddock
b669f24814 changed cygwin bjam.exe.gz to bjam.zip
[SVN r16258]
2002-11-15 12:59:21 +00:00
John Maddock
173a456734 removed defunct BOOST_DECL macro
[SVN r16257]
2002-11-15 12:57:13 +00:00
Dave Abrahams
d4e21bb553 Fix example
[SVN r16256]
2002-11-15 12:25:29 +00:00
Aleksey Gurtovoy
d651c37b6a examples, initial check in
[SVN r16255]
2002-11-15 11:57:18 +00:00
Aleksey Gurtovoy
b018ccc01e preprocessor fixes
[SVN r16254]
2002-11-15 11:54:48 +00:00
Aleksey Gurtovoy
f8900676a9 inherit_linearly check in
[SVN r16253]
2002-11-15 11:54:04 +00:00
John Maddock
aee3b50c7e tentative fix for VC7
[SVN r16252]
2002-11-15 11:50:41 +00:00
John Maddock
9eaba204aa Added new macros to config_info
Updated configure script to log the results


[SVN r16251]
2002-11-15 11:46:26 +00:00
Vladimir Prus
d6b5e2a388 More comments.
[SVN r16250]
2002-11-15 08:09:45 +00:00
Vladimir Prus
18a6757b24 Cleanup main target alternative creationg.
* new/targets.jam
    (abstract-target.name): New method.
    (abstract-target.project): New method.
    (main-target-alternative): Simplify. Only register
       main target alternative. Don't to fancy processing
       of arguments.
    (main-target-requirements): New rule.
    (main-target-use-requirements): New rule.
    (main-target-default-build): New rule.


[SVN r16249]
2002-11-15 07:20:23 +00:00
Vladimir Prus
12b2f9fe0f Forgotten change.
[SVN r16248]
2002-11-15 07:15:10 +00:00
Rene Rivera
43d23ab80c Accept most toolsets.
[SVN r16247]
2002-11-15 05:57:19 +00:00
Rene Rivera
7b8c6d90c3 Some extra whitespace formatting fixes.
[SVN r16246]
2002-11-15 05:13:59 +00:00
Rene Rivera
98c879db15 Added utility "words" rules to split a string into words.
[SVN r16245]
2002-11-15 05:12:25 +00:00
Rene Rivera
85753595b5 Implement ReST type preformatted syntax using "::".
* class.jam; Use new "::" syntax.
* doc.jam; Change comment parsing to keep leading whitespaces.
* doc.jam; Fix problem when a rule's argument has the same name as an inner rule.
* print.jam; Implement ReST syntax of "::" to indicate preformatted text. All forms of the ReST syntax are supported, and the additional form of a preformated paragraph with the first line as "::".


[SVN r16244]
2002-11-15 01:16:50 +00:00
Aleksey Gurtovoy
d3b8811d02 add missing #include
[SVN r16243]
2002-11-15 00:02:02 +00:00
Jeremy Siek
3ea8f91a9c revised introduction as per suggestion by Edward Diener
[SVN r16242]
2002-11-14 22:40:45 +00:00
Dave Abrahams
95fb983864 Auto-detection of class memebers wrapped with make_getter()
[SVN r16241]
2002-11-14 17:41:13 +00:00
Peter Dimov
69caa0d5a9 New BOOST_ASSERT, including documentation.
[SVN r16240]
2002-11-14 16:09:29 +00:00
Peter Dimov
cbdfa46f36 boost::throw_exception documentation added.
[SVN r16239]
2002-11-14 15:13:59 +00:00
Peter Dimov
b3dfa6169b checked_delete.hpp documentation added.
[SVN r16238]
2002-11-14 14:53:32 +00:00
Dave Abrahams
550276ac46 Fix Cygwin PYD extension
[SVN r16237]
2002-11-14 14:50:23 +00:00
Peter Dimov
a0aadf5077 BOOST_CURRENT_FUNCTION documentation added.
[SVN r16236]
2002-11-14 14:41:25 +00:00
Dave Abrahams
f3efd28505 c1204 workaround documented
[SVN r16235]
2002-11-14 12:16:40 +00:00
Vladimir Prus
be168223a4 Handling for base type generators fixes.
* new/generators.jam
     (find-viable-generators): Reverted my revert. Not yet sure
         what's the best way, but this one can be made to work.
     (try-one-generators): Adjust the virtual target types in
         case generator for base type was used.

* new/virtual-target.jam (virtual-target.set-type): New method.


[SVN r16234]
2002-11-14 10:43:47 +00:00
Vladimir Prus
e32186d59e Revive all the tests.
* boost_build_v2.html: Document new option.

* new/generators.jam (find-viable-generators): Revert part of Dave's
   commit, essentially disabling finding base type generators.
   This part breaks a test, and need to be thinked about.

* new/errors.jam: Handle "--no-error-backtrace" option.

* test/project_test4.py: Adjust for new error syntax.


[SVN r16233]
2002-11-14 10:17:50 +00:00
Vladimir Prus
68083b7786 Beginnings of a tutorial.
[SVN r16232]
2002-11-14 10:10:38 +00:00