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 |
|
Michael Stevens
|
5d478970dc
|
resize not used. It just adds more mutable requirements
|
2004-08-26 15:45:43 +00:00 |
|
Michael Stevens
|
f2d21ee3ad
|
Commented slice and indirect iterator problems
iterator_type are private
|
2004-08-26 15:36:52 +00:00 |
|
Michael Stevens
|
ba6b2b5979
|
use bad_index when no reference to const_member
|
2004-08-26 14:36:21 +00:00 |
|
Michael Stevens
|
8ddb23c5f2
|
Exceptions on by default
Use BOOST_UBLAS_NO_EXCEPTIONS to disable
|
2004-08-26 12:46:18 +00:00 |
|
Michael Stevens
|
7625e57e08
|
Exceptions. No need to catch. We want test to halt for testing
on exception.
|
2004-08-26 12:42:23 +00:00 |
|
Michael Stevens
|
75da4d83ef
|
USE_EXCEPTIONS debugger removed!
|
2004-08-26 11:13:24 +00:00 |
|
Michael Stevens
|
31e522b5b1
|
std::abs libcomo workaround version dependant
|
2004-08-25 08:31:07 +00:00 |
|
Michael Stevens
|
11414ab4a5
|
Fixed broken links
Dopped $Id as these work badly with >1 CVS
|
2004-08-24 07:51:33 +00:00 |
|
Michael Stevens
|
4ba6bf01f8
|
Renamed std cmath problem
Extended cstdlib workaround to MIPSpro
|
2004-08-24 06:51:21 +00:00 |
|
Michael Stevens
|
11ccb88b5b
|
Extended NO_MEMBER_FRIENDS to VC6+7
VC7 in particular has problems without
|
2004-08-24 06:25:09 +00:00 |
|
Michael Stevens
|
d7572c612b
|
Propogated Toon's index_base change from matrix_sparse
Dropped VC7 workaround
|
2004-08-24 06:22:22 +00:00 |
|
Michael Stevens
|
ab17710a85
|
Dropped VC7 workaround
|
2004-08-24 06:20:57 +00:00 |
|
Michael Stevens
|
2c73fbb4f3
|
Comeau noticed that != required to equity comparible for index_pair/triple
|
2004-08-23 14:05:08 +00:00 |
|
Michael Stevens
|
8be96366cb
|
Workaround for Comeau - would be nice to make this version specific
|
2004-08-23 13:50:30 +00:00 |
|
Michael Stevens
|
64da34fe82
|
removed experimental type_traits:const_reference
element_proxy:
add comparison
dropped unnecessary overloads
|
2004-08-23 07:38:07 +00:00 |
|
Michael Stevens
|
d8fcc74043
|
comment
|
2004-08-23 07:34:59 +00:00 |
|
Michael Stevens
|
ee3555eebe
|
temporarily remove .v2 as they are picked up automatic
for tests sources in the subdirectories and get built!!
|
2004-08-22 18:45:40 +00:00 |
|
Michael Stevens
|
0212b5e523
|
noncopyable
repaired dropped boost::
removed explict default constructor call which was inconsistently used
|
2004-08-22 18:36:28 +00:00 |
|
Michael Stevens
|
d835e112fa
|
further reduced default library dependicies
Changed macros controling array_adaptor's
By default on safe deep copy array_adaptor
Seperate shallow_array_adaptor for crazy people
|
2004-08-20 08:00:01 +00:00 |
|
Michael Stevens
|
2ad725e909
|
fix noncopyable
|
2004-08-20 05:32:01 +00:00 |
|
Michael Stevens
|
43ba723e45
|
Minor rework of noncopyable and nonassignable
|
2004-08-19 18:28:12 +00:00 |
|