Commit Graph

966 Commits

Author SHA1 Message Date
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
Michael Stevens
020d00a552 fix complex<double> testtt
[SVN r25400]
2004-09-25 10:10:25 +00:00
Michael Stevens
0e165ecc19 basis for generalised ublas_expression
[SVN r25397]
2004-09-24 18:28:37 +00:00
Michael Stevens
b7e047ec1d Consistent class/struct
[SVN r25393]
2004-09-24 06:57:49 +00:00
Michael Stevens
f3ec1bd70e Consistent class/struct
Make scalar_expression full B-N trick base


[SVN r25392]
2004-09-24 06:57:06 +00:00
Michael Stevens
c321200596 Fix indexing assign use size_type
Loops do not underflow so size_type is correct


[SVN r25391]
2004-09-24 06:32:34 +00:00
Michael Stevens
4f265ea722 Fix unused parameters
[SVN r25390]
2004-09-24 06:27:55 +00:00
Michael Stevens
38eec56bb5 Use result_type(0)
Fix unused parameters


[SVN r25389]
2004-09-24 06:27:18 +00:00
Aleksey Gurtovoy
e80b4c544c MinGW/GCC configuration fix, see http://thread.gmane.org/gmane.comp.lib.boost.devel/110245
[SVN r25378]
2004-09-23 17:59:34 +00:00
Michael Stevens
fd0d2fd511 space for tab
[SVN r25367]
2004-09-23 09:31:42 +00:00
Michael Stevens
26e1aab289 FIX typenames for VC6
[SVN r25364]
2004-09-23 08:46:53 +00:00
Michael Stevens
9320964f04 swap avoid same_closure test
[SVN r25363]
2004-09-23 08:25:44 +00:00
Michael Stevens
0fbceaf6af FIX explicit expression constructors
[SVN r25362]
2004-09-23 07:51:01 +00:00
Michael Stevens
887c9e348f Remove member friend swap
unrequired for concept and cause compiler wierdness


[SVN r25360]
2004-09-23 07:19:57 +00:00
Michael Stevens
771764fe1b all type default constructed with init
[SVN r25346]
2004-09-22 18:01:06 +00:00
Aleksey Gurtovoy
c765391c27 more MSVC tweaks
[SVN r25344]
2004-09-22 17:09:26 +00:00
Joaquín M. López Muñoz
44edae02da taken care of BOOST_NO_STDC_NAMESPACE
[SVN r25332]
2004-09-22 09:21:30 +00:00
Michael Stevens
a51441a9b8 fix swap
[SVN r25331]
2004-09-22 07:58:12 +00:00
Michael Stevens
14f730a684 testing project range slice
[SVN r25329]
2004-09-21 22:48:54 +00:00
Michael Stevens
5c85e5eb9a restore VC6/7 workaround in EXTERNAL
[SVN r25328]
2004-09-21 22:42:42 +00:00
Michael Stevens
3bc8a8ed76 Add vector/matrix_temporary_type
Fix Iterator::reference must be the actual operator* return type
Fix scalar assign must account for temporay value_type


[SVN r25327]
2004-09-21 22:34:59 +00:00
Michael Stevens
2bc5930478 Add vector/matrix_temporary_type
All construction/resize uses max_nz function


[SVN r25326]
2004-09-21 22:32:10 +00:00
Michael Stevens
5ba9a8a801 Add vector/matrix_temporary_type
[SVN r25325]
2004-09-21 22:30:56 +00:00
Michael Stevens
3280db8b4e no const_self_type
[SVN r25324]
2004-09-21 22:30:36 +00:00
Michael Stevens
91eae535e0 fix slice compose negative start check
[SVN r25323]
2004-09-21 22:27:38 +00:00
Michael Stevens
96fa8e7f64 Flag VC7.1 strangeness
[SVN r25322]
2004-09-21 22:22:34 +00:00
Michael Stevens
3322cfcd90 restore VC6/7 workaround in EXTERNAL
[SVN r25321]
2004-09-21 22:21:19 +00:00
Michael Stevens
2fe49f8b7f Add SKIP_BAD for known bad models
[SVN r25311]
2004-09-21 14:12:47 +00:00
Michael Stevens
b2da4a3d73 Simplified syntax
Extended concept checks
Fixed up failures hidden by FIXME
Only compiles on conformant compilers


[SVN r25310]
2004-09-21 13:50:15 +00:00
Michael Stevens
c114db508c Sizing constructor required for Vector/Matrix Concept
[SVN r25309]
2004-09-21 13:48:20 +00:00
Michael Stevens
4a7c82f355 remove std::set and non concept insert
[SVN r25307]
2004-09-21 13:43:39 +00:00
Michael Stevens
318dc2cd3e fix resize_packed_preserve arguments
[SVN r25306]
2004-09-21 13:42:55 +00:00
Michael Stevens
b50db037af Mutable Expression concept requires:
assignment (default fails as reference type) and swap
 Use deep semantics as in a C++ reference


