Michael Stevens
c63f020a67
MSVC workarounds only for 6.0 and 7.0
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24477
2004-08-14 20:04:59 +00:00
Michael Stevens
eaac8004ef
*** empty log message ***
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24476
2004-08-14 20:04:12 +00:00
Michael Stevens
b775dff077
Workaround std::complex sparse proxy problem with operator==
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24475
2004-08-14 20:01:34 +00:00
Michael Stevens
55062caa0e
VC6 workaround for private data_
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24474
2004-08-14 18:40:18 +00:00
Michael Stevens
d335547d5f
*** keyword substitution change ***
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=24466
2004-08-13 16:24:56 +00:00
Michael Stevens
279c5e01c4
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
svn path=/trunk/boost/libs/numeric/ublas/; revision=24465
2004-08-13 16:23:01 +00:00
Michael Stevens
630dc07085
Technical and style fixes.
...
Mostly storage and container paramters are more consitently used
svn path=/trunk/boost/libs/numeric/ublas/; revision=24464
2004-08-13 15:51:26 +00:00
Michael Stevens
5ecd199385
From Gunter: fixed <br> in <pre> text
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=24463
2004-08-13 15:48:39 +00:00
Michael Stevens
64dadbafcf
Commented old code
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24462
2004-08-13 15:39:57 +00:00
Michael Stevens
58aa01d207
Test Macro's defined in Jamfiles
...
Test header undef stupid compiler faults
complex tests disabled when ICL fails to link
svn path=/trunk/boost/libs/numeric/ublas/; revision=24460
2004-08-13 14:07:54 +00:00
Michael Stevens
dfd5cfbce9
more conservative settings for ICC
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24412
2004-08-11 15:14:52 +00:00
Michael Stevens
0e4a8cbf37
Use BOOST_INTEL to define swap workaround
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24407
2004-08-11 14:45:10 +00:00
Michael Stevens
d66e5bf4ff
comment format
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24406
2004-08-11 13:53:36 +00:00
Michael Stevens
ea3faa2a06
Consistently use data_ rather then data() to access clusure
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24405
2004-08-11 13:52:31 +00:00
Michael Stevens
bd8cee41b9
Changed Macro defaults for GCC ICC and MSVC awaiting regression results
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24404
2004-08-11 13:50:19 +00:00
Michael Stevens
a8fa417902
Commented location of remove_reference used to avoid Ref to Ref problems
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24398
2004-08-11 08:07:37 +00:00
Michael Stevens
cc42e4f2e1
Suppress std::complex testing for VC7 it has remove_reference problems in this case.
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=24397
2004-08-11 07:58:37 +00:00
Michael Stevens
ce71eeac8e
removed precheck for zero size range
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24346
2004-08-08 17:33:39 +00:00
Michael Stevens
9696c6a7cf
a pair of missing std:: qualifers for size_t
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=24287
2004-08-04 09:50:37 +00:00
Michael Stevens
fd68d61567
Extended testing to complex, range and slice where possible
...
MSVC and USE_ET cleanup
svn path=/trunk/boost/libs/numeric/ublas/; revision=24264
2004-08-03 09:18:11 +00:00
Michael Stevens
23add84c0e
Scalar ET's do not work for complex
...
Reverted back to previous logic were they were disabled by default
svn path=/trunk/boost/boost/numeric/ublas/; revision=24251
2004-08-02 19:38:20 +00:00
Michael Stevens
a060e77f10
added an experimental promote_type_multiplies
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24250
2004-08-02 19:37:24 +00:00
Michael Stevens
400e00e4e5
BOOST_UBLAS_SIMPLE_ET_DEBUG
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24220
2004-08-01 09:30:45 +00:00
Toon Knapen
8847847916
avoid using BOOST_STATIC_CONSTANT by using the integer template arg directly
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=24182
2004-07-30 06:22:40 +00:00
Toon Knapen
3288da67eb
define BOOST_UBLAS_NO_ELEMENT_PROXIES to workaround compilation problems with
...
the debug_functor on vacpp version 6
svn path=/trunk/boost/libs/numeric/ublas/; revision=24143
2004-07-28 12:55:10 +00:00
Michael Stevens
c53ca93260
add test synopsis
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=24108
2004-07-27 09:53:43 +00:00
Michael Stevens
b77c57ae57
Corrected Copyright block
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=24067
2004-07-26 07:00:07 +00:00
Michael Stevens
152991cd0f
Always have SMART_PROXIES
...
Turning of SMAER_PROXIES breaks code that relies on the const propogation in
uBLAS types
svn path=/trunk/boost/boost/numeric/ublas/; revision=23994
2004-07-23 14:15:42 +00:00
Michael Stevens
9282b05712
added char thanks to Patrick for pointing out that there are 3 distinct
...
char types in the standard!
svn path=/trunk/boost/boost/numeric/ublas/; revision=23992
2004-07-23 14:13:07 +00:00
Michael Stevens
7530bfd915
Dropped the fat interface constructors in map_array and set_array
...
to match std::map/set
The implementation was no more efficient then reserve
svn path=/trunk/boost/boost/numeric/ublas/; revision=23989
2004-07-23 14:02:25 +00:00
Michael Stevens
8b0c2d33d7
tab to space again!
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=23828
2004-07-20 09:18:07 +00:00
Aleksey Gurtovoy
10b9a42330
change test-suite names to match library names
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=23820
2004-07-20 01:41:00 +00:00
Michael Stevens
4c7b4f8788
nochange
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=23807
2004-07-19 20:09:59 +00:00
Michael Stevens
3085e051eb
VC6 Project and workspace were not being tested
...
Remove to avoid confussion
svn path=/trunk/boost/libs/numeric/ublas/; revision=23806
2004-07-19 20:07:28 +00:00
Michael Stevens
3207dca01e
Avoid confusion. Borland support is not forthcomming
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=23805
2004-07-19 20:05:33 +00:00
Michael Stevens
c558de765e
Avoid confusion. Borland support is not forthcomming
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=23804
2004-07-19 20:00:06 +00:00
Michael Stevens
16d917b738
correction location of type_deduction.hpp
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=23803
2004-07-19 19:57:25 +00:00
Michael Stevens
ca21a7dd51
It seems Borland fixes are not forthcomming so to avoid confussion
...
it is dropped from config
svn path=/trunk/boost/boost/numeric/ublas/; revision=23802
2004-07-19 19:56:44 +00:00
Michael Stevens
21e1dd4ac2
tab to space
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=23721
2004-07-18 09:52:24 +00:00
Michael Stevens
7a5a63dc15
dropped Keyword §id which is not in any other file
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=23639
2004-07-16 17:28:48 +00:00
Michael Stevens
89a81a7c21
include <iterator> so can be used standalone
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=23637
2004-07-16 17:01:46 +00:00
Michael Stevens
d58c923092
Correct += semmantics is type check
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=23636
2004-07-16 16:24:52 +00:00
Michael Stevens
908d584265
only 'compile' concepts
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=23624
2004-07-16 10:21:17 +00:00
Michael Stevens
895c406bdc
fixed strangeness caused by missing 'subproject'
...
and definition of additonal 'exe conceptes'
svn path=/trunk/boost/libs/numeric/ublas/; revision=23623
2004-07-16 10:20:12 +00:00
Michael Stevens
d97a8933de
dropped subincludes:
...
they duplicated the compilations. Hopefully this is OK
till testing move to BBv2
svn path=/trunk/boost/libs/numeric/ublas/; revision=23622
2004-07-16 09:36:57 +00:00
Michael Stevens
86c7a35a57
typo
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=23620
2004-07-16 09:18:25 +00:00
Michael Stevens
70317123eb
typedef size_type for triangular_matrix
...
svn path=/trunk/boost/boost/numeric/ublas/; revision=23615
2004-07-16 08:39:58 +00:00
Michael Stevens
d93e7fa3f4
fix: size_t used instead of size_type in resize.
...
Only CW8 noticed this!
svn path=/trunk/boost/boost/numeric/ublas/; revision=23614
2004-07-16 07:54:36 +00:00
Michael Stevens
b73264ca55
import testing
...
svn path=/trunk/boost/libs/numeric/ublas/; revision=23573
2004-07-15 10:43:33 +00:00
Michael Stevens
a45cc5df83
Draft fix for iterator 'same instance' comparison bug
...
At this point use of & and same_closure is inconsitent
svn path=/trunk/boost/boost/numeric/ublas/; revision=23571
2004-07-15 08:29:13 +00:00