Christopher Kohlhoff
142834ffd2
Note that hppa fence is just a placeholder at this time.
...
[SVN r63836]
2010-07-11 04:12:51 +00:00
Daniel James
b65d6a70ed
Check the quickbook version is valid.
...
[SVN r63814]
2010-07-10 15:03:45 +00:00
Daniel James
3acb4430fd
Make repeated quickbook image attributes a warning rather than an error.
...
[SVN r63813]
2010-07-10 15:03:07 +00:00
Daniel James
e35c4b5cb0
Add Steven Watanabe's many fixes to the iostreams release notes.
...
[SVN r63811]
2010-07-10 13:48:20 +00:00
Daniel James
d8405d3164
Release notes for hash.
...
[SVN r63810]
2010-07-10 13:47:47 +00:00
Daniel James
d60d91679f
Generate different ids when reusing code snippets.
...
Generates the ids during template expansion instead of when parsing the
code snippet - so that different ids are used for different exapnsions.
Refs #4416
[SVN r63809]
2010-07-10 11:24:54 +00:00
Daniel James
71c5dabac2
Use a structure for template symbol info.
...
[SVN r63808]
2010-07-10 11:24:07 +00:00
Christopher Schmidt
2866119179
fix for adapted classes' category
...
[SVN r63804]
2010-07-10 10:01:57 +00:00
Andy Tompkins
6074b332df
define BOOST_UUID_NO_TYPE_TRAITS to remove dependency on Boost.TypeTraits
...
stream operator<< now handles right, internal, left modifiers
added to_string, to_wstring to uuid_io.hpp
[SVN r63801]
2010-07-10 02:22:43 +00:00
Anthony Williams
09328c766e
Fix for issue #4368 --- ensure mutex is destroyed if setattr call fails
...
[SVN r63799]
2010-07-09 22:00:51 +00:00
Anthony Williams
8a37c57642
Tidied up call_once to remove unused throw_count stuff
...
[SVN r63796]
2010-07-09 21:21:48 +00:00
Anthony Williams
e520c55be7
Fix for issue #4225 to allow static initialization of boost::once_flag
...
[SVN r63795]
2010-07-09 21:15:57 +00:00
Anthony Williams
d071892931
Fix for issue #4413 --- allow wait_for_any to work with empty ranges
...
[SVN r63790]
2010-07-09 19:18:16 +00:00
Hartmut Kaiser
159398caaf
Spirit: minor documentation work, untabified file
...
[SVN r63788]
2010-07-09 19:02:54 +00:00
Hartmut Kaiser
e3270514ae
Spirit: Fixing regression in Karma caused by a semantic change in proto
...
[SVN r63787]
2010-07-09 19:01:52 +00:00
Ralf W. Grosse-Kunstleve
fbe457938e
boost/python/module_init.hpp: patch https://svn.boost.org/trac/boost/ticket/3843
...
[SVN r63777]
2010-07-09 14:50:09 +00:00
Christopher Kohlhoff
768f4c0c77
Fence class for hppa.
...
[SVN r63776]
2010-07-09 13:43:05 +00:00
Daniel James
8caaefb770
Rebuild the bcp documentation.
...
[SVN r63770]
2010-07-08 22:51:33 +00:00
Daniel James
f61e5adce0
Rebuild the scope_exit documentation.
...
I didn't use the latest version which changes a file name and hasn't
been merged yet.
[SVN r63769]
2010-07-08 22:51:00 +00:00
Daniel James
a647dbe4e0
Rebuild the regex documentation.
...
[SVN r63768]
2010-07-08 22:49:58 +00:00
Daniel James
1274f469e5
Rebuild integer docs.
...
[SVN r63765]
2010-07-08 20:50:29 +00:00
Daniel James
873bdd24d9
Organise the quickbook release notes a bit better.
...
[SVN r63764]
2010-07-08 20:49:52 +00:00
Daniel James
5f6aa1aee0
Rename 'check' in detail/is_incrementable.
...
To avoid clashing with Apple testing macros.
[SVN r63763]
2010-07-08 20:49:27 +00:00
Daniel James
c3c92c2ac4
Fix inspect issues.
...
[SVN r63762]
2010-07-08 20:48:30 +00:00
Hartmut Kaiser
4d6453a964
Spirit: integrated lexer with Qi's debug facilities
...
[SVN r63756]
2010-07-08 18:13:01 +00:00
Hartmut Kaiser
1dd6fa40a8
Spirit: Fixing Qi example for ggc
...
[SVN r63755]
2010-07-08 18:11:42 +00:00
Christopher Schmidt
10838dfd87
added the new folds to the changelist
...
[SVN r63752]
2010-07-08 17:25:24 +00:00
Anthony Williams
7bc9e8fe85
Ensure futures and shared_mutex work on MSVC-10; fix for issue #2501
...
[SVN r63750]
2010-07-08 15:25:45 +00:00
John Maddock
58d0096bc2
Set push and pop pragmas to be guarded by the same logic.
...
[SVN r63740]
2010-07-08 10:31:00 +00:00
John Maddock
7bce0decc1
Make all references to the detail:: namespace fully qualified so we don't get ambiguities with other libraries.
...
Refs #4407 .
[SVN r63738]
2010-07-08 10:15:11 +00:00
Daniel James
40cbdf0fe4
Copy tests from spirit 2 branch.
...
The only remaining difference is the invalid output for callouts.
[SVN r63736]
2010-07-08 07:14:35 +00:00
Daniel James
df3ae07c9b
Fix duplicate image attribute detection.
...
[SVN r63735]
2010-07-08 07:14:03 +00:00
Daniel James
8fae88c2b3
Fix xml encoding in a few places.
...
[SVN r63734]
2010-07-08 07:13:26 +00:00
Daniel James
6da5ba570b
Fix documentation info handling in included files. Refs #3907 .
...
[SVN r63733]
2010-07-08 07:12:43 +00:00
Daniel James
bbe4f21a69
Fix identifier generation for headings. Refs #1436 .
...
[SVN r63732]
2010-07-08 07:11:58 +00:00
Daniel James
789e9ab0f5
Rebuild fusion docs - with missing file this time.
...
[SVN r63731]
2010-07-08 07:10:41 +00:00
Joel de Guzman
d1346aaab0
Scheme compiler fixes for g++ 4.2
...
[SVN r63730]
2010-07-08 04:38:43 +00:00
Joel de Guzman
e35afa5dfe
Examples bug fixes and code tweaks to make g++ 4.2 happy.
...
[SVN r63729]
2010-07-08 02:49:09 +00:00
Daniel Walker
f16fdb95b1
removed arity detection from has_xxx_template
...
[SVN r63726]
2010-07-07 20:44:59 +00:00
Eric Niebler
2844ef9427
add missing include to docs for covariance
...
[SVN r63724]
2010-07-07 15:55:56 +00:00
Hartmut Kaiser
85f3cc89d4
Spirit: Fixing merge problem
...
[SVN r63721]
2010-07-07 13:23:27 +00:00
Hartmut Kaiser
a180e0af69
Spirit: more pizza version customization
...
[SVN r63718]
2010-07-07 00:57:16 +00:00
Hartmut Kaiser
b3e8313c7d
Spirit: changed the pizza version to something edible :-P
...
[SVN r63717]
2010-07-07 00:56:21 +00:00
Daniel James
e071293e8f
Try preventing static casts when calling hash_value
.
...
[SVN r63716]
2010-07-06 23:32:37 +00:00
Daniel James
742a3d0b12
Detab last commit.
...
[SVN r63714]
2010-07-06 23:15:23 +00:00
Daniel James
30dc67d840
Backport improved paragraphs from spirit 2 version
...
Templates are no longer expanded inside paragraphs, although callout
lists still are. Refs #4302 .
[SVN r63713]
2010-07-06 23:10:10 +00:00
Christophe Henry
3ff19b92e3
added test case
...
[SVN r63705]
2010-07-06 19:11:55 +00:00
Christophe Henry
19b3ab0a6d
fixed sporadic bug with explicit entries
...
[SVN r63704]
2010-07-06 19:07:59 +00:00
Anthony Williams
c796325d26
Moved the test for _GNU_SOURCE to last to try and fix issue #4395
...
[SVN r63701]
2010-07-06 15:12:21 +00:00
Hartmut Kaiser
f585e9db04
Spirit: Fixing problem with Qi example
...
[SVN r63699]
2010-07-06 14:48:45 +00:00