Commit Graph

966 Commits

Author SHA1 Message Date
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
Michael Stevens
c5c2d7835f FIX erase_element, remove returns from function which is defined as void
[SVN r31346]
2005-10-16 16:05:52 +00:00
Michael Stevens
7cce6ecd5f FIX ref returned reference to 0 pointer if new element. Thanks Max Weinberg.
[SVN r31247]
2005-10-09 16:43:42 +00:00
Michael Stevens
b7587eed96 Code equivilent for asum of complex
[SVN r31216]
2005-10-07 11:35:50 +00:00
Michael Stevens
97e33f9c45 FIX The Vector Concept cannot refine Random Access Container as some Vectors don't have Random Access Iterators.
Make Vector a model of Random Access Container instead


[SVN r31214]
2005-10-06 19:58:39 +00:00
Michael Stevens
279084ce54 MAJOR use boost::concept_check
FIX missing Random Access Container functions and missing operator [] in Random Access Iterator


[SVN r31213]
2005-10-06 19:56:35 +00:00
Michael Stevens
5fd760ff52 FIX remove the return 0 avoid compiler warnings, they can cause other warnings!
[SVN r31197]
2005-10-04 19:20:17 +00:00
Michael Stevens
94515c1734 FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined
[SVN r31175]
2005-10-02 12:35:36 +00:00
Michael Stevens
a708fe3c6f FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined
[SVN r31173]
2005-10-02 12:16:38 +00:00
Michael Stevens
a12ee4cb71 FIX typos in subslice
[SVN r31143]
2005-09-28 14:46:32 +00:00
Guillaume Melquiond
5f8c340f6f A bit too fast in commiting. Let's have proper copyright assignment.
[SVN r31130]
2005-09-27 06:08:10 +00:00
Guillaume Melquiond
43bb30c8b8 Added Alpha processor support.
[SVN r31129]
2005-09-27 06:06:34 +00:00
Michael Stevens
fd7cd32c24 FIX rewrite unbounded_array resize to avoid uninit 'data' warnings
[SVN r31088]
2005-09-23 09:26:09 +00:00
Michael Stevens
e819284725 FIX poor performance due to expression eval in BOOST_UBLAS_CHECK
This will create some unused variable warnings


[SVN r31087]
2005-09-23 09:24:59 +00:00
Michael Stevens
8d85b6f255 FIX _assign TYPE_CHECKS are dependant on vector/matrix
[SVN r31076]
2005-09-22 09:04:42 +00:00
Guillaume Melquiond
0332cbcb07 Fix rounding directions on PPC. Fortunately these directions were not used for guaranteed interval operations...
[SVN r30923]
2005-09-12 18:31:15 +00:00
Michael Stevens
35681b33f3 MINOR comments regarding non-const unary2 consturction
[SVN r30784]
2005-09-02 08:20:32 +00:00
Michael Stevens
37c086cff0 FIX provide const definitions for _temporary_traits specialisations
[SVN r30780]
2005-09-01 15:24:26 +00:00
Michael Stevens
246b439455 FIX _reference closure_type is self_type
[SVN r30779]
2005-09-01 15:22:52 +00:00
Michael Stevens
345bcf1b67 FIX added triangular.hpp dependency
[SVN r30769]
2005-09-01 08:58:38 +00:00
Michael Stevens
c6ae12f669 FIX resize: avoid unitialised assignment warning for data_=data; Hopefully the 'if' clause does not effect efficiency on modern architectures
[SVN r30718]
2005-08-29 11:08:08 +00:00
Michael Stevens
569e96fb40 CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging
FIX carray_adaptor: resize


[SVN r30689]
2005-08-26 15:59:54 +00:00
John Maddock
f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
2005-08-25 16:27:28 +00:00
Michael Stevens
424df7effa CHANGE rename type_traits 'abs' and 'sqrt' to 'type_abs' and 'type_sqrt' so future definitions can call 'abs' and 'sqrt' with ADL.
[SVN r30666]
2005-08-25 11:00:44 +00:00
Michael Stevens
7f0c54a2a3 FIX proxy header dependencies for LU
[SVN r30664]
2005-08-25 09:40:01 +00:00
Michael Stevens
42c2f95a51 Post 1.33.0 Release notes
[SVN r30662]
2005-08-25 08:26:45 +00:00
Michael Stevens
a67e26ef3e FIX Sparse -> Mapped name change missed in index
[SVN r30631]
2005-08-22 15:57:15 +00:00
Michael Stevens
a0a2bde1e6 FIX current implementation no members are at variance to the Concept
[SVN r30598]
2005-08-16 18:11:58 +00:00
Michael Stevens
4232df42a6 ADD Array Adaptor
[SVN r30597]
2005-08-16 18:09:58 +00:00
Michael Stevens
1faa2c94f4 ADD carray_adaptor as model
FIX range/slice are not models


[SVN r30596]
2005-08-16 18:09:10 +00:00
Michael Stevens
ca5e65cafc NEW carray_adaptor
REMOVED array_adaptor and shallow_array_adaptor
FIX used BOOST_UBLAS_CHECK instead of raise directly on bad_size
FIX unbounded_array resize does not need to assign data_ = data when size is 0. This is consitent with the uninitialised state of data_ when constructed with size=0