[SVN r25305]
2004-09-21 13:41:57 +00:00
Michael Stevens
038e2e159e *** empty log message ***
[SVN r25303]
2004-09-21 13:40:04 +00:00
Michael Stevens
ea86172011 fix adaptor::operator= bad definition
[SVN r25302]
2004-09-21 13:39:43 +00:00
Michael Stevens
29fb119276 initializeation or not is models buisiness
[SVN r25295]
2004-09-21 10:08:27 +00:00
Michael Stevens
8cfc28ed88 Resize infrastructure
WARNING Function parameter order changed


[SVN r25293]
2004-09-21 08:17:17 +00:00
Michael Stevens
a6e0a64c20 Concept compatible resize function
[SVN r25287]
2004-09-20 19:13:13 +00:00
Michael Stevens
3c6db62699 *** empty log message ***
[SVN r25286]
2004-09-20 19:10:09 +00:00
Michael Stevens
ca030bc985 add map_capacity
[SVN r25285]
2004-09-20 18:54:06 +00:00
Michael Stevens
25f5447d55 Resize consistency
sparse resize must have preserve parameter first


[SVN r25283]
2004-09-20 15:05:57 +00:00
Michael Stevens
608221c18b fix broken commit without typename
[SVN r25282]
2004-09-20 14:58:18 +00:00
Michael Stevens
c1489ce98a index_X_array use size_type
[SVN r25281]
2004-09-20 14:57:06 +00:00
Michael Stevens
ef758454d1 generic map_reserve
[SVN r25277]
2004-09-20 13:42:09 +00:00
Michael Stevens
7b37988dfb detail::resize not required anymore
[SVN r25276]
2004-09-20 13:41:25 +00:00
Michael Stevens
4f70714323 detail::resize not required anymore
resize simplified and for vectors preserve is honoured


[SVN r25275]
2004-09-20 13:40:35 +00:00
Michael Stevens
8285bb63e8 detail::resize not required anymore
[SVN r25273]
2004-09-20 13:29:50 +00:00
Aleksey Gurtovoy
e448f8fa68 various test fixes
[SVN r25267]
2004-09-20 10:29:45 +00:00
Aleksey Gurtovoy
f1d3dd7497 MSVC workaround
[SVN r25266]
2004-09-20 10:22:57 +00:00
Michael Stevens
ccfc1e8f9c uninitialized resize form no longer needs to be called resize_new
[SVN r25264]
2004-09-20 09:45:31 +00:00
Michael Stevens
4beb92ed42 removed sparse_storage_element_traits
use index_type directly to get size_type dependency
 otherwise only purepose was to generate errors SOME non array types!


[SVN r25262]
2004-09-20 08:18:20 +00:00
Michael Stevens
7ff66d8450 use size_type
[SVN r25261]
2004-09-20 08:15:53 +00:00
Michael Stevens
9cdf6cbb2e use size_type in row/column function
[SVN r25260]
2004-09-20 08:12:02 +00:00
Michael Stevens
7497a0d555 use array size_type
hide matrix/vector_type in bound types


[SVN r25258]
2004-09-20 07:41:37 +00:00
Michael Stevens
90064a8ac7 use array size_type
unsigned complexity


[SVN r25257]
2004-09-20 07:39:06 +00:00
Michael Stevens
89872469c9 unsigned complexity
[SVN r25256]
2004-09-20 07:38:22 +00:00
Michael Stevens
1d479c0959 add allocator_type
[SVN r25255]
2004-09-20 07:37:47 +00:00
Michael Stevens
1440ce5555 allocator_type
[SVN r25253]
2004-09-20 07:37:03 +00:00
Michael Stevens
bebee5b08d use array size_type
[SVN r25252]
2004-09-20 07:36:06 +00:00
Michael Stevens
a11ed2a9da reverse_iterator size_type
[SVN r25251]
2004-09-20 07:35:26 +00:00
Michael Stevens
f8e89a3e2f use expression size_type
[SVN r25250]
2004-09-20 07:33:48 +00:00
Michael Stevens
37311f9a6b unsigned complexity
FIXME comments


[SVN r25249]
2004-09-20 07:33:10 +00:00
Michael Stevens
21720f0792 Propogated template range/slice to vector/matrix proxies
[SVN r25234]
2004-09-19 18:45:27 +00:00
Michael Stevens
2ca58a09e1 Exeriment with darwin toolset ABI problems
[SVN r25233]
2004-09-19 17:57:10 +00:00
Michael Stevens
2e6cfad7e7 generalize vector storage resize for all storage_array and sequences
[SVN r25213]
2004-09-19 06:25:52 +00:00
Michael Stevens
7cd10dee1b Generalize range,slice as basic_
Provide concept base storage_array


[SVN r25212]
2004-09-19 06:24:34 +00:00
Michael Stevens
78919abf45 Generalize range,slice as basic_
[SVN r25211]
2004-09-19 06:24:05 +00:00
Michael Stevens
be9d3cadee Storage array:
removed insert,erase,clear they requires value_type(0) and semantics are not STL
 resize(n,init) is element preserving
 resize_new is not


[SVN r25208]
2004-09-19 05:14:26 +00:00
Michael Stevens
ba36e1aa1e CW8.3 problems with basic_stream
[SVN r25194]
2004-09-18 18:21:21 +00:00
Michael Stevens
92ed2f106a Index operator for iterators not yet fixed
ignore unused variables


