4bca2950beuse 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
ce3138ec05added x = 0 special case. Example runs OK. Need to rebuild trunk libs to test.
Paul A. Bristow
2010-09-07 13:57:12 +0000
b549a804c8Spirit: replaced <:: with < :: to avoid forming trigraphs
Hartmut Kaiser
2010-09-06 22:21:39 +0000
d990eb1a00bugfix: guard always returning false with an anonymous transition causes stack overflow
Christophe Henry
2010-09-06 20:17:01 +0000
2456659ad9Change 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
f4d7ba5dccFix: windows does not have wait(), use own macros instead.
Jürgen Hunold
2010-09-06 14:14:09 +0000
1d43976010Suppress 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
40c21425dfWave: 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
c458bbefb3Change logic so that int32_t etc is an int rather than a long where possible.
John Maddock
2010-09-05 16:27:09 +0000
3b9691ec2dFix argument position in break_arguments.
Daniel James
2010-09-05 08:14:16 +0000
e978052a6bFix 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
2a70242c66Fix a few more compiler warnings.
John Maddock
2010-09-04 17:36:23 +0000
8c77bfe011Spirit: More disambiguation of Phoenix types in Spirit.Classic
Hartmut Kaiser
2010-09-04 13:19:11 +0000
8938a3da5eSpirit: moved #include's out of conditional blocks
Hartmut Kaiser
2010-09-04 13:01:51 +0000
bc2ce08640Fix double-initializion of config files in Boost.Build/Python.
Vladimir Prus
2010-09-04 12:39:20 +0000
c0fb39426eMake toolset version relevant for configure checks.
Vladimir Prus
2010-09-04 12:29:10 +0000
a08c41d3e5Unbreak project loading in python port
Vladimir Prus
2010-09-04 12:27:39 +0000
04a1857da0Remove tools/jam, for 'svn merge' failed to do that.
Vladimir Prus
2010-09-04 11:42:36 +0000
6623a5fe3bMerge r64039, wherein testing was fixed after jam move.
Vladimir Prus
2010-09-04 11:40:26 +0000
d3833607a2Merge r64010, wherein jam has been moved.
Vladimir Prus
2010-09-04 11:02:21 +0000
7e19ce60cfAdd 'strip-eol' option to SHELL. Also, return actual exit status.
Vladimir Prus
2010-09-04 10:10:34 +0000
bcbc8f0843fixing obscure, extremely rare double- free() bug in clone_current_exception_msvc.cpp
Emil Dotchevski
2010-09-04 00:43:24 +0000
196aa9ad55Spirit: bumping version
Hartmut Kaiser
2010-09-03 17:35:23 +0000
f516d19151Spirit: Added specializations for signed char and unsigned char to the auto parser and generator.
Hartmut Kaiser
2010-09-03 17:22:29 +0000
90c994dd79Up 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
38b552b109fixing minor memory leak in the non-intrusive MSVC exception_ptr support.
Emil Dotchevski
2010-09-03 07:15:47 +0000
51fd782ed3cosmetic 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
db54875899Non-intrusive exception_ptr support for msvc 7.1/8.0/9.0 (thanks Anthony Williams)
Emil Dotchevski
2010-09-03 02:03:15 +0000
866a953925Disabled asserts since test code isn't working for big endian machines.
Christian Henning
2010-09-02 20:45:49 +0000
52ca181bdbAdded new info about needing to build a library to get GraphML reading; fixes#4556
Jeremiah Willcock
2010-09-02 20:05:58 +0000
9d58f26305Fixed clearing of vertices with self-loop edges; fixes#4622
Jeremiah Willcock
2010-09-02 18:24:17 +0000
131a514532Added test output. OK with typeof recent update.
Paul A. Bristow
2010-09-02 11:32:45 +0000
9e8ae250cdTreat x == 0 as special case (some platforms find NaN not 0)
Paul A. Bristow
2010-09-02 11:30:49 +0000
3e6b91ab04included #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
7ffc64f582Mistake in declaration noted by Darwin only corrected.
Paul A. Bristow
2010-09-02 11:01:26 +0000
bd724823d8Set warnings as errors in type_traits library, where possible.
John Maddock
2010-09-02 09:32:35 +0000
b774ac3954Update to use Quickbook 1.5
Paul A. Bristow
2010-09-01 18:10:43 +0000
83816a659cMinor editorial updates.
Paul A. Bristow
2010-09-01 18:08:33 +0000
ba72d727a3Minor editorial updates.
Paul A. Bristow
2010-09-01 18:07:13 +0000
acc141313dAdded test code to make sure cross byte pixel values work correctly. See comments.
Christian Henning
2010-09-01 18:04:40 +0000
9b9c9bf7b1Minor editorial updates.
Paul A. Bristow
2010-09-01 18:04:34 +0000
ecc5b96e8dCorrected 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
5f3afb5f8fMinor editorial with some added comments.
Paul A. Bristow
2010-09-01 17:46:05 +0000
1edc3d73ffComments added.
Paul A. Bristow
2010-09-01 17:43:55 +0000
b67ca38522Merge r65004 from trunk
Jürgen Hunold
2010-09-01 16:18:07 +0000
98d7bee3b1Fix for_each test for C++0x
Steven Watanabe
2010-09-01 16:08:21 +0000
ab179534f1Fix set_c iterators.
Steven Watanabe
2010-09-01 15:16:53 +0000
1cce551a3fPrevent double initialization of Jamfile in some cases.
Vladimir Prus
2010-09-01 09:02:49 +0000
383625b806Give a location to project-config.jam.
Vladimir Prus
2010-09-01 08:40:17 +0000
9ea73e400bdisabling the non-intrusive exception_ptr support in tests, seems buggy..
Emil Dotchevski
2010-09-01 07:59:35 +0000
b17f3e8ef6non-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
9225004f9dImplement negative_binomial_distribution.
Steven Watanabe
2010-08-31 20:07:59 +0000
5d8f567328Avoid name ambiguity, etc
Paul A. Bristow
2010-08-31 18:12:53 +0000
f181bc8579Avoid name ambiguity, etc
Paul A. Bristow
2010-08-31 15:01:57 +0000
373adc3c15Avoid name ambiguity, etc
Paul A. Bristow
2010-08-31 14:37:32 +0000
cf2294a78eAvoid name ambiguity.
Paul A. Bristow
2010-08-31 14:05:46 +0000
57b8a3f890Avoid name ambiguity.
Paul A. Bristow
2010-08-31 13:55:29 +0000
b4e8a73079Suppress 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
994c8dcc61In Perl mode then "something+++" should be an error. Add the necessary error handling. Fixes#4608.
John Maddock
2010-08-31 11:25:56 +0000
4184860537Add missing includes
Douglas Gregor
2010-08-31 04:50:56 +0000
2fbcfb0133Ticket #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
882b0a0103Removed 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
160bc5bd80Added explicit std qualifiers to avoid name clash of boost and STL equal algorithms
Andrey Semashev
2010-08-30 15:37:58 +0000
acf6cb2491Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:36:03 +0000
463ee675bcAvoid name ambiguity.
Paul A. Bristow
2010-08-30 09:34:36 +0000
3fc4408bf2Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:30:55 +0000
f3915d72dcAvoid name ambiguity.
Paul A. Bristow
2010-08-30 09:20:54 +0000
29454b2cc6Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:13:14 +0000
3d665b9147Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:10:05 +0000
7fae88dafeAvoid name ambiguity.
Paul A. Bristow
2010-08-30 09:07:41 +0000
b9c8b57b43Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:02:45 +0000
8387f8081fAdd several new distributions
Paul A. Bristow
2010-08-30 09:02:02 +0000
c63d93faa3Avoid evaluating BOOST_PP_SEQ_HEAD when it isn't needed. Fixes#4465.
Steven Watanabe
2010-08-30 02:26:02 +0000
af5c39139fRemove unused #include. Refs #4465.
Steven Watanabe
2010-08-30 02:24:41 +0000
dd4bc7e038Use the right name for intersect. Fixes#4600.
Steven Watanabe
2010-08-30 00:37:46 +0000
4dd1d18b78Spirit: fixed a couple of (potential) ADL problems
Hartmut Kaiser
2010-08-29 21:24:32 +0000
03ef7f8dccSpirit: untabified file
Hartmut Kaiser
2010-08-29 21:22:42 +0000
cbf115c830Spirit: Added exposed attribute to qi::grammar and karma::grammar
Hartmut Kaiser
2010-08-29 21:21:18 +0000
6437b90bb8Restore 1.43 style document fields.
Daniel James
2010-08-29 21:11:02 +0000
ac30602aaaAdded inverse_gamma distribution
Paul A. Bristow
2010-08-29 18:04:08 +0000
0e74cbea80Inverse Gamma example (TODO!)
Paul A. Bristow
2010-08-29 18:03:21 +0000
1d51cf2156typo
Paul A. Bristow
2010-08-29 17:57:22 +0000
0e82715cc5inverse_gamma distribution 1st draft
Paul A. Bristow
2010-08-29 17:51:21 +0000
f3bcd0f5c7Use C strings in position_iterator.
Daniel James
2010-08-29 11:20:57 +0000
8221f95a50Fix some issues with inlined template code not being available to other compile units.
Daniel James
2010-08-29 11:20:24 +0000
bff9301c47Only stack macros when necessary.
Daniel James
2010-08-29 11:18:51 +0000
cf96564dc6Refactor tests
Steven Watanabe
2010-08-29 04:03:02 +0000
2b7f8738f9Add missing #include
Steven Watanabe
2010-08-29 03:47:16 +0000
5d0202e5e6Fixes for Boost 1.45
Ion Gaztañaga
2010-08-28 23:11:57 +0000
cdbdf8ce3aFixes for Boost 1.45
Ion Gaztañaga
2010-08-28 23:11:31 +0000
bcb6d0593cPick 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
3e9551da33Spirit: fixing mini_c example for VS2010 and fixing a operator precedence bug there
Hartmut Kaiser
2010-08-28 15:50:42 +0000
8a6c734534Fusion: documentation fixes
Christopher Schmidt
2010-08-27 20:36:00 +0000
a83db6bc74Wave: 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
fce5620976Spirit: updating comments
Hartmut Kaiser
2010-08-27 18:06:24 +0000
a0cc0039c0Spirit: adding example showing how to parse into a QString
Hartmut Kaiser
2010-08-27 18:02:34 +0000