Commit Graph

  • 3d0ca00ff5 Remove a few unused parameters. Daniel James 2009-08-31 15:33:28 +0000
  • 0d8b68c0c4 Bug fix for bol/eol flag setting. Ben Hanson 2009-08-31 15:17:45 +0000
  • 5acfb9330c Remove spurious word. Christopher Kohlhoff 2009-08-31 12:45:18 +0000
  • e040d973e5 merged sandbox-branches/intrusive_fix_SunCC (r55765 and r55775) fixing intrusive for Sun CC (#3339) Christopher Hite 2009-08-31 12:16:58 +0000
  • b66802e11e Support image attributes. Refs #1157. Daniel James 2009-08-31 11:38:47 +0000
  • 66fd4713ca Add missing table tests. Daniel James 2009-08-31 11:38:33 +0000
  • f8c120773a Don't use seperators that are in brackets, or are escaped. Refs #2036. Daniel James 2009-08-31 11:38:20 +0000
  • a18f5a41cf Separate out the current version of the template argument parser, as I want to create a new one for 1.5 Daniel James 2009-08-31 11:38:11 +0000
  • c074904546 Table ids. Refs #1194. Daniel James 2009-08-31 11:37:59 +0000
  • ef49bba198 Introduce temporary id variable. Daniel James 2009-08-31 11:37:48 +0000
  • 156d6aac63 Ignore spaces after 'section:' for quickbook 1.5+ Refs #2712 Daniel James 2009-08-31 11:37:32 +0000
  • d70f95de0a Put the quickbook version numbers in a single header, along with convenience functions for using them in spirit grammars. Daniel James 2009-08-31 11:37:17 +0000
  • 83f3d3a57d In quickbook 1.5 don't mix '..' and whitespace seperators for template arguments. Refs #1174 Daniel James 2009-08-31 11:37:04 +0000
  • 8e48543752 Implement static/lexical scoping for 1.5. Refs #2034. Daniel James 2009-08-31 11:36:47 +0000
  • 0c399434e6 Wrap the template info in a struct. Daniel James 2009-08-31 11:36:34 +0000
  • 8e933f1407 Create entry for 1.5 in the change log. Daniel James 2009-08-31 11:36:23 +0000
  • ffa9cf6b96 Update quickbook version number. Daniel James 2009-08-31 11:36:13 +0000
  • faad84695f Spirit: default parameters for custom generator specs, semantic changes to binary generators Hartmut Kaiser 2009-08-31 11:29:29 +0000
  • b10367a974 Spirit: using endian from trunk starting with V1.42 only Hartmut Kaiser 2009-08-31 11:21:17 +0000
  • 04cffacb13 Remove unnecessary BOOST_DEDUCED_TYPENAMEs Daniel James 2009-08-31 10:39:40 +0000
  • d268fbef4c Detab. Daniel James 2009-08-31 10:39:25 +0000
  • ae1534596a Initial checkin of new version of Boost.Unordered. Daniel James 2009-08-30 16:42:28 +0000
  • 9c69212eea Remove allocator_constructor since it's never used. Daniel James 2009-08-30 16:33:42 +0000
  • c556302184 Merged patchset 44631 from trunk. Resolves parenthesis warnings on GCC 4.3. Fixes #2321. Andrey Semashev 2009-08-30 10:23:32 +0000
  • b35b93fdc6 Spirit: added more docs Hartmut Kaiser 2009-08-29 21:01:56 +0000
  • 0c509b7bd9 documentation bug Emil Dotchevski 2009-08-29 18:45:08 +0000
  • 0d76e1ee16 More diagnostics for tests that fail on OSX. Vladimir Prus 2009-08-29 13:34:09 +0000
  • 14c02f24d4 Preserve the order of sources when calling generator Vladimir Prus 2009-08-29 13:15:58 +0000
  • 11ad5b007f Add virtual-target.always. Vladimir Prus 2009-08-29 11:15:46 +0000
  • e9933b668d MPL refmanual: for_each doc fixes (thanks to Emil Dotchevski) Aleksey Gurtovoy 2009-08-29 08:48:11 +0000
  • 5c233a92fd Set release number to 1.41.0 Beman Dawes 2009-08-28 18:28:55 +0000
  • 7ae4a391d2 Set release number to 1.41.0 Beman Dawes 2009-08-28 18:20:44 +0000
  • ba3930098a reduce fusion, proto and xpressive warnings under msvc /Za switch Eric Niebler 2009-08-28 16:45:21 +0000
  • 63333e30f2 Fix for old GCC versions with BOOST_REGEX_BUGGY_CTYPE_FACET defined. John Maddock 2009-08-28 16:07:13 +0000
  • 838d3c80d9 Prevent overflow in comparison. Ben Hanson 2009-08-28 08:10:38 +0000
  • a6d3f50f8b Doc updates Joel de Guzman 2009-08-28 04:18:01 +0000
  • cfad1006d5 doc updates Joel de Guzman 2009-08-28 02:02:48 +0000
  • 297e86fa34 Initial commit Beman Dawes 2009-08-27 16:26:34 +0000
  • f5b8cb3916 Fix spirit documentation Jamfiles so the PDF's can be built from doc/pdf. Add new docs to the PDF build. John Maddock 2009-08-27 12:39:55 +0000
  • a3c1731a38 atttped fix for #2932; will close after next testing cycle completes Jonathan Turkanis 2009-08-27 04:38:12 +0000
  • d4d1435436 moved code from header to library to reduce code bloat Robert Ramey 2009-08-26 20:47:01 +0000
  • f96132418a moved code from header to library to reduce code bloat Robert Ramey 2009-08-26 20:45:13 +0000
  • b1e1679340 moved code from header to library to reduce code bloat Robert Ramey 2009-08-26 20:44:55 +0000
  • 3893534f56 fixed bug in load(wchar *) Robert Ramey 2009-08-26 20:42:43 +0000
  • 62e6b656c2 merged sandbox-branches/intrusive_fix_SunCC (r55765 and r55775) fixing intrusive for Sun CC (#3339) Christopher Hite 2009-08-26 08:59:34 +0000
  • b295807f76 Doc updates Joel de Guzman 2009-08-26 04:48:07 +0000
  • 8032fde18e Spirit: more docs Hartmut Kaiser 2009-08-26 01:03:55 +0000
  • 31343d32d2 Spirit: fixed a problem in lexertl Hartmut Kaiser 2009-08-25 22:06:50 +0000
  • d047b92d2b Added copyright and license info from Michael Hansen Jeremiah Willcock 2009-08-25 20:55:22 +0000
  • 423482f1c2 Spirit: moved karma::ostream_iterator out of namespace detail to make it usable by user code Hartmut Kaiser 2009-08-25 14:52:35 +0000
  • 044ed8cd5e Avoid unnamed namespace, to please vacpp. Vladimir Prus 2009-08-25 06:38:59 +0000
  • 0ed821e952 Spirit: Added karma::stream_generator test cases Hartmut Kaiser 2009-08-25 00:24:54 +0000
  • 8ab098611c Spirit: Added karma::stream_generator Hartmut Kaiser 2009-08-25 00:24:18 +0000
  • fdc4aec80d fix accidental include Robert Ramey 2009-08-24 15:40:43 +0000
  • f013e5986e Spirit: fixing doc errors in porting guide Hartmut Kaiser 2009-08-24 12:56:07 +0000
  • c1735c896c removed new_clone() overload that causes problems in other contexts Thorsten Jørgen Ottosen 2009-08-24 11:43:32 +0000
  • be6ff9235f Fix XML so it validates when building PDF's. John Maddock 2009-08-24 11:22:18 +0000
  • bcf3fc711a Fix PDF image paths. John Maddock 2009-08-24 10:32:39 +0000
  • ce475efdef Add fusion and signals2. John Maddock 2009-08-24 10:31:45 +0000
  • ce4b0cf1db Fix up logic and date_time Jamfiles so they build needed dependencies. Fix PDF image paths in fusion Jamfile.v2. Add fusion to the PDF build. John Maddock 2009-08-24 10:31:43 +0000
  • 7ba44d2287 Treat ICU_PATH relatively to current dir. Vladimir Prus 2009-08-24 09:34:08 +0000
  • 33c2fe6cb9 doc updates Joel de Guzman 2009-08-24 05:51:21 +0000
  • 50b563a0ba MPL: merge test for #2042/#3298 from the trunk (thanks to Steven Watanabe for the fix!) Aleksey Gurtovoy 2009-08-24 04:17:30 +0000
  • 1b61d9d69f MPL: merge fix for #2042/#3298 from the trunk (thanks to Steven Watanabe for the fix!) Aleksey Gurtovoy 2009-08-24 04:11:00 +0000
  • f748228be4 clean up and reorg Joel de Guzman 2009-08-24 03:50:59 +0000
  • b874a900cb Added more name qualifications for VC 7.1 Jeremiah Willcock 2009-08-24 02:34:39 +0000
  • 33b3c55a2a Spirit: changed chunking level to 4 again Hartmut Kaiser 2009-08-24 02:07:18 +0000
  • ec799b4834 Spirit: more docs Hartmut Kaiser 2009-08-24 01:56:47 +0000
  • 16c43d1123 fixing compile errors with some compilers Emil Dotchevski 2009-08-23 22:34:19 +0000
  • 1ebf4e296e Refine documentation for EXPORT Refine documentation for extended_type_info.html Robert Ramey 2009-08-23 21:50:53 +0000
  • 68d9db1036 boost/python/object_operators.hpp: merging trunk rev. 55708 into release branch Ralf W. Grosse-Kunstleve 2009-08-23 21:22:52 +0000
  • 40681961ac Spirit: mostly spelling fixes Hartmut Kaiser 2009-08-23 20:46:42 +0000
  • 4cf1f9e64f Spirit: added missing file Hartmut Kaiser 2009-08-23 20:14:30 +0000
  • 05b8c67579 Spirit: beginnings of a porting guide Hartmut Kaiser 2009-08-23 20:13:48 +0000
  • 32c7425eb5 Improved implemenation of boost_serializer_map Improved support for serialization of types in DLLS New exception for violations of ODR when using DLLS Fix error in recent update of export.hpp Added class names to exception messages Robert Ramey 2009-08-23 19:27:10 +0000
  • 1cf69835ff Improved implemenation of boost_serializer_map Improved support for serialization of types in DLLS New exception for violations of ODR when using DLLS Fix error in recent update of export.hpp Added class names to exception messages Robert Ramey 2009-08-23 19:26:12 +0000
  • 252c858861 Improved implemenation of boost_serializer_map Improved support for serialization of types in DLLS New exception for violations of ODR when using DLLS Fix error in recent update of export.hpp Robert Ramey 2009-08-23 19:25:26 +0000
  • 2f3799e657 Merge: Use right name of PDB file, even if tag rule doesn't handle PDB. Vladimir Prus 2009-08-23 16:20:59 +0000
  • d712137b36 Merge: Emit clear error when using --layout=system with --build-type=complete. Vladimir Prus 2009-08-23 16:17:37 +0000
  • dbbf8fa0cf Emit clear error when using --layout=system with --build-type=complete. Vladimir Prus 2009-08-23 16:02:26 +0000
  • bd0f382b55 Merge: Don't add leading slash to every path. Vladimir Prus 2009-08-23 15:53:38 +0000
  • 076859f7f9 Don't add leading slash to every path. Vladimir Prus 2009-08-23 15:50:50 +0000
  • edf1ffe40f Add depencies on doxygen documentation to standalone documentation targets. Daniel James 2009-08-23 10:07:25 +0000
  • ba58b5d117 Mark up a couple of unordered container failures. Daniel James 2009-08-23 10:06:24 +0000
  • 16f3831723 Use order instead of size to find the next order in the non-typeof implementation of mpl::insert for mpl::map. Fixes #2042. Steven Watanabe 2009-08-23 04:42:25 +0000
  • 31dbc78c76 Added doc updates from Michael Hansen Jeremiah Willcock 2009-08-22 20:54:16 +0000
  • d9ba25f175 mingw g++ 3.4 doesn't like it when you call close() on a default-constructed ofstream. Frank Mori Hess 2009-08-22 20:14:08 +0000
  • d4717df91a Merged revisions 55718 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-08-22 16:40:39 +0000
  • 888dbf6adb escape quickbook special character Eric Niebler 2009-08-22 16:30:40 +0000
  • c458892562 Use right name of PDB file, even if tag rule doesn't handle PDB. Vladimir Prus 2009-08-22 15:31:40 +0000
  • ebe38a2021 Expand overview. Improve extending documentation. Vladimir Prus 2009-08-22 12:23:39 +0000
  • f632df0ba0 Rename advanced.xml to overview.xml, to reduce confusion. Vladimir Prus 2009-08-22 08:42:34 +0000
  • c1fab4fef5 Minir doc tweaks Vladimir Prus 2009-08-22 08:38:00 +0000
  • 25c9554d18 Fix viable-source-types-for-generator-real looping thinko. Vladimir Prus 2009-08-22 08:21:07 +0000
  • af79875986 New --dump-generators option to list all generators. Vladimir Prus 2009-08-22 08:04:31 +0000
  • 92d36c45f0 tweaks to chunking Joel de Guzman 2009-08-22 05:26:45 +0000
  • cc94405712 separate parsers into logical groups Joel de Guzman 2009-08-22 05:14:02 +0000
  • 7fa249efc0 boost/python/object_operators.hpp: added missing error checks in operator bool_type(), operator!(); this resolves https://svn.boost.org/trac/boost/ticket/3356 posted by Stefan Seefeld Ralf W. Grosse-Kunstleve 2009-08-22 00:18:28 +0000
  • 9d6458713a mutable get_error_info support Emil Dotchevski 2009-08-21 22:28:44 +0000
  • 2adec13f04 Change <section> to <chapter> so we get valid XML in the output. John Maddock 2009-08-21 18:49:55 +0000