2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-24 04:22:12 +00:00
Commit Graph

302 Commits

Author SHA1 Message Date
Michael Stevens
f5313a2e41 Flag VC7.1 strangeness 2004-09-21 22:22:34 +00:00
Michael Stevens
1f9cdb9251 restore VC6/7 workaround in EXTERNAL 2004-09-21 22:21:19 +00:00
Michael Stevens
f8b312eea4 Add SKIP_BAD for known bad models 2004-09-21 14:12:47 +00:00
Michael Stevens
8992dfb202 Simplified syntax
Extended concept checks
Fixed up failures hidden by FIXME
Only compiles on conformant compilers
2004-09-21 13:50:15 +00:00
Michael Stevens
e04df7d1e9 Sizing constructor required for Vector/Matrix Concept 2004-09-21 13:48:20 +00:00
Michael Stevens
0bb777d867 remove std::set and non concept insert 2004-09-21 13:43:39 +00:00
Michael Stevens
c1e202dd31 fix resize_packed_preserve arguments 2004-09-21 13:42:55 +00:00
Michael Stevens
2c95f22ef8 Mutable Expression concept requires:
assignment (default fails as reference type) and swap
 Use deep semantics as in a C++ reference
2004-09-21 13:41:57 +00:00
Michael Stevens
7f60d7ec07 *** empty log message *** 2004-09-21 13:40:04 +00:00
Michael Stevens
b932ae33de fix adaptor::operator= bad definition 2004-09-21 13:39:43 +00:00
Michael Stevens
04fb51afa4 initializeation or not is models buisiness 2004-09-21 10:08:27 +00:00
Michael Stevens
111ca44c14 Resize infrastructure
WARNING Function parameter order changed
2004-09-21 08:17:17 +00:00
Michael Stevens
914667a3f5 Concept compatible resize function 2004-09-20 19:13:13 +00:00
Michael Stevens
8f9218d3d3 *** empty log message *** 2004-09-20 19:10:09 +00:00
Michael Stevens
e69208c61b add map_capacity 2004-09-20 18:54:06 +00:00
Michael Stevens
026eefc428 Resize consistency
sparse resize must have preserve parameter first
2004-09-20 15:05:57 +00:00
Michael Stevens
bfa5e0c9b9 fix broken commit without typename 2004-09-20 14:58:18 +00:00
Michael Stevens
bc74149ea0 index_X_array use size_type 2004-09-20 14:57:06 +00:00
Michael Stevens
f2ac1e077b generic map_reserve 2004-09-20 13:42:09 +00:00
Michael Stevens
e3f3de6d15 detail::resize not required anymore 2004-09-20 13:41:25 +00:00
Michael Stevens
2794153857 detail::resize not required anymore
resize simplified and for vectors preserve is honoured
2004-09-20 13:40:35 +00:00
Michael Stevens
671af89816 detail::resize not required anymore 2004-09-20 13:29:50 +00:00
Michael Stevens
166b1b15f1 uninitialized resize form no longer needs to be called resize_new 2004-09-20 09:45:31 +00:00
Michael Stevens
c8bb98b6ae 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!
2004-09-20 08:18:20 +00:00
Michael Stevens
59f52438f3 use size_type 2004-09-20 08:15:53 +00:00
Michael Stevens
236aa53f53 use size_type in row/column function 2004-09-20 08:12:02 +00:00
Michael Stevens
84b8a80f8a use array size_type
hide matrix/vector_type in bound types
2004-09-20 07:41:37 +00:00
Michael Stevens
ea57eedde8 use array size_type
unsigned complexity
2004-09-20 07:39:06 +00:00
Michael Stevens
f3dbddb435 unsigned complexity 2004-09-20 07:38:22 +00:00
Michael Stevens
d4dcba4d6e add allocator_type 2004-09-20 07:37:47 +00:00
Michael Stevens
3ecee8b91b allocator_type 2004-09-20 07:37:03 +00:00
Michael Stevens
c556a26408 use array size_type 2004-09-20 07:36:06 +00:00
Michael Stevens
43cc249bd1 reverse_iterator size_type 2004-09-20 07:35:26 +00:00
Michael Stevens
bbdd7ec09f use expression size_type 2004-09-20 07:33:48 +00:00
Michael Stevens
d4ea481168 unsigned complexity
FIXME comments
2004-09-20 07:33:10 +00:00
Michael Stevens
a5ca13a2e1 Propogated template range/slice to vector/matrix proxies 2004-09-19 18:45:27 +00:00
Michael Stevens
65e55abc31 Exeriment with darwin toolset ABI problems 2004-09-19 17:57:10 +00:00
Michael Stevens
b99ffdd76a generalize vector storage resize for all storage_array and sequences 2004-09-19 06:25:52 +00:00
Michael Stevens
5e3d683af9 Generalize range,slice as basic_
Provide concept base storage_array
2004-09-19 06:24:34 +00:00
Michael Stevens
f8e0d47672 Generalize range,slice as basic_ 2004-09-19 06:24:05 +00:00
Michael Stevens
299cbf53d9 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
2004-09-19 05:14:26 +00:00
Michael Stevens
3100329614 CW8.3 problems with basic_stream 2004-09-18 18:21:21 +00:00
Michael Stevens
217e49038a Index operator for iterators not yet fixed
ignore unused variables
2004-09-17 16:05:50 +00:00
Michael Stevens
b64850c843 quick fix for VC6 mapped_type problem 2004-09-17 15:58:33 +00:00
Michael Stevens
0be2ef2c4d Removed MUTABLE_TEMPORARY code is not valid C++ 2004-09-17 14:22:17 +00:00
Michael Stevens
38302f22e8 Try and pickup test1 runtime failure on intel 2004-09-17 10:18:48 +00:00
Michael Stevens
855e2544ed DR45 for expression accessors 2004-09-17 09:19:31 +00:00
Michael Stevens
35b59bf9d4 test_vector not used 2004-09-17 09:11:47 +00:00
Michael Stevens
54e805ebe8 Fixed UBLAS_NO_REVERSE_ITERATOR_OVERLOADS 2004-09-17 08:33:57 +00:00
Michael Stevens
3f4b3682ba sparse_vector named underlining iterator 'iterator_type' as before (and in other contrainers)
This could also be VC8s problem
2004-09-17 06:27:54 +00:00