[SVN r25177]
2004-09-17 16:05:50 +00:00
Michael Stevens
e7d24bee89 quick fix for VC6 mapped_type problem
[SVN r25176]
2004-09-17 15:58:33 +00:00
Michael Stevens
2a247b6d11 Removed MUTABLE_TEMPORARY code is not valid C++
[SVN r25175]
2004-09-17 14:22:17 +00:00
Michael Stevens
781365833d Try and pickup test1 runtime failure on intel
[SVN r25171]
2004-09-17 10:18:48 +00:00
Michael Stevens
d68b0d1265 DR45 for expression accessors
[SVN r25169]
2004-09-17 09:19:31 +00:00
Michael Stevens
8599d00c49 test_vector not used
[SVN r25168]
2004-09-17 09:11:47 +00:00
Michael Stevens
209622eb98 Fixed UBLAS_NO_REVERSE_ITERATOR_OVERLOADS
[SVN r25167]
2004-09-17 08:33:57 +00:00
Michael Stevens
3335c52b7f sparse_vector named underlining iterator 'iterator_type' as before (and in other contrainers)
This could also be VC8s problem


[SVN r25165]
2004-09-17 06:27:54 +00:00
Michael Stevens
d454a0dc28 vector_index_norm_inf CBLAS compatible with size_type return value (0 for empty)
[SVN r25164]
2004-09-17 06:14:10 +00:00
Michael Stevens
af8519207a Droped container reference requirement -
this is a significant source of inefficiency


[SVN r25162]
2004-09-17 05:35:45 +00:00
Michael Stevens
939e38df36 comment
[SVN r25155]
2004-09-16 18:46:18 +00:00
Michael Stevens
6c9fd9d964 static before const/void
[SVN r25154]
2004-09-16 18:40:33 +00:00
Michael Stevens
5ea047a10c static void
[SVN r25147]
2004-09-16 11:49:26 +00:00
Michael Stevens
5a5138a5a8 no matrix needed
[SVN r25140]
2004-09-16 06:07:22 +00:00
Michael Stevens
d5d5ffe739 bounded clearly marked in text output
[SVN r25139]
2004-09-16 06:06:58 +00:00
Michael Stevens
3a48724e06 only include general_v_of_v if used
[SVN r25138]
2004-09-16 06:03:19 +00:00
Michael Stevens
a56cf49dec Comments and space for HP aCC defects
Unable to overload reverse iterators is a defect


[SVN r25121]
2004-09-15 15:44:08 +00:00
Michael Stevens
de8ca6721c Unable to overload reverse iterators is a defect
[SVN r25120]
2004-09-15 15:42:47 +00:00
Michael Stevens
ab1d8ee687 use array placement new and std::uninitialized for unbounded)array construction
[SVN r25116]
2004-09-15 14:09:50 +00:00
Michael Stevens
ccb0d47eef adaptors must use scalar_assign reference type from underlieing iterator
[SVN r25104]
2004-09-15 09:32:56 +00:00
Michael Stevens
cca5c7b7dd Single typedef for temporary type
Comments regarding project implementation


[SVN r25101]
2004-09-15 07:09:15 +00:00
Michael Stevens
0d709caac3 Broken dependance between strict map_array and strict vector matrix sparse.
Using key and mapped type typedefs


[SVN r25100]
2004-09-15 07:07:16 +00:00
Michael Stevens
411a298e5f Code DISABLED by default
Broken dependance between strict map_array and strict vector matrix sparse.
Propogated encapsulation fixes


[SVN r25099]
2004-09-15 07:06:20 +00:00
Michael Stevens
4c98b6b67e Clean up closure type hidding. Const correct accessors are private
so types can remain private.
Removed unused pointer typedef


[SVN r25098]
2004-09-15 07:04:25 +00:00
Michael Stevens
e84d3c2b71 LHS of indexing_matrix_assign functor must be reference type
[SVN r25097]
2004-09-15 07:01:55 +00:00
Michael Stevens
73277d1326 broken dependance between strict map_array and strict vector matrix sparse
[SVN r25096]
2004-09-15 06:58:27 +00:00
Michael Stevens
559488bbe6 iterator pointer typedef using common syntax
[SVN r25095]
2004-09-15 06:55:51 +00:00
Michael Stevens
03bcddb0e3 *** empty log message ***
[SVN r25094]
2004-09-15 06:53:14 +00:00
Michael Stevens
454204d749 Remove redundant const_reference
Clean up closure type hidding. Const correct accessors are private
so types can remain private


[SVN r25093]
2004-09-15 06:47:51 +00:00
Toon Knapen
0ec6e30db5 making types used as return type public
[SVN r25006]
2004-09-10 13:03:53 +00:00
Michael Stevens
cadb5e222e VC6 fix problem flages as PTS related even though a member function
[SVN r24983]
2004-09-09 07:14:48 +00:00
Michael Stevens
8c7775eba8 fixed and comment bounded array construct semantics
[SVN r24982]
2004-09-09 06:28:34 +00:00