Commit Graph

50050 Commits

Author SHA1 Message Date
Dave Abrahams
a43b646242 msvc6 (with STLPort) workaround
[SVN r15316]
2002-09-14 02:04:17 +00:00
Dave Abrahams
397c03c9f3 Roll workaround forward to CWPro8.2 release
[SVN r15314]
2002-09-13 23:55:46 +00:00
Dave Abrahams
ffdb53fa35 Roll back MinGW 2.0 "fix" that still doesn't work, and breaks MSVC6.
[SVN r15313]
2002-09-13 22:57:04 +00:00
Paul Mensonides
a048ac5ddd fixed everything-but-gcc bug
[SVN r15312]
2002-09-13 22:47:38 +00:00
Paul Mensonides
ee569b5d0f obsolete files
[SVN r15311]
2002-09-13 22:45:19 +00:00
Paul Mensonides
c119f030c0 explicit deduction
[SVN r15309]
2002-09-13 22:34:09 +00:00
Paul Mensonides
12d06913cd increased depth for msvc
[SVN r15308]
2002-09-13 22:33:43 +00:00
Jens Maurer
42ec453b6d add RanLux generator and required components
no reference to these generators exists yet
validation values need to be provided


[SVN r15307]
2002-09-13 21:30:54 +00:00
Jaakko Järvi
d0ade09e62 changed <include> to <sysinclude>
[SVN r15306]
2002-09-13 16:46:08 +00:00
Jaakko Järvi
06964e74ac changed jamfile includes from <include> to <sysinclude>
[SVN r15305]
2002-09-13 16:26:12 +00:00
Rene Rivera
b082ed3e64 Implemented "better" copying by the stage rule. This makes it so that it copies additional targets generated by links. This is for getting better support of SONAMES in the stage directories.
[SVN r15304]
2002-09-13 16:01:35 +00:00
Vladimir Prus
c11eda31dd Prevent creating two equivivalent virtual targets. This, in particular,
prevents complining the same source twice with the same properties.
Also allow generators to change source names using patterns.

    * new/generators.jam (generator): Accept name patterns together with
        target types.
        (generator.generated-targets): Use name patterns. Transform generated
        targets with 'virtual-targets.register', to eliminate duplicate
        virtual targets.


[SVN r15302]
2002-09-13 12:19:42 +00:00
Vladimir Prus
54894898ba Forgotten file.
[SVN r15301]
2002-09-13 12:16:17 +00:00
John Maddock
c6cdef7cdc Fixed regex makefiles to work nice with the new boost.test lib.
Added tentative VACPP fix.


[SVN r15300]
2002-09-13 11:52:11 +00:00
John Maddock
357a1bac44 Made changes to work with new boost.test library.
Added separate Jamfile


