Gunter Winkler
bc2b05948c
boost/numeric/ublas/traits.hpp, libs/numeric/ublas/test/test_assignment.cpp, libs/numeric/ublas/test/begin_end.cpp: see #7296 , fix test issues with unsigned integer types
...
[SVN r80483]
2012-09-10 20:50:10 +00:00
Gunter Winkler
955a0e9cf5
boost/numeric/ublas/matrix_sparse.hpp : fix mapped_vector_of_mapped_vector
...
libs/numeric/ublas/test/test_inplace_solve.cpp : make test set configurable, see #4024
libs/numeric/ublas/test/test32.cpp, libs/numeric/ublas/test/test33.cpp : add mapped_vector_of_mapped_vector
libs/numeric/ublas/test/Jamfile.v2 : see #4024 - split some tests to separate "good" and "bad" matrix types
[SVN r80403]
2012-09-04 23:30:58 +00:00
Gunter Winkler
27eea03b50
libs/numeric/ublas/test/test_inplace_solve.cpp: see #4024 - remove unused headers
...
[SVN r80399]
2012-09-04 20:42:28 +00:00
Gunter Winkler
719b2ea5a2
boost/numeric/ublas/triangular.hpp - applied patch, see #4024
...
libs/numeric/ublas/test/test_inplace_solve.cpp - fixed includes
libs/numeric/ublas/test/utils.hpp - applied patch (after s/BOOST_UBLA_TEST/BOOST_UBLAS_TEST/g), see #7296
[SVN r80267]
2012-08-27 22:13:26 +00:00
David Bellot
78a891b739
added licenses where boost.inspect said they were missing
...
[SVN r75583]
2011-11-21 00:38:29 +00:00
David Bellot
6173e179bf
added new tests
...
[SVN r75560]
2011-11-19 23:26:59 +00:00
David Bellot
1874dbc731
rollback
...
[SVN r66589]
2010-11-15 13:37:22 +00:00
David Bellot
a5483a04b2
update jamfile
...
[SVN r66577]
2010-11-14 19:34:04 +00:00
David Bellot
405abd69e1
updated test in ublas for 1.45 release
...
[SVN r66083]
2010-10-18 20:13:26 +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
David Bellot
2d6fadf08c
added doc and test for assignment operator. Needs further testing
...
[SVN r62576]
2010-06-08 14:21:15 +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
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
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
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
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
Gunter Winkler
e78eefd0db
fix MSVC7.1 compile failure by free function begin(it, type) and end(it, type) instead of the member functions of '''it'''
...
[SVN r56619]
2009-10-06 20:01:15 +00:00
Gunter Winkler
e45413d98c
see #3449 : introduce new free functions to access matrix/vector properties (Incomplete)
...
* added patch from Marco Guazzone implementing all requested new functions
[SVN r56602]
2009-10-05 20:57:40 +00:00
Gunter Winkler
24ccabe16f
see #3457
...
* test/manual/test_move_semantics.cpp: example and manual test case to demonstrate move semantics
* test/manual/Jamfile.v2: added new target test_move_semantics
* doc/ublas.css: added pre.screen class for code snippets, added p.credit class for thanks and credits
* doc/overview.htm: fixed broken anchors and missing alt-attribute
* doc/release_notes.htm: added new feature to release list
* doc/options.htm: new page to document preprocessore switches (mostly copied from Wiki)
* doc/index.htm: added link to options.htm
[SVN r56248]
2009-09-16 22:00:38 +00:00
Gunter Winkler
22c1714256
see #3396
...
test/concepts.cpp:
* prepared test for vector_view and sparse_view (still disabled)
test/sparse_view_test.cpp:
* test case for sparse_view, currently only operator(i,j) is tested
test/Jamfile.v2:
* added new test case to test suite
[SVN r56005]
2009-09-03 23:01:57 +00:00
Troy D. Straszheim
2753f70bdd
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00
Gunter Winkler
0791c0b843
comp_mat_erase.cpp - unit test to verify compressed matrix layout, insertion and erasure of elements, see #2195
...
CMakeLists.txt - added new test: comp_mat_erase
Jamfile.v2 - added new test: comp_mat_erase
[SVN r54230]
2009-06-22 20:53:49 +00:00
Jeremiah Willcock
d273e60328
Fixed most tab and min/max issues from trunk inspection report
...
[SVN r53141]
2009-05-20 19:19:00 +00:00
Gunter Winkler
3884fc8cd8
test/test71.cpp reverted some changes regarding boost::interval
...
test/test73.cpp reverted addition of special initilizer
test/common/init.hpp changed common initilizer to use float instead of (unsigned) int to initialize test vectors/matrices (this solved some boost::interval issues, but revealed other ones)
[SVN r52142]
2009-04-02 21:43:25 +00:00
Gunter Winkler
d694ded64a
Jamfile.v2: disabled failing test7 (need more time to investigate this)
...
CMakeLists.txt: added new tests, but was still not able to run cmake successfully
[SVN r52141]
2009-04-02 21:40:20 +00:00
Gunter Winkler
5c9035a226
test_lu.cpp: added copyright header
...
triangular_access.cpp: tests constant and mutable iterators over triangular matrices
triangular_layout.cpp: tests storage layout of symmetric and triangular matrices
common/testhelper.hpp: added more common helper functions for tests
Jamfile.v2: added new unit tests
[SVN r51763]
2009-03-13 20:57:52 +00:00
Gunter Winkler
c3ef630d47
test71.cpp: fixed initialization of vector of intervals
...
test73.cpp: fixed typo (size instead of size1)
test7.cpp: added comment
[SVN r51762]
2009-03-13 20:50:42 +00:00
Gunter Winkler
74140a460f
disabled tests for general_vector_of_vector because tests still fail. this class is still experimental.
...
[SVN r51740]
2009-03-12 21:16:44 +00:00
Gunter Winkler
b7dd9ba311
added unit test for LU decomposition
...
[SVN r51673]
2009-03-09 22:32:04 +00:00
Michael A. Jackson
7a2ef17bd7
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
09b359d038
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
Douglas Gregor
7bc475a04f
Fix build of placement new test. From Farid Zaripov, fixes #2383
...
[SVN r49129]
2008-10-03 19:54:21 +00:00
John Maddock
433f4dbfda
Fixed Inspection report issues.
...
[SVN r43607]
2008-03-14 18:32:45 +00:00
John Maddock
c990442866
Updated licences using blanket_permission.txt.
...
[SVN r39369]
2007-09-18 17:19:41 +00:00
Vladimir Prus
d7619262b8
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Michael Stevens
a434830ff4
[uBLAS] ADD manual tests. ADD sparse resize test for vectors
...
[SVN r36059]
2006-11-16 13:26:36 +00:00
Michael Stevens
3b22b10997
uBLAS MINOR removed tabs
...
[SVN r34564]
2006-07-16 20:33:17 +00:00
Michael Stevens
79a455dbea
FIX Workaround BBc2 problem on linking source from subdirectories. The link command line tried to link on the directory
...
[SVN r34251]
2006-06-08 20:40:18 +00:00
Michael Stevens
59ee7a1da0
uBLAS cleanup and remove legacy support
...
[SVN r32517]
2006-02-02 18:43:09 +00:00
Michael Stevens
b7b6f761ee
ADD first tests of Container concept
...
[SVN r31348]
2005-10-16 16:35:18 +00:00
Michael Stevens
106e9e2edc
ADD Test zero assignment
...
[SVN r30527]
2005-08-11 19:02:31 +00:00
Michael Stevens
8b21ea96c4
CHANGE implement vector/matrix_container base classes
...
- needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems
[SVN r30030]
2005-07-13 05:57:47 +00:00
Michael Stevens
b479889772
No need to init for default constructor
...
[SVN r29869]
2005-07-01 22:37:30 +00:00
Michael Stevens
c1ce171494
FIX typo
...
[SVN r29868]
2005-07-01 20:32:46 +00:00
Michael Stevens
3ffdc235b4
Allow for branch support of non default constructable proxies
...
[SVN r29867]
2005-07-01 20:29:14 +00:00
Michael Stevens
c4195b0eb6
Allow for non default constructable proxies
...
[SVN r29864]
2005-07-01 20:26:46 +00:00
Michael Stevens
7a41a11619
Test breakdown
...
[SVN r29815]
2005-06-27 15:19:15 +00:00
Michael Stevens
1d582b05e8
redunant #include
...
[SVN r29810]
2005-06-27 13:19:53 +00:00