Commit Graph

  • 09ab06d266 Testing more example codes Jeremiah Willcock 2010-12-05 20:39:59 +0000
  • 075f14030e fix typo Marshall Clow 2010-12-05 20:39:48 +0000
  • 3766d82642 fix typo Marshall Clow 2010-12-05 20:39:19 +0000
  • cc6ffab685 Removed <boost/pending/integer_range.hpp> and a few more uses of it; fixes #4642 Jeremiah Willcock 2010-12-05 20:38:44 +0000
  • f0735d1a37 Merge doc patches to release; fixes #3992, fixes #4858 Marshall Clow 2010-12-05 20:36:54 +0000
  • c2e54f6624 Turned off VC++ auto-linking Jeremiah Willcock 2010-12-05 20:24:28 +0000
  • 3df53618ae Merged r67031 from trunk Jeremiah Willcock 2010-12-05 20:21:37 +0000
  • 269726f4b9 Applied patch from Matthias Walter Jeremiah Willcock 2010-12-05 20:17:48 +0000
  • 574f2e0426 Doc fix; refs #4858 Marshall Clow 2010-12-05 20:16:57 +0000
  • e84b3a5f3f update docs; refs #3992 Marshall Clow 2010-12-05 20:08:40 +0000
  • 5b22e82ea3 Spirit: adding a few utree test cases which currently still fail Hartmut Kaiser 2010-12-05 18:40:31 +0000
  • fa86096879 Spirit: fixing a Karma issue with the new utree Hartmut Kaiser 2010-12-05 18:39:33 +0000
  • 7df5d09c4b Refs #3395. Optional construction and assignment now works correctly for types with overridden operator&. Also silenced some GCC warnings about broken strict aliasing rules. Andrey Semashev 2010-12-05 14:43:18 +0000
  • 741f1b5044 added as_string directive as a synonym to "raw". Joel de Guzman 2010-12-05 04:37:45 +0000
  • 0511886f9c added as_string directive as a synonym to "raw". Joel de Guzman 2010-12-05 04:37:01 +0000
  • 59a80a4190 Adjustments for compiler vacpp on platform IBM_Canada_Ltd. Joachim Faulhaber 2010-12-05 01:54:49 +0000
  • ae8030aaa6 Merged r67014 from trunk Jeremiah Willcock 2010-12-04 20:51:15 +0000
  • 1e47865fe9 Fixed uninitialized variables Jeremiah Willcock 2010-12-04 20:49:49 +0000
  • f8f8b5e9b8 Merged r67011 from trunk Jeremiah Willcock 2010-12-04 20:46:50 +0000
  • 4d131458db Moved #define up Jeremiah Willcock 2010-12-04 20:45:42 +0000
  • f67a459c28 Forcing filesystem version 3 Jeremiah Willcock 2010-12-04 20:45:09 +0000
  • 45d762ebf6 Put in more checks to avoid seg faults Jeremiah Willcock 2010-12-04 20:39:00 +0000
  • 8b878e79a9 Merged r67008 from trunk Jeremiah Willcock 2010-12-04 20:33:36 +0000
  • df772aea90 Changed to Boost.Filesystem v3 Jeremiah Willcock 2010-12-04 20:31:33 +0000
  • 15c498b873 Merged r66286, r66707, r66900, and r66907 from trunk Jeremiah Willcock 2010-12-04 20:21:20 +0000
  • 2aae468cf6 patch tests for Sun; refs #3909 Marshall Clow 2010-12-04 17:39:24 +0000
  • 789b669661 Spirit: fixed utree tests Hartmut Kaiser 2010-12-04 02:16:51 +0000
  • fef1d9d7a0 Spirit: utree is fully integrated now Hartmut Kaiser 2010-12-04 02:16:05 +0000
  • 9dee693fa2 Spirit: fixed utree tests Hartmut Kaiser 2010-12-04 02:03:33 +0000
  • 6f986e716d Spirit: fixing customization points for utree Hartmut Kaiser 2010-12-04 02:02:55 +0000
  • 6040f86d46 Spirit: reverted utree change enforcing list_type on push_back Hartmut Kaiser 2010-12-04 01:49:22 +0000
  • d903f8c4d4 Verify, clarify, document, that <boost/config/user.hpp> can be used to specify BOOST_FILESYSTEM_VERSION. Fixes #4891. Beman Dawes 2010-12-04 00:39:20 +0000
  • 2500da7622 Utree-spirit integration Joel de Guzman 2010-12-03 23:54:39 +0000
  • 700120826b Utree-spirit integration Joel de Guzman 2010-12-03 23:53:59 +0000
  • 14507eb33d Merge 1.46.0 prep. Daniel James 2010-12-03 23:50:44 +0000
  • b38c9daca0 1.45.0 prep Daniel James 2010-12-03 23:36:56 +0000
  • b6d910a667 ah! the REAL fix for the long-standing proto::make bug Eric Niebler 2010-12-03 22:10:14 +0000
  • 73be8491f2 Make V3 the default. Change docs accordingly. Partial fix for ticket #4897 Beman Dawes 2010-12-03 18:17:01 +0000
  • 63048adfb8 Add non-functional stub versions of the skewness and kurtosis to the non-central beta. Update tests accordingly, and suppress some compiler warnings. John Maddock 2010-12-03 17:55:00 +0000
  • c65391dbc6 Added concept checks for new distros, and fixed resulting errors. Added mean and variance to non-central beta. John Maddock 2010-12-03 16:23:55 +0000
  • 82e2324e79 Doc patch; refs #4532 Marshall Clow 2010-12-02 13:17:09 +0000
  • dd735030cf Increased tolerance for real_concept failure Paul A. Bristow 2010-12-02 12:27:16 +0000
  • 62019168d5 Increased tolerance for realconcept long double failures. Paul A. Bristow 2010-12-02 12:22:58 +0000
  • b35f6db250 Added missing static_cast to quiet warning Paul A. Bristow 2010-12-02 12:19:28 +0000
  • 234766602b Increased tolerance to avoid long double failure Paul A. Bristow 2010-12-02 11:39:55 +0000
  • c8a6e633c7 Fixed complexity of Dijkstra's algorithm; fixes #4852 Jeremiah Willcock 2010-12-01 20:15:41 +0000
  • 60f9992036 Take argv as const; refs #3909 Marshall Clow 2010-12-01 18:54:41 +0000
  • 7af0ab54b6 Enabled mean, variance ... for dotnetexample (TODO return NaN?) Paul A. Bristow 2010-12-01 18:48:12 +0000
  • 932fb055b7 disable 4512 Paul A. Bristow 2010-12-01 18:47:46 +0000
  • 93537a922c changed file spec \ to / of sf /gamma Paul A. Bristow 2010-12-01 18:46:42 +0000
  • ddfcafd5ae Enabled mean, variance ... for dotnetexample (TODO return NaN?) Paul A. Bristow 2010-12-01 18:40:02 +0000
  • 23a91365bb Spirit: more warning fixes in lexer tests Hartmut Kaiser 2010-12-01 14:39:43 +0000
  • ae2e45fcd1 Spirit: minor adjustment to lexer test Hartmut Kaiser 2010-12-01 14:36:07 +0000
  • d9eb7008ea Spirit: fixing warnings and a clang compilation issue Hartmut Kaiser 2010-12-01 14:34:43 +0000
  • 4b70faefba Fix #4912 Beman Dawes 2010-12-01 14:30:39 +0000
  • eb6461cd24 Fix PGI non-compliance (portability issue). K. Noel Belcourt 2010-12-01 05:29:24 +0000
  • f508d9d9b6 Spirit: adding one more calculator example, this time filling an utree Hartmut Kaiser 2010-12-01 00:21:58 +0000
  • ffa025bcd9 Spirit: more utree fixes for better integration with Qi, updated tests Hartmut Kaiser 2010-11-30 23:42:03 +0000
  • 951f226251 Spirit: more utree fixes for better integration with Qi Hartmut Kaiser 2010-11-30 23:39:12 +0000
  • 36d6289386 Spirit: fixing docs Hartmut Kaiser 2010-11-30 23:03:51 +0000
  • d70f994f9b Spirit: more utree tests Hartmut Kaiser 2010-11-30 22:55:27 +0000
  • 9588797a98 Spirit: more fixes to utree Hartmut Kaiser 2010-11-30 22:54:56 +0000
  • 8d2074a8fe Revert previous commit that changed how -l timeout is handled. K. Noel Belcourt 2010-11-30 21:25:06 +0000
  • 28e567223a Non-blocking file descriptors for un*x bjam. K. Noel Belcourt 2010-11-30 21:09:23 +0000
  • 5fa5800433 Spirit: test fixes... Hartmut Kaiser 2010-11-30 20:36:09 +0000
  • 9f0cc68bbd Spirit: changing utree asserts into exceptions Hartmut Kaiser 2010-11-30 20:35:36 +0000
  • 76302e11e3 Spirit: fixing iterator tag for utree node iterators Hartmut Kaiser 2010-11-30 20:14:52 +0000
  • 437a17ddba Spirit: adding basic utree tests Hartmut Kaiser 2010-11-30 20:14:08 +0000
  • c538e98b08 Spirit: adding utree forwarding header Hartmut Kaiser 2010-11-30 19:51:08 +0000
  • 7a9c578084 Spirit: adding minimal utree tests Hartmut Kaiser 2010-11-30 19:50:10 +0000
  • e94b4b5ac1 Spirit: adding utree as a first class citizen Hartmut Kaiser 2010-11-30 19:48:27 +0000
  • 601867d271 Fixed up computation of property types; fixes #1021 Jeremiah Willcock 2010-11-30 18:16:29 +0000
  • a7151596d9 Don't undef BOOST_AUTO_LINK_NOMANGLE. Refs #4902. John Maddock 2010-11-30 18:01:55 +0000
  • 9301d5e698 fixed win32 macro usage Luke Simonson 2010-11-30 17:54:24 +0000
  • 22856aee2f fixed trac 4868 polygon concept contains function Luke Simonson 2010-11-30 17:53:58 +0000
  • 6d58354eb5 fixed trac 4868 polygon concept contains function Luke Simonson 2010-11-30 17:53:40 +0000
  • 4634a3f720 fixed win32 macro usage Luke Simonson 2010-11-30 17:52:36 +0000
  • a499f7f07e Fixed bundled graph properties in filtered_graph; fixes #4914 Jeremiah Willcock 2010-11-30 17:48:33 +0000
  • 5d51a8f217 For vc2010 Paul A. Bristow 2010-11-30 15:29:47 +0000
  • e79d1d0c4b For vc2010 Paul A. Bristow 2010-11-30 15:26:06 +0000
  • 298ebd84ff For vc2010 Paul A. Bristow 2010-11-30 15:25:03 +0000
  • d6b7b400ee Use <boost/detail/lightweight_main.hpp> to improve regression test error reporting on remote systems Beman Dawes 2010-11-30 15:07:43 +0000
  • e8274b8db7 fix fumble-fingers Beman Dawes 2010-11-30 14:56:03 +0000
  • ffde6d3355 Rename main.hpp -> lightweight_main.hpp Beman Dawes 2010-11-30 14:53:22 +0000
  • f36305f5cf Add lightweight std::exception catching main, dependent only upon <iostream> and <exception> Beman Dawes 2010-11-30 14:48:03 +0000
  • c44cfbee11 comment Paul A. Bristow 2010-11-30 14:37:28 +0000
  • 7ab307aa63 Corrected missing casts int 0 to RealType Paul A. Bristow 2010-11-30 14:36:45 +0000
  • 048359fb22 Change test values to long Paul A. Bristow 2010-11-30 11:38:19 +0000
  • 0bf742244e Check before using max_digits10 Paul A. Bristow 2010-11-30 10:05:14 +0000
  • cd2b8dfa88 Added explicit #include <cstddef> to try to meet stlport and others needing errno definition. Paul A. Bristow 2010-11-30 10:04:33 +0000
  • 252ef039b5 Check before using max_digits10 Paul A. Bristow 2010-11-30 10:03:01 +0000
  • 8d6adf0cd9 Merge patch to release; fixes #4365 Marshall Clow 2010-11-29 21:27:10 +0000
  • d9cfde9679 Merge patch to release; fixes #4791 Marshall Clow 2010-11-29 21:17:48 +0000
  • 55a3351142 Spirit: fixing compilation warnings in lexer Hartmut Kaiser 2010-11-29 19:06:41 +0000
  • 64c9177de7 Spirit: fixing warnings in lexer tests Hartmut Kaiser 2010-11-29 19:05:45 +0000
  • 6daa01167f Spirit: added new test for lexer id_types not equal to std::size_t Hartmut Kaiser 2010-11-29 18:51:12 +0000
  • e7799c9a26 Spirit: making hold_any constructor explicit Hartmut Kaiser 2010-11-29 18:49:07 +0000
  • 1590c1b704 Spirit: applying patch contributed by Mathias Gaunard, fixes compilation problems if lexer id type is not std::size_t Hartmut Kaiser 2010-11-29 18:48:26 +0000
  • 5e9d11cca9 Adjustments for compilers pgi-10.1 vacpp- 10.1. Joachim Faulhaber 2010-11-29 15:24:58 +0000
  • 0f03f64135 Enables reading multi-page tiff. Christian Henning 2010-11-29 15:08:44 +0000