John Maddock
2378ba59e7
Fix for Borland compilers.
...
[SVN r39657]
2007-10-02 17:41:35 +00:00
Douglas Gregor
53b95c386d
Finalizes the fix to Bug #1260 , making vtable_base an actual POD type (oops)
...
and playing more nicely with reinterpret_cast (thanks to Brad King for the
fixes).
[SVN r39285]
2007-09-14 21:05:46 +00:00
Douglas Gregor
3312c7ffcd
function_template.hpp:
...
- Pass-by-reference internally, when we can. Fixes #1067
[SVN r39244]
2007-09-13 19:06:53 +00:00
Douglas Gregor
de27ae9697
function/function_base.hpp, function/function_template.hpp:
...
- Switch from dynamic initialization of the vtable pointer to static
initialization (Fixes #1260 )
- Handle member pointers properly, only using mem_fn within the invoker
to deal with all of the messy bits of calling member pointers
[SVN r39240]
2007-09-13 17:38:58 +00:00
Douglas Gregor
a7b9940f15
Handle GCC's -fno-exceptions properly. Fixes #1198
...
[SVN r39061]
2007-08-29 19:06:11 +00:00
Douglas Gregor
e4f165a4e8
Disable MSVC warning about native code generation. Fixes #1163
...
[SVN r39060]
2007-08-29 18:59:16 +00:00
Douglas Gregor
80a3f47099
Committed patch to eliminate warnings with GCC's -Wundef. Fixes #1197
...
[SVN r38827]
2007-08-21 15:35:19 +00:00
Vladimir Prus
2a85edbd31
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
nobody
1b60e82b2f
This commit was manufactured by cvs2svn to create tag
...
'Version_1_34_1'.
[SVN r38286]
2007-07-24 19:28:14 +00:00
Thomas Witt
7581949360
Patches from Trac #583 .
...
[SVN r37846]
2007-06-01 16:12:08 +00:00
Douglas Gregor
5c514ebe35
Try to work around EC++4 bug
...
[SVN r37471]
2007-04-18 12:13:53 +00:00
Beman Dawes
0b2aeda226
Merged copyright and license addition
...
[SVN r35907]
2006-11-07 19:27:00 +00:00
Beman Dawes
6a3f0df553
Add copyright, license
...
[SVN r35905]
2006-11-07 19:11:57 +00:00
Rene Rivera
2ecd62c612
Remove obsolete Boost.Build v1 files.
...
[SVN r35880]
2006-11-06 17:10:46 +00:00
Douglas Gregor
47033bd162
Fix inspection problems
...
[SVN r35827]
2006-11-03 19:41:10 +00:00
Douglas Gregor
64c8d10fa8
Eliminate MSVC 8.0 warning
...
[SVN r35588]
2006-10-13 14:29:56 +00:00
Douglas Gregor
c7d5016022
Eliminate MSVC 8.0 warning
...
[SVN r35588]
2006-10-13 14:29:56 +00:00
Douglas Gregor
d92355cca2
Suppress annoying MSVC warnings
...
[SVN r35424]
2006-09-29 17:23:28 +00:00
Douglas Gregor
0123f84bff
Suppress annoying MSVC warnings
...
[SVN r35423]
2006-09-29 17:23:17 +00:00
Peter Dimov
a2a810d2c1
Put back #include <functional> in case functionN.hpp is used directly
...
[SVN r34519]
2006-07-12 22:12:01 +00:00
Peter Dimov
d84481361f
TR1 cyclic dependency fixes.
...
[SVN r34499]
2006-07-10 13:17:41 +00:00
Peter Dimov
872f12efee
TR1 conformance: derive from unary_function/binary_function
...
[SVN r34481]
2006-07-08 18:07:33 +00:00
nobody
0207da8008
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r33417]
2006-03-21 02:26:31 +00:00
Peter Dimov
69ee6e2375
Fixed an 'unused parameter' warning.
...
[SVN r33204]
2006-03-02 21:24:57 +00:00
Dave Abrahams
fdd91dbf91
Stop using assert() in tests
...
[SVN r33181]
2006-02-28 22:56:33 +00:00
Dave Abrahams
87ad11583c
Use ~Functor instead of ~function_type always, since it makes Borland
...
and vc6 and who knows what else happy.
[SVN r32832]
2006-02-11 19:08:25 +00:00
Douglas Gregor
9fe1351ab7
Workaround for Borland compilers, from Alistair
...
[SVN r32394]
2006-01-24 13:57:25 +00:00
Ralf W. Grosse-Kunstleve
58b61efb5f
trivial adjustments to enable warning-free compilation with gcc -Wall -W -Werror
...
[SVN r32364]
2006-01-20 16:53:30 +00:00
Douglas Gregor
f195b6c10a
Fixes for GCC 2.95.3
...
[SVN r32319]
2006-01-13 19:32:58 +00:00
Douglas Gregor
2b4f81ca67
Workaround for GCC 2.95.3
...
[SVN r32302]
2006-01-13 02:45:33 +00:00
Ralf W. Grosse-Kunstleve
1f51812589
EDG 238 compatibility (and potentially other compilers)
...
[SVN r32294]
2006-01-12 15:31:46 +00:00
Douglas Gregor
78f6b385d5
Small buffer optimization for Boost.Function
...
[SVN r32282]
2006-01-10 23:52:35 +00:00
Douglas Gregor
93c691fbdf
function_base.hpp, function_template.hpp:
...
- Use a vtable instead of separate manager/invoker pointers, to shrink the
size of a boost::function object to 8 bytes
- Fix a problem with NULL member pointers
[SVN r32186]
2005-12-30 02:31:51 +00:00
Douglas Gregor
c5e64fab99
BOOST_CRITICAL_ERROR is no longer usable
...
[SVN r32185]
2005-12-30 02:27:13 +00:00
Hartmut Kaiser
6023ff5608
Workaround for a problem in Wave.
...
[SVN r32094]
2005-12-18 21:06:32 +00:00
Douglas Gregor
944c2ea72a
Merged from Version_1_33_1
...
[SVN r31949]
2005-12-08 03:23:02 +00:00
John Maddock
35e2ff56a0
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
...
[SVN r30670]
2005-08-25 16:27:28 +00:00
Douglas Gregor
b5b12295c2
Try to work around Borland parsing bug
...
[SVN r30645]
2005-08-24 14:12:03 +00:00
Douglas Gregor
eea010ef80
Fully-qualify detail namespace accesses to work around compiler bugs
...
[SVN r30627]
2005-08-22 12:55:34 +00:00
Douglas Gregor
b8ef34c043
Merged from 1.33.0 release
...
[SVN r30540]
2005-08-12 13:02:37 +00:00
Douglas Gregor
8b816138bc
Fix tests for compilers that actually have a real is_stateless
...
[SVN r28784]
2005-05-10 13:30:35 +00:00
Douglas Gregor
24ce3091d0
Peter Dimov's ADL workarounds
...
[SVN r27808]
2005-03-24 19:13:33 +00:00
Douglas Gregor
354b8b802e
Test use of function_equal
...
[SVN r27733]
2005-03-18 05:01:49 +00:00
Douglas Gregor
db089615a2
Be more precise about EqualityComparable and function_equal
...
[SVN r27732]
2005-03-18 04:54:32 +00:00
Peter Dimov
3b269d5de7
contains2_test added
...
[SVN r27722]
2005-03-17 12:48:40 +00:00
Peter Dimov
795964f63d
bind_function_test added.
...
[SVN r27721]
2005-03-17 12:09:35 +00:00
Peter Dimov
0f15ba9450
bind_t now implements function_equal instead of operator==
...
[SVN r27630]
2005-03-13 17:25:42 +00:00
Stefan Slapeta
bb669b4fb5
Replaced BOOST_TEST
...
[SVN r27049]
2005-02-03 11:09:28 +00:00
Douglas Gregor
dc61dc6dc8
Fix for Borland, from Tobias Schwinger
...
[SVN r26886]
2005-01-28 07:04:32 +00:00
Douglas Gregor
d0fe22e9bf
Use bold element now
...
[SVN r26820]
2005-01-23 16:23:09 +00:00