[SVN r30595]
2005-08-16 18:07:21 +00:00
Michael Stevens
24bd2c142e FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices
[SVN r30557]
2005-08-12 18:31:19 +00:00
Michael Stevens
36c2deaedb FIX unused parameter warnings
[SVN r30555]
2005-08-12 17:26:11 +00:00
Michael Stevens
4ae675efb6 FIX container assign resize without presere
[SVN r30553]
2005-08-12 17:25:06 +00:00
Michael Stevens
bbcfb1d4b6 FIX container assign resize without presere
[SVN r30550]
2005-08-12 17:17:09 +00:00
Douglas Gregor
bebd91dc9e Merged from 1.33.0 release
[SVN r30540]
2005-08-12 13:02:37 +00:00
Michael Stevens
ccbc982183 ADD Test zero assignment
[SVN r30527]
2005-08-11 19:02:31 +00:00
Michael Stevens
16ee4f7764 FIX missing () in vector/matrix_container operator()
[SVN r30526]
2005-08-11 19:02:02 +00:00
Michael Stevens
586310a28e FIX packed and sparse overloads for increment and decrement
[SVN r30310]
2005-07-29 12:18:39 +00:00
Michael Stevens
692703d814 FIX doc no spaces in <h2>
[SVN r30154]
2005-07-18 07:39:12 +00:00
Michael Stevens
9e6163b79a FIX document all Vector Matrix containers derived from _container
FIX zero/unit/scalar default int
FIX no spaces in <h2>


[SVN r30153]
2005-07-18 07:35:53 +00:00
Michael Stevens
6a694844bb FIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const
[SVN r30141]
2005-07-17 07:17:43 +00:00
Michael Stevens
d5dd159127 Comment typo
[SVN r30111]
2005-07-15 15:58:50 +00:00
Michael Stevens
962eaf141a ADD define the vector/matrix_container classes
CHANGE drop the template parameters of models, they are often incorrect, missleading and impossible to maintain
FIX Vector/ Matrix concepts have array_type and data() as special properties


[SVN r30110]
2005-07-15 15:45:34 +00:00
Douglas Gregor
91f8b9d436 Clear up broken links, tabs, etc
[SVN r30077]
2005-07-14 15:47:04 +00:00
Michael Stevens
c6527ccaf0 FIX use #elif
[SVN r30075]
2005-07-14 13:05:27 +00:00
Michael Stevens
6d3a307f82 ADD implement Container assignment without temporary for dense and sparse vector/matrix
[SVN r30074]
2005-07-14 12:56:03 +00:00
Michael Stevens
f5c8142fc5 CHANGE implement and document subrange, subslice free functions
- ALL proxy shortcuts are disabled by default as they cannot implement correctly type size_type and difference_type, range and slice
 - projection free functions are also able to shortcut proxies of proxies


[SVN r30073]
2005-07-14 12:06:02 +00:00
Michael Stevens
d6751fdb83 More details on compilers targeted for this release
[SVN r30072]
2005-07-14 09:54:49 +00:00
Michael Stevens
f812a62e28 More details on compilers targeted for this release
[SVN r30071]
2005-07-14 09:51:04 +00:00
Michael Stevens
1c9de58865 ADD vector/matrix_expression public base to associated types
[SVN r30070]
2005-07-14 09:44:06 +00:00
Michael Stevens
ce706c6b98 replaced by bounded_array and unbounded_array and range files
[SVN r30069]
2005-07-14 09:29:57 +00:00
Michael Stevens
335189efe9 Removed duplicate files container.htm, wasreplaced by _concept.htm files
[SVN r30068]
2005-07-14 09:22:43 +00:00
Michael Stevens
05b5f03905 Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files
[SVN r30067]
2005-07-14 09:17:14 +00:00
Douglas Gregor
c4a178386b Fix broken link
[SVN r30058]
2005-07-13 16:29:34 +00:00
Douglas Gregor
c03472bf75 Untabification
[SVN r30057]
2005-07-13 16:28:22 +00:00
Michael Stevens
c4ceb35654 FIX added diagonal_matrix array_type constructor
- Thanks Vardan


[SVN r30034]
2005-07-13 06:16:25 +00:00
Michael Stevens
f454aa570c FIX scalar_expression also does not require default constructor and nil_
[SVN r30033]
2005-07-13 06:15:29 +00:00
Michael Stevens
6362ec404e CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors
[SVN r30032]
2005-07-13 06:14:53 +00:00
Michael Stevens
e924377536 CHANGE implement vector/matrix_container base classes
- needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems


