Commit graph

976 commits

Author SHA1 Message Date
Michael Stevens
292b67b4f0 uBLAS MINOR removed tabs
[SVN r34564]
2006-07-16 20:33:17 +00:00
Michael Stevens
ce8e08712a FIX nnz and nnz_capacitz added. Thanks Gunter
[SVN r34556]
2006-07-16 13:48:52 +00:00
Michael Stevens
42efd25224 CHANGE Remove carray_adaptor which is not in the source!
[SVN r34555]
2006-07-16 13:19:34 +00:00
Michael Stevens
7c00223848 FIX use new layout_type::index_Mm operations. Thanks Gunter for spoting this
[SVN r34554]
2006-07-16 13:13:42 +00:00
Michael Stevens
ab88497b84 [uBLAS] FIX unspoorted compilers set BOOST_UBLAS_UNSUPPORTED_COMPILER=1 so we can compare with !=- to override
[SVN r34501]
2006-07-10 16:21:28 +00:00
Michael Stevens
37247ddfea [uBLAS] FIX unspoorted compilers set BOOST_UBLAS_UNSUPPORTED_COMPILER=1 so we can compare with !=- to override
[SVN r34501]
2006-07-10 16:21:28 +00:00
Fernando Cacciola
9395a721f3 Some additional functions added to optional (being new there won't be regressions)
[SVN r34411]
2006-06-26 18:01:38 +00:00
Michael Stevens
85acc026bb CHANGE Remove greater for testing and replece with rhs.less(lhs)
[SVN r34365]
2006-06-21 18:17:53 +00:00
Michael Stevens
4f5832b33f FIX index_pair and index_tripler LessTen Comparable
[SVN r34361]
2006-06-20 18:55:30 +00:00
Michael Stevens
a574afb319 MERGE from HEAD:
FIX Workaround BBc2 problem on linking source from subdirectories. The link command line tried to link on the directory


[SVN r34252]
2006-06-08 20:45:01 +00:00
Michael Stevens
a69bc316d0 FIX Workaround BBc2 problem on linking source from subdirectories. The link command line tried to link on the directory
[SVN r34251]
2006-06-08 20:40:18 +00:00
Michael Stevens
2bc10402c7 uBLAS CHANGE removed UBLAS_TYPE_CHECK from sparse_prod. The tests trigger in many numeric situations (NaN) and are only there to pickup gross programming errors
[SVN r34008]
2006-05-18 16:50:26 +00:00
Michael Stevens
47110427c4 uBLAS CHANGE row_major/column_major functor so they have a consistent element access abstraction and naming
[SVN r34007]
2006-05-18 16:44:57 +00:00
Michael Stevens
5859cab2dd uBLAS FIX corrected basic_full::packed_size interface. Thanks to Hidekaz Ikeno
[SVN r33985]
2006-05-17 16:43:19 +00:00
Michael Stevens
5a8a54fd39 uBLAS FIX indexed_terator1/2 pass incorrect difference_type to random_access_iterator_base. Thanks to Vardan for fix
[SVN r33984]
2006-05-17 16:21:54 +00:00
Nicola Musatti
4edd352908 Updated Borland workaround
[SVN r33857]
2006-04-29 06:44:35 +00:00
Nicola Musatti
f8959971eb Updated Borland workaround
[SVN r33857]
2006-04-29 06:44:35 +00:00
Michael Stevens
bb753f21c2 uBLAS Merge reinstatement of array_adaptors
[SVN r33711]
2006-04-16 17:43:50 +00:00
Michael Stevens
d1ac19b6d0 Reintroduced _array_adaptor needs testing
[SVN r33708]
2006-04-16 09:26:15 +00:00
Michael Stevens
15a02d9594 Merge unsupported compiler workaround
[SVN r33695]
2006-04-14 08:45:43 +00:00
Michael Stevens
ee83760317 CHANGE some but not all constructor explicty construct base type. For consistency remove explict contructions
[SVN r33550]
2006-04-05 08:36:28 +00:00
Michael Stevens
d924a368d6 FIX define closure_type for scalar_
[SVN r33549]
2006-04-05 08:34:47 +00:00
Michael Stevens
10381447c4 ADD ignore_unsued for zero_::iterators
FIX define closure_type for scalar_


[SVN r33548]
2006-04-05 08:33:18 +00:00
Michael Stevens
ef99fe2f2a ADD Allow operation with compiler with serious defects
[SVN r33546]
2006-04-05 08:31:37 +00:00
nobody
82c5021bdd This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r33417]
2006-03-21 02:26:31 +00:00
Markus Schöpflin
ee84ed848e Enable dynamic rounding on Alpha CPUs / Tru64.
[SVN r33308]
2006-03-10 12:51:35 +00:00
Michael Stevens
398164c15b uBLAS avoid "end of non void reached" warnings in symmetric_adaptor when compiled without checks
[SVN r33280]
2006-03-09 14:00:39 +00:00
Guillaume Melquiond
3f06f1209e Fix some bounds being incorrectly rounded in the pow function.
[SVN r33180]
2006-02-28 21:40:45 +00:00
Michael Stevens
50b48f8898 uBLAS change comment misspelling
[SVN r32538]
2006-02-04 15:13:25 +00:00
Fernando Cacciola
050eb81c89 Fixed the converting assignment bug in optional<>
Fixed the usage of 'None' in converter.h, which is declared as a macro in X11/X.h


