Michael Stevens
|
6223101ef2
|
Fixed placement new detection for GCC 4
|
2005-01-03 20:52:27 +00:00 |
|
Michael Stevens
|
64ba0a49c4
|
FIX sparse non_zeros is capacity, consistent with coordinate and compressed
|
2004-10-20 12:28:07 +00:00 |
|
Michael Stevens
|
938b68f013
|
FIX sparse non_zeros is capacity, consistent with coordinate and compressed
FIX sparse_matrix removed minumum in restrict_nz
|
2004-10-20 12:27:08 +00:00 |
|
Michael Stevens
|
00e0e3ca1a
|
missing _
|
2004-10-20 07:50:07 +00:00 |
|
Michael Stevens
|
33284381ed
|
FIX nasty coordinate_matrix insert bug
Back to sumation of duplicates
|
2004-10-20 07:46:32 +00:00 |
|
Michael Stevens
|
24bfd03457
|
Intel 7.1 reports as 700 assume both have same placement-new behaviour
|
2004-10-12 06:37:27 +00:00 |
|
Michael Stevens
|
593abceff6
|
*** empty log message ***
|
2004-10-12 06:28:13 +00:00 |
|
Michael Stevens
|
d0f85c200d
|
move to detail
|
2004-10-12 06:26:34 +00:00 |
|
Michael Stevens
|
98a946baa0
|
Fix only intel linux has useful placement new
|
2004-10-11 06:35:21 +00:00 |
|
Michael Stevens
|
5d7e852b01
|
Fix cw-8.3 disable type checks to avoid debug functor syntax problem
|
2004-10-10 08:21:57 +00:00 |
|
Michael Stevens
|
5c8b6de082
|
attempt workaround for cw-8.3 ::template syntax problem
|
2004-10-09 07:57:25 +00:00 |
|
Michael Stevens
|
4b297cb255
|
attempt workaround for cw-8.3 ::template syntax problem
|
2004-10-09 07:52:45 +00:00 |
|
Michael Stevens
|
ff51ab3a78
|
Try inline as cw-8.3 fix
|
2004-10-08 18:06:35 +00:00 |
|
Michael Stevens
|
cc69fb0eb5
|
header dependcies
|
2004-10-08 12:33:02 +00:00 |
|
Michael Stevens
|
04caaf0b92
|
icc-7.1 placement new
|
2004-10-08 06:44:13 +00:00 |
|
Michael Stevens
|
289d52e1b8
|
Fix random_access_iterator cut&paste error
|
2004-10-07 16:50:13 +00:00 |
|
Michael Stevens
|
02882cbdce
|
Generic accessor, VC6 has template problems remove for all non PTS compilers
|
2004-10-07 04:31:19 +00:00 |
|
Michael Stevens
|
2b82bb018b
|
remove tabs
|
2004-10-05 10:14:49 +00:00 |
|
Michael Stevens
|
d272265f4d
|
New definitions.hpp for noalias and accessors
New namespace dimensions for accessors
|
2004-10-05 08:12:55 +00:00 |
|
Michael Stevens
|
e637fee552
|
FIX missing return in map_capacity
|
2004-10-04 07:28:27 +00:00 |
|
Michael Stevens
|
b344eb93ef
|
enable array placement new for some compilers
|
2004-10-03 05:24:13 +00:00 |
|
Michael Stevens
|
183a0db63d
|
add USEFUL_ARRAY_PLACEMENT_NEW
add storage_arrary base class initialisers to copy constructors to avoid compiler warnings
|
2004-10-01 17:39:24 +00:00 |
|
Michael Stevens
|
61fa0eaa41
|
Change use functor_type::apply syntax
replaces functor () () which again overloads () and may have overhead on some compilers
Add correct infrastructure for scalar_expressions
|
2004-09-30 21:09:17 +00:00 |
|
Michael Stevens
|
7856a404a8
|
FIX array new for default constructor fails on many compilers
(OK for gcc-3.4.2, not sure if standard confromant, use a loop instead)
|
2004-09-30 16:42:16 +00:00 |
|
Michael Stevens
|
73f8adb8ca
|
FIX work with const UDTs, CV status is stripped from returned type
|
2004-09-29 18:25:42 +00:00 |
|
Michael Stevens
|
3ebe500f91
|
add zero_vector/matrix
|
2004-09-29 15:39:11 +00:00 |
|
Michael Stevens
|
0b7c9f470c
|
basis for generalised ublas_expression
|
2004-09-24 18:28:37 +00:00 |
|
Michael Stevens
|
ec8b8e854f
|
Consistent class/struct
|
2004-09-24 06:57:49 +00:00 |
|
Michael Stevens
|
717eb623e2
|
Consistent class/struct
Make scalar_expression full B-N trick base
|
2004-09-24 06:57:06 +00:00 |
|
Michael Stevens
|
9555d2e8a6
|
Fix indexing assign use size_type
Loops do not underflow so size_type is correct
|
2004-09-24 06:32:34 +00:00 |
|
Michael Stevens
|
30dbb88f13
|
Fix unused parameters
|
2004-09-24 06:27:55 +00:00 |
|
Michael Stevens
|
e3246b5469
|
Use result_type(0)
Fix unused parameters
|
2004-09-24 06:27:18 +00:00 |
|
Michael Stevens
|
9fb43daf41
|
FIX typenames for VC6
|
2004-09-23 08:46:53 +00:00 |
|
Michael Stevens
|
dc28077b04
|
swap avoid same_closure test
|
2004-09-23 08:25:44 +00:00 |
|
Michael Stevens
|
1dbebeedee
|
FIX explicit expression constructors
|
2004-09-23 07:51:01 +00:00 |
|
Michael Stevens
|
96fcb769c0
|
Remove member friend swap
unrequired for concept and cause compiler wierdness
|
2004-09-23 07:19:57 +00:00 |
|
Michael Stevens
|
c2c8d01081
|
fix swap
|
2004-09-22 07:58:12 +00:00 |
|
Michael Stevens
|
080b823112
|
restore VC6/7 workaround in EXTERNAL
|
2004-09-21 22:42:42 +00:00 |
|
Michael Stevens
|
cda89c2348
|
Add vector/matrix_temporary_type
Fix Iterator::reference must be the actual operator* return type
Fix scalar assign must account for temporay value_type
|
2004-09-21 22:34:59 +00:00 |
|
Michael Stevens
|
c3d15fb577
|
Add vector/matrix_temporary_type
All construction/resize uses max_nz function
|
2004-09-21 22:32:10 +00:00 |
|
Michael Stevens
|
6060ffe77e
|
Add vector/matrix_temporary_type
|
2004-09-21 22:30:56 +00:00 |
|
Michael Stevens
|
37e384d0be
|
no const_self_type
|
2004-09-21 22:30:36 +00:00 |
|
Michael Stevens
|
0c677ddd4c
|
fix slice compose negative start check
|
2004-09-21 22:27:38 +00:00 |
|
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 |
|