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

208 Commits

Author SHA1 Message Date
Michael Stevens
87fb8cdce5 comment 2004-09-05 12:22:15 +00:00
Michael Stevens
3197a4b804 flagged broken cases 2004-09-05 12:21:01 +00:00
Michael Stevens
6db8156914 Change to use STL Allocator 2004-09-05 08:58:29 +00:00
Michael Stevens
965f359c7c simpler hint workaound
const end in for loops (for optimizer!)
2004-09-05 08:57:16 +00:00
Michael Stevens
6d181a5d4f consitently using value_type (0) when the zero identity is used
Prevents algorithm being used on types that don't have zero identity
2004-09-05 08:54:01 +00:00
Michael Stevens
bf4b4cdda5 non-mutable value_type no initialised before assigned from tested object 2004-09-05 06:54:01 +00:00
Michael Stevens
f694acace6 try 2 param (VC6) syntax for NO_STD_ALLOCATOR 2004-09-04 15:04:21 +00:00
Michael Stevens
dfc90cd72a OLD_INIT syntax for nil_ static members 2004-09-04 14:48:53 +00:00
Michael Stevens
43af9721f9 fix unbounded_array copy cstrct with size_
explicit 0 value for range, stride values 0
2004-09-04 14:47:39 +00:00
Michael Stevens
2ebf36e11e VC7 does call default constructor unless old syntax used 2004-09-04 14:45:27 +00:00
Michael Stevens
f2fac0f826 opps bad commit 2004-09-03 17:03:41 +00:00
Michael Stevens
f6b75c4533 complete implementation for construct destruct correctness 2004-09-03 16:28:07 +00:00
Michael Stevens
83cc842720 map_array like std::map should be default constructed 2004-09-03 09:18:56 +00:00
Michael Stevens
b94aa1f65b mixed scalar and binary vector expression 2004-09-03 06:40:06 +00:00
Michael Stevens
e6387f32bf use diagonal which is harder! 2004-09-03 06:33:26 +00:00
Michael Stevens
0e72bae04f corrected basic_stream as default 2004-09-02 19:39:00 +00:00
Michael Stevens
73fc394f9e correct preconds for range,slice 2004-09-02 19:31:10 +00:00
Michael Stevens
fb31ebfc73 REVERSE_ITERATOR_OVERLOADS are default
Many fixes picked by INTERNAL concept checks
2004-09-02 17:28:58 +00:00
Michael Stevens
4c5bf33e2c Pending new proxy shortcut syntax 2004-09-02 14:06:03 +00:00
Michael Stevens
f3b9dbb8c1 Broken. Sorry Toon 2004-09-02 14:04:00 +00:00
Michael Stevens
57013de910 conversion to sparse_vector_element not allowed 2004-09-02 12:51:44 +00:00
Michael Stevens
eecb8ed09a more occurances of new scalrar_x_assign<iterator::reference 2004-09-02 12:48:24 +00:00
Michael Stevens
3d97b8b2ab allocators don't allow size==0 2004-09-02 12:46:35 +00:00
Michael Stevens
6182292cb5 test the value of default construction. Either empty or full size (bounded_array) 2004-09-02 11:46:31 +00:00
Michael Stevens
5e6e517b37 Fixed runtime exception, must use iterator:reference type
nil_ back to no static as Default construct requires it. Arrrgg!
2004-09-02 11:44:50 +00:00
Michael Stevens
1661b71c14 'explicit' vector(size) constructors
Construct value_data_ with 0 size rather then default constructor
2004-09-02 09:15:07 +00:00
Michael Stevens
2aaab3e50d Restored Random Access Container compatibility 2004-09-02 09:13:26 +00:00
Michael Stevens
b0bf49ad53 Iterators never use element_proxy only references
typedef pointer is not part of the Vector Expression Concept
and not needed for implementation
2004-09-01 14:36:36 +00:00
Michael Stevens
017be1077b typedef pointer is not part of the Vector Expression Concept
and not needed for implementation
2004-09-01 14:19:50 +00:00
Michael Stevens
37942b6bca Fixed mixed use assignment in construction
Add STL allocator to storage types
2004-09-01 14:11:36 +00:00
Michael Stevens
1b7d881d0b propogated array_type is public change 2004-09-01 13:21:24 +00:00
Michael Stevens
614a8a710c Made returned index_array_type etc public. Thanks to Karl for spotting this. 2004-08-31 08:44:29 +00:00
Michael Stevens
fc1e0010c2 workaround gcc.2.95 bug with ? operator and const return value 2004-08-29 09:08:20 +00:00
Michael Stevens
473927ee7e VC6 requires old static init syntax 2004-08-28 17:15:35 +00:00
Michael Stevens
8da4242aeb DERIVED_HELPERS only seem to be unambigous
on some compiler. (CW9 and VC7.1/8 fail)
Provide sepecfic expression overload instead
2004-08-28 11:35:47 +00:00
Michael Stevens
97062292a8 private evaluate 2004-08-28 10:00:55 +00:00
Michael Stevens
53dfcb0cd6 VC7.1 using operator= overloads have problems 2004-08-27 16:14:03 +00:00
Michael Stevens
856180ff7d Allow command line TESTSET
Enable BOUNDED_VECTOR which picks up a VC7.1 problem
2004-08-27 16:12:23 +00:00
Michael Stevens
9dc94e81d3 const correctness for zero_ etc completed
use if_ instead of if_c
2004-08-27 15:23:32 +00:00
Michael Stevens
d801a97399 comments 2004-08-27 15:19:35 +00:00
Michael Stevens
bff5cbda54 removed a try left in 2004-08-27 14:31:47 +00:00
Michael Stevens
38368e113d fixed broken links 2004-08-27 13:24:32 +00:00
Michael Stevens
c0b74f2d0c removed vector::size_ use data_.size () instead 2004-08-27 13:00:00 +00:00
Michael Stevens
e110647c4d const correctness for nil_, zero_
Construct without assignment for  zero_,one_
2004-08-27 12:46:47 +00:00
Michael Stevens
96371a2555 General Configuration
enable NO_PROXY_SHORTCUTS
2004-08-27 10:16:43 +00:00
Michael Stevens
f566403ed4 Disable fail slice proxies 2004-08-26 18:36:10 +00:00
Michael Stevens
85c72cfe5a Big improvement to type encapsulation
iterator_type, expersion_type, functo_type etc private
2004-08-26 18:17:47 +00:00
Michael Stevens
12b1d9e49e code layout 2004-08-26 16:28:10 +00:00
Michael Stevens
c45e2bc29e Propogated storage_catagory to reference classes 2004-08-26 16:23:34 +00:00
Michael Stevens
6e2a13ec11 use (0) to represent zero rather then default constructor.
(1) is require anyway so this does not add further requirements
2004-08-26 15:51:57 +00:00