Michael Stevens
|
ea084bf6e2
|
Pending new proxy shortcut syntax
[SVN r24872]
|
2004-09-02 14:06:03 +00:00 |
|
Michael Stevens
|
9363ab42bb
|
Broken. Sorry Toon
[SVN r24871]
|
2004-09-02 14:04:00 +00:00 |
|
Michael Stevens
|
3d002d523c
|
conversion to sparse_vector_element not allowed
[SVN r24868]
|
2004-09-02 12:51:44 +00:00 |
|
Michael Stevens
|
2fd394614b
|
more occurances of new scalrar_x_assign<iterator::reference
[SVN r24867]
|
2004-09-02 12:48:24 +00:00 |
|
Michael Stevens
|
1749217322
|
allocators don't allow size==0
[SVN r24866]
|
2004-09-02 12:46:35 +00:00 |
|
Michael Stevens
|
654d37c626
|
test the value of default construction. Either empty or full size (bounded_array)
[SVN r24865]
|
2004-09-02 11:46:31 +00:00 |
|
Michael Stevens
|
e48d110dde
|
Fixed runtime exception, must use iterator:reference type
nil_ back to no static as Default construct requires it. Arrrgg!
[SVN r24864]
|
2004-09-02 11:44:50 +00:00 |
|
Michael Stevens
|
91390d7977
|
'explicit' vector(size) constructors
Construct value_data_ with 0 size rather then default constructor
[SVN r24863]
|
2004-09-02 09:15:07 +00:00 |
|
Michael Stevens
|
966df968ac
|
Restored Random Access Container compatibility
[SVN r24862]
|
2004-09-02 09:13:26 +00:00 |
|
Michael Stevens
|
c3e22e3373
|
Iterators never use element_proxy only references
typedef pointer is not part of the Vector Expression Concept
and not needed for implementation
[SVN r24850]
|
2004-09-01 14:36:36 +00:00 |
|
Michael Stevens
|
6e581f7160
|
typedef pointer is not part of the Vector Expression Concept
and not needed for implementation
[SVN r24849]
|
2004-09-01 14:19:50 +00:00 |
|
Michael Stevens
|
c01a043648
|
Fixed mixed use assignment in construction
Add STL allocator to storage types
[SVN r24848]
|
2004-09-01 14:11:36 +00:00 |
|
Michael Stevens
|
46886d7e09
|
propogated array_type is public change
[SVN r24847]
|
2004-09-01 13:21:24 +00:00 |
|
Michael Stevens
|
5b85f7762b
|
Made returned index_array_type etc public. Thanks to Karl for spotting this.
[SVN r24836]
|
2004-08-31 08:44:29 +00:00 |
|
Michael Stevens
|
ab2a9dd826
|
workaround gcc.2.95 bug with ? operator and const return value
[SVN r24803]
|
2004-08-29 09:08:20 +00:00 |
|
Michael Stevens
|
5ed15ba8cf
|
VC6 requires old static init syntax
[SVN r24798]
|
2004-08-28 17:15:35 +00:00 |
|
Michael Stevens
|
cc7575d509
|
DERIVED_HELPERS only seem to be unambigous
on some compiler. (CW9 and VC7.1/8 fail)
Provide sepecfic expression overload instead
[SVN r24797]
|
2004-08-28 11:35:47 +00:00 |
|
Michael Stevens
|
2c36242e45
|
private evaluate
[SVN r24796]
|
2004-08-28 10:00:55 +00:00 |
|
Michael Stevens
|
bf0144a87e
|
VC7.1 using operator= overloads have problems
[SVN r24791]
|
2004-08-27 16:14:03 +00:00 |
|
Michael Stevens
|
d93747c424
|
Allow command line TESTSET
Enable BOUNDED_VECTOR which picks up a VC7.1 problem
[SVN r24790]
|
2004-08-27 16:12:23 +00:00 |
|
Michael Stevens
|
a9a38dba6d
|
const correctness for zero_ etc completed
use if_ instead of if_c
[SVN r24789]
|
2004-08-27 15:23:32 +00:00 |
|
Michael Stevens
|
bb92276dfd
|
comments
[SVN r24788]
|
2004-08-27 15:19:35 +00:00 |
|
Michael Stevens
|
fba75373fe
|
removed a try left in
[SVN r24787]
|
2004-08-27 14:31:47 +00:00 |
|
Michael Stevens
|
203d513063
|
fixed broken links
[SVN r24785]
|
2004-08-27 13:24:32 +00:00 |
|
Michael Stevens
|
b7ef416019
|
removed vector::size_ use data_.size () instead
[SVN r24784]
|
2004-08-27 13:00:00 +00:00 |
|
Michael Stevens
|
2260aeb83d
|
const correctness for nil_, zero_
Construct without assignment for zero_,one_
[SVN r24782]
|
2004-08-27 12:46:47 +00:00 |
|
Michael Stevens
|
087b2f5980
|
General Configuration
enable NO_PROXY_SHORTCUTS
[SVN r24780]
|
2004-08-27 10:16:43 +00:00 |
|
Michael Stevens
|
41a525221a
|
Disable fail slice proxies
[SVN r24770]
|
2004-08-26 18:36:10 +00:00 |
|
Michael Stevens
|
4dff121a52
|
Big improvement to type encapsulation
iterator_type, expersion_type, functo_type etc private
[SVN r24769]
|
2004-08-26 18:17:47 +00:00 |
|
Michael Stevens
|
4fb95822d0
|
code layout
[SVN r24768]
|
2004-08-26 16:28:10 +00:00 |
|
Michael Stevens
|
97b7eca1dd
|
Propogated storage_catagory to reference classes
[SVN r24767]
|
2004-08-26 16:23:34 +00:00 |
|
Michael Stevens
|
055659d37b
|
use (0) to represent zero rather then default constructor.
(1) is require anyway so this does not add further requirements
[SVN r24763]
|
2004-08-26 15:51:57 +00:00 |
|
Michael Stevens
|
32ec98894c
|
resize not used. It just adds more mutable requirements
[SVN r24762]
|
2004-08-26 15:45:43 +00:00 |
|
Michael Stevens
|
d2ff0062ea
|
Commented slice and indirect iterator problems
iterator_type are private
[SVN r24760]
|
2004-08-26 15:36:52 +00:00 |
|
Michael Stevens
|
a2ef882e91
|
use bad_index when no reference to const_member
[SVN r24758]
|
2004-08-26 14:36:21 +00:00 |
|
Michael Stevens
|
ae9870eca9
|
Exceptions on by default
Use BOOST_UBLAS_NO_EXCEPTIONS to disable
[SVN r24753]
|
2004-08-26 12:46:18 +00:00 |
|
Michael Stevens
|
67c9312f78
|
Exceptions. No need to catch. We want test to halt for testing
on exception.
[SVN r24752]
|
2004-08-26 12:42:23 +00:00 |
|
Michael Stevens
|
c4231b0c86
|
USE_EXCEPTIONS debugger removed!
[SVN r24747]
|
2004-08-26 11:13:24 +00:00 |
|
Michael Stevens
|
3e4909ff18
|
std::abs libcomo workaround version dependant
[SVN r24730]
|
2004-08-25 08:31:07 +00:00 |
|
Michael Stevens
|
34b81dc314
|
Fixed broken links
Dopped $Id as these work badly with >1 CVS
[SVN r24699]
|
2004-08-24 07:51:33 +00:00 |
|
Michael Stevens
|
60ce619987
|
Renamed std cmath problem
Extended cstdlib workaround to MIPSpro
[SVN r24695]
|
2004-08-24 06:51:21 +00:00 |
|
Michael Stevens
|
3a99b9e2f3
|
Extended NO_MEMBER_FRIENDS to VC6+7
VC7 in particular has problems without
[SVN r24694]
|
2004-08-24 06:25:09 +00:00 |
|
Michael Stevens
|
50b6f44cf4
|
Propogated Toon's index_base change from matrix_sparse
Dropped VC7 workaround
[SVN r24693]
|
2004-08-24 06:22:22 +00:00 |
|
Michael Stevens
|
090707d4c7
|
Dropped VC7 workaround
[SVN r24692]
|
2004-08-24 06:20:57 +00:00 |
|
Michael Stevens
|
49471cfbb2
|
Comeau noticed that != required to equity comparible for index_pair/triple
[SVN r24670]
|
2004-08-23 14:05:08 +00:00 |
|
Michael Stevens
|
6c48e5c589
|
Workaround for Comeau - would be nice to make this version specific
[SVN r24669]
|
2004-08-23 13:50:30 +00:00 |
|
Michael Stevens
|
488d1848c0
|
removed experimental type_traits:const_reference
element_proxy:
add comparison
dropped unnecessary overloads
[SVN r24656]
|
2004-08-23 07:38:07 +00:00 |
|
Michael Stevens
|
b75fa228ef
|
comment
[SVN r24655]
|
2004-08-23 07:34:59 +00:00 |
|
Michael Stevens
|
13dea85678
|
temporarily remove .v2 as they are picked up automatic
for tests sources in the subdirectories and get built!!
[SVN r24649]
|
2004-08-22 18:45:40 +00:00 |
|
Michael Stevens
|
e5787ed353
|
noncopyable
repaired dropped boost::
removed explict default constructor call which was inconsistently used
[SVN r24648]
|
2004-08-22 18:36:28 +00:00 |
|