Commit graph

31553 commits

Author SHA1 Message Date
Troy D. Straszheim
2bb0f78002 CMake files for phoenix examples
[SVN r53126]
2009-05-20 03:54:46 +00:00
Steven Watanabe
0e618ed7dd Minor cleanup/doc tweaks
[SVN r53125]
2009-05-20 00:55:43 +00:00
Jürgen Hunold
cd8b22f9b6 Suppress "unused variable" warning,
[SVN r53114]
2009-05-19 19:15:46 +00:00
Jeremiah Willcock
909c5f384f Fixed redefinition error from bug #3048
[SVN r53109]
2009-05-19 14:43:02 +00:00
Beman Dawes
94c8b202da Aways define BOOST_NO_SCOPED_ENUMS until GCC Bugzilla Bug 38064 gets fixed.
[SVN r53108]
2009-05-19 13:34:04 +00:00
John Maddock
fe424e5b65 Fixes #3047.
[SVN r53107]
2009-05-19 11:39:24 +00:00
Steven Watanabe
96896ed424 Supress warnings in array
[SVN r53105]
2009-05-19 03:00:53 +00:00
Steven Watanabe
79c90f6c2c Use boost::swap instead of std::swap_ranges to enable ADL. Fixes #2753.
[SVN r53104]
2009-05-19 02:37:04 +00:00
Andrew Sutton
12d3036e26 Fixing bug in labeled graph.
[SVN r53103]
2009-05-19 00:11:08 +00:00
Andrew Sutton
25d6f21d72 Added copyright/licence infor to files.
[SVN r53102]
2009-05-18 23:55:22 +00:00
Alexander Nasonov
b6d92e0d04 Rename a section
[SVN r53101]
2009-05-18 23:18:18 +00:00
Hartmut Kaiser
b0220399ad Spirit: More work on docs
[SVN r53100]
2009-05-18 21:50:25 +00:00
Hartmut Kaiser
6dc7f66e32 Spirit: fixed documentation generation errors
[SVN r53099]
2009-05-18 21:11:36 +00:00
Jeremiah Willcock
6e6f523f9c Moved PBGL logo into Boost SVN to fix inspection issues
[SVN r53094]
2009-05-18 17:43:06 +00:00
Jeremiah Willcock
03c37d5e56 Changed names of some property maps to match code; fixes #2320
[SVN r53093]
2009-05-18 17:30:27 +00:00
Jeremiah Willcock
a4bf78edf9 Added new Graphviz parser (recursive descent); does not support subgraphs in edges yet
[SVN r53092]
2009-05-18 17:27:15 +00:00
Frank Mori Hess
0d90373263 Added ability to create a shared_connection_block which is initially
not blocking.



