Commit Graph

50050 Commits

Author SHA1 Message Date
Vladimir Prus
804aa92dd2 Fix rule echoing.
* jam_src/make1.c (make1c): Output don't output nonqueit when neither
     DEBUG_MAKE nor DEBUG_MAKEQ is set.

   * test/code_d1d2.py: New test.


[SVN r16231]
2002-11-14 07:11:16 +00:00
Dave Abrahams
55da5e29d1 remove unreliable GCC optimizations
[SVN r16230]
2002-11-14 04:41:32 +00:00
Dave Abrahams
73914e5786 Added News page, links back to top of docs
[SVN r16229]
2002-11-14 02:09:43 +00:00
Dave Abrahams
d032447b3f auto_ptr support
[SVN r16228]
2002-11-14 01:40:16 +00:00
Dave Abrahams
1065a56b83 Fix broken link
[SVN r16227]
2002-11-13 22:56:41 +00:00
Douglas Gregor
921f0bb739 Metrowerks 7.2 can't handle enable_if
[SVN r16226]
2002-11-13 21:00:23 +00:00
Douglas Gregor
a6af956567 function_template.hpp:
- Wrap ICEs in parentheses when used as template arguments


[SVN r16225]
2002-11-13 18:03:55 +00:00
Dave Abrahams
e9a60d6b68 Attempt to handle derived target types
[SVN r16224]
2002-11-13 17:22:48 +00:00
John Maddock
e0b0200b55 Changed BOOST_NO_STD_WSTREAM to BOOST_NO_STD_WSTREAMBUF
as the former is not in the config system


[SVN r16223]
2002-11-13 12:19:44 +00:00
John Maddock
a7b530cce4 Added new config macro test cases, removed old testing script (use bjam instead).
[SVN r16222]
2002-11-13 12:19:31 +00:00
John Maddock
8792c9d982 Changed BOOST_NO_STD_WSTREAM to BOOST_NO_STD_WSTREAMBUF,
the former doesn't exist in the config system.


[SVN r16221]
2002-11-13 12:15:10 +00:00
Rene Rivera
c8592bc2ce More cleanup...
* build.bat; accept all toolsets.
*build.bat; set toolset root when known.
* build.jam; accept --toolset-root=* for setting where the toolset lives.
* build.jam; don't clean grammar intermediates.


[SVN r16220]
2002-11-13 07:05:52 +00:00
Dave Abrahams
f75e50f6f9 BOOST_NO_EXCEPTIONS patch from Alberto Barbati <abarbati@iaanus.com>
[SVN r16219]
2002-11-13 04:49:56 +00:00
Aleksey Gurtovoy
82865273cc fix a typo
[SVN r16218]
2002-11-12 23:15:43 +00:00
Aleksey Gurtovoy
0a6a4c3068 add BOOST_MPL_AUX_COMMON_NAME_WKND for Borland
[SVN r16217]
2002-11-12 23:08:58 +00:00
Douglas Gregor
44e2de2095 Fix on BCC 5.6.1 (Hugo Duncan)
[SVN r16216]
2002-11-12 22:36:29 +00:00
Dave Abrahams
f58083049a Be more explicit about the Cygwin stuff
[SVN r16215]
2002-11-12 19:36:19 +00:00
Dave Abrahams
1a9c2cc0c9 Allow member pointers from base classes in def_readonly and
def_readwrite.


[SVN r16214]
2002-11-12 17:48:56 +00:00
Dave Abrahams
ca132cccd5 Attempt to handle derived target types
[SVN r16213]
2002-11-12 14:37:43 +00:00
Vladimir Prus
5e802487b6 Fix a typo.
[SVN r16212]
2002-11-12 14:33:33 +00:00
Peter Dimov
b025b6bb87 Fixed a subtle problem in counted_base::release (report and test case by Per Kristensen)
[SVN r16211]
2002-11-12 13:14:50 +00:00
Vladimir Prus
7743fb4f79 Win32 fixes.
* new/property.jam (translate-paths): Use :T modifier to prevent slash
  direction changing.

* new/common.jam: Use RM variable instead to calling "rm" command.


