Commit Graph

155 Commits

Author SHA1 Message Date
Eric Niebler
ddc66e0507 fix test bug
[SVN r50415]
2008-12-30 19:31:09 +00:00
Eric Niebler
d045f6ca8e Merged revisions 50392 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r50392 | eric_niebler | 2008-12-27 17:44:00 -0800 (Sat, 27 Dec 2008) | 1 line
  
  add rolling_window, rolling_count, rolling_sum and rolling_mean
........


[SVN r50414]
2008-12-30 19:30:45 +00:00
Eric Niebler
e1e4f6e6ec add rolling_window, rolling_count, rolling_sum and rolling_mean
[SVN r50392]
2008-12-28 01:44:00 +00:00
Eric Niebler
b8685f0f6b Merged revisions 50325 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r50325 | eric_niebler | 2008-12-19 09:28:35 -0800 (Fri, 19 Dec 2008) | 1 line
  
  add missing qualification to code example
........


[SVN r50326]
2008-12-19 17:45:31 +00:00
Eric Niebler
f4f66b8f50 add missing qualification to code example
[SVN r50325]
2008-12-19 17:28:35 +00:00
John Maddock
d7f3f37cb7 Added checks for required tools.
[SVN r50087]
2008-12-03 18:10:33 +00:00
Eric Niebler
e550628f47 fix path when building accumulators docs on windows
[SVN r49810]
2008-11-16 21:35:21 +00:00
Eric Niebler
158c5ab2fa fix path when building accumulators docs on windows, fixes #2233
[SVN r49809]
2008-11-16 21:32:40 +00:00
Eric Niebler
c83c45828c add missing #include
[SVN r49808]
2008-11-16 21:28:32 +00:00
Eric Niebler
b8bd121b83 add missing #include, fixes #2491
[SVN r49807]
2008-11-16 21:23:49 +00:00
Eric Niebler
0d344b13b6 add missing namespace qualifications
[SVN r49806]
2008-11-16 21:22:52 +00:00
Eric Niebler
1e18872abc add missing namespace qualifications, fixes #2502
[SVN r49805]
2008-11-16 21:17:28 +00:00
Michael A. Jackson
b3b0e933a6 Updating dependency information for modularized libraries.
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
bbc210b07b Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
750e5d3e27 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00
John Maddock
06f37f615d Merge fixes from Trunk.
Fixes #2392.

Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.

Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only. 

[SVN r49314]
2008-10-13 09:00:03 +00:00
John Maddock
8fd4c7f724 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library.  With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.

Fixes #2392.


[SVN r49254]
2008-10-10 16:10:00 +00:00
Eric Niebler
ed04a9946d Merged revisions 47622 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r47622 | eric_niebler | 2008-07-19 21:58:31 -0700 (Sat, 19 Jul 2008) | 1 line
  
  fix links to MPL and Parameters libraries
........


[SVN r47623]
2008-07-20 05:12:42 +00:00
Eric Niebler
404b0fbef2 fix links to MPL and Parameters libraries
[SVN r47622]
2008-07-20 04:58:31 +00:00
Jurko Gospodnetić
1735fe7124 Comment typo corrections & stylistic changes.
[SVN r47368]
2008-07-13 00:15:30 +00:00
Eric Niebler
cef722f4af Merged revisions 47124 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r47124 | eric_niebler | 2008-07-05 21:31:15 -0700 (Sat, 05 Jul 2008) | 1 line
  
  add missing docs for some weighted stats, how to extend the numeric operators library, and note in which headers each statistical accumulator resides
........


[SVN r47125]
2008-07-06 04:50:32 +00:00
Eric Niebler
ad28bfc3fa add missing docs for some weighted stats, how to extend the numeric operators library, and note in which headers each statistical accumulator resides
[SVN r47124]
2008-07-06 04:31:15 +00:00
Eric Niebler
625a3efbb7 Merged revisions 46929 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r46929 | eric_niebler | 2008-06-30 12:38:33 -0700 (Mon, 30 Jun 2008) | 1 line
  
  fix bad LaTeX formula in Doxygen comment
........


[SVN r46933]
2008-06-30 21:53:01 +00:00
Eric Niebler
55fac98537 fix bad LaTeX formula in Doxygen comment
[SVN r46929]
2008-06-30 19:38:33 +00:00
Eric Niebler
07d39bce9a Merged revisions 46687 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r46687 | eric_niebler | 2008-06-25 10:58:23 -0700 (Wed, 25 Jun 2008) | 1 line
  
  remove dependence on undefined vector capacity behavior in tail_impl
