9bf085004esee #3397 * merged [56045] into release * add enable_if to operator* for scalar*vector, vector*scalar, scalar*matrix, matrix*scalar in order to hinder unexpected instantiation.
Gunter Winkler
2009-10-06 23:31:22 +0000
5321c0fc28see #3396 (view concepts), see #3449 (new free functions) * merged [51765],[56003],[56600],[56602],[56621] into release * added new free functions to simplify learning uBLAS
Gunter Winkler
2009-10-06 23:13:46 +0000
e9d2fac81dsee #3457 and see #3443: * merged [56162],[56164],[56248],[56622],[56249] into release * added move semantics for dense matrix and vector containers
Gunter Winkler
2009-10-06 22:35:51 +0000
3bea91cc3bsee #3449: introduce new free functions to access matrix/vector properties (Incomplete) * added error message when BOOST_UBLAS_NO_NESTED_CLASS_RELATION is defined because the free funtions will not work here.
Gunter Winkler
2009-10-06 21:57:57 +0000
37b058b23dfix MSVC7.1 compile failure by free function begin(it, type) and end(it, type) instead of the member functions of '''it'''
Gunter Winkler
2009-10-06 20:01:15 +0000
9e33fa2ce9Merge units from the trunk.
Steven Watanabe
2009-10-06 17:01:55 +0000
d6acb268e5Fixing mismatch of default parameter values
Hartmut Kaiser
2009-10-05 22:00:09 +0000
9cc3eae858see #2872: boost/numeric/ublas/lu.hpp does not compile with GCC 4.3.2 64bit (Incomplete) * changed type of '''singular''' to '''size_type''' as suggested
Gunter Winkler
2009-10-05 21:57:02 +0000
878f8e8eaeFusion: fixing mismatch in default parameter to nview
Hartmut Kaiser
2009-10-05 21:36:55 +0000
31bfc36715Various inspect fixes.
Daniel James
2009-10-05 21:29:39 +0000
f339c5d247see #3449: introduce new free functions to access matrix/vector properties (Incomplete) * added patch from Marco Guazzone implementing all requested new functions
Gunter Winkler
2009-10-05 20:57:40 +0000
c116ca30e6see #3449: introduce new free functions to access matrix/vector properties (Incomplete)
Gunter Winkler
2009-10-05 20:44:06 +0000
140ac898fbAdd a check on iterations when Halley iterating. Correct igamma inverse initial calculations, and adjust digits needed for convergence. Fix erf calculation limits. Adjust non-convergence behaviour in Halley iteration. For issue #3408.
John Maddock
2009-10-05 17:36:56 +0000
e5ba56eb41Spirit: cosmetic changes, comment fixes, etc.
Hartmut Kaiser
2009-10-05 16:17:56 +0000
fc446f97c7Spirit: more comments in new example
Hartmut Kaiser
2009-10-05 14:48:20 +0000
6e3ec19c26Spirit: added example demonstrating transform_attribute
Hartmut Kaiser
2009-10-05 14:32:54 +0000
a1b1f108c4Spirit: fixing compilation problem in example
Hartmut Kaiser
2009-10-05 12:33:01 +0000
dd44421d1aSpirit: finalizing transform_attribute for rules, more tests
Hartmut Kaiser
2009-10-05 12:13:02 +0000
80a1fd520fSpirit: finalizing transform_attribute for rules, renamed is_not_unused to not_is_unused
Hartmut Kaiser
2009-10-05 11:45:58 +0000
4a3b098573Spirit: using customization point (assign_to) for attribute assignment
Hartmut Kaiser
2009-10-04 22:22:25 +0000
d48b8a24a2Spirit: fixing transform_attribute::post for the generic case, more tests
Hartmut Kaiser
2009-10-04 21:20:30 +0000
567ed73a93Spirit: fixing transform_attribute::post for the generic case
Hartmut Kaiser
2009-10-04 21:19:12 +0000
716bdb5dddSpirit: rule's have intrinsic attribute transformation now, added more tests
Hartmut Kaiser
2009-10-04 20:38:32 +0000
adc4975ff7Spirit: rule's have intrinsic attribute transformation now
Hartmut Kaiser
2009-10-04 20:37:25 +0000
2eb34a5ba9see #3501: Reusing concepts from different compile units yields multiple defined symbols * added BOOST_UBLAS_INLINE macros to requested locations
Gunter Winkler
2009-10-04 19:27:34 +0000
0325437d41BOOST_FUSION_ADAPT_CLASS
Joel de Guzman
2009-10-04 16:59:50 +0000
af179ff768BOOST_FUSION_ADAPT_CLASS
Joel de Guzman
2009-10-04 16:59:37 +0000
4842589fafSpirit: added customization point docs
Hartmut Kaiser
2009-10-04 16:30:27 +0000
f955981550Daily snapshot: add local trunk svn up
Beman Dawes
2009-10-04 15:37:30 +0000
0e0b038aeaWord wrap the release README.txt.
Daniel James
2009-10-04 10:38:12 +0000
ed3f8efd3dDetab.
Daniel James
2009-10-04 10:37:56 +0000
f8ecaa5001Clean up some unordered TODOs.
Daniel James
2009-10-04 10:37:36 +0000
53c0b01718Fixed more links to property_map.
Daniel James
2009-10-04 10:31:47 +0000
0e112f487bTweaks for recursive_wrapper
Joel de Guzman
2009-10-04 05:08:54 +0000
495f51df24Tweaks for recursive_wrapper
Joel de Guzman
2009-10-04 05:07:07 +0000
c815635084fixed alternative attribute handling
Joel de Guzman
2009-10-04 04:01:32 +0000
241331ecd6fixed alternative attribute handling
Joel de Guzman
2009-10-04 04:00:33 +0000
417b4bf2e3Changed from Vertex() to null_vertex() in examples; refs #3506
Jeremiah Willcock
2009-10-04 01:48:16 +0000
7f83d2b4f0Make sure inserting from a range of types other than the value type is better tested.
Daniel James
2009-10-03 16:42:20 +0000
43dbb435fcUpdate the unordered rationale.
Daniel James
2009-10-03 16:42:00 +0000
c442080872Insert using initializer lists.
Daniel James
2009-10-03 16:41:32 +0000
2f322ceb41Stricter insert exception tests.
Daniel James
2009-10-03 16:41:11 +0000
42531e2061Update reference docs to latest version of draft standard and fill in some missing details.
Daniel James
2009-10-03 16:40:53 +0000
ea533db2d1Fix the iterator category.
Daniel James
2009-10-03 16:40:26 +0000
36be504167Spirit: changed tests to utilize the new customization points
Hartmut Kaiser
2009-10-03 16:39:38 +0000
bb12630e14Refs #3470. Modified documentation for c_time functions to reflect the actual behavior.
Andrey Semashev
2009-10-03 10:21:08 +0000
d143be0c69Merged value_init from the trunk, including fix of #2548, regarding "const value_initialized".
Niels Dekker
2009-10-03 10:19:09 +0000
4c64edbd0bCopy property_tree to release branch.
Sebastian Redl
2009-10-03 10:10:00 +0000
b20954048fFixes#1861, #2213 merged from trunk.
Andrey Semashev
2009-10-03 10:04:00 +0000
1339bb4277Updated value_init documentation, because the fix of #2548 was not yet included with Boost release 1.40.0.
Niels Dekker
2009-10-03 09:18:26 +0000
3b274b7ea3Merged value_init_test from trunk, inc. [51356], anticipating the fix of ticket #2548, which will remove implicit conversion from const value_initialized<T> to non-const T&.
Niels Dekker
2009-10-03 09:08:10 +0000
a24ee8ef18Merged Swap documentation from trunk, including revision [56107] and [56108].
Niels Dekker
2009-10-03 08:15:14 +0000
d4dcae0098Spirit: more clean up of attribute customization points
Hartmut Kaiser
2009-10-02 22:01:09 +0000
30afadd8fcSpirit: restructured customization points, added qi::attr_cast, added phoenix expression support for Karma attributes, updated tests
Hartmut Kaiser
2009-10-02 21:19:08 +0000
4d974814a4Spirit: restructured customization points, added qi::attr_cast, added phoenix expression support for Karma attributes
Hartmut Kaiser
2009-10-02 21:18:41 +0000
08cc789742Spirit: fixed a problem in Qi int_extractor, now uses assign_to customization point
Hartmut Kaiser
2009-10-02 19:20:46 +0000
4558a30cb5Spirit: fixed a problem in Qi real_impl, now uses assign_to customization point
Hartmut Kaiser
2009-10-02 19:16:51 +0000
a2a32ad4feSpirit: fixed a problem in Qi real_impl preventing to use an integral type as an attribute to a floating point parser.
Hartmut Kaiser
2009-10-02 18:32:58 +0000
12c535549dkleene, plus and repeat attribute customization points.
Joel de Guzman
2009-10-02 09:05:05 +0000
dd17988b37kleene, plus and repeat attribute customization points.
Joel de Guzman
2009-10-02 09:04:57 +0000
2027569061#3502 fix
Joel de Guzman
2009-10-02 08:34:18 +0000
d5c5b31610Docs updated according to fixes for tickets #1861 and #2213.
Andrey Semashev
2009-10-01 20:22:04 +0000
758c884f19Refs #1861. Changed the default format for time durations to "%-%O:%M:%S%F" instead of "%-%H:%M:%S%F".
Andrey Semashev
2009-10-01 20:19:50 +0000
b366c3f688Refs #2213. Fixed UTC zone offset boudaries.
Andrey Semashev
2009-10-01 19:43:55 +0000
a2d448b8bfAnother round of performance tweaks for issue #3408. These should make our igamma implementation comparable in performance to the dcdflib FORTRAN routine - at least as far as MSVC is concerned.
John Maddock
2009-10-01 16:03:42 +0000
eb03b16958Refactored: use static_cast and const pointer where possible.
Jürgen Hunold
2009-10-01 10:12:00 +0000
e10f62fe53boost/python: some Py_ssize_t replaced with boost::python::ssize_t to restore compatibility with Python 2.3 and 2.4
Ralf W. Grosse-Kunstleve
2009-09-30 12:35:54 +0000
ed0e860e34Fusion: merged nview from trunk
Hartmut Kaiser
2009-09-30 02:33:30 +0000
bfa4c091c9Merging from trunk: new function diagnostic_information_what, and mutable error info access.
Emil Dotchevski
2009-09-29 20:38:11 +0000
9e19be89a2Spirit: fixed Karma repeating operators and directives to account for failing subjects
Hartmut Kaiser
2009-09-29 16:58:03 +0000
a635736df7Spirit: fixed Karma repeating operators and directives to account for failing subjects, added corresponding tests, updated docs
Hartmut Kaiser
2009-09-29 16:56:31 +0000
77365354d1Another attempt at a CSR edges() fix
Jeremiah Willcock
2009-09-29 16:33:35 +0000
1986fc1db8Fusion: fixed a couple of typos in docs
Hartmut Kaiser
2009-09-29 14:48:36 +0000
799ac9a678Spirit: added qi::bool_
Hartmut Kaiser
2009-09-29 14:30:54 +0000
368714d2d9Spirit: added qi::bool_ docs
Hartmut Kaiser
2009-09-29 14:30:33 +0000
0a78783435Just remove the test since the test itself doesn't work on most compilers.
Daniel James
2009-09-29 07:46:44 +0000
59e9a83df5apparently compiler might want to examine tu.second twice: before and after calling destructor Fixes#2889Fixes#3432Fixes#2647
Gennadiy Rozental
2009-09-29 01:33:36 +0000