2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-24 16:32:12 +00:00
Commit Graph

133 Commits

Author SHA1 Message Date
Michael Stevens
4bf0956ed0 removed experimental type_traits:const_reference
For consitency the would be needed for all container typedef
It fails with VC6
2004-08-19 08:02:47 +00:00
Michael Stevens
428c2d486c opps 2004-08-19 07:31:40 +00:00
Michael Stevens
fd0919f547 overrideable STREAM config
better comments
2004-08-19 07:17:28 +00:00
Michael Stevens
1d9e363e16 consistently use value_type 2004-08-19 06:39:53 +00:00
Michael Stevens
e5e7d2b473 use value_type for simpler syntax
fixed complex interval of double
2004-08-19 06:37:05 +00:00
Toon Knapen
d2e1cdb681 resize functionality moved to a functor to support partial templ. spec. 2004-08-18 14:51:33 +00:00
Michael Stevens
28c03cf816 Change to NO_ITERATOR_BASE_TRAITS
as a bug workaround
Use code that works with VC6
2004-08-18 09:34:30 +00:00
Michael Stevens
d6ca8120ce const_reference correctness in iterator dereference 2004-08-18 07:38:40 +00:00
Michael Stevens
0c4378ea03 tabs 2004-08-18 06:31:06 +00:00
Michael Stevens
46c86564ec matrix proxies which result in vector must be abstract 2004-08-18 06:30:08 +00:00
Michael Stevens
4a8101d90f create 'raw' namespace
only include headers if necessary
2004-08-18 06:27:34 +00:00
Michael Stevens
fc45474aa5 No negative feedback regard change to non-virtual
raise no longer virtual!
2004-08-17 13:53:37 +00:00
Michael Stevens
d9b8710c2a oops range,slice were renabled for sparse 2004-08-17 09:23:22 +00:00
Michael Stevens
f995090465 element_proxis:
add comparison operators
 need copy assignment operator to overide implict version, but other assignment only need template version
2004-08-17 09:14:14 +00:00
Michael Stevens
110921f984 use nonassignable
added same_closure consistently
2004-08-17 09:11:17 +00:00
Michael Stevens
13375f571f value_type patch no longer needed for element_proxies 2004-08-17 09:08:56 +00:00
Michael Stevens
b9e1747dc8 Change to Boost license v1 2004-08-17 07:36:29 +00:00
Michael Stevens
e93e560437 Minor copyright text change to include (c) 2004-08-17 07:35:37 +00:00
Michael Stevens
7e3a6ee6df BOUNDED_ALIGN 2004-08-16 05:31:22 +00:00
Michael Stevens
f4f75c9bb7 Default USE_INDEXING
Limited member friend bug to MWERKS <=8.3
BOUNDED_ALIGN
2004-08-16 05:31:03 +00:00
Michael Stevens
dd95198e5b Fixed VC7.1 2004-08-16 05:16:01 +00:00
Michael Stevens
91a70746f3 General DR45 workaround 2004-08-16 05:11:48 +00:00
Michael Stevens
4f0f54a720 DR45
MSVC 7.1 specific
2004-08-16 05:11:19 +00:00
Michael Stevens
2ed3e9214a removed functions 2004-08-16 04:41:20 +00:00
Michael Stevens
331c2fa4d8 Added variable controlling test sets
Dropped range, sparse from test3 as too complex for regression testing
2004-08-15 09:18:55 +00:00
Michael Stevens
75d204ab88 enable range and slice 2004-08-14 20:06:36 +00:00
Michael Stevens
b55dbd31b3 MSVC workarounds only for 6.0 and 7.0 2004-08-14 20:04:59 +00:00
Michael Stevens
b16e93e299 *** empty log message *** 2004-08-14 20:04:12 +00:00
Michael Stevens
ec5f054829 Workaround std::complex sparse proxy problem with operator== 2004-08-14 20:01:34 +00:00
Michael Stevens
cb45163bb1 VC6 workaround for private data_ 2004-08-14 18:40:18 +00:00
Michael Stevens
9f0aef29cd *** keyword substitution change *** 2004-08-13 16:24:56 +00:00
Michael Stevens
6712bf01f0 Added Gunters new overviews
Renamed files with names not consitent with titles
Technical and style fixes to types and operations_overview
 Mostly storage and container paramters are more consitently used
<br /> dropped from <pre> sections
2004-08-13 16:23:01 +00:00
Michael Stevens
662150369b Technical and style fixes.
Mostly storage and container paramters are more consitently used
2004-08-13 15:51:26 +00:00
Michael Stevens
5c30e061c3 From Gunter: fixed <br> in <pre> text 2004-08-13 15:48:39 +00:00
Michael Stevens
0400680790 Commented old code 2004-08-13 15:39:57 +00:00
Michael Stevens
8309d0cd2b Test Macro's defined in Jamfiles
Test header undef stupid compiler faults
 complex tests disabled when ICL fails to link
2004-08-13 14:07:54 +00:00
Michael Stevens
f59a6ef41c more conservative settings for ICC 2004-08-11 15:14:52 +00:00
Michael Stevens
fe512d08a1 Use BOOST_INTEL to define swap workaround 2004-08-11 14:45:10 +00:00
Michael Stevens
c60716eb7d comment format 2004-08-11 13:53:36 +00:00
Michael Stevens
50fb36dee1 Consistently use data_ rather then data() to access clusure 2004-08-11 13:52:31 +00:00
Michael Stevens
af7a7808c5 Changed Macro defaults for GCC ICC and MSVC awaiting regression results 2004-08-11 13:50:19 +00:00
Michael Stevens
55c3dcf623 Commented location of remove_reference used to avoid Ref to Ref problems 2004-08-11 08:07:37 +00:00
Michael Stevens
157a7049ce Suppress std::complex testing for VC7 it has remove_reference problems in this case. 2004-08-11 07:58:37 +00:00
Michael Stevens
e39eeafd44 removed precheck for zero size range 2004-08-08 17:33:39 +00:00
Michael Stevens
eaf85d8e8a a pair of missing std:: qualifers for size_t 2004-08-04 09:50:37 +00:00
Michael Stevens
2c0dce4dbf Extended testing to complex, range and slice where possible
MSVC and USE_ET cleanup
2004-08-03 09:18:11 +00:00
Michael Stevens
af96aeb7b1 Scalar ET's do not work for complex
Reverted back to previous logic were they were disabled by default
2004-08-02 19:38:20 +00:00
Michael Stevens
29e3d2cfdc added an experimental promote_type_multiplies 2004-08-02 19:37:24 +00:00
Michael Stevens
d206fda116 BOOST_UBLAS_SIMPLE_ET_DEBUG 2004-08-01 09:30:45 +00:00
Toon Knapen
300a600fd1 avoid using BOOST_STATIC_CONSTANT by using the integer template arg directly 2004-07-30 06:22:40 +00:00