[SVN r30030]
2005-07-13 05:57:47 +00:00
Michael Stevens
26a40d9bae FIX static initialisors for zero_
[SVN r29983]
2005-07-11 12:20:36 +00:00
Michael Stevens
709a5182a6 Commented Storage accessors
[SVN r29982]
2005-07-11 11:54:15 +00:00
Michael Stevens
099b2a4e44 FIX class static zero_ should be constructed from /*zero*/()
[SVN r29981]
2005-07-11 11:47:55 +00:00
Michael Stevens
e76ad60804 FIX type in previously missing slice
[SVN r29980]
2005-07-11 11:25:16 +00:00
Michael Stevens
1e4ca569d8 ADD basic documentation of projection functions
[SVN r29979]
2005-07-11 09:22:30 +00:00
Michael Stevens
4622501ac4 Storage concepts links corrected and more logical overview and concept links
[SVN r29978]
2005-07-11 07:59:26 +00:00
Michael Stevens
6aeb913298 Removed precondition for opposite Row/Colum index, these are always valid
[SVN r29949]
2005-07-08 17:14:07 +00:00
Michael Stevens
c3ed0d207b Removed precondition checks for opposite Row/Colum index, these are always valid
[SVN r29948]
2005-07-08 17:13:19 +00:00
Michael Stevens
349cda67b7 FIX previous const changes, return value and constructed projection must match
[SVN r29933]
2005-07-07 17:08:25 +00:00
Michael Stevens
f907fe718e FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all
[SVN r29912]
2005-07-06 18:51:29 +00:00
Michael Stevens
3dd407448d FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all
[SVN r29911]
2005-07-06 18:45:31 +00:00
Michael Stevens
2b0f3fdbcf typo for previous const changes
[SVN r29901]
2005-07-05 19:49:05 +00:00
Michael Stevens
e28ba199d1 FIX const correctness of row/column projects, removed bogus row/column_const
[SVN r29900]
2005-07-05 19:47:05 +00:00
Michael Stevens
674d412b35 correct const matrix_indirect
[SVN r29899]
2005-07-05 19:42:19 +00:00
Michael Stevens
403ae577e0 FIX const correctness of projections restored
[SVN r29898]
2005-07-05 19:42:18 +00:00
Michael Stevens
078a112a4b FIX last patch used filled_ instead of filled
[SVN r29887]
2005-07-04 09:16:48 +00:00
Michael Stevens
c3129db412 FIX axpy_prod did not compile, thanks Georg Baum
REMOVED bogus FIXME warining with regarding init failing with c_vector/matrix


[SVN r29886]
2005-07-04 09:11:45 +00:00
Michael Stevens
d24ddec876 FIX coordinate_matrix::set_filled() , thanks Georg Baum
[SVN r29885]
2005-07-04 08:56:28 +00:00
Michael Stevens
9f7891b482 No need to init for default constructor
[SVN r29869]
2005-07-01 22:37:30 +00:00
Michael Stevens
58155bf97d FIX typo
[SVN r29868]
2005-07-01 20:32:46 +00:00
Michael Stevens
849afe22de Allow for branch support of non default constructable proxies
[SVN r29867]
2005-07-01 20:29:14 +00:00
Michael Stevens
438d7dde57 Allow for non default constructable proxies
[SVN r29864]
2005-07-01 20:26:46 +00:00
Michael Stevens
4c5b651e80 Consistent include guard names with leading and trailing '_'
[SVN r29863]
2005-07-01 20:09:01 +00:00
Michael Stevens
28fac123c8 Default int value_type for constant containers
[SVN r29858]
2005-07-01 18:17:38 +00:00
Michael Stevens
3bcfd5dd1a Correct version of Boost to use for unsupported compilers
[SVN r29857]
2005-07-01 13:39:48 +00:00
Michael Stevens
a07d64633b <algorithm> in config so min/max always available
[SVN r29856]
2005-07-01 13:32:27 +00:00
Michael Stevens
eab11769df Bring in storage before _expression should help CV9.4 with incomplete range types
[SVN r29849]
2005-06-30 19:51:23 +00:00
Toon Knapen
c0586278e6 define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW for aCC version 6
[SVN r29846]
2005-06-30 14:50:19 +00:00
Michael Stevens
e1c1176f39 Much simple solution to the VC7.1 and VC8.0 problem
- use _range<V>::range_type which is the same type as _slice<V>::range_type


[SVN r29843]
2005-06-30 07:53:24 +00:00
Michael Stevens
dfb0dc30b0 Fixed tests of binary expressions, they no longer require the extra reference argument
[SVN r29842]
2005-06-30 07:47:48 +00:00
Michael Stevens
db0cfd31c3 FIX work around VC7.1 and 8.0 problems with function template ambiguity
- use a lot of class template partial specialistion to help 'simplify' the template arguments


[SVN r29841]
2005-06-29 20:31:29 +00:00
Michael Stevens
d3eeaa5594 FIX inline missing for range member function, cause CW-9.4 to complain about incomplete type for default_range!
[SVN r29839]
2005-06-29 12:04:08 +00:00
Michael Stevens
bd483253af Comment incomplete type problem in BM trick
Check for possible regressions in named range, slice projection functions


[SVN r29825]
2005-06-28 15:10:20 +00:00
Michael Stevens
aafc2709c4 Regression test without proxy shortcuts
Remove undocumented nolias member and types


