6d235d1331New graphs for inverse gamma and chi square new distributions
Paul A. Bristow
2010-09-29 13:41:16 +0000
b6383cd28fNew graphs for inverse gamma and chi square new distributions
Paul A. Bristow
2010-09-29 13:35:59 +0000
ab0a82948dNew graphs for inverse gamma and chi square new distributions
Paul A. Bristow
2010-09-29 13:35:04 +0000
636a17f774New section.
Paul A. Bristow
2010-09-29 13:23:00 +0000
3e7e88bd65Changed to avoid using namespace boost::math
Paul A. Bristow
2010-09-29 10:32:55 +0000
1625b9b713Full read through, many minor edits, added two new distributions, including graphs. New items for 1.45 added, new credits, and new FAQ section.
Paul A. Bristow
2010-09-29 09:23:59 +0000
64d1da81beAdded two new distributions.
Paul A. Bristow
2010-09-29 09:12:59 +0000
55f782afbaAdded more tests.
Paul A. Bristow
2010-09-29 09:12:08 +0000
e837b35fb9Added explicit #include <cerrno>
Paul A. Bristow
2010-09-29 09:10:00 +0000
b5dcc09590Added comment on location of pch.cpp
Paul A. Bristow
2010-09-29 09:08:50 +0000
9b5a9bd9beTests for new distribution, including spot values from Mathematica.
Paul A. Bristow
2010-09-29 09:08:05 +0000
7a1700c5f7checked with better tests.
Paul A. Bristow
2010-09-29 08:57:51 +0000
b17cff7dbblayout and comments etc
Paul A. Bristow
2010-09-29 08:56:06 +0000
7613cd31e8Adding regression test for real_parser<float>, still fails, ATM.
Hartmut Kaiser
2010-09-28 22:29:34 +0000
7a2ea36605Fixed possibly invalid XML generated from debug facilities
Hartmut Kaiser
2010-09-28 16:38:01 +0000
ccd715cf42Merged signals2 docs from trunk.
Frank Mori Hess
2010-09-28 15:31:36 +0000
ebcbe1eb00Undocumented slot_base::track_container_type and slot_base::tracked_objects(), as they are no longer worth documentation due to the changes required to support tracking foreign shared_ptr types.
Frank Mori Hess
2010-09-28 15:10:10 +0000
53ea93d7aaFixed documentation typo.
Frank Mori Hess
2010-09-28 14:58:46 +0000
3060d1fdc7Fix formatting of short-only options.
Vladimir Prus
2010-09-28 09:04:44 +0000
a2a296361atest workaround IBM compiler error
Christophe Henry
2010-09-27 18:54:37 +0000
c899b414e5Relax the check between user-specified version and the one from 'g++'.
Vladimir Prus
2010-09-27 16:39:37 +0000
ccabaa9c77Also force <runtime-link>shared for Python extension.
Vladimir Prus
2010-09-27 16:35:09 +0000
3edc343622Make extension copied to current directory, for convenient testing
Vladimir Prus
2010-09-27 16:27:16 +0000
fadfc8f66dAdd verification on gcc version and command.
Vladimir Prus
2010-09-27 16:05:45 +0000
ca2ddc090aFix integer argument promotion, to simplify code and suppress warnings.
John Maddock
2010-09-27 14:36:18 +0000
20ca903eebSuppress use of typeof with the IBM compiler - it appears not to work?
John Maddock
2010-09-27 12:25:37 +0000
035077ae9eSuppress some Intel C++ warnings.
John Maddock
2010-09-27 12:23:46 +0000
03b1356238Add missing #include.
John Maddock
2010-09-27 12:15:03 +0000
556ae47524Add missing files.
John Maddock
2010-09-27 08:42:15 +0000
af4f76d296Add Vincete Botet's patches for new BOOST_NO_NUMERIC_LIMITS_LOWEST macro. Disabled BOOST_HAS_NL_TYPES macro for cygwin - it lies about being XSI conforming :-(
John Maddock
2010-09-26 09:30:38 +0000
0a4e338b6bAdded patch from Daniel Trebbien
Jeremiah Willcock
2010-09-26 02:29:42 +0000
30ad75afb4Merge quickbook from trunk.
Daniel James
2010-09-26 00:01:35 +0000
b2fc69cc82Added Stoer-Wagner min-cut algorithm submitted by Daniel Trebbien
Jeremiah Willcock
2010-09-25 18:52:41 +0000
dd4e7bbba6added missing dependency to serialization lib
Christophe Henry
2010-09-24 18:42:22 +0000
d12ebfdf47fixed warning messages with gcc
Christophe Henry
2010-09-24 18:19:29 +0000
ff4983a701Add conditional trait. Update and regenerate docs. Update type_traits.hpp and add trivial test case for it.
John Maddock
2010-09-24 17:12:08 +0000
0eeba10435checking in merged changes from internal including sort adaptor and bug fix for 90 degree orientation
Luke Simonson
2010-09-23 23:55:56 +0000
bdbdb10fcbadded serialization example
Christophe Henry
2010-09-23 20:28:00 +0000
a35e55c862added serialization + cleaned up transition tables
Christophe Henry
2010-09-23 20:15:02 +0000
c9c484b3baadded test cases for serialization
Christophe Henry
2010-09-23 20:03:28 +0000
178099ad12used a proto sub-domain for states to avoid the conflict with boost::serialization's operators << and >>
Christophe Henry
2010-09-23 19:44:46 +0000
86a1218fdaAdded shared pointer support
Matthias Troyer
2010-09-23 19:26:26 +0000
60ffa68c1blibs/python/src/object/function.cpp: support __module__ attribute (to help certain doc generation systems)
Ralf W. Grosse-Kunstleve
2010-09-23 19:22:12 +0000
3709d13b5fVarious configure improvements
Vladimir Prus
2010-09-23 11:36:26 +0000
6ced287b0fMerged signals2 docs to release.
Frank Mori Hess
2010-09-22 15:56:15 +0000
b73a297af4Added docs for new slot::track_foreign method.
Frank Mori Hess
2010-09-22 14:49:23 +0000
248dc8aee4Change these two traits to always use a static constant and not BOOST_STATIC_CONSTANT - otherwise they don't work! Refs #4669.
John Maddock
2010-09-22 08:47:55 +0000
078ab22daeFix for cygwin symbol visibility - sometimes _WIN32 may be defined even on cygwin. Fixes#4670.
John Maddock
2010-09-22 08:24:07 +0000
a4dd15a108Update test case to make it a touch more strict.
John Maddock
2010-09-21 17:09:57 +0000
1bece53eceboost/math/distributions/inverse_chi_squared.hpp: bug fix (compilation errors with g++ 4)
Ralf W. Grosse-Kunstleve
2010-09-21 16:03:23 +0000
d9786f77b3make auto_any ctor explicit
Eric Niebler
2010-09-21 14:37:31 +0000
43fc9031b4added fix_six.cpp to fix 143 problem
Robert Ramey
2010-09-21 06:34:17 +0000
e854ce9e0edocumentation correction - especially fix for 1.42/1.43 binary archive problem
Robert Ramey
2010-09-21 04:41:48 +0000
7da554f9b3first increment in concept update
Robert Ramey
2010-09-21 04:12:28 +0000
1466dcc069Add option to explicitly disable ICU support. Update docs to describe new ICU config support.
John Maddock
2010-09-20 16:56:48 +0000
45c4a63642Add inverse chi square distribution
Paul A. Bristow
2010-09-20 15:52:41 +0000
03a9d82458Start to document the differences between quickbook language versions.
Daniel James
2010-09-18 17:58:24 +0000
d7b0579b28Split the quickbook documentation into several files.
Daniel James
2010-09-18 17:57:54 +0000
41b7754061Flatten the quickbook documentation hierarchy a little.
Daniel James
2010-09-18 17:57:09 +0000
3e86cc81d9Comment all the 'endsect's in the quickbook documentation.
Daniel James
2010-09-18 17:56:43 +0000
559c6b70a5Nested blocks in document info comments.
Daniel James
2010-09-18 17:56:15 +0000
9588728a50Fix the anchor parser.
Daniel James
2010-09-18 17:55:23 +0000
5ed66527eaFusion/Spirit: adt_attribute_proxy refactorization
Christopher Schmidt
2010-09-17 20:38:23 +0000
f9fe59ffbeImprove error handling and fix Linux errors.
John Maddock
2010-09-17 18:13:45 +0000
472fb9cccdAdd declval and common type from Vicente J. Botet Escriba. Regenerate docs.
John Maddock
2010-09-17 12:12:03 +0000
4b2787f029Spirit: better specializations for fusion::extension::access::adt_attribute_proxy
Christopher Schmidt
2010-09-16 17:46:01 +0000
b909140b3fFusion: BOOST_FUSION_ADAPT_xxxCLASSxxx -> BOOST_FUSION_ADAPT_xxxADTxxx
Christopher Schmidt
2010-09-16 16:33:25 +0000
afbd2a7761#include the right header. Fixes#4653.
Steven Watanabe
2010-09-16 16:07:31 +0000
8a94715906Make sure that utility/index.html has a complete list of components. Fixes#4629.
Steven Watanabe
2010-09-16 15:40:47 +0000
9e85c07637Merge quickbook from trunk.
Daniel James
2010-09-15 22:54:21 +0000
fb882b9e9aadded examples of serialization
Christophe Henry
2010-09-15 19:46:45 +0000
1fd7cf414dimproved serialization: - for composite states - for front-end attributes
Christophe Henry
2010-09-15 19:45:00 +0000
5dcd9b85b9Add inverse_chi_squared_distribution to fwd list
Paul A. Bristow
2010-09-15 15:40:44 +0000
8b839bed7c1st draft
Paul A. Bristow
2010-09-15 15:39:43 +0000
c316cb60a3Simplify the link grammars.
Daniel James
2010-09-14 20:53:14 +0000
3ddd9257a6More link tests.
Daniel James
2010-09-14 20:50:51 +0000
e3ed522980An extra test for lists.
Daniel James
2010-09-14 20:47:16 +0000
5d61fdae9fOnly create output file after a successful parse.
Daniel James
2010-09-14 20:46:31 +0000
7944ed01f8Don't match words that start with tip, note etc.
Daniel James
2010-09-14 20:45:47 +0000
f28d5ec0a1Create a parser to extract block as an attribute.
Daniel James
2010-09-14 20:44:22 +0000
2307408c24unfinished example of serialize
Christophe Henry
2010-09-13 21:46:41 +0000
5655af204bfirst try of serialization
Christophe Henry
2010-09-13 21:44:54 +0000
fdaf7f93c0Add } to the list of special characters and regenerate docs.
John Maddock
2010-09-13 08:19:25 +0000
1d59581473Add new traits add_lvalue_reference and add_rvalue_reference.
John Maddock
2010-09-11 18:00:56 +0000
b451494f04Adding documentation for bundled graph properties.
Andrew Sutton
2010-09-11 14:33:38 +0000
2a80896813Fixing #4642.
Andrew Sutton
2010-09-11 14:05:41 +0000
ef8e02b032Fix#4487 V2 create_hard_link problem with old Windows SDK
Beman Dawes
2010-09-10 12:51:00 +0000
728be9d770Add biblioid support to quickbook.
Daniel James
2010-09-09 22:45:39 +0000
a8273c7d76Fix some html errors in the iostreams frame page.
Daniel James
2010-09-09 22:44:49 +0000
5951c4f748Fix typo
Vladimir Prus
2010-09-09 20:52:08 +0000
d0bafcfaf3Fixed a problem when compiling with gcc.
Christian Henning
2010-09-09 14:15:06 +0000
8bfa1708faaddressing msvc 7.1 issues in the non-intrusive exception_ptr support.
Emil Dotchevski
2010-09-09 00:32:37 +0000
474f0b6082Fix a bug in nested template support.
Daniel James
2010-09-09 00:11:35 +0000
0436a88e8aUse confix parsers in a few places.
Daniel James
2010-09-09 00:11:02 +0000
67b16329adCherry pick some reorganisation from the spirit 2 branch.
Daniel James
2010-09-09 00:10:30 +0000
3c7db41ea8Use explicit namespaces.
Daniel James
2010-09-09 00:09:34 +0000
b9f48a4b7ffixed transition conflict bug
Christophe Henry
2010-09-08 20:57:12 +0000
310a1dfcb3documentation update
Emil Dotchevski
2010-09-08 07:28:24 +0000
183f866f75properly ifdeffing the X86 MSVC non-intrusive exception_ptr support
Emil Dotchevski
2010-09-07 21:46:10 +0000
946e2e32d2removed unneeded process_completion
Christophe Henry
2010-09-07 19:11:18 +0000