Commit graph

36143 commits

Author SHA1 Message Date
Steven Watanabe
f9c29ee1ed Merge random from the trunk
[SVN r56814]
2009-10-14 04:54:01 +00:00
Ralf W. Grosse-Kunstleve
ebd3f201bd boost/python, libs/python: all changes from trunk merged into branches/release
[SVN r56806]
2009-10-13 22:37:59 +00:00
Hartmut Kaiser
933ffe9fc4 Spirit: merging pending changes from trunk
[SVN r56800]
2009-10-13 19:59:38 +00:00
Hartmut Kaiser
9b45ff5aa4 Spirit: disabling certain tests for broken platforms, merging from trunk
[SVN r56795]
2009-10-13 18:30:22 +00:00
Jeremiah Willcock
3e5f4100bf Merged c56654 from trunk
[SVN r56791]
2009-10-13 16:40:37 +00:00
Beman Dawes
533827e012 tools/release: merge trunk
[SVN r56782]
2009-10-13 14:53:55 +00:00
Beman Dawes
e075a9a7b2 tools/release: unmerged scripts
[SVN r56781]
2009-10-13 14:44:21 +00:00
Frank Mori Hess
99f1011ac8 Work around missing include in Boost.Variant headers
[SVN r56779]
2009-10-13 14:04:26 +00:00
Beman Dawes
b2d1a4bafe filesystem: merge trunk
[SVN r56778]
2009-10-13 13:50:45 +00:00
Beman Dawes
88d22ffd63 system: merge trunk
[SVN r56777]
2009-10-13 13:44:42 +00:00
Beman Dawes
49c8dab72d config: merge trunk
[SVN r56776]
2009-10-13 12:56:44 +00:00
Joel de Guzman
41f645869e moving things around
[SVN r56767]
2009-10-13 03:09:50 +00:00
Emil Dotchevski
0505581acf Added errinfo_nested_exception typedef. Fixed minor documentation error.
[SVN r56766]
2009-10-13 01:47:22 +00:00
Daniel James
8f46a7dfa2 Copy latest quickbook CMakeLists.txt from release.
[SVN r56755]
2009-10-12 20:21:13 +00:00
Daniel James
379df72d07 Merge newline in quickbook.hpp
[SVN r56754]
2009-10-12 20:18:43 +00:00
Daniel James
d462cd32eb Merge quickbook 1.5 from trunk.
Merged revisions 55905-55917,56077,56715,56717-56719 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r55905 | danieljames | 2009-08-31 12:36:13 +0100 (Mon, 31 Aug 2009) | 1 line
  
  Update quickbook version number.
........
  r55906 | danieljames | 2009-08-31 12:36:23 +0100 (Mon, 31 Aug 2009) | 4 lines
  
  Create entry for 1.5 in the change log.
  
  Starting it of with some of the changes that have been made to quickbook
  since 1.4 - considering the first 1.4 release as the proper 1.4 release.
........
  r55907 | danieljames | 2009-08-31 12:36:34 +0100 (Mon, 31 Aug 2009) | 3 lines
  
  Wrap the template info in a struct.
  
  So that I can add extra scoping info.
........
  r55908 | danieljames | 2009-08-31 12:36:47 +0100 (Mon, 31 Aug 2009) | 1 line
  
  Implement static/lexical scoping for 1.5. Refs #2034.
........
  r55909 | danieljames | 2009-08-31 12:37:04 +0100 (Mon, 31 Aug 2009) | 1 line
  
  In quickbook 1.5 don't mix '..' and whitespace seperators for template arguments. Refs #1174
........
  r55910 | danieljames | 2009-08-31 12:37:17 +0100 (Mon, 31 Aug 2009) | 2 lines
  
  Put the quickbook version numbers in a single header, along with convenience
  functions for using them in spirit grammars.
........
  r55911 | danieljames | 2009-08-31 12:37:32 +0100 (Mon, 31 Aug 2009) | 3 lines
  
  Ignore spaces after 'section:' for quickbook 1.5+ Refs #2712
  
  And warn when section id is empty after colon.
