Commit Graph

  • 4bca2950be use full namespace qualification to try to fix test failure with xml archives on darwin 4.4 with intel 1.1 compiler Robert Ramey 2010-09-07 16:19:45 +0000
  • ce3138ec05 added x = 0 special case. Example runs OK. Need to rebuild trunk libs to test. Paul A. Bristow 2010-09-07 13:57:12 +0000
  • b30a1726ae Merge 65318,65319 from ^/trunk ------------------------------------------------------------------------ r65318 | jhunold | 2010-09-06 10:43:06 +0200 (Mo, 06 Sep 2010) | 3 lines Jürgen Hunold 2010-09-07 05:52:45 +0000
  • b549a804c8 Spirit: replaced <:: with < :: to avoid forming trigraphs Hartmut Kaiser 2010-09-06 22:21:39 +0000
  • d990eb1a00 bugfix: guard always returning false with an anonymous transition causes stack overflow Christophe Henry 2010-09-06 20:17:01 +0000
  • 2456659ad9 Change the use of tuples, so that we use std::tuple when available. Fix bug in calculation of initial guess in the incomplete gamma inverse. Fix illegal comment in inverse_gamma.hpp source file. Update docs to reflect tuple changes. Regenerate docs. Add Jamfile for the tools directory and make sure everything still builds cleanly. John Maddock 2010-09-06 15:13:23 +0000
  • f4d7ba5dcc Fix: windows does not have wait(), use own macros instead. Jürgen Hunold 2010-09-06 14:14:09 +0000
  • 1d43976010 Suppress msvc warning 4251 about templates as base classes not having a dll-interface. Suppress msvc warning 4275 about base class std::logic_error not having a dll-interface. Jürgen Hunold 2010-09-06 08:43:06 +0000
  • 40c21425df Wave: improved consistency in reporting skipped tokens to the hooks function when processing conditional preprocessing directives. Added a new test case verifying the skipped_token hook gets called reproducibly (t_2_020.cpp). Started to work on C++0x features for Wave. Hartmut Kaiser 2010-09-05 22:33:20 +0000
  • c458bbefb3 Change logic so that int32_t etc is an int rather than a long where possible. John Maddock 2010-09-05 16:27:09 +0000
  • 3b9691ec2d Fix argument position in break_arguments. Daniel James 2010-09-05 08:14:16 +0000
  • e978052a6b Fix an access to grouping[grouping.size()]. AFAIK, this is valid for const strings but STLport (when _STLP_DEBUG is defined) doesn't like it. The problem reported by Bogdan Dragu. Alexander Nasonov 2010-09-05 00:02:25 +0000
  • 2a70242c66 Fix a few more compiler warnings. John Maddock 2010-09-04 17:36:23 +0000
  • 8c77bfe011 Spirit: More disambiguation of Phoenix types in Spirit.Classic Hartmut Kaiser 2010-09-04 13:19:11 +0000
  • 8938a3da5e Spirit: moved #include's out of conditional blocks Hartmut Kaiser 2010-09-04 13:01:51 +0000
  • bc2ce08640 Fix double-initializion of config files in Boost.Build/Python. Vladimir Prus 2010-09-04 12:39:20 +0000
  • c0fb39426e Make toolset version relevant for configure checks. Vladimir Prus 2010-09-04 12:29:10 +0000
  • a08c41d3e5 Unbreak project loading in python port Vladimir Prus 2010-09-04 12:27:39 +0000
  • 04a1857da0 Remove tools/jam, for 'svn merge' failed to do that. Vladimir Prus 2010-09-04 11:42:36 +0000
  • 6623a5fe3b Merge r64039, wherein testing was fixed after jam move. Vladimir Prus 2010-09-04 11:40:26 +0000
  • d3833607a2 Merge r64010, wherein jam has been moved. Vladimir Prus 2010-09-04 11:02:21 +0000
  • 7e19ce60cf Add 'strip-eol' option to SHELL. Also, return actual exit status. Vladimir Prus 2010-09-04 10:10:34 +0000
  • bcbc8f0843 fixing obscure, extremely rare double- free() bug in clone_current_exception_msvc.cpp Emil Dotchevski 2010-09-04 00:43:24 +0000
  • 196aa9ad55 Spirit: bumping version Hartmut Kaiser 2010-09-03 17:35:23 +0000
  • f516d19151 Spirit: Added specializations for signed char and unsigned char to the auto parser and generator. Hartmut Kaiser 2010-09-03 17:22:29 +0000
  • 90c994dd79 Up the warning level, and fix the resulting warnings with msvc, gcc and Intel. Fix bug in docs and regenerate. John Maddock 2010-09-03 08:33:13 +0000
  • 38b552b109 fixing minor memory leak in the non-intrusive MSVC exception_ptr support. Emil Dotchevski 2010-09-03 07:15:47 +0000
  • 51fd782ed3 cosmetic bug fix in the exception_ptr support when the attempt to copy the exception object throws. Emil Dotchevski 2010-09-03 02:24:45 +0000
  • db54875899 Non-intrusive exception_ptr support for msvc 7.1/8.0/9.0 (thanks Anthony Williams) Emil Dotchevski 2010-09-03 02:03:15 +0000
  • 866a953925 Disabled asserts since test code isn't working for big endian machines. Christian Henning 2010-09-02 20:45:49 +0000
  • 52ca181bdb Added new info about needing to build a library to get GraphML reading; fixes #4556 Jeremiah Willcock 2010-09-02 20:05:58 +0000
  • 9d58f26305 Fixed clearing of vertices with self-loop edges; fixes #4622 Jeremiah Willcock 2010-09-02 18:24:17 +0000
  • fd988ca2be Fixed page titles Jeremiah Willcock 2010-09-02 15:12:06 +0000
  • 131a514532 Added test output. OK with typeof recent update. Paul A. Bristow 2010-09-02 11:32:45 +0000
  • 9e8ae250cd Treat x == 0 as special case (some platforms find NaN not 0) Paul A. Bristow 2010-09-02 11:30:49 +0000
  • 3e6b91ab04 included #include <stdexcept> instead of <exception> to try to define std::domain_error reported missing by Darwin 4.2.1 and others. Paul A. Bristow 2010-09-02 11:17:43 +0000
  • 7ffc64f582 Mistake in declaration noted by Darwin only corrected. Paul A. Bristow 2010-09-02 11:01:26 +0000
  • bd724823d8 Set warnings as errors in type_traits library, where possible. John Maddock 2010-09-02 09:32:35 +0000
  • b774ac3954 Update to use Quickbook 1.5 Paul A. Bristow 2010-09-01 18:10:43 +0000
  • 83816a659c Minor editorial updates. Paul A. Bristow 2010-09-01 18:08:33 +0000
  • ba72d727a3 Minor editorial updates. Paul A. Bristow 2010-09-01 18:07:13 +0000
  • acc141313d Added test code to make sure cross byte pixel values work correctly. See comments. Christian Henning 2010-09-01 18:04:40 +0000
  • 9b9c9bf7b1 Minor editorial updates. Paul A. Bristow 2010-09-01 18:04:34 +0000
  • ecc5b96e8d Corrected bug with dealing with cross byte pixel values. See updated test code in pixel_iterator.cpp. Christian Henning 2010-09-01 18:03:15 +0000
  • 5f3afb5f8f Minor editorial with some added comments. Paul A. Bristow 2010-09-01 17:46:05 +0000
  • 1edc3d73ff Comments added. Paul A. Bristow 2010-09-01 17:43:55 +0000
  • b67ca38522 Merge r65004 from trunk Jürgen Hunold 2010-09-01 16:18:07 +0000
  • 98d7bee3b1 Fix for_each test for C++0x Steven Watanabe 2010-09-01 16:08:21 +0000
  • ab179534f1 Fix set_c iterators. Steven Watanabe 2010-09-01 15:16:53 +0000
  • 1cce551a3f Prevent double initialization of Jamfile in some cases. Vladimir Prus 2010-09-01 09:02:49 +0000
  • 383625b806 Give a location to project-config.jam. Vladimir Prus 2010-09-01 08:40:17 +0000
  • 9ea73e400b disabling the non-intrusive exception_ptr support in tests, seems buggy.. Emil Dotchevski 2010-09-01 07:59:35 +0000
  • b17f3e8ef6 non-intrusive exception_ptr support for msvc 7.1 and 8.0 (for now) thanks Anthony Williams Emil Dotchevski 2010-09-01 06:05:11 +0000
  • 9225004f9d Implement negative_binomial_distribution. Steven Watanabe 2010-08-31 20:07:59 +0000
  • 5d8f567328 Avoid name ambiguity, etc Paul A. Bristow 2010-08-31 18:12:53 +0000
  • f181bc8579 Avoid name ambiguity, etc Paul A. Bristow 2010-08-31 15:01:57 +0000
  • 373adc3c15 Avoid name ambiguity, etc Paul A. Bristow 2010-08-31 14:37:32 +0000
  • cf2294a78e Avoid name ambiguity. Paul A. Bristow 2010-08-31 14:05:46 +0000
  • 57b8a3f890 Avoid name ambiguity. Paul A. Bristow 2010-08-31 13:55:29 +0000
  • b4e8a73079 Suppress GCC warnings from this header when compiled with -pedantic and certain GCC-4.x versions (probably 4.5.0 specific). John Maddock 2010-08-31 12:19:53 +0000
  • 994c8dcc61 In Perl mode then "something+++" should be an error. Add the necessary error handling. Fixes #4608. John Maddock 2010-08-31 11:25:56 +0000
  • 4184860537 Add missing includes Douglas Gregor 2010-08-31 04:50:56 +0000
  • 2fbcfb0133 Ticket #3520 Syntax Error in boost/typeof/typeof.hpp Line 18 of boost/typeof/typeof.hpp fixed from # ifndef(BOOST_TYPEOF_EMULATION) to # ifndef BOOST_TYPEOF_EMULATION Peder Holt 2010-08-30 20:21:47 +0000
  • da54706e54 #4605: Make BOOST_TYPEOF_SILENT default BOOST_TYPEOF_SILENT has been removed and BOOST_TYPEOF_MESSAGES has been added. Messages are now hidden by default, and you have to define BOOST_TYPEOF_MESSAGES to see them at all. Peder Holt 2010-08-30 20:08:29 +0000
  • 882b0a0103 Removed tabs from file Peder Holt 2010-08-30 20:00:04 +0000
  • 97f88231e8 #4593: Type_of does not use BOOST_TYPEOF_EMULATION for VC10 and \Za - fixed Peder Holt 2010-08-30 19:29:02 +0000
  • 160bc5bd80 Added explicit std qualifiers to avoid name clash of boost and STL equal algorithms Andrey Semashev 2010-08-30 15:37:58 +0000
  • acf6cb2491 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:36:03 +0000
  • 463ee675bc Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:34:36 +0000
  • 3fc4408bf2 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:30:55 +0000
  • f3915d72dc Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:20:54 +0000
  • 29454b2cc6 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:13:14 +0000
  • 3d665b9147 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:10:05 +0000
  • 7fae88dafe Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:07:41 +0000
  • b9c8b57b43 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:02:45 +0000
  • 8387f8081f Add several new distributions Paul A. Bristow 2010-08-30 09:02:02 +0000
  • c63d93faa3 Avoid evaluating BOOST_PP_SEQ_HEAD when it isn't needed. Fixes #4465. Steven Watanabe 2010-08-30 02:26:02 +0000
  • af5c39139f Remove unused #include. Refs #4465. Steven Watanabe 2010-08-30 02:24:41 +0000
  • dd4bc7e038 Use the right name for intersect. Fixes #4600. Steven Watanabe 2010-08-30 00:37:46 +0000
  • 4dd1d18b78 Spirit: fixed a couple of (potential) ADL problems Hartmut Kaiser 2010-08-29 21:24:32 +0000
  • 03ef7f8dcc Spirit: untabified file Hartmut Kaiser 2010-08-29 21:22:42 +0000
  • cbf115c830 Spirit: Added exposed attribute to qi::grammar and karma::grammar Hartmut Kaiser 2010-08-29 21:21:18 +0000
  • 6437b90bb8 Restore 1.43 style document fields. Daniel James 2010-08-29 21:11:02 +0000
  • ac30602aaa Added inverse_gamma distribution Paul A. Bristow 2010-08-29 18:04:08 +0000
  • 0e74cbea80 Inverse Gamma example (TODO!) Paul A. Bristow 2010-08-29 18:03:21 +0000
  • 1d51cf2156 typo Paul A. Bristow 2010-08-29 17:57:22 +0000
  • 0e82715cc5 inverse_gamma distribution 1st draft Paul A. Bristow 2010-08-29 17:51:21 +0000
  • f3bcd0f5c7 Use C strings in position_iterator. Daniel James 2010-08-29 11:20:57 +0000
  • 8221f95a50 Fix some issues with inlined template code not being available to other compile units. Daniel James 2010-08-29 11:20:24 +0000
  • bff9301c47 Only stack macros when necessary. Daniel James 2010-08-29 11:18:51 +0000
  • cf96564dc6 Refactor tests Steven Watanabe 2010-08-29 04:03:02 +0000
  • 2b7f8738f9 Add missing #include Steven Watanabe 2010-08-29 03:47:16 +0000
  • 5d0202e5e6 Fixes for Boost 1.45 Ion Gaztañaga 2010-08-28 23:11:57 +0000
  • cdbdf8ce3a Fixes for Boost 1.45 Ion Gaztañaga 2010-08-28 23:11:31 +0000
  • bcb6d0593c Pick STLPort endian options when available. This should be a fix for embedded Visual C++ used with STLPort. John Maddock 2010-08-28 17:34:12 +0000
  • 3e9551da33 Spirit: fixing mini_c example for VS2010 and fixing a operator precedence bug there Hartmut Kaiser 2010-08-28 15:50:42 +0000
  • 8a6c734534 Fusion: documentation fixes Christopher Schmidt 2010-08-27 20:36:00 +0000
  • a83db6bc74 Wave: fixing a bug preventing the skipped_token hook to be called for 'inactive' conditional preprocessing directive tokens Hartmut Kaiser 2010-08-27 19:35:18 +0000
  • fce5620976 Spirit: updating comments Hartmut Kaiser 2010-08-27 18:06:24 +0000
  • a0cc0039c0 Spirit: adding example showing how to parse into a QString Hartmut Kaiser 2010-08-27 18:02:34 +0000