694bb36811Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
4e8346bc42Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
3cf0182249see #2423. removed the check because it makes absolutely no sense TODO: check the strange "optimization" of lower bound.
Gunter Winkler
2008-11-03 22:53:55 +0000
cbc0a9357dsee #2423. removed the check because it makes absolutely no sense TODO: check the strange "optimization" of lower bound.
Gunter Winkler
2008-11-03 22:53:55 +0000
2164de11b6see #2423. removed the check because it makes absolutely no sense TODO: check the strange "optimization" of lower bound.
Gunter Winkler
2008-11-03 22:53:55 +0000
52ba2c0a9asee #2423. removed the check because it makes absolutely no sense TODO: check the strange "optimization" of lower bound.
Gunter Winkler
2008-11-03 22:53:55 +0000
da29a1702c- fix and close#2422 - the exception was caused when trying to erase an empty range - now erase(it1, it2) does nothing if it1 == it2
Gunter Winkler
2008-11-03 22:07:27 +0000
39056b577e- fix and close#2422 - the exception was caused when trying to erase an empty range - now erase(it1, it2) does nothing if it1 == it2
Gunter Winkler
2008-11-03 22:07:27 +0000
fc12d1c4d5- fix and close#2422 - the exception was caused when trying to erase an empty range - now erase(it1, it2) does nothing if it1 == it2
Gunter Winkler
2008-11-03 22:07:27 +0000
cfdf08550b- fix and close#2422 - the exception was caused when trying to erase an empty range - now erase(it1, it2) does nothing if it1 == it2
Gunter Winkler
2008-11-03 22:07:27 +0000
69d50414edContinuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
09b359d038Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
d60c5ab1d4Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
17cc65f0daContinuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
19d0e14743Merge fixes from Trunk.
John Maddock
2008-10-13 09:00:03 +0000
08ef1b0a8bMerge fixes from Trunk.
John Maddock
2008-10-13 09:00:03 +0000
13631700ffMerge fixes from Trunk.
John Maddock
2008-10-13 09:00:03 +0000
11fb046d62Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
John Maddock
2008-10-10 16:10:00 +0000
5ceeb08865Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
John Maddock
2008-10-10 16:10:00 +0000
84e0095300Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
John Maddock
2008-10-10 16:10:00 +0000
011fc2f3d5Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
John Maddock
2008-10-10 16:10:00 +0000
8ceeb0ca51Merge placement new fix from trunk
Douglas Gregor
2008-10-03 19:55:50 +0000
cd8595a273Merge placement new fix from trunk
Douglas Gregor
2008-10-03 19:55:50 +0000
91bcffd0d5Merge placement new fix from trunk
Douglas Gregor
2008-10-03 19:55:50 +0000
e93cafe8d4Fix build of placement new test. From Farid Zaripov, fixes#2383
Douglas Gregor
2008-10-03 19:54:21 +0000
7bc475a04fFix build of placement new test. From Farid Zaripov, fixes#2383
Douglas Gregor
2008-10-03 19:54:21 +0000
2f1cfec744Fix build of placement new test. From Farid Zaripov, fixes#2383
Douglas Gregor
2008-10-03 19:54:21 +0000
60cb9617f9Fix build of placement new test. From Farid Zaripov, fixes#2383
Douglas Gregor
2008-10-03 19:54:21 +0000
ccbab7d10e- fixed ADL problem with std::abs and std::sqrt - fixed problem that iterator1 and iterator2 of triangular matrices (and related) sometimes pointed to wrong element or outside the storage
Gunter Winkler
2008-09-12 19:17:57 +0000
d104dcb054- fixed ADL problem with std::abs and std::sqrt - fixed problem that iterator1 and iterator2 of triangular matrices (and related) sometimes pointed to wrong element or outside the storage
Gunter Winkler
2008-09-12 19:17:57 +0000
bffc006283- fixed ADL problem with std::abs and std::sqrt - fixed problem that iterator1 and iterator2 of triangular matrices (and related) sometimes pointed to wrong element or outside the storage
Gunter Winkler
2008-09-12 19:17:57 +0000
0783497692- see #2275 - fix symmetric and hermitian matrix
Gunter Winkler
2008-09-08 22:06:25 +0000
40f8614612- see #2275 - fix symmetric and hermitian matrix
Gunter Winkler
2008-09-08 22:06:25 +0000
48718916c4- see #2275 - fix symmetric and hermitian matrix
Gunter Winkler
2008-09-08 22:06:25 +0000
89aaa0079b- see #2275 - fix symmetric and hermitian matrix
Gunter Winkler
2008-09-08 22:06:25 +0000
b0e109cdeb- fix and close#2275 - added missing changes of triangular_adaptor (see rev. 48466) - fixed order of arguments in functional basic_strict_lower::global_restrict1(...)
Gunter Winkler
2008-09-01 21:32:55 +0000
34cfbea964- fix and close#2275 - added missing changes of triangular_adaptor (see rev. 48466) - fixed order of arguments in functional basic_strict_lower::global_restrict1(...)
Gunter Winkler
2008-09-01 21:32:55 +0000
808969a0ad- fix and close#2275 - added missing changes of triangular_adaptor (see rev. 48466) - fixed order of arguments in functional basic_strict_lower::global_restrict1(...)
Gunter Winkler
2008-09-01 21:32:55 +0000
2609098f4f- fix and close#2275 - added missing changes of triangular_adaptor (see rev. 48466) - fixed order of arguments in functional basic_strict_lower::global_restrict1(...)
Gunter Winkler
2008-09-01 21:32:55 +0000
395cb9b743- fix and close#2272 - complete redesign of functionals lower, unit_lower and strict_lower - added new transpose_structure<L> class that converts a "lower" functional to an "upper" functional - fixed find1(...) and find2(...) methods of triangular_matrix - the attachement of taks #2272 now runs fine with gcc 4.1.2
Gunter Winkler
2008-08-29 22:21:48 +0000
6f9fb89d0f- fix and close#2272 - complete redesign of functionals lower, unit_lower and strict_lower - added new transpose_structure<L> class that converts a "lower" functional to an "upper" functional - fixed find1(...) and find2(...) methods of triangular_matrix - the attachement of taks #2272 now runs fine with gcc 4.1.2
Gunter Winkler
2008-08-29 22:21:48 +0000
34e529c876- fix and close#2272 - complete redesign of functionals lower, unit_lower and strict_lower - added new transpose_structure<L> class that converts a "lower" functional to an "upper" functional - fixed find1(...) and find2(...) methods of triangular_matrix - the attachement of taks #2272 now runs fine with gcc 4.1.2
Gunter Winkler
2008-08-29 22:21:48 +0000
a83497966c- fix and close#2272 - complete redesign of functionals lower, unit_lower and strict_lower - added new transpose_structure<L> class that converts a "lower" functional to an "upper" functional - fixed find1(...) and find2(...) methods of triangular_matrix - the attachement of taks #2272 now runs fine with gcc 4.1.2
Gunter Winkler
2008-08-29 22:21:48 +0000
378865614f- fix and close#2186 - the patch looks good and runs fine with gcc 4.1.2
Gunter Winkler
2008-08-28 21:49:05 +0000
95e196b14a- fix and close#2186 - the patch looks good and runs fine with gcc 4.1.2
Gunter Winkler
2008-08-28 21:49:05 +0000
3c5aba21c4- fix and close#2186 - the patch looks good and runs fine with gcc 4.1.2
Gunter Winkler
2008-08-28 21:49:05 +0000
7e0c697908- fix and close#2186 - the patch looks good and runs fine with gcc 4.1.2
Gunter Winkler
2008-08-28 21:49:05 +0000
5743563208- added missing typedefs for difference type - using BOOST_UBLAS_USE_ITERATING is still not working properly
Gunter Winkler
2008-07-06 21:39:09 +0000
917e56dcba- added missing typedefs for difference type - using BOOST_UBLAS_USE_ITERATING is still not working properly
Gunter Winkler
2008-07-06 21:39:09 +0000
7608388d76- added missing typedefs for difference type - using BOOST_UBLAS_USE_ITERATING is still not working properly
Gunter Winkler
2008-07-06 21:39:09 +0000
bea4a6392e- added missing typedefs for difference type - using BOOST_UBLAS_USE_ITERATING is still not working properly
Gunter Winkler
2008-07-06 21:39:09 +0000
6c1188e866- fix and close#1829 - You are right. The scaled norm wrongly assumed that the first element is not zero.
Gunter Winkler
2008-04-28 21:50:19 +0000
e71cfe5952- fix and close#1829 - You are right. The scaled norm wrongly assumed that the first element is not zero.
Gunter Winkler
2008-04-28 21:50:19 +0000
79501f7f46- fix and close#1829 - You are right. The scaled norm wrongly assumed that the first element is not zero.
Gunter Winkler
2008-04-28 21:50:19 +0000
62b921751c- fix and close#1829 - You are right. The scaled norm wrongly assumed that the first element is not zero.
Gunter Winkler
2008-04-28 21:50:19 +0000
a775dc05ffMerged fixes for inspection report failures from the main Trunk.
John Maddock
2008-03-15 09:36:05 +0000
9db42bf9deMerged fixes for inspection report failures from the main Trunk.
John Maddock
2008-03-15 09:36:05 +0000
b4bc057337Merged fixes for inspection report failures from the main Trunk.
John Maddock
2008-03-15 09:36:05 +0000
b826cdc3b2Fixed Inspection report issues.
John Maddock
2008-03-14 18:32:45 +0000
433f4dbfdaFixed Inspection report issues.
John Maddock
2008-03-14 18:32:45 +0000
c6ce797c38Fixed Inspection report issues.
John Maddock
2008-03-14 18:32:45 +0000
1bbeef0cf6Fixed Inspection report issues.
John Maddock
2008-03-14 18:32:45 +0000
2ff3c15ce2- fix and close#1502 - the return types were not correct: there was A instead of indirect_array<A>
Gunter Winkler
2007-12-06 19:21:31 +0000
7ee1ba9dca- fix and close#1502 - the return types were not correct: there was A instead of indirect_array<A>
Gunter Winkler
2007-12-06 19:21:31 +0000
abb03b4573- fix and close#1502 - the return types were not correct: there was A instead of indirect_array<A>
Gunter Winkler
2007-12-06 19:21:31 +0000
87d212d28b- fix and close#1502 - the return types were not correct: there was A instead of indirect_array<A>
Gunter Winkler
2007-12-06 19:21:31 +0000
6f35f45170Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
1fea607e2eFull merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
0d9a1c16f5Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
c9593f62feFull merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:07:19 +0000
3c2f93a846Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:07:19 +0000
5ab25df536Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:07:19 +0000
e57fca88ec- fix and close#1237 - symmetric resize used wrong internal resize method -- Dese und die folgenden Zeilen werden ignoriert --
Gunter Winkler
2007-11-25 13:34:20 +0000
c776a0a0a0- fix and close#1237 - symmetric resize used wrong internal resize method -- Dese und die folgenden Zeilen werden ignoriert --
Gunter Winkler
2007-11-25 13:34:20 +0000
34960fc0c9- fix and close#1237 - symmetric resize used wrong internal resize method -- Dese und die folgenden Zeilen werden ignoriert --
Gunter Winkler
2007-11-25 13:34:20 +0000
116ba2cbd1- fix and close#1237 - symmetric resize used wrong internal resize method -- Dese und die folgenden Zeilen werden ignoriert --
Gunter Winkler
2007-11-25 13:34:20 +0000
24f9934c73This patch now lets the Sun compiler work for most of uBLAS. 'test4' is now failing. Too avoid other compilers complaining about missing return values in some functions where exceptions are thrown, code was added so an arbitatry were chosen.
Gunter Winkler
2007-11-15 20:52:37 +0000
b5c1095c5dThis patch now lets the Sun compiler work for most of uBLAS. 'test4' is now failing. Too avoid other compilers complaining about missing return values in some functions where exceptions are thrown, code was added so an arbitatry were chosen.
Gunter Winkler
2007-11-15 20:52:37 +0000
5cb8575f70This patch now lets the Sun compiler work for most of uBLAS. 'test4' is now failing. Too avoid other compilers complaining about missing return values in some functions where exceptions are thrown, code was added so an arbitatry were chosen.
Gunter Winkler
2007-11-15 20:52:37 +0000
b5ac38bee9This patch now lets the Sun compiler work for most of uBLAS. 'test4' is now failing. Too avoid other compilers complaining about missing return values in some functions where exceptions are thrown, code was added so an arbitatry were chosen.
Gunter Winkler
2007-11-15 20:52:37 +0000
03cae389ab- io.hpp: added missing include
Gunter Winkler
2007-11-07 19:34:03 +0000
6d4e86cdd0- io.hpp: added missing include
Gunter Winkler
2007-11-07 19:34:03 +0000
284ba60ad3- io.hpp: added missing include
Gunter Winkler
2007-11-07 19:34:03 +0000
bba6408401- io.hpp: added missing include
Gunter Winkler
2007-11-07 19:34:03 +0000