e50f3f8e56see #3449: introduce new free functions to access matrix/vector properties (Incomplete) * added short documentation to release_notes page
Gunter Winkler
2009-10-28 23:01:59 +0000
80bac0c2ffsee #3501: Reusing concepts from different compile units yields multiple defined symbols (Incomplete) * updated documentation
Gunter Winkler
2009-10-28 22:54:18 +0000
912fe04942see #3443: * merged improved documentation * enabled forgotten unit tests in jamfile (see #3449) * merged [53674],[53675],[56584],[56601] into release * partially merged [56005],[56006] into release
Gunter Winkler
2009-10-28 22:43:46 +0000
db654d66a0Brought back code which fixes get_deleter when it is called on a deleter which has been wrapped inside a deleter_wrapper by "shared_from_raw() in constructors" support.
Frank Mori Hess
2009-10-28 22:42:21 +0000
d54a566156see #3449 * merged [56637]: marked known failure of begin_end test for msvc 7.1
Gunter Winkler
2009-10-28 22:25:08 +0000
a5f074258cSpirit: merging doc updates
Hartmut Kaiser
2009-10-28 21:44:46 +0000
c9a033ac81Updated Boost.Graph expected failure list (added some new component failures and removed obsolete ones)
Jeremiah Willcock
2009-10-28 21:34:12 +0000
ab0c95d81fsee #3501: Reusing concepts from different compile units yields multiple defined symbols (Incomplete) * removed inlines that were added with the last commit * added anonymous namespace to make functions local to compilation unit
Gunter Winkler
2009-10-28 21:07:47 +0000
780218ee1cSpirit: merging from trunk
Hartmut Kaiser
2009-10-28 21:06:28 +0000
516ada2de3Spirit: doc fixes
Hartmut Kaiser
2009-10-28 21:04:50 +0000
843ae29cbbSpirit: minor edits
Hartmut Kaiser
2009-10-28 20:57:50 +0000
a6579c98cdSpirit: added missing files
Hartmut Kaiser
2009-10-28 20:57:13 +0000
adbb1a3a9fRenamed enable_shared_from_this2 to enable_shared_from_raw and added shared_from_raw free function. These changes fix the pointer value in shared_ptr which were obtained before an external shared_ptr has taken ownership of the object (for example when a shared_ptr to this is obtained in an object's constructor).
Frank Mori Hess
2009-10-28 19:10:47 +0000
5e0f642833clean-up list implementation
Eric Niebler
2009-10-28 18:13:07 +0000
442e7fd8d1Spirit: added qi::attr_cast doc section
Hartmut Kaiser
2009-10-28 18:02:52 +0000
3ab53c7f71Spirit: doc updates
Hartmut Kaiser
2009-10-28 17:21:47 +0000
a33789bf8bUpdated statechart markup.
Andreas Huber
2009-10-28 15:09:27 +0000
cca1509e36Wave: fixing compilation for VC10 Beta2 (fixes#3106)
Hartmut Kaiser
2009-10-28 14:29:04 +0000
b3250d8066actions. first pass.
Joel de Guzman
2009-10-28 10:25:36 +0000
e44cc47790Marked up explicit failures for thread library
Anthony Williams
2009-10-28 09:54:57 +0000
910839c10dMarked up explicit failures for thread library
Anthony Williams
2009-10-28 09:52:46 +0000
b08bae51deMerge Boost.Build from trunk.
Vladimir Prus
2009-10-28 07:47:51 +0000
558e08be51Spirit: updated missing.txt
Hartmut Kaiser
2009-10-28 01:48:23 +0000
d37f29154bSpirit: doc updates
Hartmut Kaiser
2009-10-28 01:46:14 +0000
ab45ca3e49Added state_machine::triggering_event(). Documentation follows.
Andreas Huber
2009-10-27 22:38:02 +0000
daa63ed6eenested results uses a custom list type that allows incomplete types, does no dynamic allocation in the default constructor, and has a guarnteed O(1) splice; fixes#3278
Eric Niebler
2009-10-27 13:22:09 +0000
28f961edebMore fixes for compilers with rvalue ref support
Anthony Williams
2009-10-27 13:22:08 +0000
611a82c6e1acknowledgment plus start of stream docs
Joel de Guzman
2009-10-27 12:38:28 +0000
b63c175972Fix for move assignment of unique_lock if rvalue refs supported
Anthony Williams
2009-10-27 10:40:57 +0000
189650db23Suppress gcc warnings: for bug report #1451.
John Maddock
2009-10-27 09:58:40 +0000
13c1a1f2e1Fix for bug #2067 --- use shared_mutex for thread_group rather than a simple mutex
Anthony Williams
2009-10-27 09:45:53 +0000
58ec886958new nonterminal concept doc rule doc update grammar doc
Joel de Guzman
2009-10-27 07:12:35 +0000
f4290be784missing include
Joel de Guzman
2009-10-27 07:06:01 +0000
4144d0b51cSpirit: more doc updates
Hartmut Kaiser
2009-10-27 00:46:54 +0000
967619d19aSpirit: merging latest bug fixes from trunk
Hartmut Kaiser
2009-10-27 00:41:58 +0000
3a437208e0Spirit: doc update
Hartmut Kaiser
2009-10-27 00:02:10 +0000
17da478c31circular_buffer: added erase_begin and erase_end methods
Jan Gaspar
2009-10-26 21:37:01 +0000
73eab7142bwork around EDG compiler bug, fixes#3290
Eric Niebler
2009-10-26 20:21:20 +0000
e19f8aa22caccomodate recent change to fusion::fold, remove old support for Doxygen and pre-1.35 Fusion, fixes#3553
Eric Niebler
2009-10-26 15:15:05 +0000
e66fb7e1a6associative iterators & views
Christopher Schmidt
2009-10-25 22:59:54 +0000
f80b33fe69Remove 'grouped' from hash_table as it isn't used and is a bit confusing.
Daniel James
2009-10-25 10:55:27 +0000
e178d9c3f7Slightly rearrange the unordered container headers so that prev_prime is defined before it's used.
Daniel James
2009-10-25 10:55:08 +0000
cf8d4f8aadRemove insert empty initializer lists, as there's a bug in gcc.
Daniel James
2009-10-25 10:54:53 +0000
94595276b8Fix the intel strict flag.
Daniel James
2009-10-25 10:54:28 +0000
73b5f32960Spirit: fixed karma alternative handling
Hartmut Kaiser
2009-10-24 22:36:08 +0000
db439cd148Make cflags and cxxflags work for intel linux.
Daniel James
2009-10-24 18:03:02 +0000
27fb9dca61Fix unordered for intel strict.
Daniel James
2009-10-24 17:53:03 +0000
335528adf3Fixed compilation problem with Intel compiler.
Andrey Semashev
2009-10-24 17:46:45 +0000
b58251acebFixes for minor and/or obscure bugs
Robert Ramey
2009-10-24 16:18:38 +0000
6db179b242Spirit: merging docs from trunk
Hartmut Kaiser
2009-10-24 16:08:12 +0000
728a84f77eFixes for minor and/or obscure bugs
Robert Ramey
2009-10-24 16:07:47 +0000
5334d3705cTighten up error handling and checking.
John Maddock
2009-10-24 15:51:57 +0000
bd8804ddfeSpirit: merging test fixes from trunk
Hartmut Kaiser
2009-10-24 14:41:56 +0000
537add0e90Spirit: added even more alternative tests
Hartmut Kaiser
2009-10-24 14:18:32 +0000
b67b6ad9bfSpirit: added more alternative tests
Hartmut Kaiser
2009-10-24 14:09:15 +0000
71bda3ec41Spirit: Karma alternative fix
Hartmut Kaiser
2009-10-24 14:09:03 +0000
ce21bc51f4Spirit: doc updates
Hartmut Kaiser
2009-10-24 14:03:06 +0000
b85f30b32bUpdate the intel compile flags.
Daniel James
2009-10-24 11:56:30 +0000
181c91e0defix for #2355: discrepancy between std::accumulate and fusion::accumulate
Christopher Schmidt
2009-10-24 10:59:01 +0000
df245c8223rule doc updates (final)
Joel de Guzman
2009-10-24 09:23:25 +0000
135c3ee2c3Spirit: test and doc updates
Hartmut Kaiser
2009-10-24 03:09:00 +0000
6800817482Spirit: more work on attribute traits, allowing optional for alternatives, maxwidth supports extracting overhang
Hartmut Kaiser
2009-10-24 03:03:23 +0000
aa319854c5Phoenix: disambiguating addressof for vc10 (merging from trunk)
Hartmut Kaiser
2009-10-24 02:55:08 +0000
777efbf848Phoenix: disambiguating addressof for vc10
Hartmut Kaiser
2009-10-24 02:52:51 +0000
61f36e4e86alternatives with optional attributes
Joel de Guzman
2009-10-23 16:27:55 +0000
30dbf91207alternatives with optional attributes
Joel de Guzman
2009-10-23 16:27:42 +0000
440750d185alternatives with optional attributes
Joel de Guzman
2009-10-23 15:58:46 +0000
ecbd404b3calternatives with optional attributes
Joel de Guzman
2009-10-23 15:58:31 +0000
4319791824Added futures to boost.thread
Anthony Williams
2009-10-22 09:33:21 +0000
3a057e4701Merge documentation fix in Jamroot.
Vladimir Prus
2009-10-22 09:01:30 +0000
9868534f3dClarify the default value of 'layout' on Unix and Windows.
Vladimir Prus
2009-10-22 08:31:51 +0000
f1e65a6d88Don't pass -m64 if address-model is 32_64 (or anything != 64).
Vladimir Prus
2009-10-22 08:23:41 +0000
89558a3af6Added errinfo_nested_exception typedef. Documentation update.
Emil Dotchevski
2009-10-22 07:14:09 +0000
a1fd7e8f3adocumentation update
Emil Dotchevski
2009-10-22 07:10:26 +0000
d5d49e5af5Fix for #3490, parameter depends on python. Use toplevel aligned_storage and copy in referent_storage metafunction from python's detail namespace. Passes all tests on gcc 4.3.3.
Troy D. Straszheim
2009-10-22 03:55:24 +0000
1121ce8971Qualify addressof call, refs #3534.
Frank Mori Hess
2009-10-22 02:05:18 +0000
47e20f4dabSpirit: added #pragma setlocale() to tests for VC7.1
Hartmut Kaiser
2009-10-21 20:31:00 +0000