Commit Graph

  • ed3787a8f2 see #3457: introduce move semantics to container types (Incomplete) * updated description Gunter Winkler 2009-10-06 22:12:48 +0000
  • 9c2748147a see #3457: introduce move semantics to container types (Incomplete) * updated description Gunter Winkler 2009-10-06 22:12:48 +0000
  • 7245b4b43a see #3457: introduce move semantics to container types (Incomplete) * updated description Gunter Winkler 2009-10-06 22:12:48 +0000
  • 35f9bca09f see #3457: introduce move semantics to container types (Incomplete) * updated description Gunter Winkler 2009-10-06 22:12:48 +0000
  • f31e33befd 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. Gunter Winkler 2009-10-06 21:57:57 +0000
  • 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. Gunter Winkler 2009-10-06 21:57:57 +0000
  • e63bf9e4e3 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. Gunter Winkler 2009-10-06 21:57:57 +0000
  • 25d0f8603a 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. Gunter Winkler 2009-10-06 21:57:57 +0000
  • c293c2e456 libs/numeric/ublas/test/triangular_access.cpp: fixed compile failure with MSVC 7.1 Gunter Winkler 2009-10-06 21:12:55 +0000
  • 9d35653579 libs/numeric/ublas/test/triangular_access.cpp: fixed compile failure with MSVC 7.1 Gunter Winkler 2009-10-06 21:12:55 +0000
  • 3cf8b6c4d0 libs/numeric/ublas/test/triangular_access.cpp: fixed compile failure with MSVC 7.1 Gunter Winkler 2009-10-06 21:12:55 +0000
  • b5b6c00c5a fix 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
  • e78eefd0db fix 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
  • 619d160a0d fix 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
  • 23c234f396 fix 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
  • dab131cab7 fix #3499 and fix #3501: * added inline to free helper functions * added missing concept check * fixed broken internal checks Gunter Winkler 2009-10-05 22:48:29 +0000
  • ed3431002f fix #3499 and fix #3501: * added inline to free helper functions * added missing concept check * fixed broken internal checks Gunter Winkler 2009-10-05 22:48:29 +0000
  • c71b6c040a fix #3499 and fix #3501: * added inline to free helper functions * added missing concept check * fixed broken internal checks Gunter Winkler 2009-10-05 22:48:29 +0000
  • 5a0b829b46 fix #3230: (coordinate_vector::set_filled() has wrong return statement) * merged [56611] into release Gunter Winkler 2009-10-05 22:37:32 +0000
  • 7de0b6469b fix #3230: (coordinate_vector::set_filled() has wrong return statement) * merged [56611] into release Gunter Winkler 2009-10-05 22:37:32 +0000
  • b7764d7ecd fix #3230: (coordinate_vector::set_filled() has wrong return statement) * merged [56611] into release Gunter Winkler 2009-10-05 22:37:32 +0000
  • fb73f31ea8 see #3230: coordinate_vector::set_filled() has a bug (Incomplete) * removed wrong return statement Gunter Winkler 2009-10-05 22:31:08 +0000
  • 6dc7cd239b see #3230: coordinate_vector::set_filled() has a bug (Incomplete) * removed wrong return statement Gunter Winkler 2009-10-05 22:31:08 +0000
  • 98ebf149b5 see #3230: coordinate_vector::set_filled() has a bug (Incomplete) * removed wrong return statement Gunter Winkler 2009-10-05 22:31:08 +0000
  • 039a5889f7 see #3230: coordinate_vector::set_filled() has a bug (Incomplete) * removed wrong return statement Gunter Winkler 2009-10-05 22:31:08 +0000
  • e047d0f738 fix #2872: (possible compile failure) * merged [56606] into release Gunter Winkler 2009-10-05 22:02:13 +0000
  • 1ed6de8fa0 fix #2872: (possible compile failure) * merged [56606] into release Gunter Winkler 2009-10-05 22:02:13 +0000
  • 1e040bef45 fix #2872: (possible compile failure) * merged [56606] into release Gunter Winkler 2009-10-05 22:02:13 +0000
  • 97004e9b3d see #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
  • b9745f1d8d see #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
  • 36705e5de0 see #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
  • f6cd7b2cf8 see #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
  • 7bc229dcf9 fix #2195: * merged changes into release branch Gunter Winkler 2009-10-05 21:41:32 +0000
  • 34c40d58ff fix #2195: * merged changes into release branch Gunter Winkler 2009-10-05 21:41:32 +0000
  • 0d2e407d87 fix #2195: * merged changes into release branch Gunter Winkler 2009-10-05 21:41:32 +0000
  • b0ebadf621 see #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
  • e45413d98c see #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
  • e3e7892984 see #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
  • cb540928b2 see #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
  • 66d632e66b see #3443: updated copyright header Gunter Winkler 2009-10-05 20:46:45 +0000
  • 94ff5c11a1 see #3443: updated copyright header Gunter Winkler 2009-10-05 20:46:45 +0000
  • 46e8e00b91 see #3443: updated copyright header Gunter Winkler 2009-10-05 20:46:45 +0000
  • 60a00f7b4e see #3443: updated copyright header Gunter Winkler 2009-10-05 20:46:45 +0000
  • 5f6ecba5fe see #3449: introduce new free functions to access matrix/vector properties (Incomplete) Gunter Winkler 2009-10-05 20:44:06 +0000
  • 6b2a06efce see #3449: introduce new free functions to access matrix/vector properties (Incomplete) Gunter Winkler 2009-10-05 20:44:06 +0000
  • 71ee7b34e0 see #3449: introduce new free functions to access matrix/vector properties (Incomplete) Gunter Winkler 2009-10-05 20:44:06 +0000
  • 5fa8d376cd see #3449: introduce new free functions to access matrix/vector properties (Incomplete) Gunter Winkler 2009-10-05 20:44:06 +0000
  • dbda21ef56 see #3443: improve documentation * added automatic navigation (using JavaScript) * fixed anchors * added boost stylesheet Gunter Winkler 2009-10-04 22:43:12 +0000
  • 3682d548ad see #3443: improve documentation * added automatic navigation (using JavaScript) * fixed anchors * added boost stylesheet Gunter Winkler 2009-10-04 22:43:12 +0000
  • 033cf41af2 see #3443: improve documentation * added automatic navigation (using JavaScript) * fixed anchors * added boost stylesheet Gunter Winkler 2009-10-04 22:43:12 +0000
  • 8f1936b6aa see #3443: improve documentation * added automatic navigation (using JavaScript) * fixed anchors * added boost stylesheet Gunter Winkler 2009-10-04 22:43:12 +0000
  • 48fe48d4fe see #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
  • 11d9821cf7 see #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
  • 94428b05d7 see #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
  • af1bae4a5f see #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
  • 0625829f92 see #3499: * added DefaultConstructible to mutable matrix and vector container, * fixed INTERNAL concept checks Gunter Winkler 2009-10-02 21:36:50 +0000
  • 7a3639c418 see #3499: * added DefaultConstructible to mutable matrix and vector container, * fixed INTERNAL concept checks Gunter Winkler 2009-10-02 21:36:50 +0000
  • 387f4afd77 see #3499: * added DefaultConstructible to mutable matrix and vector container, * fixed INTERNAL concept checks Gunter Winkler 2009-10-02 21:36:50 +0000
  • b6a1be7de3 see #3499: * added DefaultConstructible to mutable matrix and vector container, * fixed INTERNAL concept checks Gunter Winkler 2009-10-02 21:36:50 +0000
  • 068d55bd1b see #3457 * matrix.hpp: added move semantics * vector.hpp: added move semantics Gunter Winkler 2009-09-16 22:05:00 +0000
  • 40995b785b see #3457 * matrix.hpp: added move semantics * vector.hpp: added move semantics Gunter Winkler 2009-09-16 22:05:00 +0000
  • d3bd8f286c see #3457 * matrix.hpp: added move semantics * vector.hpp: added move semantics Gunter Winkler 2009-09-16 22:05:00 +0000
  • 2752c7ae5c see #3457 * matrix.hpp: added move semantics * vector.hpp: added move semantics Gunter Winkler 2009-09-16 22:05:00 +0000
  • a303af81ee see #3457 Gunter Winkler 2009-09-16 22:00:38 +0000
  • 24ccabe16f see #3457 Gunter Winkler 2009-09-16 22:00:38 +0000
  • b132a4550d see #3457 Gunter Winkler 2009-09-16 22:00:38 +0000
  • 2bed28e3d6 see #3457 Gunter Winkler 2009-09-16 22:00:38 +0000
  • c2fbf73235 doc/index.htm: Gunter Winkler 2009-09-12 23:10:38 +0000
  • ad96ac999d doc/index.htm: Gunter Winkler 2009-09-12 23:10:38 +0000
  • f71be4fe21 doc/index.htm: Gunter Winkler 2009-09-12 23:10:38 +0000
  • b483556b74 doc/index.htm: Gunter Winkler 2009-09-12 23:10:38 +0000
  • fbc83599ca matrix.hpp, identity_matrix: Gunter Winkler 2009-09-12 23:07:47 +0000
  • 2be2044c5c matrix.hpp, identity_matrix: Gunter Winkler 2009-09-12 23:07:47 +0000
  • 8824a580d7 matrix.hpp, identity_matrix: Gunter Winkler 2009-09-12 23:07:47 +0000
  • 38af2feb6d matrix.hpp, identity_matrix: Gunter Winkler 2009-09-12 23:07:47 +0000
  • 5c8e665154 see #3443: reformatted source because it was too ugly to do any changes. Gunter Winkler 2009-09-12 22:55:20 +0000
  • 95ffafeb21 see #3443: reformatted source because it was too ugly to do any changes. Gunter Winkler 2009-09-12 22:55:20 +0000
  • df79e28225 see #3443: reformatted source because it was too ugly to do any changes. Gunter Winkler 2009-09-12 22:55:20 +0000
  • 13a76e880e see #3443: reformatted source because it was too ugly to do any changes. Gunter Winkler 2009-09-12 22:55:20 +0000
  • 9693fac1ee Making svn:keywords match trunk Troy D. Straszheim 2009-09-08 20:54:57 +0000
  • 54b2e3c1ee Making svn:keywords match trunk Troy D. Straszheim 2009-09-08 20:54:57 +0000
  • f0085c8742 see #3397 Gunter Winkler 2009-09-05 12:51:10 +0000
  • 66134e0b28 see #3397 Gunter Winkler 2009-09-05 12:51:10 +0000
  • a46720bfc0 see #3397 Gunter Winkler 2009-09-05 12:51:10 +0000
  • c63affd2b4 see #3397 Gunter Winkler 2009-09-05 12:51:10 +0000
  • 7ffc06c292 see #3396 Gunter Winkler 2009-09-03 23:02:19 +0000
  • 20c1cfd18b see #3396 Gunter Winkler 2009-09-03 23:02:19 +0000
  • 71c4ebc504 see #3396 Gunter Winkler 2009-09-03 23:02:19 +0000
  • 6852489b97 see #3396 Gunter Winkler 2009-09-03 23:02:19 +0000
  • 27133cf5ed see #3396 Gunter Winkler 2009-09-03 23:01:57 +0000
  • 22c1714256 see #3396 Gunter Winkler 2009-09-03 23:01:57 +0000
  • 56a310e672 see #3396 Gunter Winkler 2009-09-03 23:01:57 +0000
  • d407e539d9 see #3396 Gunter Winkler 2009-09-03 23:01:57 +0000
  • 99cfbf9cb6 see #3396 Gunter Winkler 2009-09-03 22:11:21 +0000
  • e298065faf see #3396 Gunter Winkler 2009-09-03 22:11:21 +0000
  • a01a0bf2ac see #3396 Gunter Winkler 2009-09-03 22:11:21 +0000
  • 542bdaad68 see #3396 Gunter Winkler 2009-09-03 22:11:21 +0000
  • 17047de5b0 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. Troy D. Straszheim 2009-07-26 00:49:56 +0000
  • 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. Troy D. Straszheim 2009-07-26 00:49:56 +0000
  • 978636d4ec 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. Troy D. Straszheim 2009-07-26 00:49:56 +0000