Commit Graph

  • 60508e3eb6 Fixed c08_custom_non_std_example.cpp and now it also compiles for gcc Barend Gehrels 2011-02-15 22:34:33 +0000
  • f1af99ecf4 Use traits::resize now instead of assuming a container resize method Barend Gehrels 2011-02-15 22:33:18 +0000
  • 3e0c27ba22 Fixed custom polygon example Added antitalising in Qt (tip Martin Dobias) Barend Gehrels 2011-02-15 22:18:21 +0000
  • 726289ab23 Add license and copyright Beman Dawes 2011-02-15 21:26:24 +0000
  • 8ddfc70a32 for_each_segment doc update (doc folder) Barend Gehrels 2011-02-15 21:16:23 +0000
  • df49d48e19 for_each_segment doc update Barend Gehrels 2011-02-15 21:14:41 +0000
  • 40a9e6ae1e Refactor merge code to make single file and/or directory merges easier. Beman Dawes 2011-02-15 21:13:53 +0000
  • 5c470098cd libc++ declares a templated abs, which conflicts with the redefinition in math_info.cpp Christopher Jefferson 2011-02-15 20:41:56 +0000
  • 139f109a10 Repair failed merge Beman Dawes 2011-02-15 16:18:51 +0000
  • 3663e445d5 Merge trunk, including reparse point bug fix Beman Dawes 2011-02-15 15:18:19 +0000
  • 4e95f7c7a3 Merge trunk BOOST_ASSERT_MSG additions Beman Dawes 2011-02-15 14:54:16 +0000
  • 9d875f90e6 Merge trunk Beman Dawes 2011-02-15 14:18:42 +0000
  • 6b0beb70c6 Allow attribute compatibility with semantic actions Joel de Guzman 2011-02-15 03:35:41 +0000
  • f76ecf00aa Allow attribute compatibility with semantic actions Joel de Guzman 2011-02-15 03:20:29 +0000
  • 2d6617300c Allow attribute compatibility with semantic actions Joel de Guzman 2011-02-15 03:20:11 +0000
  • c674d2e654 added what's new entry for BOOST_SPIRIT_NO_PREDEFINED_TERMINALS and BOOST_SPIRIT_TERMINAL_NAME Joel de Guzman 2011-02-15 01:32:50 +0000
  • 242bbc1447 Apparently, neither gcc 4.5, nor msvc 10 can optimize away this loop. Steven Watanabe 2011-02-14 22:44:10 +0000
  • a37b81acb4 Update performance numbers. Steven Watanabe 2011-02-14 21:31:10 +0000
  • e2839b79fd Got rid of a couple unused parameter warnings. Frank Mori Hess 2011-02-14 21:23:01 +0000
  • 1651b9c0ae Spirit: added comptibility macros for older code still using BOOST_SPIRIT_TERMINAL[_EX] Hartmut Kaiser 2011-02-14 19:25:09 +0000
  • 359f37254a Documentaton and samples for for_each Fix - added default value in free functions Barend Gehrels 2011-02-14 18:39:39 +0000
  • 5ec9bc3484 Fix bug in wide output; Refs #5145 Marshall Clow 2011-02-14 17:34:35 +0000
  • 159ff367e8 Spirit: disambiguated boost::optional Hartmut Kaiser 2011-02-14 16:54:05 +0000
  • 014be7b67e Fix #5188 to clear gcc warning Beman Dawes 2011-02-14 15:02:47 +0000
  • 5ded4470af Spirit: Added utree traits forwarding header Hartmut Kaiser 2011-02-14 13:22:56 +0000
  • a921e8b0cc libc++ has non-standard message_base Christopher Jefferson 2011-02-14 10:29:12 +0000
  • d5daf9c4ee libc++ also has no const on codecvt length Christopher Jefferson 2011-02-14 10:27:38 +0000
  • aa504a556b Clean up random_demo. Compiler workarounds don't belong in examples even when they are needed, and I suspect that these are out of date. Steven Watanabe 2011-02-14 04:07:41 +0000
  • 39a37b631e Changes for qt for Linux Barend Gehrels 2011-02-13 22:13:01 +0000
  • 841084dcf2 Added Qt World Mapper Example conform the WxWidget one (but yet missing highlighing) Barend Gehrels 2011-02-13 21:55:40 +0000
  • a731a63d62 fixed warnings about unused variables Christophe Henry 2011-02-13 21:53:35 +0000
  • 4f96ecac8e Spirit: extending usage of BOOST_SPIRIT_NO_PREDEFINED_TERMINALS to all Karma components Hartmut Kaiser 2011-02-13 20:47:46 +0000
  • 45e26383ac Spirit: fixing a kleene/sequence attribute issue Hartmut Kaiser 2011-02-13 20:43:52 +0000
  • 1d33fbf88e Optimize linear_congruential_engine::discard. Steven Watanabe 2011-02-13 20:21:15 +0000
  • 2ce8d237ff Disable PCH support on clang-linux until we can come up with a better solution for it. Bryce Adelstein-Lelbach 2011-02-13 15:57:21 +0000
  • 7b06ee5e0c Merge changes from https://github.com/Beman/filesystem. Important changes include fix for serious Windows reparse point bug, code cleanup, reference doc fixes and addition of missing functions, and the addition of symlink_option for recursive_directory_iterator. Beman Dawes 2011-02-13 15:02:27 +0000
  • d4e0d23fec Initial commit; bitmask.hpp is needed by upcoming filesystem changes Beman Dawes 2011-02-13 14:48:01 +0000
  • a2a4c4afb1 Chrono: Remove enable-auto-import Vicente J. Botet Escriba 2011-02-13 12:55:51 +0000
  • 61ecb4fccf Ratio: mark-expected-failures for si_physics on vacpp Vicente J. Botet Escriba 2011-02-13 12:36:34 +0000
  • 326281a2ae Chrono: Cleanup Vicente J. Botet Escriba 2011-02-13 12:04:32 +0000
  • ced44b7fa8 Updates to the intel-linux toolset for newer version of the compiler; namely, fix the default search paths for intel-linux 8.1, 9.0, 9.1, 10.1, 11.0, 11.1 and 12.0. Also, use the -Os flag for intel 11 and intel 12 - previously this flag was not available. Bryce Adelstein-Lelbach 2011-02-13 09:43:49 +0000
  • 91ce11cfe2 Fix PCH support for the clang-linux toolset. Bryce Adelstein-Lelbach 2011-02-13 07:00:59 +0000
  • 52f3ac8dda Use unsigned types everywhere to be compatible with the standard, which is more restrictive in this respect. Steven Watanabe 2011-02-13 04:05:26 +0000
  • aa6a982e09 Sync the docs with the current library. Steven Watanabe 2011-02-13 03:28:59 +0000
  • a4226516e9 Improve the libc++ configuration Christopher Jefferson 2011-02-12 23:05:03 +0000
  • bb88f6309c Fix bootstrap.bat. Steven Watanabe 2011-02-12 22:28:37 +0000
  • b066051155 Fix problems reported by inspect. Steven Watanabe 2011-02-12 20:03:17 +0000
  • ce293af40c #include everything in boost/random.hpp Steven Watanabe 2011-02-12 19:07:36 +0000
  • 4fe2997ca8 Update random_device. Steven Watanabe 2011-02-12 18:41:28 +0000
  • 69398c8eb7 Implement generate_canonical. Steven Watanabe 2011-02-12 18:06:40 +0000
  • c7eac7228d Doc update, mainly with respect to num_{geometries, points, interior_rings} Barend Gehrels 2011-02-12 16:23:33 +0000
  • 477590a2e3 Ratio/ Add dependency to rational_c_tag.hpp Vicente J. Botet Escriba 2011-02-12 16:00:39 +0000
  • dabb62ab60 Use INT64_C where appropriate. This should fix some vacpp and gcc 3.4.6 errors. Steven Watanabe 2011-02-12 15:48:51 +0000
  • 62e9c4ac4e Fixed typo Barend Gehrels 2011-02-12 15:37:38 +0000
  • 8d3099f6db Maybe fix sun? Steven Watanabe 2011-02-12 15:31:42 +0000
  • bcf71f156c Added tests for num_{points, geometries, interior_rings} Barend Gehrels 2011-02-12 15:29:43 +0000
  • 15cc012eb9 Implement independent_bits_engine. Steven Watanabe 2011-02-12 15:28:53 +0000
  • 8a34b9a829 Replaced is_multi by tag_cast as planned (see also http://barendgehrels.blogspot.com/2010/10/tag-dispatching-and-inheritance.html) Moved num_geometries to algorithms/ folder Created new file num_interior_rings.hpp (extracted from interior_rings.hpp) Barend Gehrels 2011-02-12 15:26:36 +0000
  • 5526d56c83 Fix integer_traits<long long> when no macro from limits.h is available. Steven Watanabe 2011-02-12 15:06:21 +0000
  • d575a954bf Type correction. Joachim Faulhaber 2011-02-12 00:43:05 +0000
  • c47bb3a582 Ticket 4282 Emil Dotchevski 2011-02-12 00:09:06 +0000
  • c9e6f43c34 Ticket #5178 Emil Dotchevski 2011-02-11 23:46:38 +0000
  • 3072e9af8a Codegear fixes. Steven Watanabe 2011-02-11 22:07:04 +0000
  • 48625ebbec Help pgi? Steven Watanabe 2011-02-11 21:32:07 +0000
  • 9b48d678ef Reduce the default number of trials, so the tests complete in a reasonable amount of time. Steven Watanabe 2011-02-11 21:09:46 +0000
  • 7a49b0d547 Disable forward container declarations for libc++ Christopher Jefferson 2011-02-11 20:39:25 +0000
  • 222769aa86 Add basic support for the libc++ standard library Christopher Jefferson 2011-02-11 20:37:03 +0000
  • 9df4515821 Make sure all engines are tested. Kill validate.cpp, since its functionality is now covered by the main generator tests. Steven Watanabe 2011-02-11 20:13:48 +0000
  • 1f87115535 Move all generator tests to the new framework. Steven Watanabe 2011-02-11 19:16:29 +0000
  • cde4a6a2c8 Changed "continue" to "break" in remove_edge_if; fixes #5181 Jeremiah Willcock 2011-02-11 18:39:11 +0000
  • 69e65781c2 Fix flush regression. Fixes #4590. Steven Watanabe 2011-02-11 16:18:33 +0000
  • 99d458dc3d Addition of markups for new clang configurations. Joachim Faulhaber 2011-02-11 09:21:39 +0000
  • 16f62b85bd Markup changes suggested in ticket #5177 for compiler vacpp are reverted because vacpp still produces lots of compiler errors, that seem not to be solvable. Joachim Faulhaber 2011-02-11 09:10:03 +0000
  • 461d92575e Chrono: remove erroneous -Wextra compiler flag for pathscale Vicente J. Botet Escriba 2011-02-11 06:56:50 +0000
  • 6544cb5c8a Ratio: remove erroneous -Wextra compiler flag Vicente J. Botet Escriba 2011-02-11 06:55:36 +0000
  • 72cd7bba19 Chrono: remove erroneous -Wextra compiler flag for pathscale Vicente J. Botet Escriba 2011-02-11 06:55:08 +0000
  • 4000efbd2f Remove extra semicolon. Fixes #5168. Steven Watanabe 2011-02-11 02:54:04 +0000
  • ea2e8e6bd5 Refactor distribution tests. Remove spurious dependency on boost/random.hpp Steven Watanabe 2011-02-11 02:13:59 +0000
  • b4db5569fd Fix constructor. Steven Watanabe 2011-02-11 02:11:57 +0000
  • 1faf79e184 Update xor_combine to match C++0x. min/max are still broken. Steven Watanabe 2011-02-11 01:16:34 +0000
  • 47b6254a2c According to ticket #5177: Added threading<multi> to test/Jamfile.v2 and modified markup. Joachim Faulhaber 2011-02-10 21:59:39 +0000
  • 578a1c36de Replace archive rule with stock ar command. K. Noel Belcourt 2011-02-10 18:47:17 +0000
  • 3de01bf4c7 Break Pathscale 3.2 build while trying to bring up 4.x. K. Noel Belcourt 2011-02-10 18:25:44 +0000
  • 6ff735acc3 Update linear_feedback_shift_engine to match C++0x. Steven Watanabe 2011-02-10 03:30:27 +0000
  • 6a485a8869 Factor out some common seeding code. Steven Watanabe 2011-02-10 01:27:11 +0000
  • 38e6995749 Update lagged_fibonacci to match C++0x. Steven Watanabe 2011-02-09 22:34:46 +0000
  • 4c3ed9e855 Update for c++0x where I don't get BOOST_AUTO to work. Barend Gehrels 2011-02-09 19:30:52 +0000
  • 5a4b0fb595 Update inversive_congruential. Steven Watanabe 2011-02-09 19:19:25 +0000
  • 89b91cb82f Fix const_mod to work in all cases. Steven Watanabe 2011-02-09 16:49:49 +0000
  • 8ecec3f556 Spirit: added one more test Hartmut Kaiser 2011-02-09 14:26:54 +0000
  • cf4b080a76 added option to have no predefined terminals Joel de Guzman 2011-02-09 10:47:49 +0000
  • 34171db155 added option to have no predefined terminals Joel de Guzman 2011-02-09 10:44:41 +0000
  • 6c3f71e7d2 Fix #include guard. Fixes #5171. Steven Watanabe 2011-02-09 02:07:54 +0000
  • a12dfca64e Ratio/ try to solve vacpp compiler issue in si_physics example. Vicente J. Botet Escriba 2011-02-08 23:09:59 +0000
  • 2d4e9f6ccb Ratio/ try to solve msvc 9.0 compiler issue (enable_if?) in si_physics example. Vicente J. Botet Escriba 2011-02-08 23:00:34 +0000
  • cee314b6da Chrono: update original file from Bemman port to boost, so the runtime_resolution namespace is used. Vicente J. Botet Escriba 2011-02-08 20:46:12 +0000
  • 296005cdf1 Another try at this commit. K. Noel Belcourt 2011-02-08 18:46:03 +0000
  • 49ecf3a5b6 Reverting previous commit and going back to 68727 K. Noel Belcourt 2011-02-08 18:39:13 +0000
  • c71e9e821f With gcc-4.5.2, the stuct option conflicts with K. Noel Belcourt 2011-02-08 18:34:53 +0000
  • 8716ab54ad Update additive_combine. Steven Watanabe 2011-02-08 17:46:48 +0000