Gunter Winkler
|
bee922f7e1
|
- fix bug in vector_of_vector by replacing old 'size1' and 'size2'
with new 'size_M' and 'size_m'
[SVN r37204]
|
2007-03-16 21:17:54 +00:00 |
|
Michael Stevens
|
40552c11a0
|
[uBLAS] MINOR improve unsupported message
[SVN r37027]
|
2007-02-21 10:18:45 +00:00 |
|
John Maddock
|
cfc7f534e4
|
Fix whitespace so VC8 doesn't complain.
[SVN r36485]
|
2006-12-22 10:08:28 +00:00 |
|
Michael Stevens
|
545672c8a8
|
[uBLAS] FIX other is static member function
[SVN r36351]
|
2006-12-12 19:26:25 +00:00 |
|
Michael Stevens
|
e6b11310f6
|
CHANGE zero/identity/scalar _ vector/matrix add ALLOC template parameter to specify size/difference_type
CHANGE implement function object to use container size/difference_type
[SVN r36283]
|
2006-12-06 09:34:01 +00:00 |
|
Michael Stevens
|
8c173fcfa8
|
[uBLAS] FIX default copy constructor missed j_. Use implict copy constructor instead
[SVN r36216]
|
2006-11-30 18:14:07 +00:00 |
|
Michael Stevens
|
bedfd18cd3
|
[uBLAS] COMMENT fix mutable/immutable
[SVN r36208]
|
2006-11-30 11:30:29 +00:00 |
|
Michael Stevens
|
7281804fd2
|
[uBLAS] CHANGE implement uBLAS preserve option in vector resize.
Thanks to Gunter Winkler and Vassilis Virvilis
[SVN r36053]
|
2006-11-16 09:47:44 +00:00 |
|
Michael Stevens
|
18d22622d9
|
FIX remove none space space in last commit
FIX interval was not compilable due to rename to scalar_traits
CHANGE interval handling to use general abs/sqrt from last commit
[SVN r35519]
|
2006-10-07 18:18:01 +00:00 |
|
Michael Stevens
|
757aacfb68
|
FIX allow abs and sqrt to be found via ADL. Thanks to John Maddock
[SVN r35518]
|
2006-10-07 17:04:47 +00:00 |
|
Michael Stevens
|
01031b656f
|
[uBLAS] make VC8 workaround use self_type consistently
[SVN r35496]
|
2006-10-05 09:02:23 +00:00 |
|
Gennaro Prota
|
3eac2be57a
|
boost guidelines (mainly from inspect tool: tabs, license reference text, etc.)
[SVN r34752]
|
2006-07-27 10:27:37 +00:00 |
|
Gennaro Prota
|
6b76444cb5
|
fixed typos reported in http://bugs.debian.org/378016 (there seems to be no mention of the erroneous names in the docs); NOTE(!): license reference text to be fixed; guard macro name beginning with underscore
[SVN r34625]
|
2006-07-20 12:35:49 +00:00 |
|
Michael Stevens
|
c4bf66eda0
|
FIX nnz and nnz_capacitz added. Thanks Gunter
[SVN r34556]
|
2006-07-16 13:48:52 +00:00 |
|
Michael Stevens
|
095953d8e2
|
FIX use new layout_type::index_Mm operations. Thanks Gunter for spoting this
[SVN r34554]
|
2006-07-16 13:13:42 +00:00 |
|
Michael Stevens
|
44b6b5d564
|
[uBLAS] FIX unspoorted compilers set BOOST_UBLAS_UNSUPPORTED_COMPILER=1 so we can compare with !=- to override
[SVN r34501]
|
2006-07-10 16:21:28 +00:00 |
|
Michael Stevens
|
c454f5cb95
|
CHANGE Remove greater for testing and replece with rhs.less(lhs)
[SVN r34365]
|
2006-06-21 18:17:53 +00:00 |
|
Michael Stevens
|
ffbfa47181
|
FIX index_pair and index_tripler LessTen Comparable
[SVN r34361]
|
2006-06-20 18:55:30 +00:00 |
|
Michael Stevens
|
48324767fa
|
uBLAS CHANGE removed UBLAS_TYPE_CHECK from sparse_prod. The tests trigger in many numeric situations (NaN) and are only there to pickup gross programming errors
[SVN r34008]
|
2006-05-18 16:50:26 +00:00 |
|
Michael Stevens
|
5202908ae0
|
uBLAS CHANGE row_major/column_major functor so they have a consistent element access abstraction and naming
[SVN r34007]
|
2006-05-18 16:44:57 +00:00 |
|
Michael Stevens
|
31ce5aee40
|
uBLAS FIX corrected basic_full::packed_size interface. Thanks to Hidekaz Ikeno
[SVN r33985]
|
2006-05-17 16:43:19 +00:00 |
|
Michael Stevens
|
d9e12768bc
|
uBLAS FIX indexed_terator1/2 pass incorrect difference_type to random_access_iterator_base. Thanks to Vardan for fix
[SVN r33984]
|
2006-05-17 16:21:54 +00:00 |
|
Michael Stevens
|
eef17a00ab
|
Reintroduced _array_adaptor needs testing
[SVN r33708]
|
2006-04-16 09:26:15 +00:00 |
|
Michael Stevens
|
90677ea5de
|
CHANGE some but not all constructor explicty construct base type. For consistency remove explict contructions
[SVN r33550]
|
2006-04-05 08:36:28 +00:00 |
|
Michael Stevens
|
e7063e9dfe
|
FIX define closure_type for scalar_
[SVN r33549]
|
2006-04-05 08:34:47 +00:00 |
|
Michael Stevens
|
10a934e340
|
ADD ignore_unsued for zero_::iterators
FIX define closure_type for scalar_
[SVN r33548]
|
2006-04-05 08:33:18 +00:00 |
|
Michael Stevens
|
089f44157b
|
ADD Allow operation with compiler with serious defects
[SVN r33546]
|
2006-04-05 08:31:37 +00:00 |
|
Michael Stevens
|
6baf78c255
|
uBLAS avoid "end of non void reached" warnings in symmetric_adaptor when compiled without checks
[SVN r33280]
|
2006-03-09 14:00:39 +00:00 |
|
Michael Stevens
|
4c029705f8
|
uBLAS change comment misspelling
[SVN r32538]
|
2006-02-04 15:13:25 +00:00 |
|
Michael Stevens
|
2a4faf7961
|
uBLAS CHANGE make sure unbounded_array::data_ is always initialised. Not doing this causes too much compiler hassel
[SVN r32519]
|
2006-02-02 19:43:03 +00:00 |
|
Michael Stevens
|
d0faac89b9
|
uBLAS FIX define BOOST_UBLAS_CHECK_FALSE for NOCHECK
[SVN r32518]
|
2006-02-02 19:27:23 +00:00 |
|
Michael Stevens
|
d4f65b0d3a
|
MINOR use BOOST_CHECK_FALSE to avoid warnings
[SVN r32516]
|
2006-02-02 18:38:32 +00:00 |
|
Michael Stevens
|
53981f51c5
|
WORKAROUND VC8 problems with forward declared local iterator class
[SVN r32515]
|
2006-02-02 18:38:08 +00:00 |
|
Michael Stevens
|
4552f0fbba
|
FIX singular raises exception when NO_EXCEPTIONS set
FIX unused formal parameter warnings
[SVN r32514]
|
2006-02-02 18:29:09 +00:00 |
|
Michael Stevens
|
1d36694320
|
FIX completed ignore_unused_variable thanks to Georg Baum
[SVN r31601]
|
2005-11-08 18:26:34 +00:00 |
|
Michael Stevens
|
edd62ddf40
|
ADD ignore_unused_variable thanks to Angus Lemming
FIX tabs to spaces
[SVN r31578]
|
2005-11-06 14:57:14 +00:00 |
|
Michael Stevens
|
7c4d33c95d
|
FIX coordinate_vector pop_back type, should be filled_
Thanks to Markus Schöpflin
[SVN r31537]
|
2005-11-02 20:42:40 +00:00 |
|
Michael Stevens
|
bc57b8147f
|
FIX avoid past end derefence in insert THANKS Jan Amtrup
[SVN r31523]
|
2005-11-01 09:01:20 +00:00 |
|
Michael Stevens
|
495385dd0a
|
FIX coordinate_matrix pop_back type, should be filled_
Thanks to Markus Schöpflin
[SVN r31407]
|
2005-10-20 09:19:41 +00:00 |
|
Michael Stevens
|
6496bad541
|
FIX type i_ instead of j_ in ref()
[SVN r31372]
|
2005-10-18 13:16:04 +00:00 |
|
Michael Stevens
|
455fe625f7
|
FIX erase_element, remove returns from function which is defined as void
[SVN r31346]
|
2005-10-16 16:05:52 +00:00 |
|
Michael Stevens
|
defbcdfe59
|
FIX ref returned reference to 0 pointer if new element. Thanks Max Weinberg.
[SVN r31247]
|
2005-10-09 16:43:42 +00:00 |
|
Michael Stevens
|
c9a87874d7
|
MAJOR use boost::concept_check
FIX missing Random Access Container functions and missing operator [] in Random Access Iterator
[SVN r31213]
|
2005-10-06 19:56:35 +00:00 |
|
Michael Stevens
|
1fdde71028
|
FIX remove the return 0 avoid compiler warnings, they can cause other warnings!
[SVN r31197]
|
2005-10-04 19:20:17 +00:00 |
|
Michael Stevens
|
c45e951bdc
|
FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined
[SVN r31173]
|
2005-10-02 12:16:38 +00:00 |
|
Michael Stevens
|
5185313964
|
FIX typos in subslice
[SVN r31143]
|
2005-09-28 14:46:32 +00:00 |
|
Michael Stevens
|
ada2bd1cec
|
FIX rewrite unbounded_array resize to avoid uninit 'data' warnings
[SVN r31088]
|
2005-09-23 09:26:09 +00:00 |
|
Michael Stevens
|
e05db0cd2d
|
FIX poor performance due to expression eval in BOOST_UBLAS_CHECK
This will create some unused variable warnings
[SVN r31087]
|
2005-09-23 09:24:59 +00:00 |
|
Michael Stevens
|
5783a0c349
|
FIX _assign TYPE_CHECKS are dependant on vector/matrix
[SVN r31076]
|
2005-09-22 09:04:42 +00:00 |
|
Michael Stevens
|
bd01ba56dc
|
MINOR comments regarding non-const unary2 consturction
[SVN r30784]
|
2005-09-02 08:20:32 +00:00 |
|