David Bellot
c6c7572eda
updated version number in doc to 1.45
...
[SVN r66105]
2010-10-19 19:40:44 +00:00
David Bellot
e371349635
beta ublas for 1.45
...
[SVN r66085]
2010-10-19 07:01:35 +00:00
David Bellot
7c61fb5ced
whoops another file missing. Now it's correct, kdiff3 gives 100% between trunk and release
...
[SVN r63670]
2010-07-05 18:20:58 +00:00
David Bellot
456b8ed7c5
whoops, 2 files where missing during the merge !
...
[SVN r63669]
2010-07-05 18:13:41 +00:00
David Bellot
e49b3421e5
last update for 1.44
...
[SVN r63645]
2010-07-05 06:35:22 +00:00
David Bellot
d14603a868
last update for 1.44
...
[SVN r63644]
2010-07-05 06:06:24 +00:00
Hartmut Kaiser
14bbb4988c
Spirit: merging from trunk upto rev. 61489
...
[SVN r63640]
2010-07-04 22:38:38 +00:00
David Bellot
2a48373fcb
update doxygen doc
...
[SVN r63636]
2010-07-04 21:43:41 +00:00
David Bellot
bee3b5073e
Adding the first version of the doxygen documentation
...
[SVN r63627]
2010-07-04 19:27:27 +00:00
David Bellot
1bea93beb3
changed a path
...
[SVN r63618]
2010-07-04 18:25:39 +00:00
David Bellot
178d51c51a
Doxygen configuration
...
[SVN r63617]
2010-07-04 18:22:52 +00:00
David Bellot
d4a9c964ed
reverted to htm notation (sorry my mistake)
...
included test for assigment operator
remove old release notes file
[SVN r63567]
2010-07-03 22:00:48 +00:00
Marshall Clow
6aa40d92bf
Merged changes for #2981 , #4166 , and #4377 to release branch
...
[SVN r63523]
2010-07-02 15:37:14 +00:00
Marshall Clow
a7cb2a9e4d
Applied patch. Fixes #4377
...
[SVN r63413]
2010-06-28 20:11:14 +00:00
David Bellot
1abdfc464c
added Jamfile for bench5
...
[SVN r62578]
2010-06-08 14:23:51 +00:00
David Bellot
2d6fadf08c
added doc and test for assignment operator. Needs further testing
...
[SVN r62576]
2010-06-08 14:21:15 +00:00
David Bellot
c1c8ae4750
added new assignment operator. Needs further testing
...
[SVN r62575]
2010-06-08 14:20:17 +00:00
Gunter Winkler
49625dca3a
see #4202 : fixed some typos and grammar mistakes
...
[SVN r61880]
2010-05-09 20:05:07 +00:00
Douglas Gregor
7d12da09a9
Merge standards-conformance fixes for Ublas
...
[SVN r61868]
2010-05-09 01:40:22 +00:00
Douglas Gregor
6998b38375
Fix several problems with two-phase name lookup in ublas.
...
[SVN r61759]
2010-05-04 15:47:50 +00:00
Jeremiah Willcock
7c3a89e679
Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
...
[SVN r61437]
2010-04-20 18:49:18 +00:00
Jeremiah Willcock
2d54942796
Fixed tab and no-newline-at-end-of-file issues from inspection report
...
[SVN r61435]
2010-04-20 17:54:16 +00:00
David Bellot
9475a63c56
test with a single comment added
...
[SVN r61379]
2010-04-18 20:02:59 +00:00
Gunter Winkler
9bcf20f455
fix #3539 : merged [61135], [61136], [61137] into release
...
boost/numeric/ublas/traits.hpp: fixed complex_traits
libs/numeric/ublas/test/Jamfile.v2: added testcase
libs/numeric/ublas/test/test_complex_norms.cpp: new testcase
libs/numeric/ublas/doc/release_notes.htm: updated release notes
[SVN r61206]
2010-04-11 20:11:14 +00:00
Gunter Winkler
ae48dc054f
see #3539 :
...
added release note and warning
[SVN r61137]
2010-04-07 19:33:51 +00:00
Gunter Winkler
0d940e2d6c
see #3539 :
...
changed implementation of norm_inf and norm_1 for complex types to use abs(z) instead of max(abs(real(z)),abs(imag(z))).
[SVN r61136]
2010-04-07 19:32:59 +00:00
Gunter Winkler
2765501221
see #3539 : a testcase was provided to recreate the problem
...
test/Jamfile.v2: added new target
test/test_complex_norms.cpp: added new testcase for complex vector norms
[SVN r61135]
2010-04-07 19:15:07 +00:00
Gunter Winkler
45f0ee6cca
fix #3501 : merge changes 57202,57208,61114 into release
...
boost/numeric/ublas/detail/concepts.hpp
libs/numeric/ublas/doc/release_notes.htm
[SVN r61115]
2010-04-06 20:18:13 +00:00
Gunter Winkler
75a8a010aa
see #3501 : moved release note entry to correct release
...
[SVN r61114]
2010-04-06 20:15:11 +00:00
Gunter Winkler
b0d995246b
close #3968 : merge 60156,60215,60623,60780,61111 into release
...
boost/numeric/ublas/storage.hpp
libs/numeric/ublas/test/test_coordinate_matrix_sort.cpp
libs/numeric/ublas/test/utils.hpp
libs/numeric/ublas/test/Jamfile.v2
libs/numeric/ublas/doc/release_notes.htm
[SVN r61112]
2010-04-06 20:09:04 +00:00
Gunter Winkler
5894ea3de4
see #3968 : added line to release notes
...
[SVN r61111]
2010-04-06 19:44:27 +00:00
Gunter Winkler
c431316ada
storage.hpp: see #3968 , applied patch to use references instead of copies in swap implementations
...
[SVN r60780]
2010-03-22 22:21:26 +00:00
Gunter Winkler
85557946b6
see #3968
...
test/test_coordinate_matrix_sort.cpp: fixed wrong index in check
test/utils.hpp: fixed wrong exit code on failure
[SVN r60623]
2010-03-15 19:59:11 +00:00
Gunter Winkler
75ae770836
see #3968 : add missing file in yesterdays commit
...
test/test_coordinate_matrix_sort.cpp: test case for problem related to #3968
note to myself: do not commit after midnight!
[SVN r60215]
2010-03-05 22:22:42 +00:00
Gunter Winkler
19b98b272f
see #3968 : added testcase to reproduce problem
...
test/sparse_view_test.cpp: test case implementation
test/Jamfile.v2: added target for test run
[SVN r60156]
2010-03-04 23:01:32 +00:00
Gunter Winkler
980f49be7b
see #3649 :
...
* applied patch
* existing unit test seem to work
[SVN r58104]
2009-12-02 20:20:50 +00:00
Gunter Winkler
6621643985
see #3449 :
...
* merged [57209] into release
[SVN r57210]
2009-10-28 23:09:57 +00:00
Gunter Winkler
f3d44c0ba7
see #3449 : introduce new free functions to access matrix/vector properties (Incomplete)
...
* added short documentation to release_notes page
[SVN r57209]
2009-10-28 23:01:59 +00:00
Gunter Winkler
69c311b4a0
see #3501 : Reusing concepts from different compile units yields multiple defined symbols (Incomplete)
...
* updated documentation
[SVN r57208]
2009-10-28 22:54:18 +00:00
Gunter Winkler
1b79d7e214
see #3443 :
...
* merged improved documentation
* enabled forgotten unit tests in jamfile (see #3449 )
* merged [53674],[53675],[56584],[56601] into release
* partially merged [56005],[56006] into release
[SVN r57207]
2009-10-28 22:43:46 +00:00
Gunter Winkler
fa57cb3321
see #3501 : Reusing concepts from different compile units yields multiple defined symbols (Incomplete)
...
* removed inlines that were added with the last commit
* added anonymous namespace to make functions local to compilation unit
[SVN r57202]
2009-10-28 21:07:47 +00:00
Troy D. Straszheim
052ac7dcad
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
85cfcbeb46
rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
...
[SVN r56941]
2009-10-17 01:10:45 +00:00
Gunter Winkler
de89f982bf
see #3108
...
* merged [54232] into release
[SVN r56627]
2009-10-06 23:53:19 +00:00
Gunter Winkler
7f5c3e598e
close #3293 (resized identity matrix)
...
* merged [56163] into release
[SVN r56626]
2009-10-06 23:47:53 +00:00
Gunter Winkler
a8da0be018
see #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.
[SVN r56625]
2009-10-06 23:31:22 +00:00
Gunter Winkler
4709940ca1
see #3396 (view concepts), see #3449 (new free functions)
...
* merged [51765],[56003],[56600],[56602],[56621] into release
* added new free functions to simplify learning uBLAS
[SVN r56624]
2009-10-06 23:13:46 +00:00
Gunter Winkler
d675a18a7a
see #3457 and see #3443 :
...
* merged [56162],[56164],[56248],[56622],[56249] into release
* added move semantics for dense matrix and vector containers
[SVN r56623]
2009-10-06 22:35:51 +00:00
Gunter Winkler
9c2748147a
see #3457 : introduce move semantics to container types (Incomplete)
...
* updated description
[SVN r56622]
2009-10-06 22:12:48 +00:00
Gunter Winkler
8b2fd92525
see #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.
[SVN r56621]
2009-10-06 21:57:57 +00:00