........
  r55912 | danieljames | 2009-08-31 12:37:48 +0100 (Mon, 31 Aug 2009) | 1 line
  
  Introduce temporary id variable.
........
  r55913 | danieljames | 2009-08-31 12:37:59 +0100 (Mon, 31 Aug 2009) | 1 line
  
  Table ids. Refs #1194.
........
  r55914 | danieljames | 2009-08-31 12:38:11 +0100 (Mon, 31 Aug 2009) | 1 line
  
  Separate out the current version of the template argument parser, as I want to create a new one for 1.5
........
  r55915 | danieljames | 2009-08-31 12:38:20 +0100 (Mon, 31 Aug 2009) | 1 line
  
  Don't use seperators that are in brackets, or are escaped. Refs #2036.
........
  r55916 | danieljames | 2009-08-31 12:38:33 +0100 (Mon, 31 Aug 2009) | 1 line
  
  Add missing table tests.
........
  r55917 | danieljames | 2009-08-31 12:38:47 +0100 (Mon, 31 Aug 2009) | 1 line
  
  Support image attributes. Refs #1157.
........
  r56077 | djowel | 2009-09-07 02:35:24 +0100 (Mon, 07 Sep 2009) | 1 line
  
  fix for msvc
........
  r56715 | danieljames | 2009-10-11 17:18:04 +0100 (Sun, 11 Oct 2009) | 1 line
  
  Use qualified ids in tables, and fix a bug generating ids when there isn't a section.
........
  r56717 | danieljames | 2009-10-11 19:21:11 +0100 (Sun, 11 Oct 2009) | 1 line
  
  Document the simplified quickbook 1.5 argument separators.
........
  r56718 | danieljames | 2009-10-11 19:21:32 +0100 (Sun, 11 Oct 2009) | 1 line
  
  Use quickbook 1.5 in the document block example.
........
  r56719 | danieljames | 2009-10-11 19:21:48 +0100 (Sun, 11 Oct 2009) | 1 line
  
  Add table ids to the documentation.
........


[SVN r56752]
2009-10-12 19:54:36 +00:00
Daniel James
669332d6eb Merge some of the unordered and property tree test setup.
Merged revisions 55728,56020,56633 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r55728 | danieljames | 2009-08-23 11:06:24 +0100 (Sun, 23 Aug 2009) | 1 line
  
  Mark up a couple of unordered container failures.
........
  r56020 | cornedbee | 2009-09-04 22:03:54 +0100 (Fri, 04 Sep 2009) | 1 line
  
  Have testers generate results for PropertyTree.
........
  r56633 | hkaiser | 2009-10-07 14:35:44 +0100 (Wed, 07 Oct 2009) | 1 line
  
  Untabified file
........