........


[SVN r46688]
2008-06-25 18:07:14 +00:00
Eric Niebler
20d5e3f16d remove dependence on undefined vector capacity behavior in tail_impl
[SVN r46687]
2008-06-25 17:58:23 +00:00
Eric Niebler
328621645b Merged revisions 46651 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r46651 | eric_niebler | 2008-06-24 08:40:19 -0700 (Tue, 24 Jun 2008) | 1 line
  
  make immediate the default implementation for variance and weighted_variance
........


[SVN r46654]
2008-06-24 15:54:23 +00:00
Eric Niebler
6e1c1ad9ba make immediate the default implementation for variance and weighted_variance
[SVN r46651]
2008-06-24 15:40:19 +00:00
Eric Niebler
e26cb38e06 Merged revisions 46558 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r46558 | eric_niebler | 2008-06-20 07:39:49 -0700 (Fri, 20 Jun 2008) | 1 line
  
  result_type, so accumulator_set works with boost::result_of
........


[SVN r46563]
2008-06-20 16:01:50 +00:00
Eric Niebler
99532cdd87 result_type, so accumulator_set works with boost::result_of
[SVN r46558]
2008-06-20 14:39:49 +00:00
Eric Niebler
053ae0f393 integrate accumulators
[SVN r46542]
2008-06-20 03:47:42 +00:00
Eric Niebler
04e6ae539a alternate way to use an accumulator with an algorithm
[SVN r46540]
2008-06-20 02:34:00 +00:00
Eric Niebler
420714f55d fix bug where pow() wasn't finding operator overload in the operators namespace
[SVN r45570]
2008-05-20 00:06:06 +00:00
Eric Niebler
08d96ec5c3 fix documentation about droppable, replace accumulator_set_wrapper example with bind() and ref()
[SVN r43523]
2008-03-06 01:56:57 +00:00
Eric Niebler
55a1ee8bd4 eliminate msvc level 4 warnings, fixes #1631
[SVN r43501]
2008-03-04 19:31:57 +00:00
Eric Niebler
eccdba7df9 rename numeric::empty to numeric::default_, fixes #1650
[SVN r43496]
2008-03-04 18:51:07 +00:00
Markus Schöpflin
93e98df17e Added missing template keyword.
[SVN r43410]
2008-02-25 08:37:10 +00:00
Eric Niebler
333b17fd2b darn, back out bad droppable changes
[SVN r43314]
2008-02-19 07:33:30 +00:00
Eric Niebler
71e2a75fca fix droppable accumulators
[SVN r43312]
2008-02-19 07:14:37 +00:00
Eric Niebler
12485222bb remove post_construct docs, fix link to boost.parameter library
[SVN r43306]
2008-02-18 18:29:29 +00:00
Eric Niebler
42afc95cac remove dependence on boost.lambda, make numeric function objects work with std binders
[SVN r43300]
2008-02-18 06:16:27 +00:00
Eric Niebler
e3c0f8d97c fix dependency issue in Jamfile
[SVN r42935]
2008-01-23 21:57:47 +00:00
Eric Niebler
b1474d4214 try disabling iterator debugging for intel-win toolset
[SVN r42789]
2008-01-15 07:46:51 +00:00
Eric Niebler
b90023e25e fix more signed/unsigned warnings
[SVN r42642]
2008-01-09 20:33:05 +00:00
Eric Niebler
4e3f9eb5de copy the png files to where fop will look for them when building pdf
[SVN r42641]
2008-01-09 20:21:51 +00:00
Eric Niebler
70d3437b26 disable iterator debugging for all msvc versions
[SVN r42624]
2008-01-08 21:40:52 +00:00
Eric Niebler
68fa3bd224 fix signed/unsigned warnings, clean up trailing whitespace
[SVN r42620]
2008-01-08 18:43:43 +00:00
Eric Niebler
8b9118aff0 automatically generate png files from LaTeX formulas using doxygen
[SVN r42616]
2008-01-08 17:43:34 +00:00
Eric Niebler
dc31efbd18 add missing includes, fix signed/unsigned warnings, clean-up trailing whitespace, fixes #1552
[SVN r42571]
2008-01-07 19:08:16 +00:00
Eric Niebler
8edf1470ed s/order/tail/
[SVN r42570]
2008-01-07 19:06:31 +00:00