Commit Graph

50051 Commits

Author SHA1 Message Date
Douglas Gregor
79a3f019b9 Die, foo, die
[SVN r19205]
2003-07-19 06:53:21 +00:00
Douglas Gregor
c2b5fb8e6e Fix for Borland, I think
[SVN r19204]
2003-07-19 06:51:04 +00:00
Daryle Walker
123b03cf54 Added some unmentioned Internet resources
[SVN r19203]
2003-07-19 05:52:51 +00:00
Eric Friedman
6dfec19121 Moved VARIANT_NO_TYPE_SEQUENCE_SUPPORT config macro into variant_fwd header.
[SVN r19202]
2003-07-19 04:19:30 +00:00
Eric Friedman
8496fb06c5 Fixed variant assignment semantics.
[SVN r19201]
2003-07-18 21:18:00 +00:00
Eric Friedman
422680eec3 Returned to standard copy-assignment form.
[SVN r19200]
2003-07-18 21:12:22 +00:00
Jens Maurer
d5b5f33571 work around Metrowerks that tries to instantiate an unused static member
function and explodes on the static assert therein


[SVN r19199]
2003-07-18 21:06:30 +00:00
Jens Maurer
65aca5bd6c work around MSVC and Borland problem: they can't access template
parameters of the surrounding class from friend function template
inline definitions


[SVN r19198]
2003-07-18 20:49:56 +00:00
Eric Friedman
d17613f01b NULL reference error workaround.
[SVN r19197]
2003-07-18 20:44:58 +00:00
Jens Maurer
3c205ff037 fix typo
[SVN r19196]
2003-07-18 20:10:10 +00:00
Douglas Gregor
39af7e7004 Me commit bad code
[SVN r19195]
2003-07-18 16:18:16 +00:00
Douglas Gregor
a769131881 Fix BOOST_SIGNALS_DECL. grrrr
[SVN r19194]
2003-07-18 16:12:13 +00:00
Vladimir Prus
dbb1e251af Optimization: don't use "path" module when not needed.
[SVN r19193]
2003-07-18 12:57:38 +00:00
Beman Dawes
36fd8f01ce revert BOOST_SIGNALS_DECL code from config.hpp
[SVN r19192]
2003-07-18 12:29:19 +00:00
Vladimir Prus
3612668c13 Fix BB48: don't change suffix on prebuilt targets.
[SVN r19191]
2003-07-18 12:16:50 +00:00
John Maddock
333978980a changed MSVC calling convention setup - can't use __fastcall in debug mode especially with /RTC
[SVN r19190]
2003-07-18 11:25:34 +00:00
Martin Wille
8e7e9ab8fc -- added support for libxslt
[SVN r19189]
2003-07-18 10:40:23 +00:00
Aleksey Gurtovoy
e53afebc73 add XSL based reports
[SVN r19188]
2003-07-18 08:43:00 +00:00
Eric Friedman
ee42a93ba7 Missing dependency.
[SVN r19187]
2003-07-18 06:48:20 +00:00
Eric Friedman
79ecb5c361 Inlined function templates.
[SVN r19186]
2003-07-18 06:09:35 +00:00
Eric Friedman
75ecc527c9 Update file info.
[SVN r19185]
2003-07-18 06:07:27 +00:00
Eric Friedman
5346bdd45e Moved forced_return into separate header.
[SVN r19184]
2003-07-18 06:04:22 +00:00
Eric Friedman
baa0b55e20 Added VARIANT_AUX_RETURN_VOID_TYPE.
[SVN r19183]
2003-07-18 06:03:19 +00:00
Eric Friedman
148da238a2 Missing dependency.
[SVN r19181]
2003-07-18 05:01:13 +00:00
Eric Friedman
b9c9432d1f Borland workaround.
[SVN r19180]
2003-07-18 04:57:22 +00:00
Eric Friedman
5646763dbd ISO conformance fix for make_initializer_node.
[SVN r19179]
2003-07-18 04:52:22 +00:00
Douglas Gregor
729f6a5ff6 Remove return statement from operator new to see who screams about it
[SVN r19178]
2003-07-18 04:17:30 +00:00
Douglas Gregor
45daafb37b Don't attempt any configuration
[SVN r19175]
2003-07-18 03:49:57 +00:00
Douglas Gregor
956f21d887 sig needs to be a friend of functionN
[SVN r19174]
2003-07-18 03:48:17 +00:00
Beman Dawes
e84e11f347 back out stage changes pending global solution
[SVN r19173]
2003-07-17 20:01:12 +00:00
Dave Abrahams
c99d3b2c77 Make it so that setting of BOOST_ROOT is not required, allowing the
getting started instructions for BBv2 work!  Now the boostbook files
are searched for additionally in $(BOOST_BUILD_PATH)/../boostbook.


