2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-20 03:02:13 +00:00
Commit Graph

337 Commits

Author SHA1 Message Date
Michael Stevens
e11fc19001 Generic accessor, VC6 has template problems remove for all non PTS compilers
[SVN r25601]
2004-10-07 04:31:19 +00:00
Aleksey Gurtovoy
64b5ac5827 c++boost.gif -> boost.png replacement
[SVN r25573]
2004-10-05 15:45:52 +00:00
Michael Stevens
33e7c0f006 remove tabs
[SVN r25568]
2004-10-05 10:14:49 +00:00
Michael Stevens
114133a181 New definitions.hpp for noalias and accessors
New namespace dimensions for accessors


[SVN r25566]
2004-10-05 08:12:55 +00:00
Michael Stevens
9446af3972 FIX missing return in map_capacity
[SVN r25547]
2004-10-04 07:28:27 +00:00
Michael Stevens
194ec11133 enable array placement new for some compilers
[SVN r25535]
2004-10-03 05:24:13 +00:00
Michael Stevens
f9c8dae796 More text
[SVN r25534]
2004-10-03 04:33:34 +00:00
Michael Stevens
9a6124d808 Try Rene's Rivera's Darwin detection for test1
[SVN r25533]
2004-10-03 04:33:14 +00:00
Michael Stevens
33ff97f198 Add std::vector testing for future
[SVN r25515]
2004-10-01 17:54:23 +00:00
Michael Stevens
8d94f1f1a2 add USEFUL_ARRAY_PLACEMENT_NEW
add storage_arrary base class initialisers to copy constructors to avoid compiler warnings


[SVN r25514]
2004-10-01 17:39:24 +00:00
Michael Stevens
498a600cdf Change use functor_type::apply syntax
replaces functor () () which again overloads () and may have overhead on some compilers
Add correct infrastructure for scalar_expressions


[SVN r25492]
2004-09-30 21:09:17 +00:00
Michael Stevens
03d2248fc5 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)


[SVN r25488]
2004-09-30 16:42:16 +00:00
Michael Stevens
47ed7cac87 FIX work with const UDTs, CV status is stripped from returned type
[SVN r25482]
2004-09-29 18:25:42 +00:00
Michael Stevens
8ec2191549 add zero_vector/matrix
[SVN r25480]
2004-09-29 15:39:11 +00:00
Michael Stevens
b6a02e962b fix complex<double> testtt
[SVN r25400]
2004-09-25 10:10:25 +00:00
Michael Stevens
7f9207cbf9 basis for generalised ublas_expression
[SVN r25397]
2004-09-24 18:28:37 +00:00
Michael Stevens
2c8267e614 Consistent class/struct
[SVN r25393]
2004-09-24 06:57:49 +00:00
Michael Stevens
a4d4141651 Consistent class/struct
Make scalar_expression full B-N trick base


[SVN r25392]
2004-09-24 06:57:06 +00:00
Michael Stevens
93088d4023 Fix indexing assign use size_type
Loops do not underflow so size_type is correct


[SVN r25391]
2004-09-24 06:32:34 +00:00
Michael Stevens
2bde740c83 Fix unused parameters
[SVN r25390]
2004-09-24 06:27:55 +00:00
Michael Stevens
58eece3eab Use result_type(0)
Fix unused parameters


[SVN r25389]
2004-09-24 06:27:18 +00:00
Michael Stevens
fb4485fb7f space for tab
[SVN r25367]
2004-09-23 09:31:42 +00:00
Michael Stevens
12bf5e4efe FIX typenames for VC6
[SVN r25364]
2004-09-23 08:46:53 +00:00
Michael Stevens
480a0dafc9 swap avoid same_closure test
[SVN r25363]
2004-09-23 08:25:44 +00:00
Michael Stevens
71b94c19d8 FIX explicit expression constructors
[SVN r25362]
2004-09-23 07:51:01 +00:00
Michael Stevens
150b93d70b Remove member friend swap
unrequired for concept and cause compiler wierdness


[SVN r25360]
2004-09-23 07:19:57 +00:00
Michael Stevens
6542a1f99f all type default constructed with init
[SVN r25346]
2004-09-22 18:01:06 +00:00
Michael Stevens
2d426ed751 fix swap
[SVN r25331]
2004-09-22 07:58:12 +00:00
Michael Stevens
45e75d7eec testing project range slice
[SVN r25329]
2004-09-21 22:48:54 +00:00
Michael Stevens
94572b4f80 restore VC6/7 workaround in EXTERNAL
[SVN r25328]
2004-09-21 22:42:42 +00:00
Michael Stevens
0b18a99b1c Add vector/matrix_temporary_type
Fix Iterator::reference must be the actual operator* return type
Fix scalar assign must account for temporay value_type


[SVN r25327]
2004-09-21 22:34:59 +00:00
Michael Stevens
96ed78a66f Add vector/matrix_temporary_type
All construction/resize uses max_nz function


[SVN r25326]
2004-09-21 22:32:10 +00:00
Michael Stevens
bdf3950350 Add vector/matrix_temporary_type
[SVN r25325]
2004-09-21 22:30:56 +00:00
Michael Stevens
e885a20631 no const_self_type
[SVN r25324]
2004-09-21 22:30:36 +00:00
Michael Stevens
2b90af8069 fix slice compose negative start check
[SVN r25323]
2004-09-21 22:27:38 +00:00
Michael Stevens
d0dfa772d3 Flag VC7.1 strangeness
[SVN r25322]
2004-09-21 22:22:34 +00:00
Michael Stevens
673b507c58 restore VC6/7 workaround in EXTERNAL
[SVN r25321]
2004-09-21 22:21:19 +00:00
Michael Stevens
dd797bcd38 Add SKIP_BAD for known bad models
[SVN r25311]
2004-09-21 14:12:47 +00:00
Michael Stevens
9cb405430c Simplified syntax
Extended concept checks
Fixed up failures hidden by FIXME
Only compiles on conformant compilers


[SVN r25310]
2004-09-21 13:50:15 +00:00
Michael Stevens
959435dcd2 Sizing constructor required for Vector/Matrix Concept
[SVN r25309]
2004-09-21 13:48:20 +00:00
Michael Stevens
6ca53a7a30 remove std::set and non concept insert
[SVN r25307]
2004-09-21 13:43:39 +00:00
Michael Stevens
c4a7dac1a7 fix resize_packed_preserve arguments
[SVN r25306]
2004-09-21 13:42:55 +00:00
Michael Stevens
3fbe29f6bc Mutable Expression concept requires:
assignment (default fails as reference type) and swap
 Use deep semantics as in a C++ reference


[SVN r25305]
2004-09-21 13:41:57 +00:00
Michael Stevens
12f9c0cf75 *** empty log message ***
[SVN r25303]
2004-09-21 13:40:04 +00:00
Michael Stevens
71fbde536f fix adaptor::operator= bad definition
[SVN r25302]
2004-09-21 13:39:43 +00:00
Michael Stevens
ca426fcf5f initializeation or not is models buisiness
[SVN r25295]
2004-09-21 10:08:27 +00:00
Michael Stevens
a51096f955 Resize infrastructure
WARNING Function parameter order changed


[SVN r25293]
2004-09-21 08:17:17 +00:00
Michael Stevens
e6adaf9125 Concept compatible resize function
[SVN r25287]
2004-09-20 19:13:13 +00:00
Michael Stevens
fd46c7e09d *** empty log message ***
[SVN r25286]
2004-09-20 19:10:09 +00:00
Michael Stevens
894ca18093 add map_capacity
[SVN r25285]
2004-09-20 18:54:06 +00:00