Commit Graph

  • 2646001a9b Merge from trunk to release Robert Ramey 2011-01-19 18:31:02 +0000
  • c01707ad72 Small doc-gen update, move from qbk{include,...} to qbk{[include ...]} to have greater flexibility (any qbk code can now be inlined) Barend Gehrels 2011-01-19 18:17:51 +0000
  • 320aa530ad Fusion: adapt-macros: allow empty boost.pp sequences; refs #5093 Christopher Schmidt 2011-01-19 17:46:05 +0000
  • fd6d93e144 merge trunk into 1.46 release Robert Ramey 2011-01-19 17:39:47 +0000
  • 31583549d0 Merge from trunk Beman Dawes 2011-01-19 17:37:43 +0000
  • f47c4fb5a6 Merge to 1.46 release Robert Ramey 2011-01-19 17:33:55 +0000
  • 0db4d30b81 Spirit: fixing test Jamfile Hartmut Kaiser 2011-01-19 17:08:17 +0000
  • 1e366f64ee bump archive version # Robert Ramey 2011-01-19 17:04:19 +0000
  • 4097f4e2a9 Update docs for 1.46 Robert Ramey 2011-01-19 17:03:23 +0000
  • 0f6cb4a3a6 Updating logs Hartmut Kaiser 2011-01-19 16:53:16 +0000
  • 01034be7ab Adding test Hartmut Kaiser 2011-01-19 16:08:52 +0000
  • 9f834a16d9 Fix typo in parameter doc, refs #4983 Marshall Clow 2011-01-19 15:32:54 +0000
  • 640aa977e4 Fix for IMB C++ on Linux. Fixes #5090. John Maddock 2011-01-19 15:05:18 +0000
  • ecee0772bf Patch IBM compiler support to latest version. Fixes #5091. John Maddock 2011-01-19 13:20:45 +0000
  • d9ee70a239 Add needed PDF build property. John Maddock 2011-01-19 12:57:00 +0000
  • 3f539af31f Fix PDF name and PDF index generation. John Maddock 2011-01-19 12:49:55 +0000
  • a96bf62cb1 Get the PDF file name correct. John Maddock 2011-01-19 12:18:35 +0000
  • c5116980b2 fixes Ticket #3418 Joel de Guzman 2011-01-19 11:20:30 +0000
  • f3f9c2c88f fix 1.46 showstopper, fix #5084 Eric Niebler 2011-01-19 04:28:17 +0000
  • 15f8da26db Added rationale section Joel de Guzman 2011-01-19 03:44:14 +0000
  • 2de991a873 disable fusions comparison operators Eric Niebler 2011-01-19 02:08:41 +0000
  • 54b97a14d8 typo Joel de Guzman 2011-01-19 01:00:21 +0000
  • e64acb2e86 small tweak Joel de Guzman 2011-01-19 00:53:35 +0000
  • 95cdecc2af putting is_native_fusion_sequence in is_sequence.hpp where it belongs. Joel de Guzman 2011-01-19 00:10:13 +0000
  • 849e0a80a0 Revert doctype in html generated from boostbook. Daniel James 2011-01-18 22:06:05 +0000
  • 58d417a3c0 Revert doctype in html generated from boostbook. Daniel James 2011-01-18 22:05:34 +0000
  • 46fcfda599 Removed assertion (currently goes of for GeometryOut, is a vector, not a geometry-type) Barend Gehrels 2011-01-18 21:28:38 +0000
  • 715caff64c Added Boost.Fusion points adapted to Boost.Geometry (effectively by Akira Takahashi) Barend Gehrels 2011-01-18 18:57:46 +0000
  • d010b7c2d6 Added Boost.Fusion points adapted to Boost.Geometry (effectively by Akira Takahashi) Added MPL-assertions to traits classes not yet having them Added constructors for linear_ring/linestring to support Boost.Assign better Barend Gehrels 2011-01-18 18:51:57 +0000
  • 065e723162 Updated testcases for reimplemented remove_spikes by first marking and after that removing Barend Gehrels 2011-01-18 13:05:28 +0000
  • 320c986d32 Reimplemented remove_spikes by first marking and after that removing, the algorithm is also changed. This can not only remove "spikes" but also larger indentations, exdentations (intrusions/extrusions). We need the marking to check before if there are spikes. (Note: this is payed-project-related work) Barend Gehrels 2011-01-18 12:57:25 +0000
  • 26e954804f - hoisted enable_equality, enable_comparison and is_native_fusion_sequence to fusion::traits namespace - added SFINAE-enable (http://article.gmane.org/gmane.comp.parsers.spirit.devel/3902) Joel de Guzman 2011-01-18 12:49:01 +0000
  • 20b1107466 Updated qi::as<T> and karma::as<T> docs (specified clearly the requirements on T). Hartmut Kaiser 2011-01-18 12:31:52 +0000
  • ed5ec01307 Boost.Ratio: Cleanup #if 0 Vicente J. Botet Escriba 2011-01-17 22:20:59 +0000
  • 9c65dfae1b Boost.Ratio/Chrono: minor doc changes Vicente J. Botet Escriba 2011-01-17 22:18:38 +0000
  • 3f64befe71 Added MPL assertions Barend Gehrels 2011-01-17 20:54:38 +0000
  • 9eb8bfb19a merged rev. 67897 Christophe Henry 2011-01-17 20:53:03 +0000
  • 82ea5a3d69 merged rev. 68213 Christophe Henry 2011-01-17 20:51:10 +0000
  • cd7cf14a0b Doc update, move from qbk/* to qbk/include and separate qbk files in folder ref Barend Gehrels 2011-01-17 20:41:54 +0000
  • 6e03ce6d7a added link to MPL.Graph doc Christophe Henry 2011-01-17 20:39:12 +0000
  • 5a7cdc8a00 merge [68172] from trunk Eric Niebler 2011-01-17 16:41:52 +0000
  • 1faa4f1f23 Added Michel's patches for #1427 Marshall Clow 2011-01-17 14:52:49 +0000
  • f419ebfeb3 Converted exception_ptr from a shared_ptr typedef to a stand-alone class to allow simpler declaration of namespace boost { class exception_ptr; } Emil Dotchevski 2011-01-17 07:01:35 +0000
  • e82f4c4ead Revert addition of BOOST_NIX, etc and everything tied to it. ([66696], [66783], [66804], [66833], and [66834]) Steven Watanabe 2011-01-17 04:51:54 +0000
  • b1eefb2f20 Merge from trunk: Christopher Kohlhoff 2011-01-17 04:28:16 +0000
  • 2acc907958 Merge typeindex support for hash. Fixes #4756. Daniel James 2011-01-17 04:15:00 +0000
  • 5c6635bcb2 Spirit: merging from trunk Hartmut Kaiser 2011-01-17 02:29:15 +0000
  • 79d7474aa5 Spirit: updated acknowledgments section Hartmut Kaiser 2011-01-17 00:24:16 +0000
  • ca3f024abe applying 'inline' patch to numerics Joel de Guzman 2011-01-17 00:10:17 +0000
  • c1296765d9 better implementation of the favor_compile_time policy, not based on boost::any Christophe Henry 2011-01-16 21:10:07 +0000
  • b261b85330 Boost.Chrono: Replace INLENED by HEADER_ONLY Vicente J. Botet Escriba 2011-01-16 17:28:20 +0000
  • 49a34631a7 Boost.Chrono: Replace INLENED by HEADER_ONLY Vicente J. Botet Escriba 2011-01-16 17:27:58 +0000
  • 3f88a9315b [boost][range] - Merge a fix to undo an erroneous change to iterator_range.size() that allowed it to compile for ranges that did not model the Random Access Range Concept and thereby broken the complexity guarantees. Neil Groves 2011-01-16 17:07:27 +0000
  • ee62c13374 Boost.Ratio/Chrono: Update reference structure Vicente J. Botet Escriba 2011-01-16 16:21:41 +0000
  • f46f0ccb82 Boost.Chrono: cleanup Vicente J. Botet Escriba 2011-01-16 14:21:54 +0000
  • cd65c2e6b9 Boost.Chrono: Forward to include all header Vicente J. Botet Escriba 2011-01-16 14:09:15 +0000
  • 6d4412da66 Boost.Chrono: Use boost/chrono/chrono.hpp instead of boost/chrono.hpp whenever possible Vicente J. Botet Escriba 2011-01-16 13:24:53 +0000
  • bb8bee6d46 Boost.Chrono: #include <boost/chrono/typeof/boost/chrono/chrono.hpp> Vicente J. Botet Escriba 2011-01-16 13:24:51 +0000
  • 50b6cfe935 Boost.Ratio/Chrono: Added boost/chrono/include.hpp file Vicente J. Botet Escriba 2011-01-16 13:23:00 +0000
  • 373f400893 Boost.Ratio/Chrono: Added boost/ratio/include.hpp file and make use of boost/ratio/ratio.hpp when all the files are not needed Vicente J. Botet Escriba 2011-01-16 12:07:26 +0000
  • 1fc2aae24f Fix copy and paste typo. Refs #4756. Daniel James 2011-01-16 11:06:00 +0000
  • aae944690e Workaround regressions introduced in Karma by r68177; add asserts to karma::as and qi::as. Bryce Adelstein-Lelbach 2011-01-16 06:28:23 +0000
  • c76157d6f3 merge #67796 and #68170 from trunk Eric Niebler 2011-01-16 03:24:55 +0000
  • daa2b0e7f9 Revision history. Christopher Kohlhoff 2011-01-16 01:38:16 +0000
  • 08e4213b35 [boost][range] - Fixed erroneous change by 'Wash' the size() function is intended to be for Random Access Ranges only to be in keeping with the other Boost.Range size() functions. Neil Groves 2011-01-16 00:05:12 +0000
  • 98edda3d92 trim_all test fixed Pavol Droba 2011-01-15 18:37:46 +0000
  • abbf201633 fix handling of operator sfinae in the presence of sub-domains with grammars that differ from the super-domain's Eric Niebler 2011-01-15 15:24:15 +0000
  • 2920c5ebe6 Fixed typo. Bryce Adelstein-Lelbach 2011-01-15 15:03:34 +0000
  • e84b02cbdf eliminate -Wundef warning on gcc Eric Niebler 2011-01-15 10:38:08 +0000
  • b399349fa6 Use correct interrupt method when timerfd is not available. Refs #5045 Christopher Kohlhoff 2011-01-15 09:32:13 +0000
  • b4d7352a3c Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). Steven Watanabe 2011-01-15 08:11:51 +0000
  • f1c7970bc4 Spirit: added explicit name() to symbols Hartmut Kaiser 2011-01-15 02:54:22 +0000
  • 1855cdb558 Spirit: added explicit name() to symbols, doc fixes Hartmut Kaiser 2011-01-15 02:48:46 +0000
  • 152094692b Make <boost/detail/iomanip.hpp> include <iomanip> and put the <iomanip> functions in the boost::detail namespace if not on clang- or intel-linux. Bryce Adelstein-Lelbach 2011-01-15 02:23:46 +0000
  • 3da2c09bc7 Added html docs that I missed. Bryce Adelstein-Lelbach 2011-01-15 00:03:12 +0000
  • 7d2ec628ec Docs for karma::as, more utree docs. Bryce Adelstein-Lelbach 2011-01-14 23:15:23 +0000
  • 442b4000fa tabs removed Pavol Droba 2011-01-14 23:12:32 +0000
  • 4409d05742 trim_all algorithm added Pavol Droba 2011-01-14 23:06:14 +0000
  • 80b58be9db fix for binary archive version 1.44 & and 1.43 item_version compatibility Robert Ramey 2011-01-14 22:22:49 +0000
  • 96b242732a Merge from trunk Beman Dawes 2011-01-14 19:21:55 +0000
  • 90a7ad5f95 Boost.Chrono: Remove BOOST_USE_WINDOWS_H from the Jamfiles and move it to the config.h file when BOOST_CHRONO_SOURCE is defined Vicente J. Botet Escriba 2011-01-14 17:44:05 +0000
  • 450698703b Boost.Chrono: Remove BOOST_USE_WINDOWS_H from the Jamfiles and move it to the config.h file when BOOST_CHRONO_SOURCE is defined Vicente J. Botet Escriba 2011-01-14 17:43:41 +0000
  • 3e38a65c24 Fixed issue with iomanip implementation + Apache stdlib. Bryce Adelstein-Lelbach 2011-01-14 17:39:36 +0000
  • 0cb2a82d00 Fixed ambiguity issues when compiling with C++0x support enabled. Bryce Adelstein-Lelbach 2011-01-14 17:37:59 +0000
  • 6062fc448c Updating line numbers in unit test. Bryce Adelstein-Lelbach 2011-01-14 14:41:20 +0000
  • ddd554de12 Oops, make new hash_value overload inline. Daniel James 2011-01-14 03:36:39 +0000
  • 84f8b69f4e Wave: After preprocessing the body of any #pragma wave option() the wave tool now concatenates all adjacent string literals into a single string literal. Hartmut Kaiser 2011-01-14 03:35:24 +0000
  • 7a1c467801 Support typeindex in hash. Refs #4756. Daniel James 2011-01-14 03:13:39 +0000
  • f97f220d69 Removed the use of __gnu_cxx::is_sorted from Boost.Graph as it's lolnonportable, implemented a version of the algorithm as a replacement, Bryce Adelstein-Lelbach 2011-01-14 03:02:47 +0000
  • c14df20627 More pathscale stuff. Bryce Adelstein-Lelbach 2011-01-14 03:01:26 +0000
  • d20a126e32 Pathscale-4.0 configuration code/workarounds. Bryce Adelstein-Lelbach 2011-01-14 02:59:34 +0000
  • f17210a81a Reverting some accident changes to a few jamfiles from my last commit. Bryce Adelstein-Lelbach 2011-01-14 02:51:17 +0000
  • 78d9413f26 Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost. On Linux, GNU's libstdc++, which is the default stdlib for icc and clang, cannot parse the <iomanip> header in version 4.5+ (which thankfully neither compiler advises the use of yet), as it's original C++98-friendly implementation has been replaced with a gnu++0x implementation. <boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing boost::detail::setfill, boost::detail::setbase, boost::detail::setw, boost::detail::setprecision, boost::detail::setiosflags and boost::detail::resetiosflags. Bryce Adelstein-Lelbach 2011-01-14 02:35:58 +0000
  • b0f4acaa72 Updating copyright. Bryce Adelstein-Lelbach 2011-01-14 00:23:15 +0000
  • 3a35fa2860 Added support for pathscale to Boost.TR1. Bryce Adelstein-Lelbach 2011-01-14 00:14:42 +0000
  • 075789aaed Some of the inline asm here had incorrect constraints. Bryce Adelstein-Lelbach 2011-01-13 23:41:10 +0000
  • 3f22f39fe7 Made <cxxflags> override flags set by Boost.Build, modified default flag options. Bryce Adelstein-Lelbach 2011-01-13 23:23:22 +0000
  • d9fd2b7cd0 Boost.Chrono: It seems that multi-threading is also needed on FREEBSD. Vicente J. Botet Escriba 2011-01-13 22:44:42 +0000
  • 84eebdfd30 Cleaned up test_casual.cpp Joachim Faulhaber 2011-01-13 22:09:21 +0000
  • ac6bb6ec0a Boost.Chrono: Add more test for windows.h emulation Vicente J. Botet Escriba 2011-01-13 22:08:21 +0000