Commit Graph

50050 Commits

Author SHA1 Message Date
Dave Abrahams
f32c30285d Serious bugfix
[SVN r15518]
2002-09-26 00:11:30 +00:00
Ralf W. Grosse-Kunstleve
51ec2894ad workaround for MIPSpro compiler bug is now in boost/function/function_base.hpp
[SVN r15517]
2002-09-25 20:04:34 +00:00
Ralf W. Grosse-Kunstleve
00131a8cc1 namespace name in the MIPSpro workaround corrected
[SVN r15516]
2002-09-25 20:02:31 +00:00
Douglas Gregor
93a5f9ebdb function_template.hpp:
- Don't let Borland C++ use class template function

function_base.hpp:
  - Work around freaky MIPSpro bug that affects the Python lib


[SVN r15514]
2002-09-25 18:10:32 +00:00
Jeremy Siek
b60b46d5ee added stl_concept_covering.cpp
[SVN r15512]
2002-09-25 16:58:09 +00:00
Jeremy Siek
4ed2870b7f added many missing mutable_'s and added declaration for dummy_cons
[SVN r15511]
2002-09-25 16:57:46 +00:00
Jaakko Järvi
23b95c2549 changing to the new boost::function style
[SVN r15510]
2002-09-25 16:56:06 +00:00
Jeremy Siek
34b61473d7 added a dummy constructor to output_iterator_archetype
[SVN r15509]
2002-09-25 16:55:10 +00:00
Jaakko Järvi
500ac64dde converting to the new boost::function style
[SVN r15508]
2002-09-25 16:46:42 +00:00
Douglas Gregor
50c7d3d415 trackable.hpp:
- is_base_and_derived is cv-sensitive


[SVN r15506]
2002-09-25 13:14:24 +00:00
Rene Rivera
d10ac0ffca Fix for compiling with CodeWarrior.
[SVN r15503]
2002-09-25 05:53:35 +00:00
Douglas Gregor
368291eab9 Fixes for MSVC 6.0sp5
[SVN r15502]
2002-09-25 03:30:18 +00:00
Douglas Gregor
2f2275d1b5 function_template.hpp:
- Remove tabs

prologue.hpp:
  - get BOOST_PP_INC


[SVN r15501]
2002-09-24 19:52:56 +00:00
Douglas Gregor
3edabc4009 function_base.hpp:
- make make_any_pointer inline


[SVN r15500]
2002-09-24 19:27:51 +00:00
Douglas Gregor
882b4a2aa9 function_base.hpp:
- Don't try to implicitly convert a function pointer to a data pointer

stateless_test.cpp:
  - Don't use the deprecated syntax


[SVN r15499]
2002-09-24 17:28:58 +00:00
Douglas Gregor
4132dfd90e - Removed everything deprecated in 1.29.0
- Deprecate user use of function_base
- Use the Boost Preprocessor library to make Function scalable to any
  (reasonable) number of arguments
- Make any_pointer a POD (oops)
- Test Boost.Function for 30 arguments
- Remove tests of deprecated features


