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

302 Commits

Author SHA1 Message Date
Michael Stevens
3b940153d0 FIX incosistent change to new _temporary traits
[SVN r27301]
2005-02-10 08:37:29 +00:00
Toon Knapen
0f6ab1bc8e typo
[SVN r27217]
2005-02-07 13:37:52 +00:00
Toon Knapen
14cbd9e6d4 added temporary_traits
[SVN r27216]
2005-02-07 13:36:40 +00:00
Michael Stevens
b691a56c7c Compiles using matrix_resize_preserve
[SVN r26966]
2005-01-31 15:48:29 +00:00
Michael Stevens
bbf9603c38 value_type/*zero*/() used as a placeholder to much disliked value_type (0)
[SVN r26965]
2005-01-31 15:14:30 +00:00
Michael Stevens
e47e8fce51 RESIZE FIXES
c_vector/matrix drop default construction requirement


[SVN r26963]
2005-01-31 14:42:23 +00:00
Michael Stevens
81c17bfc83 RESIZE FIXES
Drop incorrect element requirement to be value_type(0) constructable
use matrix_resize_preserve where possible
c_vector/matrix don't initialise on construction


[SVN r26961]
2005-01-31 14:08:09 +00:00
Michael Stevens
709324ff80 Fixed placement new detection for GCC 4
Seems that only Intel Linux has a good placement new


[SVN r26806]
2005-01-22 17:18:53 +00:00
Toon Knapen
d759362a36 resize did a zero-initiliase instead of a default initialise.
This did not work for value_type's that have no constructor that takes an int


[SVN r26794]
2005-01-21 19:09:44 +00:00
Michael Stevens
345fedb846 Fix '//' and moved #include matrix_expression.hpp to be consistent with other files
[SVN r26749]
2005-01-19 20:42:42 +00:00
Toon Knapen
ca2ce8e4f2 added include of matrix_expression.hpp
[SVN r26744]
2005-01-19 15:27:10 +00:00
Toon Knapen
ceee479248 fixes involving vector_temporary_traits
[SVN r26721]
2005-01-18 09:32:44 +00:00
Michael Stevens
68c1990295 avoid multi line #if ||
[SVN r26642]
2005-01-07 18:30:30 +00:00
Toon Knapen
10a777877a more patches that originate from the uBLAS_pure merge
[SVN r26635]
2005-01-06 11:28:27 +00:00
Toon Knapen
0e0900aa85 merged uBLAS_pure
[SVN r26624]
2005-01-04 14:52:20 +00:00
Michael Stevens
b560259da7 Fixed placement new detection for GCC 4
[SVN r26621]
2005-01-03 20:52:27 +00:00
Michael Stevens
79e5e9d383 FIX sparse non_zeros is capacity, consistent with coordinate and compressed
[SVN r25806]
2004-10-20 12:28:07 +00:00
Michael Stevens
45229f8564 FIX sparse non_zeros is capacity, consistent with coordinate and compressed
FIX sparse_matrix removed minumum in restrict_nz


[SVN r25805]
2004-10-20 12:27:08 +00:00
Michael Stevens
1b65136896 missing _
[SVN r25794]
2004-10-20 07:50:07 +00:00
Michael Stevens
bb092c5e46 FIX nasty coordinate_matrix insert bug
Back to sumation of duplicates


[SVN r25793]
2004-10-20 07:46:32 +00:00
Michael Stevens
9df6514699 Intel 7.1 reports as 700 assume both have same placement-new behaviour
[SVN r25680]
2004-10-12 06:37:27 +00:00
Michael Stevens
65b941a535 *** empty log message ***
[SVN r25679]
2004-10-12 06:28:13 +00:00
Michael Stevens
ce45885d46 move to detail
[SVN r25678]
2004-10-12 06:26:34 +00:00
Michael Stevens
b478dc79f0 Fix only intel linux has useful placement new
[SVN r25653]
2004-10-11 06:35:21 +00:00
Michael Stevens
a1f7b346f4 Fix cw-8.3 disable type checks to avoid debug functor syntax problem
[SVN r25645]
2004-10-10 08:21:57 +00:00
Michael Stevens
d80b59ae02 attempt workaround for cw-8.3 ::template syntax problem
[SVN r25633]
2004-10-09 07:57:25 +00:00
Michael Stevens
f9d646cb61 attempt workaround for cw-8.3 ::template syntax problem
[SVN r25632]
2004-10-09 07:52:45 +00:00
Michael Stevens
2949303d7b Try inline as cw-8.3 fix
[SVN r25627]
2004-10-08 18:06:35 +00:00
Michael Stevens
8f13b9ecf1 header dependcies
[SVN r25624]
2004-10-08 12:33:02 +00:00
Michael Stevens
69ec8fa7f6 icc-7.1 placement new
[SVN r25621]
2004-10-08 06:44:13 +00:00
Michael Stevens
ac7c467651 Fix random_access_iterator cut&paste error
[SVN r25611]
2004-10-07 16:50:13 +00:00
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
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
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
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
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