[SVN r32531]
2006-02-03 19:56:03 +00:00
Michael Stevens
5e4441ba7d uBLAS CHANGE make sure unbounded_array::data_ is always initialised. Not doing this causes too much compiler hassel
[SVN r32519]
2006-02-02 19:43:03 +00:00
Michael Stevens
e726680c58 uBLAS FIX define BOOST_UBLAS_CHECK_FALSE for NOCHECK
[SVN r32518]
2006-02-02 19:27:23 +00:00
Michael Stevens
c2e2100cd9 uBLAS cleanup and remove legacy support
[SVN r32517]
2006-02-02 18:43:09 +00:00
Michael Stevens
28f584fc9b MINOR use BOOST_CHECK_FALSE to avoid warnings
[SVN r32516]
2006-02-02 18:38:32 +00:00
Michael Stevens
619ad3feb2 WORKAROUND VC8 problems with forward declared local iterator class
[SVN r32515]
2006-02-02 18:38:08 +00:00
Michael Stevens
c89356fd42 FIX singular raises exception when NO_EXCEPTIONS set
FIX unused formal parameter warnings


[SVN r32514]
2006-02-02 18:29:09 +00:00
Guillaume Melquiond
c7d349dae9 Removed long double test for overflows. Added documentation on which systems have hardware support.
[SVN r32513]
2006-02-02 13:06:50 +00:00
Guillaume Melquiond
450fa884ec Deprecated in_zero and replaced it by zero_in.
[SVN r32512]
2006-02-02 12:35:58 +00:00
Vladimir Prus
a1097d58d8 Update Jamfile.v2
[SVN r32351]
2006-01-18 12:46:30 +00:00
Markus Schöpflin
881294c4b4 Need special requirementes for compile only tests, too.
[SVN r32335]
2006-01-16 10:08:26 +00:00
Markus Schöpflin
675e549119 Add check for dynamic rounding mode on Tru64/cxx. AFAICT g++ does not define
any macro for the rounding mode, therefore this check cannot be done for g++.


[SVN r32292]
2006-01-12 10:17:27 +00:00
Markus Schöpflin
c507ec904f Enable dynamic rounding mode on Alpha hardware for cxx and g++ on Tru64.
[SVN r32291]
2006-01-12 10:09:29 +00:00
Guillaume Melquiond
6205142919 Updated documentation on empty/whole and unprotected operations, to take into account David Abrahams' comments.
[SVN r32109]
2005-12-19 18:04:18 +00:00
Michael Stevens
333ab17e96 FIX completed ignore_unused_variable thanks to Georg Baum
[SVN r31601]
2005-11-08 18:26:34 +00:00
Michael Stevens
5adaa19fec ADD ignore_unused_variable thanks to Angus Lemming
FIX tabs to spaces


[SVN r31578]
2005-11-06 14:57:14 +00:00
Michael Stevens
31fb3861e0 FIX coordinate_vector pop_back type, should be filled_
Thanks to Markus Schöpflin


[SVN r31537]
2005-11-02 20:42:40 +00:00
Michael Stevens
a605e6af63 FIX avoid past end derefence in insert THANKS Jan Amtrup
[SVN r31523]
2005-11-01 09:01:20 +00:00
Michael Stevens
75709ae51b FIX coordinate_matrix pop_back type, should be filled_
Thanks to Markus Schöpflin


[SVN r31407]
2005-10-20 09:19:41 +00:00
Michael Stevens
13c061c58c FIX type i_ instead of j_ in ref()
[SVN r31372]
2005-10-18 13:16:04 +00:00
Michael Stevens
7014560887 ADD first tests of Container concept
[SVN r31348]
2005-10-16 16:35:18 +00:00