[SVN r19171]
2003-07-17 15:34:28 +00:00
Vladimir Prus
ad556eea57 Language edits.
[SVN r19169]
2003-07-17 09:26:57 +00:00
Aleksey Gurtovoy
2bb34d9854 is_sequence/list fix for MSVC
[SVN r19168]
2003-07-17 09:26:49 +00:00
Eric Friedman
92b171014c NO_VOID_RETURNS workaround.
[SVN r19167]
2003-07-17 08:45:31 +00:00
Eric Friedman
ae28a37399 Added unrolling to visitation mechanism.
[SVN r19166]
2003-07-17 06:45:55 +00:00
Eric Friedman
368fea8be8 Moved general variant::initializer out of class, into detail namespace.
[SVN r19165]
2003-07-17 02:26:21 +00:00
Eric Friedman
f3d5d8c6a9 Refactored variant::apply_visitor_impl as free function in detail namespace.
[SVN r19164]
2003-07-17 01:49:21 +00:00
Eric Friedman
12c62ebdc9 VARIANT_MINIMIZE_SIZE introduction plus various cleanup.
[SVN r19163]
2003-07-17 00:53:32 +00:00
Eric Friedman
d434394020 Allow DEREF_WNKD outside of mpl namespace.
[SVN r19162]
2003-07-17 00:51:39 +00:00
Beman Dawes
e6f2ad41f2 move return 0; to correct place this time around
[SVN r19161]
2003-07-16 23:03:40 +00:00
Beman Dawes
007f60ff80 add return 0;
[SVN r19160]
2003-07-16 23:00:38 +00:00
Eric Friedman
b733a290e9 1) Added mpl/next.hpp dependency; 2) variant::initializer optimization.
[SVN r19159]
2003-07-16 22:47:01 +00:00
Dave Abrahams
f747156c46 * Use boost::referent<> metafunction for detecting the value type of
indirect_iterator.

* Change the order of tests in the Jamfile so expected failures come
  last, accounting for some recent Boost.Build change I suppose.


[SVN r19158]
2003-07-16 19:35:46 +00:00
Dave Abrahams
4f5dd98264 Borland workaround
[SVN r19157]
2003-07-16 19:10:34 +00:00
Jens Maurer
7824e7ab3b make sure compiler workarounds are mutually exclusive
[SVN r19156]
2003-07-16 18:00:35 +00:00
Dave Abrahams
89843ddc4b Apply fix from "Janusz Piwowarski" <jpiw-at-go2.pl>
[SVN r19155]
2003-07-16 15:45:11 +00:00
Dave Abrahams
daaa8a8c2d Added Kig
[SVN r19154]
2003-07-16 15:40:27 +00:00
Beman Dawes
c47298c1ce fix const_/non const_ conversion (from JRB)
[SVN r19153]
2003-07-16 15:27:24 +00:00
Dave Abrahams
9544386681 strict 2-phase ADL fixes.
[SVN r19152]
2003-07-16 15:16:21 +00:00
Vladimir Prus
ba5c594541 Fix title.
[SVN r19151]
2003-07-16 14:32:48 +00:00