Toon Knapen
|
300a600fd1
|
avoid using BOOST_STATIC_CONSTANT by using the integer template arg directly
|
2004-07-30 06:22:40 +00:00 |
|
Toon Knapen
|
767c9235bb
|
define BOOST_UBLAS_NO_ELEMENT_PROXIES to workaround compilation problems with
the debug_functor on vacpp version 6
|
2004-07-28 12:55:10 +00:00 |
|
Michael Stevens
|
59e1909994
|
add test synopsis
|
2004-07-27 09:53:43 +00:00 |
|
Michael Stevens
|
602d9abe54
|
Corrected Copyright block
|
2004-07-26 07:00:07 +00:00 |
|
Michael Stevens
|
4931d721a7
|
Always have SMART_PROXIES
Turning of SMAER_PROXIES breaks code that relies on the const propogation in
uBLAS types
|
2004-07-23 14:15:42 +00:00 |
|
Michael Stevens
|
228b12c697
|
added char thanks to Patrick for pointing out that there are 3 distinct
char types in the standard!
|
2004-07-23 14:13:07 +00:00 |
|
Michael Stevens
|
e2a1dfc1f1
|
Dropped the fat interface constructors in map_array and set_array
to match std::map/set
The implementation was no more efficient then reserve
|
2004-07-23 14:02:25 +00:00 |
|
Michael Stevens
|
c7cdfe44fe
|
tab to space again!
|
2004-07-20 09:18:07 +00:00 |
|
Aleksey Gurtovoy
|
934b213bd2
|
change test-suite names to match library names
|
2004-07-20 01:41:00 +00:00 |
|
Michael Stevens
|
5e9b53b2c5
|
nochange
|
2004-07-19 20:09:59 +00:00 |
|
Michael Stevens
|
5c8748050c
|
VC6 Project and workspace were not being tested
Remove to avoid confussion
|
2004-07-19 20:07:28 +00:00 |
|
Michael Stevens
|
785225c7f7
|
Avoid confusion. Borland support is not forthcomming
|
2004-07-19 20:05:33 +00:00 |
|
Michael Stevens
|
57f82beb0a
|
Avoid confusion. Borland support is not forthcomming
|
2004-07-19 20:00:06 +00:00 |
|
Michael Stevens
|
83a254c03b
|
correction location of type_deduction.hpp
|
2004-07-19 19:57:25 +00:00 |
|
Michael Stevens
|
8febf056f8
|
It seems Borland fixes are not forthcomming so to avoid confussion
it is dropped from config
|
2004-07-19 19:56:44 +00:00 |
|
Michael Stevens
|
8f02e174b4
|
tab to space
|
2004-07-18 09:52:24 +00:00 |
|
Michael Stevens
|
feec874b32
|
dropped Keyword §id which is not in any other file
|
2004-07-16 17:28:48 +00:00 |
|
Michael Stevens
|
5297ae698d
|
include <iterator> so can be used standalone
|
2004-07-16 17:01:46 +00:00 |
|
Michael Stevens
|
64c5a795d8
|
Correct += semmantics is type check
|
2004-07-16 16:24:52 +00:00 |
|
Michael Stevens
|
78fc319abb
|
only 'compile' concepts
|
2004-07-16 10:21:17 +00:00 |
|
Michael Stevens
|
70d511b544
|
fixed strangeness caused by missing 'subproject'
and definition of additonal 'exe conceptes'
|
2004-07-16 10:20:12 +00:00 |
|
Michael Stevens
|
7b3d32bc6c
|
dropped subincludes:
they duplicated the compilations. Hopefully this is OK
till testing move to BBv2
|
2004-07-16 09:36:57 +00:00 |
|
Michael Stevens
|
63bec3241c
|
typo
|
2004-07-16 09:18:25 +00:00 |
|
Michael Stevens
|
270a1a53b0
|
typedef size_type for triangular_matrix
|
2004-07-16 08:39:58 +00:00 |
|
Michael Stevens
|
b8555cea1c
|
fix: size_t used instead of size_type in resize.
Only CW8 noticed this!
|
2004-07-16 07:54:36 +00:00 |
|
Michael Stevens
|
60d104a969
|
import testing
|
2004-07-15 10:43:33 +00:00 |
|
Michael Stevens
|
fc87c4ae8d
|
Draft fix for iterator 'same instance' comparison bug
At this point use of & and same_closure is inconsitent
|
2004-07-15 08:29:13 +00:00 |
|
Michael Stevens
|
2934010a53
|
typename
|
2004-07-14 15:13:33 +00:00 |
|
Vladimir Prus
|
4014f8063e
|
Make V2 Jamfile produce results to the directories as V1. This is temporary
measure, to simplify testing.
|
2004-07-14 10:42:06 +00:00 |
|
Vladimir Prus
|
7b656c8d2a
|
Move uBLAS regressions from status dir to libs/numeric/ublas.
|
2004-07-14 10:05:42 +00:00 |
|
Michael Stevens
|
d5df16e0ba
|
fixed miss () on some std::min
|
2004-07-14 09:26:24 +00:00 |
|
Michael Stevens
|
843428ce1d
|
Patch for norm_1 return type for complex
Thanks to Karl!
|
2004-07-13 15:42:31 +00:00 |
|
Toon Knapen
|
fbbeed2992
|
make sure BOOST_UBLAS_USE_ET is not redefined if already defined
|
2004-07-13 07:05:16 +00:00 |
|
Michael Stevens
|
8e5e778bd0
|
New v2 support
|
2004-07-11 09:00:55 +00:00 |
|
Michael Stevens
|
2c9b2792c1
|
From uBLAS project. Ready for regression testing for 1.32.0
|
2004-07-11 07:27:55 +00:00 |
|
Michael Stevens
|
a8c3509f78
|
From uBLAS project. Ready for regression testing for 1.32.0
|
2004-07-10 08:47:52 +00:00 |
|
Michael Stevens
|
9cb6819022
|
From uBLAS project. Ready for regression testing for 1.32.0
|
2004-07-10 08:40:37 +00:00 |
|
Eric Niebler
|
0ae22b5dbe
|
move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
|
2004-07-02 01:21:32 +00:00 |
|
Eric Niebler
|
65b3cad8bf
|
remove std_min and std_max, update minmax coding guidelines
|
2004-06-23 04:49:48 +00:00 |
|
Toon Knapen
|
01a0f8f38a
|
corrected typo
|
2004-06-17 13:24:13 +00:00 |
|
Toon Knapen
|
f30bfe1874
|
added support for BOOST_UBLAS_BO_TYPE_CHECK to disable type checks
|
2004-06-17 07:06:41 +00:00 |
|
Vladimir Prus
|
866fa379c1
|
Added a number of Jamfile.v2 files for uBLAS from Michael Stevens.
|
2004-06-04 11:53:12 +00:00 |
|
Giovanni Bajo
|
2b099412d4
|
Fixed typename issues (compatibility with GCC 3.4.0)
|
2004-05-04 08:10:32 +00:00 |
|
Toon Knapen
|
ea3cd6250f
|
guarding agains redefinition of BOOST_UBLAS_USE_ET
|
2004-04-19 07:26:27 +00:00 |
|
Eric Niebler
|
204d6922f2
|
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
2004-02-26 18:27:02 +00:00 |
|
Jens Maurer
|
d6762f702f
|
add missing "typename" found by gcc pre-3.4
|
2004-01-05 13:09:55 +00:00 |
|
Jörg Walter
|
cbd632cd32
|
Fewer warnings with gcc -W, bugfix for sparse_matrix.
|
2003-11-28 07:58:57 +00:00 |
|
Jörg Walter
|
c94a5a5b00
|
More fixes.
|
2003-11-11 21:21:29 +00:00 |
|
Jörg Walter
|
bef18df03a
|
Compatibility fix for VC 6.0.
|
2003-11-05 08:31:36 +00:00 |
|
Jörg Walter
|
ff6b2d5182
|
Splitted from config.hpp
|
2003-11-04 06:52:25 +00:00 |
|