2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-20 15:12:16 +00:00
Commit Graph

313 Commits

Author SHA1 Message Date
Michael Stevens
71b94c19d8 FIX explicit expression constructors
[SVN r25362]
2004-09-23 07:51:01 +00:00
Michael Stevens
150b93d70b Remove member friend swap
unrequired for concept and cause compiler wierdness


[SVN r25360]
2004-09-23 07:19:57 +00:00
Michael Stevens
6542a1f99f all type default constructed with init
[SVN r25346]
2004-09-22 18:01:06 +00:00
Michael Stevens
2d426ed751 fix swap
[SVN r25331]
2004-09-22 07:58:12 +00:00
Michael Stevens
45e75d7eec testing project range slice
[SVN r25329]
2004-09-21 22:48:54 +00:00
Michael Stevens
94572b4f80 restore VC6/7 workaround in EXTERNAL
[SVN r25328]
2004-09-21 22:42:42 +00:00
Michael Stevens
0b18a99b1c Add vector/matrix_temporary_type
Fix Iterator::reference must be the actual operator* return type
Fix scalar assign must account for temporay value_type


[SVN r25327]
2004-09-21 22:34:59 +00:00
Michael Stevens
96ed78a66f Add vector/matrix_temporary_type
All construction/resize uses max_nz function


[SVN r25326]
2004-09-21 22:32:10 +00:00
Michael Stevens
bdf3950350 Add vector/matrix_temporary_type
[SVN r25325]
2004-09-21 22:30:56 +00:00
Michael Stevens
e885a20631 no const_self_type
[SVN r25324]
2004-09-21 22:30:36 +00:00
Michael Stevens
2b90af8069 fix slice compose negative start check
[SVN r25323]
2004-09-21 22:27:38 +00:00
Michael Stevens
d0dfa772d3 Flag VC7.1 strangeness
[SVN r25322]
2004-09-21 22:22:34 +00:00
Michael Stevens
673b507c58 restore VC6/7 workaround in EXTERNAL
[SVN r25321]
2004-09-21 22:21:19 +00:00
Michael Stevens
dd797bcd38 Add SKIP_BAD for known bad models
[SVN r25311]
2004-09-21 14:12:47 +00:00
Michael Stevens
9cb405430c Simplified syntax
Extended concept checks
Fixed up failures hidden by FIXME
Only compiles on conformant compilers


[SVN r25310]
2004-09-21 13:50:15 +00:00
Michael Stevens
959435dcd2 Sizing constructor required for Vector/Matrix Concept
[SVN r25309]
2004-09-21 13:48:20 +00:00
Michael Stevens
6ca53a7a30 remove std::set and non concept insert
[SVN r25307]
2004-09-21 13:43:39 +00:00
Michael Stevens
c4a7dac1a7 fix resize_packed_preserve arguments
[SVN r25306]
2004-09-21 13:42:55 +00:00
Michael Stevens
3fbe29f6bc Mutable Expression concept requires:
assignment (default fails as reference type) and swap
 Use deep semantics as in a C++ reference


[SVN r25305]
2004-09-21 13:41:57 +00:00
Michael Stevens
12f9c0cf75 *** empty log message ***
[SVN r25303]
2004-09-21 13:40:04 +00:00
Michael Stevens
71fbde536f fix adaptor::operator= bad definition
[SVN r25302]
2004-09-21 13:39:43 +00:00
Michael Stevens
ca426fcf5f initializeation or not is models buisiness
[SVN r25295]
2004-09-21 10:08:27 +00:00
Michael Stevens
a51096f955 Resize infrastructure
WARNING Function parameter order changed


[SVN r25293]
2004-09-21 08:17:17 +00:00
Michael Stevens
e6adaf9125 Concept compatible resize function
[SVN r25287]
2004-09-20 19:13:13 +00:00
Michael Stevens
fd46c7e09d *** empty log message ***
[SVN r25286]
2004-09-20 19:10:09 +00:00
Michael Stevens
894ca18093 add map_capacity
[SVN r25285]
2004-09-20 18:54:06 +00:00
Michael Stevens
b90e51bd16 Resize consistency
sparse resize must have preserve parameter first


[SVN r25283]
2004-09-20 15:05:57 +00:00
Michael Stevens
be294e9aac fix broken commit without typename
[SVN r25282]
2004-09-20 14:58:18 +00:00
Michael Stevens
3b331a456a index_X_array use size_type
[SVN r25281]
2004-09-20 14:57:06 +00:00
Michael Stevens
b5c032a877 generic map_reserve
[SVN r25277]
2004-09-20 13:42:09 +00:00
Michael Stevens
1d11d78716 detail::resize not required anymore
[SVN r25276]
2004-09-20 13:41:25 +00:00
Michael Stevens
3388d6634f detail::resize not required anymore
resize simplified and for vectors preserve is honoured


[SVN r25275]
2004-09-20 13:40:35 +00:00
Michael Stevens
dfeb0d0346 detail::resize not required anymore
[SVN r25273]
2004-09-20 13:29:50 +00:00
Michael Stevens
f0e08c43cc uninitialized resize form no longer needs to be called resize_new
[SVN r25264]
2004-09-20 09:45:31 +00:00
Michael Stevens
51672821b5 removed sparse_storage_element_traits
use index_type directly to get size_type dependency
 otherwise only purepose was to generate errors SOME non array types!


[SVN r25262]
2004-09-20 08:18:20 +00:00
Michael Stevens
a4b6dbd542 use size_type
[SVN r25261]
2004-09-20 08:15:53 +00:00
Michael Stevens
802221070f use size_type in row/column function
[SVN r25260]
2004-09-20 08:12:02 +00:00
Michael Stevens
6d089cdabf use array size_type
hide matrix/vector_type in bound types


[SVN r25258]
2004-09-20 07:41:37 +00:00
Michael Stevens
d92694c560 use array size_type
unsigned complexity


[SVN r25257]
2004-09-20 07:39:06 +00:00
Michael Stevens
c3fe725536 unsigned complexity
[SVN r25256]
2004-09-20 07:38:22 +00:00
Michael Stevens
79f2836ee8 add allocator_type
[SVN r25255]
2004-09-20 07:37:47 +00:00
Michael Stevens
37129a1478 allocator_type
[SVN r25253]
2004-09-20 07:37:03 +00:00
Michael Stevens
20655d38d3 use array size_type
[SVN r25252]
2004-09-20 07:36:06 +00:00
Michael Stevens
c8700eeeab reverse_iterator size_type
[SVN r25251]
2004-09-20 07:35:26 +00:00
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