[SVN r53091]
2009-05-18 16:59:28 +00:00
Hartmut Kaiser
e27b5758fe Spirit: More quick ref additions
[SVN r53090]
2009-05-18 15:54:10 +00:00
Hartmut Kaiser
27e1d15442 Spirit: updated quick reference in docs
[SVN r53089]
2009-05-18 15:46:06 +00:00
Steven Watanabe
409070d198 Qualify lower_bound with std:: to allow regex to work with Sun CC
[SVN r53088]
2009-05-18 15:42:04 +00:00
Hartmut Kaiser
5c2e78a445 Spirit: Added karma repeat directive
[SVN r53087]
2009-05-18 15:27:40 +00:00
Hartmut Kaiser
de22aab895 Spirit: Added karma repeat tests
[SVN r53086]
2009-05-18 15:26:57 +00:00
Hartmut Kaiser
fb3375b393 Spirit: added missing header file
[SVN r53085]
2009-05-18 13:43:50 +00:00
Hartmut Kaiser
779735aa34 Spirit: Added assertion avoiding assigning uninitialized rules.
[SVN r53084]
2009-05-18 11:35:57 +00:00
Hartmut Kaiser
5cf084aa5d Spirit: Added assertion avoiding assigning uninitialized rules.
[SVN r53083]
2009-05-18 11:35:34 +00:00
Robert Ramey
c5f01c3247 add test for private/protected inheritance
[SVN r53080]
2009-05-18 06:28:08 +00:00
Robert Ramey
e3ce4e206a add test for protected inheritance
[SVN r53079]
2009-05-18 06:27:16 +00:00
Robert Ramey
a0d648b171 fix errors in extended_type_info management
[SVN r53078]
2009-05-18 06:25:56 +00:00
Robert Ramey
86b8b545ed correct construction forwarder arguments
[SVN r53077]
2009-05-18 06:24:18 +00:00
Robert Ramey
0cb379e18d change number of bits from unsigned int to std::size_t
[SVN r53076]
2009-05-18 06:23:23 +00:00
Robert Ramey
9fbc7caf79 permit protected inheritance of serialization
[SVN r53075]
2009-05-18 06:22:29 +00:00
Beman Dawes
8d4c45861c fix doc example typo
[SVN r53074]
2009-05-17 18:13:06 +00:00
Beman Dawes
28c782f63e Fix Filesystem #2925, copy_file atomiticity
[SVN r53073]
2009-05-17 15:55:46 +00:00
Steven Watanabe
c2b1a89260 Allow the Boost.Test library to be built with Sun CC
[SVN r53072]
2009-05-17 14:20:06 +00:00
John Maddock
0b9e482682 Added tests for aligned_storage::address() and fixed some Borland specific bugs (these show up in serialization/test/test_delete_pointer_binary_archive).
[SVN r53071]
2009-05-17 09:12:30 +00:00
Gennadiy Rozental
07f6b328fc store string to prevent going out of scope
[SVN r53069]
2009-05-17 07:39:03 +00:00
Gennadiy Rozental
e11ce05919 make signal_action default constructible
[SVN r53067]
2009-05-17 07:16:35 +00:00
Emil Dotchevski
0532b13ab8 documentation fix
[SVN r53065]
2009-05-17 06:06:14 +00:00
Steven Watanabe
fa6aa2745c Qualify minmax with boost:: to avoid ambiguity with std::minmax. Fixes #3023
[SVN r53062]
2009-05-17 00:39:22 +00:00
Steven Watanabe
8eb31111b7 Avoid using namespace std; to prevent ambiguity between boost and std components. Fixes #3025
[SVN r53061]
2009-05-17 00:25:06 +00:00
Steven Watanabe
c8cc70d843 Replace aFactoty with aFactory. Fixes #3019
[SVN r53060]
2009-05-17 00:06:34 +00:00
Beman Dawes
51d88daae4 Refine glibc++ feature tests based on feedback from Jonathan Wakely
[SVN r53057]
2009-05-16 18:41:33 +00:00
Daniel James
7969eddfde Merge dynamic bitset from release.
I think the recent changes in trunk and release were for the same problem. But
I'm not sure so I've merged them together. Hopefully, the release branch might
fix the Intel C++ errors as well.

------------------------------------------------------------------------
r52960 | dgregor | 2009-05-13 07:11:03 +0100 (Wed, 13 May 2009) | 1 line

Use enum constants rather than local variables for integral constants. Should fix dynamic_bitset failures on GCC 4.3.x
------------------------------------------------------------------------



[SVN r53050]
2009-05-16 14:58:33 +00:00
Daniel James
d40a909520 Use a local copy of the valid HTML 4.01 icon.
[SVN r53048]
2009-05-16 14:23:59 +00:00
Daniel James
839453c717 Fix some validation errors.
[SVN r53047]
2009-05-16 14:17:20 +00:00
Vladimir Prus
9da365e60e Fix the prototype of stlport.init to match docs.
Fixes #2976.


[SVN r53042]
2009-05-16 10:24:16 +00:00
Emil Dotchevski
6e6a0c03ef documentation update
[SVN r53040]
2009-05-15 23:11:14 +00:00
Emil Dotchevski
3fbd243c1f documentation typo
[SVN r53039]
2009-05-15 22:42:32 +00:00
Emil Dotchevski
96a2a41b64 support for exception_ptr and nesting in boost::diagnostic_information
documentation update

[SVN r53038]
2009-05-15 22:34:30 +00:00
Beman Dawes
661c69a52d Add C++0x feature detection and header detection macros
[SVN r53031]
2009-05-15 17:08:26 +00:00