[SVN r16210]
2002-11-12 07:47:05 +00:00
Rene Rivera
f265e90421 Minimal new documentation for B-Jam.
[SVN r16209]
2002-11-12 07:35:21 +00:00
Dave Abrahams
3a447babdb Better error reporting
[SVN r16208]
2002-11-12 03:29:21 +00:00
Dave Abrahams
736f99c4ed Fix for vc7
[SVN r16207]
2002-11-12 03:18:20 +00:00
Dave Abrahams
e85f228832 Better debuggability
[SVN r16206]
2002-11-12 03:15:08 +00:00
Dave Abrahams
f5e4a262c4 Better error reporting
[SVN r16205]
2002-11-12 03:14:03 +00:00
Daniel Frey
7f18d3bd8a Added BOOST_HAS_NRVO
[SVN r16204]
2002-11-12 00:18:26 +00:00
Rene Rivera
611003ff6a SH compatible function declaration syntax.
[SVN r16203]
2002-11-12 00:08:25 +00:00
Dave Abrahams
e9df996d8f Really fix broken debug output.
[SVN r16202]
2002-11-11 23:32:42 +00:00
Dave Abrahams
efd853bf5d Help for Cygwin
[SVN r16201]
2002-11-11 23:31:03 +00:00
Dave Abrahams
f3762edaeb better debug formatting, better (?) help output
[SVN r16200]
2002-11-11 22:53:50 +00:00
Jörg Walter
0e47839c8f More bug fixes and a small, but important improvement.
[SVN r16199]
2002-11-11 20:55:44 +00:00
Dave Abrahams
f732c524d3 Fix from Yitzhak Sapir <yitzhaks@actimize.com>
[SVN r16198]
2002-11-11 19:50:05 +00:00
Dave Abrahams
f38c9870ad Fixes for array types on GCC 2.9x
[SVN r16197]
2002-11-11 18:38:58 +00:00
Dave Abrahams
d22ae9268e Squash bogus warnings
[SVN r16196]
2002-11-11 13:49:09 +00:00
John Maddock
f369fa3831 Fixed reverse iterator workaround test, should now work with Intel C++ as well as VC7.
[SVN r16195]
2002-11-11 12:40:56 +00:00
John Maddock
69f2f83e58 Changed detail/ to v3/ in dependency list.
[SVN r16194]
2002-11-11 12:15:04 +00:00
John Maddock
45fbd17fea Added BOOST_STD_EXTENTION_NAMESPACE docs.
[SVN r16193]
2002-11-11 12:14:04 +00:00
John Maddock
7f24cae50a fixed mis-spelled BOOST_NO_CWCTYPE
[SVN r16192]
2002-11-11 12:12:55 +00:00
Jens Maurer
c1d069dce2 N1398
[SVN r16190]
2002-11-10 20:51:28 +00:00
Vladimir Prus
06d7d2fae9 Mimimal support for the 'flags' rule.
* new/toolset.jam: New file.

* new/virtual-target.jam (action.actualize):
    Call 'toolset.set-target-variables'.

* new/gcc.jam: Use flags for compiling.


[SVN r16189]
2002-11-10 15:41:53 +00:00
John Maddock
5d9563a7fa Added typecast to prevent ambiguities in function overload resolution of std::string::insert
[SVN r16187]
2002-11-10 11:58:22 +00:00
John Maddock
3d7dcec927 Fixed link to mailing list
[SVN r16186]
2002-11-10 11:57:13 +00:00
John Maddock
c731d8ebb9 changed boost/regex/detail to boost/regex/v3
[SVN r16185]
2002-11-10 11:37:08 +00:00
John Maddock
427b143dbe Changed boost/regex/detail to boost/regex/v3
[SVN r16184]
2002-11-10 11:35:53 +00:00
Jörg Walter
c8e3f00dea Many bugfixes and improvements, especially related to sparse matrices.
Thanks namely to Kresimir Fresl and Michael Stevens this time.


[SVN r16183]
2002-11-10 10:38:54 +00:00
Aleksey Gurtovoy
41c5967ab3 Jamfile update for has_xxx.cpp
[SVN r16182]
2002-11-10 05:08:42 +00:00
Aleksey Gurtovoy
fcfe0df454 fix MSVC part and #ifdef GCC 2.95 to always return false
[SVN r16181]
2002-11-10 03:48:54 +00:00
Aleksey Gurtovoy
c32f7436e3 BOOST_MPL_HAS_XXX_TRAIT_DEF test
[SVN r16180]
2002-11-10 03:45:24 +00:00