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

83 Commits

Author SHA1 Message Date
Michael Stevens
d4e642e5e2 BOUNDED_ALIGN
svn path=/trunk/boost/boost/numeric/ublas/; revision=24494
2004-08-16 05:31:22 +00:00
Michael Stevens
143fda1db1 Default USE_INDEXING
Limited member friend bug to MWERKS <=8.3
BOUNDED_ALIGN

svn path=/trunk/boost/boost/numeric/ublas/; revision=24493
2004-08-16 05:31:03 +00:00
Michael Stevens
d1243a444c Fixed VC7.1
svn path=/trunk/boost/boost/numeric/ublas/; revision=24492
2004-08-16 05:16:01 +00:00
Michael Stevens
7756596e96 General DR45 workaround
svn path=/trunk/boost/boost/numeric/ublas/; revision=24491
2004-08-16 05:11:48 +00:00
Michael Stevens
eaf205e39a DR45
MSVC 7.1 specific

svn path=/trunk/boost/boost/numeric/ublas/; revision=24490
2004-08-16 05:11:19 +00:00
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
64dadbafcf Commented old code
svn path=/trunk/boost/boost/numeric/ublas/; revision=24462
2004-08-13 15:39:57 +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
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
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
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
Michael Stevens
4c7b4f8788 nochange
svn path=/trunk/boost/boost/numeric/ublas/; revision=23807
2004-07-19 20:09:59 +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
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
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
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
Michael Stevens
b3a38ee3cc typename
svn path=/trunk/boost/boost/numeric/ublas/; revision=23545
2004-07-14 15:13:33 +00:00
Michael Stevens
28d1170ab3 fixed miss () on some std::min
svn path=/trunk/boost/boost/numeric/ublas/; revision=23533
2004-07-14 09:26:24 +00:00
Michael Stevens
cb30a6f2bc Patch for norm_1 return type for complex
Thanks to Karl!

svn path=/trunk/boost/boost/numeric/ublas/; revision=23503
2004-07-13 15:42:31 +00:00
Toon Knapen
4458a6844e make sure BOOST_UBLAS_USE_ET is not redefined if already defined
svn path=/trunk/boost/boost/numeric/ublas/; revision=23478
2004-07-13 07:05:16 +00:00
Michael Stevens
70495ebde6 From uBLAS project. Ready for regression testing for 1.32.0
svn path=/trunk/boost/boost/numeric/ublas/; revision=23437
2004-07-11 07:27:55 +00:00
Michael Stevens
9db8adf761 From uBLAS project. Ready for regression testing for 1.32.0
svn path=/trunk/boost/boost/numeric/ublas/; revision=23425
2004-07-10 08:47:52 +00:00
Eric Niebler
1d32961e95 move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
svn path=/trunk/boost/boost/numeric/ublas/; revision=23313
2004-07-02 01:21:32 +00:00
Eric Niebler
b8915012b1 remove std_min and std_max, update minmax coding guidelines
svn path=/trunk/boost/boost/numeric/ublas/; revision=23162
2004-06-23 04:49:48 +00:00
Toon Knapen
c8a063e7fc corrected typo
svn path=/trunk/boost/boost/numeric/ublas/; revision=23112
2004-06-17 13:24:13 +00:00
Toon Knapen
3d29cdf089 added support for BOOST_UBLAS_BO_TYPE_CHECK to disable type checks
svn path=/trunk/boost/boost/numeric/ublas/; revision=23110
2004-06-17 07:06:41 +00:00
Giovanni Bajo
f986203f22 Fixed typename issues (compatibility with GCC 3.4.0)
svn path=/trunk/boost/boost/numeric/ublas/; revision=22727
2004-05-04 08:10:32 +00:00
Toon Knapen
7322d9bafa guarding agains redefinition of BOOST_UBLAS_USE_ET
svn path=/trunk/boost/boost/numeric/ublas/; revision=22666
2004-04-19 07:26:27 +00:00
Eric Niebler
ad80bb679d remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
svn path=/trunk/boost/boost/numeric/ublas/; revision=22394
2004-02-26 18:27:02 +00:00
Jens Maurer
c0cee4911a add missing "typename" found by gcc pre-3.4
svn path=/trunk/boost/boost/numeric/ublas/; revision=21498
2004-01-05 13:09:55 +00:00
Jörg Walter
651c96c92b Fewer warnings with gcc -W, bugfix for sparse_matrix.
svn path=/trunk/boost/boost/numeric/ublas/; revision=20982
2003-11-28 07:58:57 +00:00