Commit Graph

  • ddc66e0507 fix test bug Eric Niebler 2008-12-30 19:31:09 +0000
  • d045f6ca8e Merged revisions 50392 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-12-30 19:30:45 +0000
  • e1e4f6e6ec add rolling_window, rolling_count, rolling_sum and rolling_mean Eric Niebler 2008-12-28 01:44:00 +0000
  • b8685f0f6b Merged revisions 50325 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-12-19 17:45:31 +0000
  • f4f66b8f50 add missing qualification to code example Eric Niebler 2008-12-19 17:28:35 +0000
  • d7f3f37cb7 Added checks for required tools. John Maddock 2008-12-03 18:10:33 +0000
  • e550628f47 fix path when building accumulators docs on windows Eric Niebler 2008-11-16 21:35:21 +0000
  • 158c5ab2fa fix path when building accumulators docs on windows, fixes #2233 Eric Niebler 2008-11-16 21:32:40 +0000
  • c83c45828c add missing #include Eric Niebler 2008-11-16 21:28:32 +0000
  • b8bd121b83 add missing #include, fixes #2491 Eric Niebler 2008-11-16 21:23:49 +0000
  • 0d344b13b6 add missing namespace qualifications Eric Niebler 2008-11-16 21:22:52 +0000
  • 1e18872abc add missing namespace qualifications, fixes #2502 Eric Niebler 2008-11-16 21:17:28 +0000
  • b3b0e933a6 Updating dependency information for modularized libraries. Michael A. Jackson 2008-11-07 17:05:27 +0000
  • bbc210b07b Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. Michael A. Jackson 2008-11-07 17:02:56 +0000
  • 750e5d3e27 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor Michael A. Jackson 2008-11-01 13:15:41 +0000
  • 06f37f615d Merge fixes from Trunk. John Maddock 2008-10-13 09:00:03 +0000
  • 8fd4c7f724 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. John Maddock 2008-10-10 16:10:00 +0000
  • ed04a9946d Merged revisions 47622 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-07-20 05:12:42 +0000
  • 404b0fbef2 fix links to MPL and Parameters libraries Eric Niebler 2008-07-20 04:58:31 +0000
  • 1735fe7124 Comment typo corrections & stylistic changes. Jurko Gospodnetić 2008-07-13 00:15:30 +0000
  • cef722f4af Merged revisions 47124 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-07-06 04:50:32 +0000
  • ad28bfc3fa add missing docs for some weighted stats, how to extend the numeric operators library, and note in which headers each statistical accumulator resides Eric Niebler 2008-07-06 04:31:15 +0000
  • 625a3efbb7 Merged revisions 46929 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-06-30 21:53:01 +0000
  • 55fac98537 fix bad LaTeX formula in Doxygen comment Eric Niebler 2008-06-30 19:38:33 +0000
  • 07d39bce9a Merged revisions 46687 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-06-25 18:07:14 +0000
  • 20d5e3f16d remove dependence on undefined vector capacity behavior in tail_impl Eric Niebler 2008-06-25 17:58:23 +0000
  • 328621645b Merged revisions 46651 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-06-24 15:54:23 +0000
  • 6e1c1ad9ba make immediate the default implementation for variance and weighted_variance Eric Niebler 2008-06-24 15:40:19 +0000
  • e26cb38e06 Merged revisions 46558 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-06-20 16:01:50 +0000
  • 99532cdd87 result_type, so accumulator_set works with boost::result_of Eric Niebler 2008-06-20 14:39:49 +0000
  • 053ae0f393 integrate accumulators Eric Niebler 2008-06-20 03:47:42 +0000
  • 04e6ae539a alternate way to use an accumulator with an algorithm Eric Niebler 2008-06-20 02:34:00 +0000
  • 420714f55d fix bug where pow() wasn't finding operator overload in the operators namespace Eric Niebler 2008-05-20 00:06:06 +0000
  • 08d96ec5c3 fix documentation about droppable, replace accumulator_set_wrapper example with bind() and ref() Eric Niebler 2008-03-06 01:56:57 +0000
  • 55a1ee8bd4 eliminate msvc level 4 warnings, fixes #1631 Eric Niebler 2008-03-04 19:31:57 +0000
  • eccdba7df9 rename numeric::empty to numeric::default_, fixes #1650 Eric Niebler 2008-03-04 18:51:07 +0000
  • 93e98df17e Added missing template keyword. Markus Schöpflin 2008-02-25 08:37:10 +0000
  • 333b17fd2b darn, back out bad droppable changes Eric Niebler 2008-02-19 07:33:30 +0000
  • 71e2a75fca fix droppable accumulators Eric Niebler 2008-02-19 07:14:37 +0000
  • 12485222bb remove post_construct docs, fix link to boost.parameter library Eric Niebler 2008-02-18 18:29:29 +0000
  • 42afc95cac remove dependence on boost.lambda, make numeric function objects work with std binders Eric Niebler 2008-02-18 06:16:27 +0000
  • e3c0f8d97c fix dependency issue in Jamfile Eric Niebler 2008-01-23 21:57:47 +0000
  • b1474d4214 try disabling iterator debugging for intel-win toolset Eric Niebler 2008-01-15 07:46:51 +0000
  • b90023e25e fix more signed/unsigned warnings Eric Niebler 2008-01-09 20:33:05 +0000
  • 4e3f9eb5de copy the png files to where fop will look for them when building pdf Eric Niebler 2008-01-09 20:21:51 +0000
  • 70d3437b26 disable iterator debugging for all msvc versions Eric Niebler 2008-01-08 21:40:52 +0000
  • 68fa3bd224 fix signed/unsigned warnings, clean up trailing whitespace Eric Niebler 2008-01-08 18:43:43 +0000
  • 8b9118aff0 automatically generate png files from LaTeX formulas using doxygen Eric Niebler 2008-01-08 17:43:34 +0000
  • dc31efbd18 add missing includes, fix signed/unsigned warnings, clean-up trailing whitespace, fixes #1552 Eric Niebler 2008-01-07 19:08:16 +0000
  • 8edf1470ed s/order/tail/ Eric Niebler 2008-01-07 19:06:31 +0000
  • 53b4afe494 don't deref NULL in typeof, to keep HP cxx happy Eric Niebler 2008-01-04 00:41:44 +0000
  • a33b6febe6 add missing typename keyword Eric Niebler 2008-01-04 00:10:53 +0000
  • 78bba9269d clean up vcproj Eric Niebler 2008-01-03 01:25:07 +0000
  • 89d24a9028 add accumulators Eric Niebler 2008-01-02 20:55:20 +0000
  • 88da98e37b Move top-level boost directory over to "devel" (temporarily) Douglas Gregor 2007-07-31 20:32:15 +0000