[SVN r56750]
2009-10-12 19:30:58 +00:00
Hartmut Kaiser
13c814f0f7 Spirit: added new Karma example
[SVN r56747]
2009-10-12 17:44:49 +00:00
Hartmut Kaiser
a0836ef725 Spirit: merging tests for bug fixes from trunk
[SVN r56746]
2009-10-12 16:46:39 +00:00
Hartmut Kaiser
60ee596094 Spirit: merging bug fixes from trunk
[SVN r56745]
2009-10-12 16:45:26 +00:00
Hartmut Kaiser
9beb242e59 Spirit: merging bug fix related to handling of optionals from trunk
[SVN r56744]
2009-10-12 16:40:04 +00:00
Hartmut Kaiser
cc3f52118e Spirit: added missing specialization to transform_attribute. Fixed qi::subrule to use this
[SVN r56743]
2009-10-12 16:34:25 +00:00
Hartmut Kaiser
f3b6175abe Spirit: added missing specialization to transform_attribute.
[SVN r56742]
2009-10-12 16:33:33 +00:00
Robert Ramey
c184b96faa Make compatible with version 1.41
[SVN r56741]
2009-10-12 16:31:50 +00:00
Robert Ramey
25a486cb17 Address complaints for Inspect
[SVN r56740]
2009-10-12 16:30:44 +00:00
Robert Ramey
3fc65fd9a6 Eliminate redundancy
[SVN r56739]
2009-10-12 16:29:37 +00:00
Robert Ramey
2f49c46727 fix memory leaks
[SVN r56738]
2009-10-12 16:29:03 +00:00
Robert Ramey
09aee98b36 Address complaints for Inspect
[SVN r56737]
2009-10-12 16:28:39 +00:00
Robert Ramey
50586cdeb2 Address complaints for Inspect
[SVN r56736]
2009-10-12 16:28:04 +00:00
Robert Ramey
76e5e73b18 fix memory leaks
[SVN r56735]
2009-10-12 16:27:05 +00:00
Robert Ramey
8c5166a2be Address complaints for Inspect
[SVN r56734]
2009-10-12 16:26:47 +00:00
Jeremiah Willcock
9ed953b039 Fixed bugs in F-R layout
[SVN r56732]
2009-10-12 15:01:29 +00:00
John Maddock
d6d89ff520 Fixes #3401.
[SVN r56730]
2009-10-12 11:00:02 +00:00
John Maddock
481a3747a2 Merge performance enhancements and minor fixes from Trunk.
[SVN r56729]
2009-10-12 10:35:20 +00:00
François Barel
9bb0b051e9 Spirit: doc updates (merging r56722 from trunk)
[SVN r56723]
2009-10-11 20:44:29 +00:00
François Barel
6b4faea83c Spirit: doc updates
[SVN r56722]
2009-10-11 20:26:43 +00:00
Daniel James
32b1c94847 Add table ids to the documentation.
[SVN r56719]
2009-10-11 18:21:48 +00:00
Daniel James
a6962a577c Use quickbook 1.5 in the document block example.
[SVN r56718]
2009-10-11 18:21:32 +00:00
Daniel James
51bb3d3bc4 Document the simplified quickbook 1.5 argument separators.
[SVN r56717]
2009-10-11 18:21:11 +00:00
Beman Dawes
f4efd37fb6 config: define BOOST_NO_UNICODE_LITERALS for all gcc versions - their C++0x web page was wrong; there is no support yet. Also correct test code.
[SVN r56716]
2009-10-11 17:19:53 +00:00
Daniel James
41048909b5 Use qualified ids in tables, and fix a bug generating ids when there isn't a section.
[SVN r56715]
2009-10-11 16:18:04 +00:00
Joel de Guzman
9a7821bd37 Sync from trunk (except adapt class)
[SVN r56714]
2009-10-11 16:12:54 +00:00
Joel de Guzman
1d0201747d Sync from trunk (except adapt class)
[SVN r56713]
2009-10-11 16:08:54 +00:00
Hartmut Kaiser
e3475a2597 Spirit: doc updates, more customization point sections
[SVN r56712]
2009-10-11 12:38:09 +00:00
John Maddock
3dc6a9a63b Update workarounds for Sun's latest compiler release.
[SVN r56711]
2009-10-11 12:20:21 +00:00
Joel de Guzman
a3763a4d5a Fix default construction of vector
[SVN r56709]
2009-10-11 04:00:00 +00:00
Hartmut Kaiser
8e5d7d83e3 Spirit: adding notes about what's missing in docs
[SVN r56708]
2009-10-10 18:12:37 +00:00
Hartmut Kaiser
3c32749b56 Spirit: reverting change for alternative parsers, tests
[SVN r56707]
2009-10-10 15:38:15 +00:00
Hartmut Kaiser
15e747b20a Spirit: minor edit, removed superfluous parameter
[SVN r56706]
2009-10-10 15:29:44 +00:00
Hartmut Kaiser
54babe0bc4 Spirit: improved fix for re-initialization of optionals, added tests
[SVN r56705]
2009-10-10 15:09:52 +00:00