[SVN r15498]
2002-09-24 17:16:17 +00:00
Samuel Krempp
ed59857a22 Merged from branch to trunk
[SVN r15497]
2002-09-24 16:37:40 +00:00
Dave Abrahams
20e61da54c Apply patch from "Markus Schöpflin" <markus.schoepflin@ginit-technology.com>
[SVN r15494]
2002-09-24 13:47:57 +00:00
Douglas Gregor
2746b385a8 Argh. More fixes for function pointers
[SVN r15488]
2002-09-23 13:49:20 +00:00
Peter Dimov
52102133a9 Fixes, notes.
[SVN r15486]
2002-09-23 13:22:38 +00:00
Douglas Gregor
c8106121f0 More fixes for function pointers
[SVN r15484]
2002-09-23 12:51:44 +00:00
Aleksey Gurtovoy
773746d8ac IRIX CC fix
[SVN r15479]
2002-09-23 09:40:15 +00:00
Douglas Gregor
dbcdc46cd4 Take address of get_37 to get around MSVC bug
[SVN r15477]
2002-09-22 21:17:06 +00:00
Douglas Gregor
67bff148e4 Allow function pointers as slots
[SVN r15476]
2002-09-22 21:08:35 +00:00
Douglas Gregor
60f3cec7b7 Test use of function pointers are slots (thanks to Thomas Witt)
[SVN r15475]
2002-09-22 21:08:21 +00:00
Joel de Guzman
904a8b730f added missing typename
[SVN r15471]
2002-09-21 08:01:24 +00:00
Jörg Walter
f1014098d9 Decrease compile times for regression testing.
[SVN r15469]
2002-09-21 06:50:57 +00:00
Joel de Guzman
0df8d168ab Removed def_init(...) from class_
[SVN r15468]
2002-09-21 02:50:29 +00:00
Jaakko Järvi
a9dea70bd0 applied patch Markus Schöpflin, ::template replaced with ::BOOST_NESTED_TEMPLATE
[SVN r15466]
2002-09-20 15:55:10 +00:00
Vladimir Prus
8c095eddff Work in progress.
- Got rid of vectors of vectors in generators code. That was not only slow, it
  was also troublesome.
- Started work on transformation caching. Works but needs review/cleanup.


[SVN r15465]
2002-09-20 12:50:44 +00:00
Vladimir Prus
da86bc3021 Simplication/optimization.
[SVN r15464]
2002-09-20 12:29:03 +00:00
Björn Karlsson
4697537da0 Merged from branch to trunk
[SVN r15463]
2002-09-20 11:58:08 +00:00
Beman Dawes
680ea63336 Fix for IBM lawyer wording concern
[SVN r15461]
2002-09-20 00:36:07 +00:00
Paul Mensonides
1ca5ba0702 inclusion fix
[SVN r15459]
2002-09-19 20:49:38 +00:00
Jörg Walter
bf3f470449 Moved ublas test suite.
[SVN r15458]
2002-09-19 20:34:08 +00:00
Jörg Walter
bb018b48c9 Decreased compile time
[SVN r15457]
2002-09-19 20:10:02 +00:00
Rene Rivera
819f8e32f9 Slight mod in case there are no extra files and MakeLocate & DEPENDS can't handle that.
[SVN r15456]
2002-09-19 17:13:36 +00:00
Dave Abrahams
01d2d25e5d Apply patch from "Markus Schöpflin" <markus.schoepflin@ginit-technology.com>
Also fix typo excpetion->exception


[SVN r15455]
2002-09-19 17:06:10 +00:00
Beman Dawes
fd2ec1891f 1.29.0 runup
[SVN r15454]
2002-09-19 17:01:09 +00:00
Dave Abrahams
0d5e518f2d Fix bad dependency bug
[SVN r15453]
2002-09-19 17:00:10 +00:00
Dave Abrahams
74cc0ab56b Workaround slow Windows Intel C++ debug symbol generation
[SVN r15452]
2002-09-19 16:11:34 +00:00
Beman Dawes
97803285f1 Initial commit
[SVN r15451]
2002-09-19 15:57:44 +00:00
Beman Dawes
bda3b5e39a 1.29.0 runup
[SVN r15450]
2002-09-19 15:57:05 +00:00
Beman Dawes
ea17e42aa1 Add Carl and Doug
[SVN r15449]
2002-09-19 11:23:40 +00:00
Gennadiy Rozental
08fabc10f0 Migration guide added
[SVN r15448]
2002-09-19 08:23:51 +00:00
Gennadiy Rozental
1dd50616a0 explicit private added to shut down warnings
[SVN r15447]
2002-09-19 08:23:23 +00:00
Jörg Walter
658b5c2627 Added ublas test-suite.
[SVN r15446]
2002-09-19 08:20:57 +00:00
Jörg Walter
77efe41ab8 Minor bugfixes.
[SVN r15445]
2002-09-19 07:36:07 +00:00
Thomas Witt
28ed9b0ba0 Added dates for Serialization and Spirit.
[SVN r15444]
2002-09-18 20:17:19 +00:00
Paul Mensonides
045037f6e3 added trailing binary parameters
[SVN r15443]
2002-09-18 19:43:48 +00:00