[SVN r29817]
2005-06-27 16:30:39 +00:00
Michael Stevens
30f709675e Regression test without proxy shortcuts
[SVN r29816]
2005-06-27 15:36:53 +00:00
Michael Stevens
f1586f13d0 Test breakdown
[SVN r29815]
2005-06-27 15:19:15 +00:00
Fernando Cacciola
e6d10cd690 fixed: "bcc5.6.4 added to the old cast redirection list"
[SVN r29814]
2005-06-27 15:05:13 +00:00
Michael Stevens
0c6bcfac8f redunant #include
[SVN r29810]
2005-06-27 13:19:53 +00:00
Michael Stevens
dc51457e68 insert/erase_element
[SVN r29808]
2005-06-27 12:52:26 +00:00
Michael Stevens
17ae7ceb09 FIX insert/erase_element
Added c_vector/matrix to models


[SVN r29807]
2005-06-27 12:49:31 +00:00
Michael Stevens
c55ee2cfa6 FIX Container concept requires erase_element
[SVN r29804]
2005-06-27 12:37:27 +00:00
Fernando Cacciola
14c70bdeb0 bcc5.6.4 added to the old cast redirection list
[SVN r29792]
2005-06-24 23:17:15 +00:00
Fernando Cacciola
21ce3499c4 BOOST_TESTED_AT used in numeric_cast
old_numeric_cast takes the exception class from converter_policies


