Commit Graph

  • fb6b4ec199 Spirit: added missing CP specializations Hartmut Kaiser 2011-02-08 17:32:06 +0000
  • e7569a0f1d Handle the descriptions of public data-members. Steven Watanabe 2011-02-08 15:25:11 +0000
  • c830ce0fb7 Small fixes in extensions Barend Gehrels 2011-02-08 12:01:23 +0000
  • e38d84bf20 Small fixes in test Barend Gehrels 2011-02-08 11:30:35 +0000
  • 81731f31fa Fixed accidental usage of bg:: Barend Gehrels 2011-02-08 07:45:54 +0000
  • 24145258e9 handle explicit. Steven Watanabe 2011-02-08 04:13:09 +0000
  • fda307402f Phoenix: fixing floating point comparisons Hartmut Kaiser 2011-02-07 22:05:20 +0000
  • 9767a2632d Commented boost_polygon test for gcc Barend Gehrels 2011-02-07 21:54:06 +0000
  • 37d90aaa2c Added test namespace Barend Gehrels 2011-02-07 21:51:46 +0000
  • 314891b4c1 Removed an accidental typedef (which MSVC 2005 surprisingly accepts) Barend Gehrels 2011-02-07 21:48:02 +0000
  • ce55fc6b77 Propagate constness in metafunction ring_return_type Barend Gehrels 2011-02-07 20:51:35 +0000
  • 65d19db896 Added now necessary reference after change in read wkt Barend Gehrels 2011-02-07 20:09:46 +0000
  • 21ea4aa90a Changes related to mutable polygon concept Barend Gehrels 2011-02-07 18:55:36 +0000
  • 2c0e835a10 Changed polygon concept to implement const/mutable usage Therefore changed container_access Added namespace "write" to enable writable containers or ranges Reimplemented much of Boost.Polygon's polygon_with_hole_data adaption Barend Gehrels 2011-02-07 18:44:49 +0000
  • 82a11a5eb6 Fix non-ASCII character. Fixes #5099. John Maddock 2011-02-07 16:39:33 +0000
  • 7490b7c27c Spirit: fixed spelling in comments Hartmut Kaiser 2011-02-07 13:41:52 +0000
  • dff5867ecb Add Kolmogorov distro to TODO list and regenerate docs. John Maddock 2011-02-07 13:29:39 +0000
  • 49876a3d74 Spirit: fixing handling for container attributes in parser sequences Hartmut Kaiser 2011-02-07 01:25:22 +0000
  • a41cf6e8fe Allow quickbook configuration to be overridden. Eliminate duplicate warnings when we fall back on searching PATH. Steven Watanabe 2011-02-07 00:36:36 +0000
  • 523b959794 Allow doxygen configuration to be overridden. Use common.get-invocation-command to check the command. Steven Watanabe 2011-02-06 23:55:31 +0000
  • 90d6cece31 get/set update for doc Barend Gehrels 2011-02-06 21:09:58 +0000
  • 9fbbab7305 Docupdate, including get/set Barend Gehrels 2011-02-06 21:06:45 +0000
  • fadda1759d Added set/get doc Barend Gehrels 2011-02-06 21:03:56 +0000
  • 93fac686e7 Added set/get examples Barend Gehrels 2011-02-06 21:00:10 +0000
  • cea0c4d114 Fix error checking boostbook-dir, reported by Bryce Lelbach. Steven Watanabe 2011-02-06 19:13:42 +0000
  • db8aae4c16 Spirit: fixing basic_hold_any<> for wchar_t Hartmut Kaiser 2011-02-06 18:58:59 +0000
  • 8f7f8002e7 Chrono: Remove error: ambiguous reference to std ratio or chrono interface Vicente J. Botet Escriba 2011-02-06 12:29:03 +0000
  • 56b346b9a6 Ratio: Remove error: ambiguous reference to std ratio interface Vicente J. Botet Escriba 2011-02-06 11:44:20 +0000
  • 56fcf5df1e Ratio: Suppress warning for clang compiler warning: 'long long' is an extension when C99 mode is not enabled [-Wlong-long] Vicente J. Botet Escriba 2011-02-06 11:38:19 +0000
  • 7330058d0c Chrono: Suppress warning for clang compiler warning: 'long long' is an extension when C99 mode is not enabled [-Wlong-long] Vicente J. Botet Escriba 2011-02-06 11:37:33 +0000
  • 541ff02c04 Allow xsltproc configuration to be overridden. Add a check that we can run xsltproc. Steven Watanabe 2011-02-06 05:53:30 +0000
  • 09022d2487 Update boostbook configuration to allow parameters to be overridden. Also, add validation of parameters. Steven Watanabe 2011-02-05 21:42:26 +0000
  • b8833c17ba Make sure that NEAREST_USER_LOCATION doesn't pick up the rules from project-rules. Steven Watanabe 2011-02-05 21:20:52 +0000
  • 74d8457a76 Update Clang configuration to reflect improved C++0x support in Clang. Douglas Gregor 2011-02-05 20:39:52 +0000
  • 45f8cc438f Simplify variate_generator. Steven Watanabe 2011-02-05 17:44:40 +0000
  • a159099cff Spirit: adding missing file Hartmut Kaiser 2011-02-05 16:24:19 +0000
  • 0724a918b6 Change the name of the extern "C" TR1 functions so they no longer clash with (possibly inline) std lib versions. Fixes #4828. John Maddock 2011-02-05 10:49:43 +0000
  • 8677f253e9 Fix typo. Daniel James 2011-02-05 09:04:03 +0000
  • 84b1891743 Slightly clarify the quickbook build tool docs. Daniel James 2011-02-05 09:03:11 +0000
  • 02d886eb16 Markup fix. Daniel James 2011-02-05 09:02:14 +0000
  • 6b240d4436 Fix boost build standalone documentation. Daniel James 2011-02-05 09:01:27 +0000
  • 97d421f4b5 Update uniform_int and uniform_real. Steven Watanabe 2011-02-05 05:54:11 +0000
  • ce0ec0bb94 Spirit: committing missed file Hartmut Kaiser 2011-02-05 04:10:11 +0000
  • b8eb5557b1 Spirit: unified handling of sequences and container components for container attributes, modified hold_any to enable streaming with wchar_t, added extract_from_container CP, fixed integral generators for const data types Hartmut Kaiser 2011-02-05 03:48:49 +0000
  • db7bc9f830 Update uniform_smallint. Steven Watanabe 2011-02-05 01:15:56 +0000
  • d0d9a8e0e6 Chrono/ try to solve msvc 9.0 compiler issue (enable_if?) Vicente J. Botet Escriba 2011-02-05 00:30:52 +0000
  • a982b1db58 Made parameters skippable (e.g. dummy parameters) Barend Gehrels 2011-02-04 22:31:04 +0000
  • 3f725d2b2a Document documentation tools. Steven Watanabe 2011-02-04 05:06:25 +0000
  • f43ab48371 Refining test on template template parameter passing for clang. Adjusting markup and comments. Joachim Faulhaber 2011-02-03 22:36:11 +0000
  • e6c488ebc5 Update uniform_on_sphere. Steven Watanabe 2011-02-03 21:16:56 +0000
  • d422bf894b Fix: adjust paths for new engine location. Jürgen Hunold 2011-02-03 21:06:12 +0000
  • 60e258cac3 Update boostbook module documentation. Steven Watanabe 2011-02-03 20:57:09 +0000
  • 6302d80c71 Merge fixes for test_output from the trunk. Steven Watanabe 2011-02-03 17:22:34 +0000
  • 16481094f6 <test-info>always_show_run_output for V3 operations_test Beman Dawes 2011-02-03 13:04:35 +0000
  • aeae8b14f9 Refining test on template template parameter passing for clang. Joachim Faulhaber 2011-02-02 23:57:48 +0000
  • dbd2d7385e Chrono: sysntax error on msvc 9.0 Vicente J. Botet Escriba 2011-02-02 07:29:24 +0000
  • 267ad95f92 Updated explicit-failures-markup.xml. Joachim Faulhaber 2011-02-01 20:04:18 +0000
  • bc0fa6b68d Updated explicit-failures-markup.xml. Joachim Faulhaber 2011-02-01 19:45:02 +0000
  • e7b2f91d43 Refining test on template template parameter passing for clang. Joachim Faulhaber 2011-02-01 19:38:49 +0000
  • 8bd7bfb56b Modified new test, replaced tabs. Joachim Faulhaber 2011-02-01 10:52:13 +0000
  • 87fcf76bd3 Adjust for jam sources move on trunk. Vladimir Prus 2011-02-01 08:47:31 +0000
  • 012320bdec Adjust for tools/build/v2/engine/src move to tools/build/v2/engine. Vladimir Prus 2011-02-01 08:43:55 +0000
  • 1528c8b80b Kill 'engine/src', moving all content to 'engine'. Vladimir Prus 2011-02-01 08:16:47 +0000
  • 58ab9a63e7 Move engine tests. Remove some releng bits that were useful only for standardlone engine. Vladimir Prus 2011-02-01 08:08:56 +0000
  • 8f21739715 Provided explicit failure markups. Joachim Faulhaber 2011-01-31 22:38:27 +0000
  • dc1b7f33b7 Merge patch to update tools/regression to Boost.Filesystem V3. Vladimir Prus 2011-01-31 22:21:20 +0000
  • 9eff5d1478 Added compiler specific tests to look for compiler flaws on all available platforms. Joachim Faulhaber 2011-01-31 21:13:17 +0000
  • 29b3fd6ea7 Add BOOST_STATIC_ASSERT_MSG Beman Dawes 2011-01-31 15:03:41 +0000
  • e0a1aeb242 Output rev number at end of log Beman Dawes 2011-01-31 13:03:04 +0000
  • 5116c8648c Fix for broken utree logical operations. Bryce Adelstein-Lelbach 2011-01-31 05:31:55 +0000
  • 6245243f83 Doc update, doc tool update Barend Gehrels 2011-01-30 21:53:02 +0000
  • 8cb25f72ab Doc update Renamed macro to throw/don't throw BOOST_GEOMETRY_CENTROID_NO_THROW Barend Gehrels 2011-01-30 21:48:22 +0000
  • a26d129d0b Merge doc build changes for jam. Daniel James 2011-01-30 14:03:44 +0000
  • a027c96979 Chrono: inhibit enable_if with msvc 9.0 Vicente J. Botet Escriba 2011-01-30 13:26:40 +0000
  • ec9c3276d5 Merge quickbook documentation changes. Daniel James 2011-01-30 13:02:37 +0000
  • 5b44bb0135 Better wording about xsltproc on OS X. Daniel James 2011-01-30 12:51:05 +0000
  • d5eb9a9353 Change nvcc config to use underlying compiler config. Fixes #4431. John Maddock 2011-01-30 12:47:47 +0000
  • db859472d3 Place section anchors inside the section title. Daniel James 2011-01-30 10:52:35 +0000
  • 5db4f6255d Use 'teletype' for syntax highlighting in quickbook docs. Daniel James 2011-01-30 10:51:47 +0000
  • 5c8adc498c Update the quickbook installation instructions. Daniel James 2011-01-30 10:51:02 +0000
  • 608dcfeb59 Quickbook release notes. Daniel James 2011-01-30 10:50:00 +0000
  • c09cb2a62f Restore [66804], [66833], and [66834]. (fenv fixes.) I mistakenly reverted them in [68201] because [66804] was mislabeled. Steven Watanabe 2011-01-30 06:24:30 +0000
  • 6a99911f41 revert 68544 for now Eric Niebler 2011-01-30 04:58:04 +0000
  • b261544f36 Last minute bug fix (ticket #5135) for boost 1.46.0 authorized by Rene Rivera. Joachim Faulhaber 2011-01-29 22:07:59 +0000
  • c87e19ef00 Last minute bug fix (ticket #5135) for boost 1.46.0 authorized by Rene Rivera. Joachim Faulhaber 2011-01-29 22:05:56 +0000
  • 54a5163da1 Added support for storing function references in utree. Bryce Adelstein-Lelbach 2011-01-29 18:58:27 +0000
  • c7f1f23370 Changed commented qbk markup for line_pos_iterator (regenned docs already committed). Bryce Adelstein-Lelbach 2011-01-29 18:57:04 +0000
  • 8a8abd9f18 Added derivation information Barend Gehrels 2011-01-29 16:18:30 +0000
  • 1cbb88fab6 add proto::let and proto::local Eric Niebler 2011-01-29 12:38:37 +0000
  • 89826435b8 Fix pathscale config. John Maddock 2011-01-29 12:09:03 +0000
  • 6f6cdcea3d Fix PDF build. John Maddock 2011-01-29 12:08:04 +0000
  • 13a8dd0dab Fixed bad template use in whats_new for Spirit 2.5. Bryce Adelstein-Lelbach 2011-01-29 00:55:43 +0000
  • 3b9447883c Missed a few generated html files in the last commit. Bryce Adelstein-Lelbach 2011-01-29 00:21:32 +0000
  • 6877ad370a Added docs for line_pos_iterator (and regen'd Spirit docs). Bryce Adelstein-Lelbach 2011-01-29 00:18:33 +0000
  • e28493ee42 Change 'invalid_type' to invalid_type in commented quickbook markup. Bryce Adelstein-Lelbach 2011-01-29 00:05:47 +0000
  • 3548a07a9d Fixed trac 5117 Christophe Henry 2011-01-28 21:20:23 +0000
  • 476f48fcee Revert [68076], refs #1427. Daniel James 2011-01-28 08:40:25 +0000
  • 7a01e668fc Spirit: adding repository tests to daily test runs Hartmut Kaiser 2011-01-28 03:58:52 +0000
  • c15c0a1c2e Spirit: adding sublibs file telling regression tools that subdirs may contain library tests Hartmut Kaiser 2011-01-28 03:53:41 +0000
  • 2e003eb6b6 Spirit: merging docs from trunk Hartmut Kaiser 2011-01-28 03:36:35 +0000