432b43a948Boost.Range sliced adaptor is now compatible with VC10 even with using namespace boost::adaptors.
Neil Groves
2010-05-12 01:34:50 +0000
3d69e1f519Improve compatibility with compilers other than GCC.
Neil Groves
2010-05-11 22:20:19 +0000
23f276d0beRemoved workaround for MSVC == 1600 in eval_if.hpp
Neil Groves
2010-05-11 21:33:24 +0000
c0bbf6e03bRemove regression introduced by my previous 'fix'
Neil Groves
2010-05-11 21:12:26 +0000
9be2ca6744Applied patch from Joaquín M López Muñoz to work around VC++ 10 issue
Jeremiah Willcock
2010-05-11 20:32:46 +0000
48008e2affSpirit: Fixing includes for endian and V1.44
Hartmut Kaiser
2010-05-11 20:18:12 +0000
d7f8259bd3Quote the python executable name when running the Boost.Build tests
Steven Watanabe
2010-05-11 19:55:33 +0000
768825942eFixed defect that showed up with Visual C++ 10. This has been affecting numerous libraries as a knock-on effect.
Neil Groves
2010-05-11 18:30:04 +0000
d84f748ab7Boost 1.44.0 does not yet have the Endian library, so Spirit should not try to use it.
Douglas Gregor
2010-05-11 16:55:07 +0000
ce6059e540Revert incorrect markup
Steven Watanabe
2010-05-11 16:54:45 +0000
46f22cf245Added more known failures
Jeremiah Willcock
2010-05-11 15:33:00 +0000
9aaead1499Re-added known failures
Jeremiah Willcock
2010-05-11 15:28:53 +0000
541942423fGIL: Added support for copying between variants of different types
Lubomir Bourdev
2010-05-11 01:07:00 +0000
cb500db59cTurned off all Boost.Graph known failures for testing
Jeremiah Willcock
2010-05-10 16:48:45 +0000
6c370611a7A better message
Steven Watanabe
2010-05-10 15:57:33 +0000
ba6d03970dMark up clang failure
Steven Watanabe
2010-05-10 15:52:01 +0000
dc3bd4ec94Fix numerous VC-10 compiler warnings. Rewrite ICU configuration to use the new Boost.Build configuration logic.
John Maddock
2010-05-10 12:13:49 +0000
23e7d44a86Fixes#2757. Added explicit casts to avoid warnings on MSVC.
Andrey Semashev
2010-05-10 09:15:48 +0000
c68354fed8Both Proto and Xpressive have "ignore_unused" templates in their detail headers, and both were getting included, causing overloading ambiguities. There is probably a major cleanup to do here, moving to a single "ignore_unused" in boost/detail, but for now I've rectified the problem by describing importing Proto's ignore_unused() into Xpressive rather than defining a new one.
Douglas Gregor
2010-05-09 13:40:45 +0000
36ba8a00c9Merge standards-conformance fixes for Boost.GIL
Douglas Gregor
2010-05-09 12:35:46 +0000
72ab021b1cMerge Clang configuration for Boost.Config from trunk
Douglas Gregor
2010-05-09 12:32:33 +0000
f92fc2369cAnother inline.
Daniel James
2010-05-09 07:24:47 +0000
ed6c95bb09Merge standards-conformance fixes for Boost.Interprocess
Douglas Gregor
2010-05-09 02:12:20 +0000
383628a6bfMerge standards-conformance fixes for Boost.Spirit to trunk
Douglas Gregor
2010-05-09 01:58:32 +0000
2487776cf1Merge standards-conformance fixes for Boost.Graph to trunk
Douglas Gregor
2010-05-09 01:53:28 +0000
56dd115b0cMerge standards-conformance fixes for Ublas
Douglas Gregor
2010-05-09 01:40:22 +0000
d86ad6f11cMove Boost.Range's join_iterator intrusive_ptr_add_ref and intrusive_ptr_release where ADL will actually find them
Douglas Gregor
2010-05-09 01:32:55 +0000
8b2beb5085Merge standards-conformance fixes for Boost.Intrusive
Douglas Gregor
2010-05-09 01:24:39 +0000
8132e64107Merge standards-conformance fixes for Boost.PtrContainer
Douglas Gregor
2010-05-09 01:24:01 +0000
3ee708195cMerge standards-conformance fixes for Boost.Range
Douglas Gregor
2010-05-09 01:23:32 +0000
8c4cbe5898Merge standards conformance fixes for Boost.PropertyTree
Douglas Gregor
2010-05-09 01:03:59 +0000
128d9e0b1aMerge standards-conformance fix for Boost.System
Douglas Gregor
2010-05-09 00:33:44 +0000
d46ccad6e2Merge Boost.Build improvements for Clang to release branch
Douglas Gregor
2010-05-09 00:25:36 +0000
d9b5dd8febTry to fix Boost.Build support for Clang on Linux
Douglas Gregor
2010-05-09 00:14:41 +0000
f0089ffad5add partial support for sub-domains. Full support (on compilers supporting Boost.TypeOf) to come
Eric Niebler
2010-05-08 22:27:39 +0000
9d5c1af5f1Working on refactoring properties and fixing vertex_bundle_t and edge_bundle_t
Jeremiah Willcock
2010-05-08 20:26:01 +0000
621d366bb3Applying patch submitted by Neal Becker
Emil Dotchevski
2010-05-08 04:27:44 +0000
453123ddf4Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to IBM XL C++ <= V11.0.1 (trunk), see #4080.
Niels Dekker
2010-05-07 20:05:46 +0000
89e2050c4fRenamed some identifiers in value-initialization test, the word "subobject" appears more appropriate than "member".
Niels Dekker
2010-05-07 19:48:38 +0000
b6d681f1cfSpirit: fixing strict issue in Karma sequences, added test case
Hartmut Kaiser
2010-05-07 18:02:30 +0000
89de5585ccSpirit: fixing strict issue in Karma sequences
Hartmut Kaiser
2010-05-07 18:01:00 +0000
9f25236fe8Fixed problem with portable_binary archives
Robert Ramey
2010-05-07 17:31:17 +0000
711e388614Spirit: added a test case
Hartmut Kaiser
2010-05-07 15:45:40 +0000
66a2c0523fFix failures when used with an expression-template enabled number type such as the gmpxx clases. Add additional concept check for integer code using gmp classes. Fixes#4139.
John Maddock
2010-05-07 15:36:09 +0000
03cfd1968bfusion::tag_of/fusion::detail::is_specialized should not complain for non-adapted std::pair/boost::array/...
Christopher Schmidt
2010-05-07 15:02:22 +0000
7f264cb5ebadapted proxy types are views now
Christopher Schmidt
2010-05-07 13:37:34 +0000
16dd53610bExpose the "types" typedef of boost::optional_detail::operator_base as public, rather than protected, since Spirit pokes at this typedef.
Douglas Gregor
2010-05-06 21:44:18 +0000
0e4cff2befDefine several methods inline.
Daniel James
2010-05-06 20:13:25 +0000
ba47ba789fMove equivalent and unique hash tables into their own headers.
Daniel James
2010-05-06 20:12:40 +0000
e6f3cbfae6Remove pointless if statement.
Daniel James
2010-05-06 20:11:55 +0000
31b6c4039bIgnore spaces surrounding urls. Fixes#4122.
Daniel James
2010-05-06 20:04:52 +0000
2dad53873aIgnore links in comments. Fixes#4126
Daniel James
2010-05-06 20:03:32 +0000
99a6d0d7a8Applied patch from #4197 to fix copy constructor; fixes#4197
Jeremiah Willcock
2010-05-06 16:58:19 +0000
abc8513cbaPrevious fix doesn't work for later GCC versions, revert.
John Maddock
2010-05-06 12:33:40 +0000
e784ac85efPrevent multiple definitions of BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS.
John Maddock
2010-05-06 10:23:56 +0000
5dddbea177Disable long double support when the C++ runtime does not support it either. Fixes#3825.
John Maddock
2010-05-06 10:21:18 +0000
11193e4b43Add long standing debug-mode python support. Add support for --layout=tagged. Fixes#4041.
John Maddock
2010-05-06 09:54:13 +0000
0c3eff9319Fixes#4152.
John Maddock
2010-05-06 09:35:55 +0000
aa439400a9Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to Microsoft Visual C++ (trunk), see #4080.
Niels Dekker
2010-05-05 20:46:41 +0000
07ae3641edFixed various bugs in incremental_components and its example, plus made that example build by default
Jeremiah Willcock
2010-05-05 18:49:40 +0000
f447db75f4Fixed documentation of edge()
Jeremiah Willcock
2010-05-05 18:40:47 +0000
34e44f593dAdded canonical_ordering to list of built examples
Jeremiah Willcock
2010-05-05 18:37:37 +0000
c8b3dd7a14Patched unqualified calls to tie() using patch in #4190; fixes#4190
Jeremiah Willcock
2010-05-05 18:28:39 +0000
799bc7bef4Fixes#4178.
John Maddock
2010-05-05 18:01:42 +0000
8f5bf57930Only define BOOST_NO_EXCEPTIONS if not already defined - fixes#4059.
John Maddock
2010-05-05 17:55:15 +0000
e5b57f07abFix inspection script issues.
John Maddock
2010-05-05 17:43:05 +0000
986412a2bfChange "id" to "idx" to be Objective C++ compatible. Fixes#2306. Fixes#4132. Fixes#4191.
John Maddock
2010-05-05 17:40:07 +0000
4093295747fix broken proto
Eric Niebler
2010-05-05 16:02:34 +0000
4fb76ca1f7Spirit: updating docs
Hartmut Kaiser
2010-05-05 00:25:56 +0000
c3f34355b2merged [61775] from trunk
Joaquín M López Muñoz
2010-05-04 20:32:33 +0000
d10d98097dfixed incorrect mode of usage of Boost.Variant
Joaquín M López Muñoz
2010-05-04 20:19:46 +0000
e022a721dbAdd functional/factory and functional/forward to the root index.html
Daniel James
2010-05-04 17:49:50 +0000
d309c91489Fixed warnings from Clang
Jeremiah Willcock
2010-05-04 17:34:00 +0000
839ac43d92Add functional/forward and functional/factory.
Daniel James
2010-05-04 17:31:24 +0000
2f193fcd6bmark-up proto failures
Eric Niebler
2010-05-04 16:56:09 +0000
f97486f83fadded /fusion/view/single_view.hpp and /fusion/view/nview.hpp to /fusion/view.hpp
Christopher Schmidt
2010-05-04 16:23:01 +0000
63b026c92fFix several problems with two-phase name lookup in ublas.
Douglas Gregor
2010-05-04 15:47:50 +0000
95e1ca761cConst-qualified objects of class type require the class to have a user-declared default constructor.
Douglas Gregor
2010-05-04 15:26:09 +0000
cea89eb83e_default transform is also a grammar that matches the expressions the transform knows how to handle
Eric Niebler
2010-05-04 01:19:53 +0000
fb8430a578Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to Sun <= 5.10 (trunk), see #4080
Niels Dekker
2010-05-03 17:43:56 +0000
e256806785Spirit: more changes to scheme stuff
Hartmut Kaiser
2010-05-02 03:21:10 +0000
de8c942ea6Spirit: introduced new cutomization point for karma alternatives (variant_which) and extended strict mode to alternatives, added tests
Hartmut Kaiser
2010-05-02 03:07:54 +0000
f1aa4f6810Spirit: introduced new cutomization point for karma alternatives (variant_which) and extended strict mode to alternatives
Hartmut Kaiser
2010-05-02 03:06:31 +0000
486400d2dfRedid adding BOOST_NO_COMPLETE_VALUE_INITIALIZATION to IBM XL C++ <= V10.1.0 (trunk), as [61516]. The addition of heap objects to boost_no_complete_value_initialization::test() [61552] did not cause any extra failures. See #4080.
Niels Dekker
2010-05-01 22:28:24 +0000