[SVN r15299]
2002-09-13 11:44:40 +00:00
John Maddock
aeb6fc29ae Fixed forward declarations, added tentative IBM C++ fix
[SVN r15298]
2002-09-13 11:41:21 +00:00
Paul Mensonides
5448456b78 flags fix
[SVN r15296]
2002-09-13 09:23:06 +00:00
Paul Mensonides
55045899da msvc depth issues
[SVN r15295]
2002-09-13 09:10:26 +00:00
Ralf W. Grosse-Kunstleve
13018a8cf7 workaround for older EDG compilers (IRIX CC)
[SVN r15292]
2002-09-13 05:46:46 +00:00
Dave Abrahams
9fa10544fb Added commentary
[SVN r15287]
2002-09-13 01:50:09 +00:00
Dave Abrahams
3adc0e6f8b PP usage speedups (mostly for EDG)
[SVN r15286]
2002-09-13 01:48:50 +00:00
Dave Abrahams
ef2dd93853 Compile (but still can't link) with MinGW-2.0 (GCC-3.2)
[SVN r15285]
2002-09-12 23:58:15 +00:00
Paul Mensonides
f25346aec1 msvc arbitrary ICE fix
[SVN r15284]
2002-09-12 23:48:47 +00:00
Dave Abrahams
7def4fa54a Workaround VC7 bug.
[SVN r15283]
2002-09-12 23:46:45 +00:00
Paul Mensonides
353419159b revert
[SVN r15282]
2002-09-12 23:34:29 +00:00
Paul Mensonides
52ae865657 MSVC fix
[SVN r15281]
2002-09-12 23:08:13 +00:00
Rene Rivera
dfb3b8aae0 Implement hiding of local rules by default. Use --help-enable=show-locals to show them regardless.
[SVN r15280]
2002-09-12 22:26:56 +00:00
Rene Rivera
495e89b5b1 Fix for when varaibles are edclared with an empty value.
[SVN r15279]
2002-09-12 22:00:23 +00:00
Jaakko Järvi
4cffe0ea63 a fix of a fix
[SVN r15278]
2002-09-12 20:59:05 +00:00
Jaakko Järvi
20ce8e9fc0 workaround for isspace and metrowerks
[SVN r15277]
2002-09-12 20:50:10 +00:00
Gennadiy Rozental
6b86314358 caught exception handling fixed
[SVN r15275]
2002-09-12 08:29:38 +00:00
Gennadiy Rozental
eee17b0900 tabs cleaned
[SVN r15274]
2002-09-12 08:28:30 +00:00
Paul Mensonides
6b2d3272af speedups
[SVN r15273]
2002-09-12 08:10:23 +00:00
Paul Mensonides
9dbc99e2bc speedups
[SVN r15272]
2002-09-12 08:00:48 +00:00
Jeremy Siek
787775f291 added this-> to access graph member since the base class is dependent
[SVN r15271]
2002-09-12 02:29:28 +00:00
Jeremy Siek
f9bcb5851b added this-> to access m_vis, since the base class is dependent
[SVN r15270]
2002-09-12 02:27:46 +00:00
Vladimir Prus
3d38a90018 Added generators test to the test suite.
[SVN r15269]
2002-09-11 15:56:56 +00:00
Vladimir Prus
53e9c84610 Small fix.
[SVN r15268]
2002-09-11 15:54:39 +00:00
Dave Abrahams
9c907885ba More cygwin/NT compatibility fixes
[SVN r15267]
2002-09-11 15:40:32 +00:00
Rene Rivera
42ef0fd7fb Updated from Markus Shoepflin. Compiler selected based on threading option and C/C++, support for rtti and exception-handling features.
[SVN r15266]
2002-09-11 15:31:43 +00:00
Vladimir Prus
7f0839b982 Output generator debugging messages only if there's
"--debug-generators" option in the command line.


[SVN r15265]
2002-09-11 15:25:18 +00:00
Dave Abrahams
fe68d4a0b2 Roll back MPL v2 fix as it's no longer needed and was breaking Borland
[SVN r15264]
2002-09-11 14:46:40 +00:00
Dave Abrahams
4d6f25d058 Workaround for cywgin/NT build
[SVN r15263]
2002-09-11 14:37:25 +00:00
Vladimir Prus
200631351a Some cleanups. At the same time, allowed several suffixes to target types
(e.g. "cpp" and "cxx").


[SVN r15262]
2002-09-11 14:18:52 +00:00
Dave Abrahams
a7a27ac14b mpl_v2 branch checkin
[SVN r15258]
2002-09-11 05:35:41 +00:00
Beman Dawes
ffb09afe45 add bookmark
[SVN r15257]
2002-09-10 19:02:26 +00:00
Beman Dawes
627f6fa6e2 1.29.0 runup
[SVN r15256]
2002-09-10 19:01:56 +00:00
Ronald Garcia
f26fff9a5e Moved Collection.html into utility library directory.
[SVN r15255]
2002-09-10 16:27:21 +00:00
Ronald Garcia
8d5651fe5c Initial Revision
[SVN r15254]
2002-09-10 16:13:08 +00:00
Peter Dimov
093df57f20 HTML error fixed.
[SVN r15253]
2002-09-10 16:12:51 +00:00