103e84d6aeSupport BOOST_NO_TYPEID and BOOST_NO_IOSTREAM in Boost.Variant. Fixes#3051.
Daniel James
2009-06-27 07:34:42 +0000
f49d6be6d7Fix a couple of links to serialization headers. Refs #3062.
Daniel James
2009-06-27 07:21:36 +0000
31cc92504dTweaked appearance of member classes/structs/unions in a class synopsis.
Daniel James
2009-06-27 07:15:35 +0000
feba942519Fix various g++ warnings. Ref #1341.
Christopher Kohlhoff
2009-06-27 07:07:40 +0000
605d751e44Fix custom memory allocation for timers. Ref #3107.
Christopher Kohlhoff
2009-06-27 05:24:16 +0000
50599d28daadded overflow check
Joel de Guzman
2009-06-27 04:30:40 +0000
9a600ea431Fix failures reported when the tests are built with _GLIBCXX_DEBUG. Ref #3098.
Christopher Kohlhoff
2009-06-27 02:17:49 +0000
2f4db11765Changed all instances of inherited_edge_properties::edge_property_type to inherited_edge_properties::edge_bundled as edge_property_type is always no_property for CSR.
Nicholas Edmonds
2009-06-26 23:52:13 +0000
1a3929ae8dminor update to cloning
Thorsten Jørgen Ottosen
2009-06-26 23:36:09 +0000
7743c6fb31added support for statefull clone_allocators
Thorsten Jørgen Ottosen
2009-06-26 23:34:48 +0000
48546a30baRemove a local variable that was hiding the ec parameter and preventing error codes from being correctly propagated. Ref #3216.
Christopher Kohlhoff
2009-06-26 13:55:24 +0000
3cec71324aFix bug in hash resize. Ref #3095.
Christopher Kohlhoff
2009-06-26 13:35:04 +0000
7727c635b7Specify target machine type to avoid linker warnings.
Jürgen Hunold
2009-06-26 11:25:24 +0000
35abae3d38Fix doc generation for array reference parameters.
Christopher Kohlhoff
2009-06-26 11:03:14 +0000
c02ea8d84cAdd tag rules for <qt> and <address-model>
Jürgen Hunold
2009-06-26 09:16:31 +0000
6b61111719fix some bugs with use of Transform::result<void(E,S,V)>, which is no longer valid. Make lambda.hpp example work again
Eric Niebler
2009-06-26 06:09:05 +0000
4b49892a5aFinished edit of what's new
Sohail Somani
2009-06-26 03:20:47 +0000
36e99989deSpirit: added a workaround for the MPL problem in BOOST_MPL_ASSERT_MSG generating multiple definition linker errors for certain compilers (VC++)
Hartmut Kaiser
2009-06-23 14:40:22 +0000
545abdec63Fixed min/max issue using patch from Michael; refs #3134
Jeremiah Willcock
2009-06-23 14:18:24 +0000
55c2ace444Edit of preface complete.
Sohail Somani
2009-06-23 04:30:19 +0000
1a01adf931Add expected failures of the type_traits/test/promote_enum_msvc_bug_test
Alexander Nasonov
2009-06-22 22:22:24 +0000
559f5d0343see #3108, fixed a simple problem in symmetric.hpp (thx Michael), the storage layout still need more investigation.
Gunter Winkler
2009-06-22 21:13:40 +0000
f8399bff1cmatrix_sparse.hpp - see #2195, fixed compressed_matrix::erase_element(); must use >= instead of > because the last element of index1_data is the "end of list" marker. Segfault was caused by *(itv + 1) which pointed to an element _after_ index1_data.end()
Gunter Winkler
2009-06-22 20:58:30 +0000
51d6ef2597comp_mat_erase.cpp - unit test to verify compressed matrix layout, insertion and erasure of elements, see #2195
Gunter Winkler
2009-06-22 20:53:49 +0000
4a0a444bdbmerged up to [54228] from trunk
Joaquín M López Muñoz
2009-06-22 20:36:58 +0000
d5db0b1a3fupdated assertion message
Joaquín M López Muñoz
2009-06-22 20:33:55 +0000