[SVN r29789]
2005-06-24 19:09:13 +00:00
Fernando Cacciola
3315e4e59e bad_numeric_cast taken from converter_policies.hpp
[SVN r29785]
2005-06-24 17:22:21 +00:00
Dave Abrahams
ae80769106 Add missing using declaration
[SVN r29777]
2005-06-24 15:06:45 +00:00
Dave Abrahams
38db080274 Add missing #include <typeinfo>
[SVN r29775]
2005-06-24 14:34:37 +00:00
Dave Abrahams
df17449d6d Transplanted numeric_cast
[SVN r29771]
2005-06-24 14:13:36 +00:00
Fernando Cacciola
958eedc08c Old numeric_cast<> completely replaced by new code (except that the old code is retained as a fallback mechanism for old broken compilers that can't deal with the new code)
[SVN r29761]
2005-06-23 23:33:01 +00:00
Michael Stevens
fadfcae453 iterator is included by traits
[SVN r29725]
2005-06-22 09:40:14 +00:00
Michael Stevens
91140a597e tabs
[SVN r29717]
2005-06-21 06:11:45 +00:00
Michael Stevens
e811719fde matrix_proxy required for row/column functions.
Could be implemented without to avoid this dependency


[SVN r29707]
2005-06-20 13:49:58 +00:00
Michael Stevens
557812dbbe Try 'safe' as a name for alias safe assignment
[SVN r29698]
2005-06-20 07:29:32 +00:00
Michael Stevens
9e218260d4 Updated bench1 results to GCC4.0 on Athlon 64 3000+
[SVN r29673]
2005-06-18 12:25:27 +00:00
Michael Stevens
8d0fb46d97 Added future compatible alias(lhs) syntax
[SVN r29668]
2005-06-18 08:18:12 +00:00
Michael Stevens
17da814e38 Simplified and consolidated
much replicated code consolidated
 bad compiler workarounds removed
Simpiler output format


[SVN r29655]
2005-06-17 13:01:24 +00:00
Guillaume Melquiond
7d7d79367e Patch from Alisdair Meredith to move lower/upper so that BCC is happy. Also homogenize the hull comparison, and hope it makes DMC happy as a side effect.
[SVN r29653]
2005-06-17 11:43:38 +00:00
Michael Stevens
dade5aec5d compiler compatibility
[SVN r29582]
2005-06-15 09:34:41 +00:00
Michael Stevens
1df37d230c readibility
[SVN r29581]
2005-06-15 09:34:21 +00:00
Michael Stevens
99cf222d8a clarified aliases
[SVN r29580]
2005-06-15 08:49:23 +00:00
Michael Stevens
8d3948bd26 fix internal refs
[SVN r29579]
2005-06-15 08:00:51 +00:00
Michael Stevens
0603802659 Add append_element.
Fix resize. Thanks Gunter


[SVN r29569]
2005-06-14 19:34:03 +00:00
Michael Stevens
d32f8032f8 Fix plus_assign in column_major block_prod typo. Thanks Gunter
[SVN r29568]
2005-06-14 19:31:18 +00:00
Michael Stevens
df0cbfa71b remove Last revised which is never correct anyway
[SVN r29567]
2005-06-14 17:13:07 +00:00
Michael Stevens
3c7f7a44ef more silly std::min reports
[SVN r29566]
2005-06-14 17:06:57 +00:00
Michael Stevens
31a4a024dc merged important changes from Toon's dense_vector_concept
dense_vector/matrix_concept did not yet have any difference from the container concepts and could be removed
The differences between dense and sparse can be added again later


[SVN r29565]
2005-06-14 17:05:03 +00:00
Michael Stevens
0892a6f4e4 Fixed bad refs to vector/matix_expressions
[SVN r29564]
2005-06-14 16:48:53 +00:00
Michael Stevens
77b889b2eb tidy seems to by junk
[SVN r29562]
2005-06-14 16:13:05 +00:00
Michael Stevens
ddf8ea4077 elements are not initialised. Thanks Gunter
[SVN r29547]
2005-06-13 11:45:51 +00:00
Guillaume Melquiond
8c658bbcc4 Fix typo in documentation.
[SVN r29500]
2005-06-09 21:48:21 +00:00
Rene Rivera
87778cae3a Really fix CW errors in Darwin by using the MSL C99 library support of fenv.h.
[SVN r29391]
2005-06-02 22:39:42 +00:00
Rene Rivera
449272197d Handle CW on MacoOS definition of PowerPC architecture.
[SVN r29377]
2005-06-02 15:44:33 +00:00
Michael Stevens
eb80d8e1ae unused variables
[SVN r29183]
2005-05-25 12:42:11 +00:00
Michael Stevens
4f32d2e627 Gunter fix. Replaced equals with type_check_expression
[SVN r29176]
2005-05-24 19:41:56 +00:00
Michael Stevens
30775dbeba Consitently use iterator?::reference for functor_type (other then in indexed assign)
Seems to be cause of compileation error in test3 for 'truecxx'


[SVN r29160]
2005-05-23 16:25:59 +00:00
Michael Stevens
0517b21103 Use struct consistently for basic_full etc
[SVN r29159]
2005-05-23 16:05:27 +00:00
Douglas Gregor
0cda574ebc Don't run slice test, because it hasn't been fixed and perhaps won't be
[SVN r29062]
2005-05-19 14:01:51 +00:00
Fernando Cacciola
0118efabb5 Doc fixes
[SVN r28959]
2005-05-16 15:08:51 +00:00
Fernando Cacciola
f0621f02c4 Fixed bug in RoundEven
[SVN r28887]
2005-05-13 23:02:22 +00:00
Guillaume Melquiond
eb4e952204 Let's see if we can get Boost.Interval to work on PPC CW and Tru64. It will require hardware rounding and C99 support.
[SVN r28863]
2005-05-13 14:34:36 +00:00
Michael Stevens
6c7f7564b3 Added Thomas's symmetric operator >> definition
[SVN r28743]
2005-05-08 17:48:38 +00:00
Michael Stevens
ec6a11a4da Fixed unused variable warning in BOOST_UBLAS_CHECK release build
[SVN r28742]
2005-05-08 17:34:54 +00:00
Michael Stevens
d1b91751e9 Work around in this case pointless min/max rules for Boost
[SVN r28741]
2005-05-08 16:54:12 +00:00
Michael Stevens
2c91ab0e81 Unified test operator() and operator(int)
[SVN r28740]
2005-05-08 16:50:14 +00:00
Michael Stevens
7958e005ae Correct location for "../../../boost.png"
[SVN r28739]
2005-05-08 16:43:35 +00:00
Michael Stevens
cd032f973f tabs and max fixed for Boost
[SVN r28738]
2005-05-08 16:41:36 +00:00
Michael Stevens
b2b0dda530 tabs and max fixed for Booost
[SVN r28737]
2005-05-08 16:40:54 +00:00
Rene Rivera
3783ed65ee Fix failures on CodeWarrior.
* converter_test.cpp; Fix unqualified use of floor/ceil std calls.
* converter_test.cpp & converter_policies.hpp; Fix EOLs which will fix errors on VC8 and possibly others.


[SVN r28720]
2005-05-07 16:31:46 +00:00
Michael Stevens
a22004550a + 1 missing from previous fix
[SVN r28625]
2005-05-03 06:29:47 +00:00
Michael Stevens
3f75792fb4 FIX compress storage_invariants and reserve bug
thanks to Max and Gunter


[SVN r28624]
2005-05-03 06:19:49 +00:00
Fernando Cacciola
06583a3dc6 Fixed bug in RoundEven
[SVN r28576]
2005-05-02 14:42:52 +00:00
Michael Stevens
39beaf3279 Use ../../../boost.png with no alt=
[SVN r28571]
2005-05-02 07:32:13 +00:00
Vladimir Prus
f1774eb356 Add V2 Jamfile
[SVN r28244]
2005-04-14 11:56:47 +00:00
Vladimir Prus
4724a24e4e Comment out the test7, as is done in V1 Jamfile.
[SVN r28202]
2005-04-13 06:40:51 +00:00
Michael Stevens
4adc0ea7e1 comment
[SVN r28003]
2005-04-06 06:30:49 +00:00
Michael Stevens
254a308515 GCC4.0 bogus control reachs end non-void function warning
[SVN r28002]
2005-04-06 06:28:58 +00:00
Michael Stevens
88b21ab386 NEW compressed_matrix( coordinate_matrix<> & x) Thanks Gunter
[SVN r27804]
2005-03-24 17:21:43 +00:00
Michael Stevens
10c4075b9b Indent with ASCII spaces!
[SVN r27803]
2005-03-24 17:06:38 +00:00
Michael Stevens
b4d3371eae FIX reserve error with no preserve (thanks Gunter)
[SVN r27790]
2005-03-23 20:31:06 +00:00
Michael Stevens
05dbf7ed2c Complete index1 fixes from Andreas
[SVN r27789]
2005-03-23 20:26:57 +00:00
Michael Stevens
1ffe68f15f Sloppy patch application missed out -1
[SVN r27767]
2005-03-22 19:44:40 +00:00
Michael Stevens
d06cb1547c FIX partially-filled index pointer array
thanks Andreas Klöckner


[SVN r27754]
2005-03-21 16:15:28 +00:00
Michael Stevens
17961835e8 Use iterator types instead of pointer in interface
Two versions of insert


[SVN r27706]
2005-03-16 14:27:30 +00:00
Michael Stevens
9d710a5d28 Use iterator types instead of pointer in interface
[SVN r27705]
2005-03-16 14:26:49 +00:00
Michael Stevens
d8df093db3 Test MAP_ARRAY
[SVN r27702]
2005-03-16 13:59:33 +00:00
Michael Stevens
adf1c4a5da FIX subproject path to test
[SVN r27701]
2005-03-16 13:56:18 +00:00
Michael Stevens
1c4f450da3 Support BOOST_UBLAS_NO_NESTED_CLASS_RELATION
[SVN r27700]
2005-03-16 13:10:06 +00:00
Michael Stevens
ea17563afb FIX map_array insert
[SVN r27698]
2005-03-16 12:48:20 +00:00
Michael Stevens
7df7072408 Fix additional header (_proxy, valarray) included
[SVN r27691]
2005-03-16 09:31:04 +00:00
Michael Stevens
646ed0602c Fix map_array no longer has sized constructor
[SVN r27690]
2005-03-16 09:27:36 +00:00
Michael Stevens
f991899ada _adaptor
Add insert_element
 Fix bogus const reference (proxy)


[SVN r27689]
2005-03-16 09:26:54 +00:00
Michael Stevens
de0789360e Moved common headers to .hpp
Fixed missing header inclusions


[SVN r27688]
2005-03-16 08:53:36 +00:00
Michael Stevens
62db38e25b complex<interval> is not supported by std::complex. A boost:complex was assumed.
This does not and probably never will exist.
Removed code relying on this. It is untested and the macro's to enable it inconsistent


[SVN r27687]
2005-03-16 08:36:00 +00:00
Michael Stevens
33f59dda46 Deprecated SCALAR_ET removed
Simplief to use references directly. conversion from scalar_reference causes massive problems with intervals


[SVN r27670]
2005-03-15 14:19:04 +00:00
Michael Stevens
dc2c12f3a5 Test with no exceptions
project requirements now seem to work in BBv2


[SVN r27667]
2005-03-15 11:05:31 +00:00
Michael Stevens
d811da6e53 Use simple test() function name
[SVN r27666]
2005-03-15 11:03:58 +00:00
Michael Stevens
0b602674a7 Reenable slice test which shows runtime error
[SVN r27665]
2005-03-15 11:03:03 +00:00
Michael Stevens
a5582495df Common initialize
[SVN r27664]
2005-03-15 10:03:56 +00:00
Michael Stevens
d2951a259b Move to Boost standard test directory
[SVN r27662]
2005-03-15 09:03:25 +00:00
Michael Stevens
d8ce1635e4 Generalised VofV still failing
[SVN r27661]
2005-03-15 08:53:45 +00:00
Michael Stevens
9df548a65c Remove nonconformant compiler test disablement
[SVN r27660]
2005-03-15 08:47:30 +00:00
Michael Stevens
118516f31b Indivitual INTERNAL tests to reduce compilation size
Use typedef float T


[SVN r27645]
2005-03-14 13:46:00 +00:00
Michael Stevens
31ab487985 Add Gunter's coordinate_matrix axpy_prod specialisation
[SVN r27644]
2005-03-14 13:41:58 +00:00
Michael Stevens
ce1b31c457 Update doc matches name change sparse_ to mapped_
[SVN r27643]
2005-03-14 13:29:04 +00:00
Michael Stevens
9694bab94a Update doc matches name change sparse_ to mapped_
[SVN r27642]
2005-03-14 13:28:59 +00:00
Michael Stevens
89155da2fb Update insert/erase/append_element to match development version
Thanks Gunter


[SVN r27640]
2005-03-14 13:04:35 +00:00
Toon Knapen
dfc75fd7ac port to IBM/VisualAge
[SVN r27597]
2005-03-10 12:10:18 +00:00
Michael Stevens
d0ebc36bac More transparent definition of equals
Moved to namespace detail


[SVN r27346]
2005-02-13 16:21:39 +00:00
Michael Stevens
c2a5ff34fa __GNUC__ tests don't belong in pure implementation!
[SVN r27343]
2005-02-13 13:40:29 +00:00
Michael Stevens
b22152ab82 Comments regarding FIXME for expression instantiation order
[SVN r27342]
2005-02-13 13:38:03 +00:00
Michael Stevens
9b6649042e comment had ///
[SVN r27306]
2005-02-10 10:48:32 +00:00
Michael Stevens
d205f5fbdd added vector_assign dependency
[SVN r27305]
2005-02-10 10:48:00 +00:00
Michael Stevens
0f0cf74280 Added mising <vector> dependency
[SVN r27304]
2005-02-10 10:34:22 +00:00
Michael Stevens
eafd7d0af9 FIX incosistent change to new _temporary traits
header also missing


[SVN r27303]
2005-02-10 08:52:48 +00:00
Michael Stevens
342cfee381 FIX incosistent change to new _temporary traits
[SVN r27302]
2005-02-10 08:50:56 +00:00
Michael Stevens
4e3c2fcefe FIX incosistent change to new _temporary traits
[SVN r27301]
2005-02-10 08:37:29 +00:00
Toon Knapen
fbe6548581 typo
[SVN r27217]
2005-02-07 13:37:52 +00:00
Toon Knapen
3fe62b6df9 added temporary_traits
[SVN r27216]
2005-02-07 13:36:40 +00:00
Stefan Slapeta
99a0d9fa32 Replaced BOOST_TEST
[SVN r27051]
2005-02-03 12:38:58 +00:00
Michael Stevens
8d7c4a0907 Compiles using matrix_resize_preserve
[SVN r26966]
2005-01-31 15:48:29 +00:00
Michael Stevens
825fc9e8ef value_type/*zero*/() used as a placeholder to much disliked value_type (0)
[SVN r26965]
2005-01-31 15:14:30 +00:00
Michael Stevens
c18494173d RESIZE FIXES
c_vector/matrix drop default construction requirement


[SVN r26963]
2005-01-31 14:42:23 +00:00
Michael Stevens
75b98721d9 RESIZE FIXES
Drop incorrect element requirement to be value_type(0) constructable
use matrix_resize_preserve where possible
c_vector/matrix don't initialise on construction


[SVN r26961]
2005-01-31 14:08:09 +00:00
Michael Stevens
c24fe63f3b Also remerge development processes only on Boost CVS
[SVN r26847]
2005-01-25 19:16:34 +00:00
Michael Stevens
5f11f50bd2 Remerged patches to HEAD dropped durring uBLAS_pure merge
ML and Wiki text had change


[SVN r26846]
2005-01-25 19:15:25 +00:00
Michael Stevens
f30d9b76d9 Fixed placement new detection for GCC 4
Seems that only Intel Linux has a good placement new


[SVN r26806]
2005-01-22 17:18:53 +00:00
Toon Knapen
817645c4cb resize did a zero-initiliase instead of a default initialise.
This did not work for value_type's that have no constructor that takes an int


[SVN r26794]
2005-01-21 19:09:44 +00:00
Michael Stevens
29f1f4b2dd Fix '//' and moved #include matrix_expression.hpp to be consistent with other files
[SVN r26749]
2005-01-19 20:42:42 +00:00
Toon Knapen
34c9dad74a added include of matrix_expression.hpp
[SVN r26744]
2005-01-19 15:27:10 +00:00
Toon Knapen
351fc71fd1 fixes involving vector_temporary_traits
[SVN r26721]
2005-01-18 09:32:44 +00:00
Toon Knapen
699573b81a merged from uBLAS-cvs
[SVN r26707]
2005-01-15 19:07:49 +00:00
Michael Stevens
d739792bcd avoid multi line #if ||
[SVN r26642]
2005-01-07 18:30:30 +00:00
Michael Stevens
ab73bd93ce Use storage header from new header dependencies
[SVN r26641]
2005-01-07 18:04:39 +00:00
Michael Stevens
f348ebdd17 pure renames sparse to mapped
[SVN r26640]
2005-01-07 17:48:30 +00:00
Michael Stevens
ba8b3ad860 vector_of_vector in concept test
[SVN r26639]
2005-01-07 17:44:30 +00:00
Toon Knapen
42c8816c9b more patches that originate from the uBLAS_pure merge
[SVN r26635]
2005-01-06 11:28:27 +00:00
Toon Knapen
f36e8561e7 merged doc in uBLAS CVS to boost CVS
[SVN r26634]
2005-01-06 10:03:41 +00:00
Michael Stevens
6dbcd7ba5c changed uBLAS ML location
[SVN r26627]
2005-01-04 19:59:36 +00:00
Toon Knapen
54531d2dd0 merged uBLAS_pure
[SVN r26624]
2005-01-04 14:52:20 +00:00
Michael Stevens
8b28388b65 Fixed placement new detection for GCC 4
[SVN r26621]
2005-01-03 20:52:27 +00:00
Aleksey Gurtovoy
ed73cfaae5 merge RC_1_32_0 fixes
[SVN r26329]
2004-11-28 03:44:21 +00:00
Fernando Cacciola
304fc6971f *** empty log message ***
[SVN r25948]
2004-10-29 15:11:25 +00:00
Michael Stevens
45737c4da0 FIX sparse non_zeros is capacity, consistent with coordinate and compressed
[SVN r25806]
2004-10-20 12:28:07 +00:00
Michael Stevens
699cf533fa FIX sparse non_zeros is capacity, consistent with coordinate and compressed
FIX sparse_matrix removed minumum in restrict_nz


[SVN r25805]
2004-10-20 12:27:08 +00:00
Michael Stevens
32c82b309e missing _
[SVN r25794]
2004-10-20 07:50:07 +00:00
Michael Stevens
cd9101a3a3 FIX nasty coordinate_matrix insert bug
Back to sumation of duplicates


[SVN r25793]
2004-10-20 07:46:32 +00:00
Michael Stevens
475f5de092 FIX _proxy headers will be independant
[SVN r25701]
2004-10-13 08:03:36 +00:00
Michael Stevens
6e159b5daa Intel 7.1 reports as 700 assume both have same placement-new behaviour
[SVN r25680]
2004-10-12 06:37:27 +00:00
Michael Stevens
d87869294e *** empty log message ***
[SVN r25679]
2004-10-12 06:28:13 +00:00
Michael Stevens
e10121688e move to detail
[SVN r25678]
2004-10-12 06:26:34 +00:00
Michael Stevens
898dca23e0 correct headers
[SVN r25664]
2004-10-11 12:38:53 +00:00
Michael Stevens
0d31b412e8 remove find out why intel 7.1 config is incorrect
[SVN r25663]
2004-10-11 12:24:10 +00:00
Michael Stevens
4cc2adb18f Copyright
[SVN r25662]
2004-10-11 12:19:53 +00:00
Michael Stevens
4d35598177 Fix only intel linux has useful placement new
[SVN r25653]
2004-10-11 06:35:21 +00:00
Michael Stevens
92124371db find out why intel 7.1 config is incorrect
[SVN r25646]
2004-10-10 08:37:26 +00:00
Michael Stevens
e9fed8d707 Fix cw-8.3 disable type checks to avoid debug functor syntax problem
[SVN r25645]
2004-10-10 08:21:57 +00:00
Michael Stevens
f74886a9ba attempt workaround for cw-8.3 ::template syntax problem
[SVN r25633]
2004-10-09 07:57:25 +00:00
Michael Stevens
bc91210fbb attempt workaround for cw-8.3 ::template syntax problem
[SVN r25632]
2004-10-09 07:52:45 +00:00
Michael Stevens
e228cc5423 Try inline as cw-8.3 fix
[SVN r25627]
2004-10-08 18:06:35 +00:00
Michael Stevens
027ee6d5d8 header dependcies
[SVN r25624]
2004-10-08 12:33:02 +00:00
Michael Stevens
3a59124164 icc-7.1 placement new
[SVN r25621]
2004-10-08 06:44:13 +00:00
Michael Stevens
bf990fe2f2 Fix random_access_iterator cut&paste error
[SVN r25611]
2004-10-07 16:50:13 +00:00
Fernando Cacciola
0727695f19 bad links fixed
added myself to people


[SVN r25610]
2004-10-07 16:01:24 +00:00
Michael Stevens
f69ecdbcd3 add placement_new test
[SVN r25603]
2004-10-07 08:03:11 +00:00
Michael Stevens
10ef6bbcb9 Generic accessor, VC6 has template problems remove for all non PTS compilers
[SVN r25601]
2004-10-07 04:31:19 +00:00
Aleksey Gurtovoy
88964dc2cc c++boost.gif -> boost.png replacement
[SVN r25573]
2004-10-05 15:45:52 +00:00
Michael Stevens
1359d097a9 remove tabs
[SVN r25568]
2004-10-05 10:14:49 +00:00
Michael Stevens
58a221384d New definitions.hpp for noalias and accessors
New namespace dimensions for accessors


[SVN r25566]
2004-10-05 08:12:55 +00:00
Michael Stevens
279e283c20 FIX missing return in map_capacity
[SVN r25547]
2004-10-04 07:28:27 +00:00
Michael Stevens
c400d2c83b enable array placement new for some compilers
[SVN r25535]
2004-10-03 05:24:13 +00:00
Michael Stevens
0e277bfea8 More text
[SVN r25534]
2004-10-03 04:33:34 +00:00
Michael Stevens
3da62e4ccd Try Rene's Rivera's Darwin detection for test1
[SVN r25533]
2004-10-03 04:33:14 +00:00
Michael Stevens
39c3a34804 Add std::vector testing for future
[SVN r25515]
2004-10-01 17:54:23 +00:00
Michael Stevens
59d384cd63 add USEFUL_ARRAY_PLACEMENT_NEW
add storage_arrary base class initialisers to copy constructors to avoid compiler warnings


[SVN r25514]
2004-10-01 17:39:24 +00:00
Michael Stevens
d43ee49c4e Change use functor_type::apply syntax
replaces functor () () which again overloads () and may have overhead on some compilers
Add correct infrastructure for scalar_expressions


[SVN r25492]
2004-09-30 21:09:17 +00:00
Michael Stevens
29965bcfe6 FIX array new for default constructor fails on many compilers
(OK for gcc-3.4.2, not sure if standard confromant, use a loop instead)


[SVN r25488]
2004-09-30 16:42:16 +00:00
Michael Stevens
03d1837518 FIX work with const UDTs, CV status is stripped from returned type
[SVN r25482]
2004-09-29 18:25:42 +00:00
Michael Stevens
4d56be6c34 add zero_vector/matrix
[SVN r25480]
2004-09-29 15:39:11 +00:00
Aleksey Gurtovoy
6832f02aa9 fix syntax errors etc.
[SVN r25474]
2004-09-29 11:52:50 +00:00
Fernando Cacciola
2117266312 numeric_cast<> test factored out from conversion\cast_test.cp
and also added (duplicated) in numeric\conversion\test


[SVN r25468]
2004-09-28 21:48:39 +00:00
Guillaume Melquiond
5e7e8e5196 Let's try to remove the preprocessor conditionals
[SVN r25452]
2004-09-28 13:18:44 +00:00
Guillaume Melquiond
e7414c5262 Let's see if it removes some of the bugs with STLport
[SVN r25433]
2004-09-27 11:30:03 +00:00