Michael Stevens
db42a65989
use expression size_type
...
[SVN r25250]
2004-09-20 07:33:48 +00:00
Michael Stevens
de008a0942
unsigned complexity
...
FIXME comments
[SVN r25249]
2004-09-20 07:33:10 +00:00
Michael Stevens
8ced2e3679
Propogated template range/slice to vector/matrix proxies
...
[SVN r25234]
2004-09-19 18:45:27 +00:00
Michael Stevens
b41b918c2f
Exeriment with darwin toolset ABI problems
...
[SVN r25233]
2004-09-19 17:57:10 +00:00
Michael Stevens
f67ead2a73
generalize vector storage resize for all storage_array and sequences
...
[SVN r25213]
2004-09-19 06:25:52 +00:00
Michael Stevens
a4e7165a2d
Generalize range,slice as basic_
...
Provide concept base storage_array
[SVN r25212]
2004-09-19 06:24:34 +00:00
Michael Stevens
a94b1c7700
Generalize range,slice as basic_
...
[SVN r25211]
2004-09-19 06:24:05 +00:00
Michael Stevens
b43355e895
Storage array:
...
removed insert,erase,clear they requires value_type(0) and semantics are not STL
resize(n,init) is element preserving
resize_new is not
[SVN r25208]
2004-09-19 05:14:26 +00:00
Michael Stevens
31d1febd5f
CW8.3 problems with basic_stream
...
[SVN r25194]
2004-09-18 18:21:21 +00:00
Michael Stevens
073cdabd3c
Index operator for iterators not yet fixed
...
ignore unused variables
[SVN r25177]
2004-09-17 16:05:50 +00:00
Michael Stevens
2547eedcfd
quick fix for VC6 mapped_type problem
...
[SVN r25176]
2004-09-17 15:58:33 +00:00
Michael Stevens
edf6f5b58c
Removed MUTABLE_TEMPORARY code is not valid C++
...
[SVN r25175]
2004-09-17 14:22:17 +00:00
Michael Stevens
3732866055
Try and pickup test1 runtime failure on intel
...
[SVN r25171]
2004-09-17 10:18:48 +00:00
Michael Stevens
c08f3ea11f
DR45 for expression accessors
...
[SVN r25169]
2004-09-17 09:19:31 +00:00
Michael Stevens
99d5e8da41
test_vector not used
...
[SVN r25168]
2004-09-17 09:11:47 +00:00
Michael Stevens
00e20d1059
Fixed UBLAS_NO_REVERSE_ITERATOR_OVERLOADS
...
[SVN r25167]
2004-09-17 08:33:57 +00:00
Michael Stevens
3561ce1c4b
sparse_vector named underlining iterator 'iterator_type' as before (and in other contrainers)
...
This could also be VC8s problem
[SVN r25165]
2004-09-17 06:27:54 +00:00
Michael Stevens
ccd0f63322
vector_index_norm_inf CBLAS compatible with size_type return value (0 for empty)
...
[SVN r25164]
2004-09-17 06:14:10 +00:00
Michael Stevens
f3de4f9948
Droped container reference requirement -
...
this is a significant source of inefficiency
[SVN r25162]
2004-09-17 05:35:45 +00:00
Michael Stevens
5850c07f20
comment
...
[SVN r25155]
2004-09-16 18:46:18 +00:00
Michael Stevens
a9120a103b
static before const/void
...
[SVN r25154]
2004-09-16 18:40:33 +00:00
Michael Stevens
93b812cd6e
static void
...
[SVN r25147]
2004-09-16 11:49:26 +00:00
Michael Stevens
0ffa255203
no matrix needed
...
[SVN r25140]
2004-09-16 06:07:22 +00:00
Michael Stevens
b2b6586167
bounded clearly marked in text output
...
[SVN r25139]
2004-09-16 06:06:58 +00:00
Michael Stevens
1e1cc94cbb
only include general_v_of_v if used
...
[SVN r25138]
2004-09-16 06:03:19 +00:00
Michael Stevens
f5ab6e8c4d
Comments and space for HP aCC defects
...
Unable to overload reverse iterators is a defect
[SVN r25121]
2004-09-15 15:44:08 +00:00
Michael Stevens
df1ef232e2
Unable to overload reverse iterators is a defect
...
[SVN r25120]
2004-09-15 15:42:47 +00:00
Michael Stevens
dcfb0be636
use array placement new and std::uninitialized for unbounded)array construction
...
[SVN r25116]
2004-09-15 14:09:50 +00:00
Michael Stevens
ce346d14a4
adaptors must use scalar_assign reference type from underlieing iterator
...
[SVN r25104]
2004-09-15 09:32:56 +00:00
Michael Stevens
b8304c1d23
Single typedef for temporary type
...
Comments regarding project implementation
[SVN r25101]
2004-09-15 07:09:15 +00:00
Michael Stevens
c506f3d0d6
Broken dependance between strict map_array and strict vector matrix sparse.
...
Using key and mapped type typedefs
[SVN r25100]
2004-09-15 07:07:16 +00:00
Michael Stevens
0c919446b5
Code DISABLED by default
...
Broken dependance between strict map_array and strict vector matrix sparse.
Propogated encapsulation fixes
[SVN r25099]
2004-09-15 07:06:20 +00:00
Michael Stevens
a86f6164d3
Clean up closure type hidding. Const correct accessors are private
...
so types can remain private.
Removed unused pointer typedef
[SVN r25098]
2004-09-15 07:04:25 +00:00
Michael Stevens
abdcdb980a
LHS of indexing_matrix_assign functor must be reference type
...
[SVN r25097]
2004-09-15 07:01:55 +00:00
Michael Stevens
9184f2af42
broken dependance between strict map_array and strict vector matrix sparse
...
[SVN r25096]
2004-09-15 06:58:27 +00:00
Michael Stevens
042aadd6ec
iterator pointer typedef using common syntax
...
[SVN r25095]
2004-09-15 06:55:51 +00:00
Michael Stevens
d33c486d86
*** empty log message ***
...
[SVN r25094]
2004-09-15 06:53:14 +00:00
Michael Stevens
dba92969d7
Remove redundant const_reference
...
Clean up closure type hidding. Const correct accessors are private
so types can remain private
[SVN r25093]
2004-09-15 06:47:51 +00:00
Toon Knapen
b757062dd5
making types used as return type public
...
[SVN r25006]
2004-09-10 13:03:53 +00:00
Michael Stevens
54fc1363d8
VC6 fix problem flages as PTS related even though a member function
...
[SVN r24983]
2004-09-09 07:14:48 +00:00
Michael Stevens
f59aa77871
fixed and comment bounded array construct semantics
...
[SVN r24982]
2004-09-09 06:28:34 +00:00
Toon Knapen
ae352ecf9d
added non-initialising constructor and initialising constructor
...
[SVN r24978]
2004-09-08 18:28:41 +00:00
Michael Stevens
44f58e3def
VC6 member function sepecializtions disabled
...
consistent pointer typedefs
[SVN r24958]
2004-09-07 13:13:24 +00:00
Michael Stevens
812649c39b
data gets a pointer to an array_type
...
[SVN r24941]
2004-09-06 17:17:11 +00:00
Michael Stevens
e05921d751
storage and container updates
...
[SVN r24940]
2004-09-06 12:46:35 +00:00
Michael Stevens
53a44837dc
sparse_vector_of_sparse_vector compiles
...
[SVN r24939]
2004-09-06 12:42:16 +00:00
Michael Stevens
a42aec0cb9
comment
...
[SVN r24938]
2004-09-06 12:41:19 +00:00
Michael Stevens
b67f5a22e8
sparse_of_sparse if fixed
...
[SVN r24937]
2004-09-06 12:40:23 +00:00
Michael Stevens
2e969c92ad
needed for Mutable map_array
...
[SVN r24935]
2004-09-06 10:57:43 +00:00
Michael Stevens
a663cfaa38
Depracated 'reset' functions removed. Non core cases were not working
...
Added vector/matrix cross storage assignment specialiszation
includes banded_vector/matrix optimization
Extended non-proxy iterator to ALL matrix types
Extended typedef pointer removal and private self_type to ALL matrix types
Minor concept failures fixed
[SVN r24934]
2004-09-06 09:48:32 +00:00