Gunter Winkler
4b0aa52a3a
ublas/doc/samples/ex_triangular.cpp: added new example
...
ublas/doc/samples/Jamfile.v2: added build section for ex_triangular
ublas/doc/container_concept.htm: fixed wrong description of array_type
ublas/doc/triangular.htm: fixed lower/upper confusion and added link to ex_triangular
ublas/test/test_lu.cpp: added unit test for LU decomposition
ublas/test/triangular_access.cpp: added unit test for accessing triangular/symmetric matrices
ublas/test/triangular_layout.cpp: added unit test for testing storage layout of triangular/symmetric matrices
ublas/test/common/testhelper.hpp: support routines for new unit tests
ublas/test/CMakeLists.txt: added new tests (still experimental) test_lu, triangular_access. triangular_layout
ublas/test/Jamfile.v2:
added new tests (still experimental) test_lu, triangular_access. triangular_layout
disabled broken test7 (maybe a fix of boost::interval is needed, see #2473 )
ublas/test/test71.cpp, ublas/test/test73.cpp, ublas/test/test7.cpp:
added first fixes to support boost::interval as scalar type
ublas/test/common/init.hpp:
initialize all matrices/vectors with floats instead of (unsigned) ints
this helps to fix broken test7 for boost::interval
[SVN r52147]
2009-04-02 22:36:39 +00:00
Gunter Winkler
b874107735
ublas/expression_types.hpp: added typedef ublas_expression::self_type
...
ublas/fwd.hpp: added default template arguments to declaration of generalized_vector_of_vector
ublas/lu.hpp: added constructor from vector to permutation_matrix
ublas/storage.hpp: fix #2891
ublas/detail/concepts.hpp: added documentation and some missing concept checks
ublas/traits.hpp:
added new traits classes: container_traits, matrix_traits, vector_traits
they work for all ublas classes and c-arrays (T[M][N] and T[M])
ublas/functional.hpp:
added triangular type tags
fix #2800
added my name to copyright message
[SVN r52145]
2009-04-02 22:15:10 +00:00
Gunter Winkler
0a19f54ca3
storage.hpp: fix #2891 , now check new size instead of old one
...
[SVN r52143]
2009-04-02 21:46:07 +00:00
Gunter Winkler
0604d23c61
test/test71.cpp reverted some changes regarding boost::interval
...
test/test73.cpp reverted addition of special initilizer
test/common/init.hpp changed common initilizer to use float instead of (unsigned) int to initialize test vectors/matrices (this solved some boost::interval issues, but revealed other ones)
[SVN r52142]
2009-04-02 21:43:25 +00:00
Gunter Winkler
f36e1ef3a0
Jamfile.v2: disabled failing test7 (need more time to investigate this)
...
CMakeLists.txt: added new tests, but was still not able to run cmake successfully
[SVN r52141]
2009-04-02 21:40:20 +00:00
Gunter Winkler
add0fa9ff8
replaced duplicate 'size_type' by 'difference_type'
...
[SVN r51778]
2009-03-14 21:29:22 +00:00
Gunter Winkler
f03af90e82
fwd.hpp:
...
* default arguments for generalized_vector_of_vector
expression_types.hpp:
* added self_type to matrix_expression
detail/concepts.hpp:
* added documentation and missing concept checks to scalar expression and vector expression
traits.hpp:
* added container_traits
* added vector_traits
* added matrix_traits
[SVN r51765]
2009-03-13 21:10:04 +00:00
Gunter Winkler
7ca0d2f29b
functional.hpp:
...
* added triangular_type definitions
* added transposed_layout to basic_row_major and basic_column_major
* fix #2800 : transposed_structure has to switch row major and column major
[SVN r51764]
2009-03-13 21:07:16 +00:00
Gunter Winkler
306c4635a3
test_lu.cpp: added copyright header
...
triangular_access.cpp: tests constant and mutable iterators over triangular matrices
triangular_layout.cpp: tests storage layout of symmetric and triangular matrices
common/testhelper.hpp: added more common helper functions for tests
Jamfile.v2: added new unit tests
[SVN r51763]
2009-03-13 20:57:52 +00:00
Gunter Winkler
43aa3b1fab
test71.cpp: fixed initialization of vector of intervals
...
test73.cpp: fixed typo (size instead of size1)
test7.cpp: added comment
[SVN r51762]
2009-03-13 20:50:42 +00:00
Gunter Winkler
055ba53838
add new constructor from vector to permutation matrix
...
[SVN r51741]
2009-03-12 21:35:10 +00:00
Gunter Winkler
03deea8323
disabled tests for general_vector_of_vector because tests still fail. this class is still experimental.
...
[SVN r51740]
2009-03-12 21:16:44 +00:00
Gunter Winkler
8502b08117
added unit test for LU decomposition
...
[SVN r51673]
2009-03-09 22:32:04 +00:00
Gunter Winkler
2a3763641d
detail/concepts.hpp: added read only vector concept
...
storage_sparse.hpp: removed wrong structure check, added check for empty sequence to erase(it1, it2)
[SVN r51666]
2009-03-09 20:24:11 +00:00
John Maddock
d44eb08241
Merge PDF build changes from Trunk.
...
[SVN r51417]
2009-02-23 18:39:32 +00:00
John Maddock
889c012ed0
Add PDF generation options to fix external links to point to the web site.
...
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.
[SVN r51284]
2009-02-17 10:05:58 +00:00
John Maddock
2c3f0ef160
Fix the optional and numeric/conversion docs so they generate valid Docbook XML that can be transformed into PDF's.
...
Regenerated HTML versions of the docs.
[SVN r51218]
2009-02-12 14:01:48 +00:00
Gunter Winkler
3357957ef5
* see #2691
...
* fixed typos
* need still some time to think about the "is mutable" comment
[SVN r50917]
2009-01-30 21:19:38 +00:00
Gunter Winkler
a1e15cda49
* fix and close #2686
...
* replaced the word "upper" by "lower" because the description is for lower triangular matrices
* added more detailed example for the use of triangular matrices and adaptors
[SVN r50916]
2009-01-30 21:12:32 +00:00
Troy D. Straszheim
a0a37bc633
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
Michael A. Jackson
dcf4d68b3f
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
9a856769ee
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
Gunter Winkler
965bf8c32c
see #2423 .
...
removed the check because it makes absolutely no sense
TODO: check the strange "optimization" of lower bound.
[SVN r49578]
2008-11-03 22:53:55 +00:00
Gunter Winkler
c4a009eff2
- fix and close #2422
...
- the exception was caused when trying to erase an empty range
- now erase(it1, it2) does nothing if it1 == it2
[SVN r49576]
2008-11-03 22:07:27 +00:00
Michael A. Jackson
1cc4d6b1c8
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
John Maddock
69a5b33733
Merge fixes from Trunk.
...
Fixes #2392 .
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
[SVN r49314]
2008-10-13 09:00:03 +00:00
Daniel James
c114939504
Rebuild the numeric/conversion and optional documentation. Which should fix a few links.
...
[SVN r49259]
2008-10-10 21:35:16 +00:00
John Maddock
0b21368a18
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
...
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
Fixes #2392 .
[SVN r49254]
2008-10-10 16:10:00 +00:00
Douglas Gregor
c4f4c774fe
Merge placement new fix from trunk
...
[SVN r49130]
2008-10-03 19:55:50 +00:00
Douglas Gregor
00dab3ac8f
Fix build of placement new test. From Farid Zaripov, fixes #2383
...
[SVN r49129]
2008-10-03 19:54:21 +00:00
Gunter Winkler
84f0317b80
- fixed ADL problem with std::abs and std::sqrt
...
- fixed problem that iterator1 and iterator2 of triangular matrices (and related) sometimes
pointed to wrong element or outside the storage
[SVN r48756]
2008-09-12 19:17:57 +00:00
Gunter Winkler
05cf2384c8
- see #2275
...
- fix symmetric and hermitian matrix
[SVN r48676]
2008-09-08 22:06:25 +00:00
Gunter Winkler
95c602846e
- fix and close #2275
...
- added missing changes of triangular_adaptor (see rev. 48466)
- fixed order of arguments in functional basic_strict_lower::global_restrict1(...)
[SVN r48523]
2008-09-01 21:32:55 +00:00
Gunter Winkler
7466434bfd
- fix and close #2272
...
- complete redesign of functionals lower, unit_lower and strict_lower
- added new transpose_structure<L> class that converts a "lower" functional to an "upper" functional
- fixed find1(...) and find2(...) methods of triangular_matrix
- the attachement of taks #2272 now runs fine with gcc 4.1.2
[SVN r48466]
2008-08-29 22:21:48 +00:00
Gunter Winkler
c07963fe7b
- fix and close #2186
...
- the patch looks good and runs fine with gcc 4.1.2
[SVN r48427]
2008-08-28 21:49:05 +00:00
Guillaume Melquiond
8cccb0c2d8
Added support for Sun compiler on x86. Removed some template parameters when forcing rounding.
...
[SVN r47993]
2008-08-05 16:28:34 +00:00
Guillaume Melquiond
56da0f13ae
Silent compilation warnings with GCC 4.3.
...
[SVN r47987]
2008-08-05 10:20:49 +00:00
Guillaume Melquiond
f224dc8f52
Fix bug #1944 .
...
[SVN r47986]
2008-08-05 10:08:56 +00:00
Guillaume Melquiond
9663d2d86c
Fix bug #1886 .
...
[SVN r47985]
2008-08-05 10:05:36 +00:00
Beman Dawes
9b82bbc9b7
Merge trunk
...
[SVN r47717]
2008-07-23 15:15:27 +00:00
Gunter Winkler
3cd1e438f2
- added missing typedefs for difference type
...
- using BOOST_UBLAS_USE_ITERATING is still not working properly
[SVN r47148]
2008-07-06 21:39:09 +00:00
Daniel James
e400aada3b
Add minor documentation fixes to the release branch.
...
(I left out the changes to the hash library).
Merged via svnmerge from
https://svn.boost.org/svn/boost/trunk
................
r44807 | danieljames | 2008-04-27 08:39:49 +0100 (Sun, 27 Apr 2008) | 78 lines
Merge in documentation fixes. Apart from the change to optional's documenation
Jamfile, which I included by mistake.
I wrote about this at:
http://lists.boost.org/Archives/boost/2008/04/136405.php
Merged revisions 44585-44806 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to vacpp in bjam docs.
........
r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to bcpp in bjam docs.
........
r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines
DateTime documentation - Fix a link to the serialization library.
........
r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in interprocess & intrusive.
........
r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the python docs.
........
r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines
Work around a quickbook bug which is affecting the python docs.
........
r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a broken link in the numeric conversion docs.
........
r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the optional docs.
........
r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix link to the hash documentation from bimap.
........
r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a typo in the format library.
........
r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line
Initialise svnmerge.
........
r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix the lincense url in shared container iterator documentation.
........
r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix image link in the mpi documentation.
........
r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix a typo in the spirit docs.
........
r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines
Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844
........
r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix another typo in spirit docs.
........
................
r45232 | danieljames | 2008-05-08 22:50:19 +0100 (Thu, 08 May 2008) | 1 line
Fix some invalid xml by replacing ampersands with character entities.
................
r45576 | danieljames | 2008-05-20 16:39:25 +0100 (Tue, 20 May 2008) | 20 lines
Merge some small documentation fixes from the doc branch, and mark some
previously merged changes as merged.
Merged revisions 44811,45129,45142,45154,45281-45282,45365 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r45129 | danieljames | 2008-05-05 12:36:50 +0100 (Mon, 05 May 2008) | 2 lines
Update navbar links in boostbook.
........
r45282 | danieljames | 2008-05-11 14:15:31 +0100 (Sun, 11 May 2008) | 2 lines
Group functions in the hash header - requires Frank's free-function-group fix.
(not included in release branch).
........
r45365 | danieljames | 2008-05-14 21:39:00 +0100 (Wed, 14 May 2008) | 2 lines
Add boost.root to standalone hash documentation.
(not included in release branch).
........
................
[SVN r45622]
2008-05-21 20:57:05 +00:00
Marshall Clow
962c77ee73
Fixed typo re bug #1853
...
[SVN r45098]
2008-05-03 23:50:51 +00:00
Gunter Winkler
2558c0a208
- fix and close #1829
...
- You are right. The scaled norm wrongly assumed that the first element is not zero.
[SVN r44864]
2008-04-28 21:50:19 +00:00
Daniel James
6ac697a9a0
Merge in documentation fixes. Apart from the change to optional's documenation
...
Jamfile, which I included by mistake.
Fixes #1659 , #1661 , #1684 , #1685 , 1687, #1690 , #1801
I wrote about this at:
http://lists.boost.org/Archives/boost/2008/04/136405.php
Merged revisions 44585-44806 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to vacpp in bjam docs. Refs #1512
........
r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to bcpp in bjam docs. Refs #1513
........
r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines
DateTime documentation - Fix a link to the serialization library. Refs #1659
........
r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in interprocess & intrusive. Refs #1661
........
r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the python docs. Refs #1684 .
........
r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines
Work around a quickbook bug which is affecting the python docs. Refs #1684 .
........
r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a broken link in the numeric conversion docs. Refs #1685
........
r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the optional docs. Refs #1687
........
r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix link to the hash documentation from bimap. Refs #1690
........
r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a typo in the format library. Refs #1801
........
r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line
Initialise svnmerge.
........
r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix the lincense url in shared container iterator documentation.
........
r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix image link in the mpi documentation.
........
r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix a typo in the spirit docs.
........
r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines
Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844
........
r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix another typo in spirit docs.
........
[SVN r44807]
2008-04-27 07:39:49 +00:00
Marshall Clow
5687ba5a90
Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
...
[SVN r43992]
2008-04-02 01:42:32 +00:00
Daniel James
14fc67d5d6
Rebuild a lot of documentation.
...
[SVN r43650]
2008-03-16 11:38:32 +00:00
John Maddock
ce1a0f5105
Merged fixes for inspection report failures from the main Trunk.
...
[SVN r43616]
2008-03-15 09:36:05 +00:00
John Maddock
db9daf5b92
Fixed Inspection report issues.
...
[SVN r43607]
2008-03-14 18:32:45 +00:00
Matias Capeletto
7cf9aa576e
numeric/conversion docs new version
...
[SVN r43258]
2008-02-14 19:38:40 +00:00
Matias Capeletto
8ae2edf542
redirect to new conversion docs
...
[SVN r43252]
2008-02-14 18:09:34 +00:00
Matias Capeletto
84bb1856cd
conversion docs fixes
...
[SVN r43251]
2008-02-14 18:08:16 +00:00
Gunter Winkler
c7dde7f456
- fixed typo
...
[SVN r42773]
2008-01-14 19:04:43 +00:00
Boris Gubenko
613d3c833f
merge change in trunk (changeset/41983) to release branch
...
[SVN r41989]
2007-12-12 14:21:43 +00:00
Boris Gubenko
fdcc5c6245
remove conditionalization for aCC: this header works with gcc on HP-UX also
...
[SVN r41983]
2007-12-11 20:43:11 +00:00
Gunter Winkler
f5590d5423
- fix and close #1502
...
- the return types were not correct: there was A instead of indirect_array<A>
[SVN r41801]
2007-12-06 19:21:31 +00:00
Beman Dawes
f8649d5226
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
ac3aa82980
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41369]
2007-11-25 18:07:19 +00:00
Gunter Winkler
6cd6bce207
- fix and close #1237
...
- symmetric resize used wrong internal resize method
-- Dese und die folgenden Zeilen werden ignoriert --
M symmetric.hpp
[SVN r41353]
2007-11-25 13:34:20 +00:00
Gunter Winkler
b311beb9ee
This patch now lets the Sun compiler work for most of uBLAS. 'test4' is now failing.
...
Too avoid other compilers complaining about missing return values in some functions where exceptions are thrown, code was added so an arbitatry were chosen.
[SVN r41116]
2007-11-15 20:52:37 +00:00
Guillaume Melquiond
e5093914d4
Fixed documentation typo.
...
[SVN r41111]
2007-11-15 17:52:31 +00:00
Gunter Winkler
3185dd5aa0
- io.hpp: added missing include
...
[SVN r40906]
2007-11-07 19:34:03 +00:00
Guillaume Melquiond
62ba4cee17
Ported patch from 1.34.1 about conflicting math.h functions on PPC. Commented use of old control function for MSVC.
...
[SVN r40642]
2007-11-01 16:01:30 +00:00
Douglas Gregor
3952c6d3e7
Suppress a GCC 4.3 warning and fix a couple header-inclusion issues.
...
Fixes #1338
[SVN r40300]
2007-10-22 19:54:54 +00:00
Gunter Winkler
cdab354cd2
- added section "nested products"
...
[SVN r40098]
2007-10-16 21:48:01 +00:00
Beman Dawes
64a2bcbc13
Starting point for releases
...
[SVN r39706]
2007-10-05 14:25:06 +00:00
Gunter Winkler
c47f1c67f7
- added redirect from index.html to real start page: index.htm
...
[SVN r39638]
2007-10-01 13:04:29 +00:00
Gunter Winkler
5ecc4f6e9e
- Ticket #688 : Outer iterators can now skip empty rows. Thus matrix_assign works now as expected.
...
[SVN r39516]
2007-09-24 21:26:00 +00:00
Gunter Winkler
4fe9dc2ba0
- Ticket #1234 : patch committed as suggested.
...
[SVN r39513]
2007-09-24 21:01:11 +00:00
Markus Schöpflin
6658d23e16
Added missing include for assert.
...
[SVN r39401]
2007-09-20 07:35:43 +00:00
John Maddock
d2782bd3c9
Updated licences using blanket_permission.txt.
...
[SVN r39369]
2007-09-18 17:19:41 +00:00
Gunter Winkler
f04412a154
overview.htm: fixed typo
...
[SVN r39233]
2007-09-13 12:13:20 +00:00
Gunter Winkler
669d5455e0
lu.hpp: introduced temporary to avoid strange compiler problem.
...
[SVN r39227]
2007-09-12 21:44:37 +00:00
Vladimir Prus
2ced7268c9
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Douglas Gregor
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
...
[SVN r38327]
2007-07-31 20:32:15 +00:00
nobody
ca5cadeee1
This commit was manufactured by cvs2svn to create tag
...
'Version_1_34_1'.
[SVN r38286]
2007-07-24 19:28:14 +00:00
Gunter Winkler
975f35553f
- vector_expression.hpp: added size check to vector_scalar_binary
...
because inner_product operations require equal sized operands
[SVN r38173]
2007-07-09 18:59:54 +00:00
Gunter Winkler
4e1e03b145
- matrix.hpp: added missing include, serialization/array.hpp
...
[SVN r38116]
2007-06-30 12:50:54 +00:00
Gunter Winkler
65b7860c67
- added serialization support to most matrix and vector classes
...
- touched files: matrix.hpp matrix_sparse.hpp storage.hpp
storage_sparse.hpp vector.hpp vector_of_vector.hpp vector_sparse.hpp
- still no regression tests for this :-(
[SVN r37970]
2007-06-11 20:29:08 +00:00
Thomas Witt
bd2a40e092
Fixes for #583 .
...
[SVN r37932]
2007-06-07 18:43:47 +00:00
Guillaume Melquiond
856aa2c252
Change name in order to follow common practice.
...
[SVN r37914]
2007-06-06 08:55:17 +00:00
Guillaume Melquiond
9719133e42
Use proper rounding with GCC on x86-64.
...
[SVN r37913]
2007-06-06 08:51:03 +00:00
Matias Capeletto
0e5a8eed6c
conversion to qbk
...
[SVN r37887]
2007-06-04 17:11:57 +00:00
Guillaume Melquiond
4e16b7be7f
Ported change from 1.34.0 for enabling Windows x86-64 rounding.
...
[SVN r37883]
2007-06-04 15:06:32 +00:00
Gunter Winkler
57f259724f
- fixed typo in exception.hpp
...
[SVN r37870]
2007-06-02 11:17:08 +00:00
Gunter Winkler
03c8f73134
- fixed bug in triangular_matrix::resize and hermitian_matrix::resize
...
by adding new matrix_resize_preserve specialization for those types
[SVN r37549]
2007-05-01 12:30:39 +00:00
Gunter Winkler
9c9e546984
* fixed wrong markup
...
[SVN r37455]
2007-04-16 22:28:13 +00:00
Gunter Winkler
3a9426da15
- fixed bug: removed wrong () in subslice
...
[SVN r37454]
2007-04-16 21:58:23 +00:00
Gunter Winkler
62d2ca1b67
- changes static initialization of zero_(0) to zero_ = T()
...
This should be replaces by value_traits<T>::zero and the
definition of one_ = 1 should be replaced by value_traits<T>::one
[SVN r37393]
2007-04-07 21:12:26 +00:00
Gunter Winkler
6f37271874
- new directive BOOST_UBLAS_NDEBUG to disable all debug actions of uBLAS
...
It has an equivalent effect as defining NDEBUG in all uBLAS headers.
[SVN r37392]
2007-04-07 20:51:38 +00:00
Gunter Winkler
fb207a1a66
- removed wrong 'typename' in coordinate_matrix
...
[SVN r37213]
2007-03-17 11:54:39 +00:00
Gunter Winkler
ad962b230d
- fixed mistake in storage.hpp: s/not /! /g
...
[SVN r37212]
2007-03-17 11:46:07 +00:00
Gunter Winkler
78c1c715da
- add optimizations for trivial constructors to array types
...
- add initializing constructors to matix<> and vector<>
usage: matrix<double> m(3,3,5.0); vector<double> v(3,5.0);
- avoid constructor call for std::complex<T>, user can specialize
detail::has_trivial_constructor<T> to control this behavior
[SVN r37209]
2007-03-16 22:39:17 +00:00
Gunter Winkler
bc14ac9d9a
- replaced row_major/column_major in compressed-axpy_prod
...
now they work with uncommon size_types and may be abused
to compute y += A^T x
[SVN r37208]
2007-03-16 22:31:46 +00:00
Gunter Winkler
4e22f4c456
- updated error msg in vector_assign (debug build only) when the
...
structure check fails
[SVN r37207]
2007-03-16 21:29:16 +00:00
Gunter Winkler
82841c728b
- fixed unit_vector::find()
...
[SVN r37206]
2007-03-16 21:26:39 +00:00
Gunter Winkler
be2658075a
- fixed bug in compressed_matrix::(const_)iterator's decrement
...
[SVN r37205]
2007-03-16 21:23:13 +00:00
Gunter Winkler
8548a45dfb
- fix bug in vector_of_vector by replacing old 'size1' and 'size2'
...
with new 'size_M' and 'size_m'
[SVN r37204]
2007-03-16 21:17:54 +00:00
Guillaume Melquiond
facb87b7ba
Minimal fix for supporting floating-point types on x86-64/MSVC (tested by Andreas Fabri).
...
[SVN r37198]
2007-03-16 10:43:29 +00:00
Fernando Cacciola
b2d0eb4858
none_t/none reimplemented to avoid precompiled header issues (thanks to Joe Gottam)
...
optional<T> now has direct relational operator
optional<T>::operator-> fixed for reference types
[SVN r37126]
2007-03-01 23:08:33 +00:00
Michael Stevens
e7e343e8d4
[uBLAS] FIX array_adaptor.htm was never written, remove broken link
...
[SVN r37113]
2007-02-28 11:47:41 +00:00
Michael Stevens
c66ca09b49
[uBLAS] MINOR improve unsupported message
...
[SVN r37027]
2007-02-21 10:18:45 +00:00
Daniel James
fc0ad5acd7
Fix a broken link.
...
[SVN r36655]
2007-01-07 22:55:23 +00:00
Andreas Huber
6e42206d83
Merged HTML validation fixes from trunk to branch.
...
[SVN r36517]
2006-12-25 11:29:07 +00:00
Andreas Huber
83486d6fee
Fixed a few HTML validation errors.
...
[SVN r36516]
2006-12-25 11:27:29 +00:00
Andreas Huber
e46dc14a3c
Merged L & C issue fixes & HTML conversions from trunk to branch.
...
[SVN r36508]
2006-12-24 10:55:35 +00:00
Andreas Huber
97d396a6a3
Fixed license & copyright issues and converted to HTML 4.01
...
From Guillaume Melquiond Tue Dec 5 10:13:03 2006
X-Apparently-To: ahd6974-boostorg -at- yahoo.com via 68.142.206.151; Tue, 05 Dec 2006 10:13:22 -0800
X-Originating-IP: [140.77.167.16]
Return-Path: <guillaume.melquiond -at- ens-lyon.fr>
Authentication-Results: mta300.mail.re4.yahoo.com from=ens-lyon.fr; domainkeys=neutral (no sig)
Received: from 140.77.167.16 (EHLO pilet.ens-lyon.fr) (140.77.167.16) by mta300.mail.re4.yahoo.com with SMTP; Tue, 05 Dec 2006 10:13:22 -0800
Received: from localhost (localhost [127.0.0.1]) by pilet.ens-lyon.fr (Postfix) with ESMTP id 129B515BBB3 for <ahd6974-boostorg -at- yahoo.com>; Tue, 5 Dec 2006 19:13:21 +0100 (CET)
Received: from pilet.ens-lyon.fr ([127.0.0.1]) by localhost (pilet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23702-21 for <ahd6974-boostorg -at- yahoo.com>; Tue, 5 Dec 2006 19:13:16 +0100 (CET)
Received: from [140.77.13.110] (unknown [140.77.13.110]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by pilet.ens-lyon.fr (Postfix) with ESMTP id 61C6E15BB8B for <ahd6974-boostorg -at- yahoo.com>; Tue, 5 Dec 2006 19:13:16 +0100 (CET)
Subject: Re: [boost] Need your permission to correct license & copyright issues
From: "Guillaume Melquiond" <guillaume.melquiond -at- ens-lyon.fr> Add to Address Book Add Mobile Alert
To: ahd6974-boostorg -at- yahoo.com [Edit - Delete]
In-Reply-To: <20061204155943.25677.qmail@web33503.mail.mud.yahoo.com>
References: <20061204155943.25677.qmail@web33503.mail.mud.yahoo.com>
Content-Type: text/plain; charset=ISO-8859-1
Date: Tue, 05 Dec 2006 19:13:03 +0100
Message-Id: <1165342383.8556.52.camel@localhost>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.3
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ens-lyon.fr
Content-Length: 787
Le lundi 04 décembre 2006 à 07:59 -0800, Andreas Huber a écrit :
> Hello Sylvain & Guillaume
>
> Quite a while ago it was decided that every file that goes into the
> 1.34 release of the Boost distribution (www.boost.org) needs uniform
> license and copyright information. For more information please see:
>
> <http://www.boost.org/more/license_info.html >
I know about this page. But it does not seem clear to me that the
license is fine for documentation files (they are the only ones missing
a license statement, the code is fine). Especially as the first question
of the FAQ only speaks about "source and header files".
Anyway, I will let you judge of whether the license is adapted or not;
and I give you permission to do the following on the files of the
documentation:
> 1. Replace the old license text with:
>
> "Distributed under the Boost Software License, Version 1.0. (See
> accompanying file LICENSE_1_0.txt or copy at
> http://www.boost.org/LICENSE_1_0.txt )"
>
> 2. (Optional) Run all html through HTML Tidy <http://tidy.sf.net >
Best regards,
Guillaume
PS: you may want to take a look at your mail server, as your mails are
categorized as spam because of the following checks:
- DNS_FROM_RFC_ABUSE Envelope sender in abuse.rfc-ignorant.org
- DNS_FROM_RFC_POST Envelope sender in postmaster.rfc-ignorant.org
- DNS_FROM_RFC_WHOIS Envelope sender in whois.rfc-ignorant.org
[SVN r36507]
2006-12-24 10:52:12 +00:00
John Maddock
cb8a9b242a
Fix whitespace so VC8 doesn't complain.
...
[SVN r36485]
2006-12-22 10:08:28 +00:00
Michael Stevens
523d54f060
[uBLAS] Pre 1.34 release notes
...
[SVN r36358]
2006-12-13 15:35:03 +00:00
Michael Stevens
01eec64ce0
[uBLAS] orignal copyright assignment for split off doc files
...
[SVN r36357]
2006-12-13 15:34:41 +00:00
Michael Stevens
0abeeda8ea
[uBLAS]
...
CHANGE zero/identity/scalar _ vector/matrix add ALLOC template parameter to specify size/difference_type
[SVN r36356]
2006-12-13 15:34:05 +00:00
Michael Stevens
937cf4a020
[uBLAS] FIX other is static member function
...
[SVN r36351]
2006-12-12 19:26:25 +00:00
Michael Stevens
ac201ba927
CHANGE zero/identity/scalar _ vector/matrix add ALLOC template parameter to specify size/difference_type
...
CHANGE implement function object to use container size/difference_type
[SVN r36283]
2006-12-06 09:34:01 +00:00
Michael Stevens
69bb4af167
[uBLAS] document type row instead of column
...
[SVN r36234]
2006-12-01 16:44:03 +00:00
Michael Stevens
7d1039d96d
[uBLAS] FIX default copy constructor missed j_. Use implict copy constructor instead
...
[SVN r36216]
2006-11-30 18:14:07 +00:00
Michael Stevens
a12eb206ec
[uBLAS] COMMENT fix mutable/immutable
...
[SVN r36208]
2006-11-30 11:30:29 +00:00
Michael Stevens
0cdf075dcc
[uBLAS] ADD manual tests. ADD sparse resize test for vectors
...
[SVN r36059]
2006-11-16 13:26:36 +00:00
Michael Stevens
eaaf85bfc6
[uBLAS] CHANGE implement uBLAS preserve option in vector resize.
...
Thanks to Gunter Winkler and Vassilis Virvilis
[SVN r36053]
2006-11-16 09:47:44 +00:00
Vladimir Prus
d00b633fc4
Merge from HEAD.
...
Allow building of shared versions of some Boost.Test libraries.
Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.
Patch from Juergen Hunold.
[SVN r35990]
2006-11-10 19:59:52 +00:00
Vladimir Prus
8552d7d322
Allow building of shared versions of some Boost.Test libraries.
...
Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.
Patch from Juergen Hunold.
[SVN r35989]
2006-11-10 19:09:56 +00:00
Beman Dawes
d1e0944d36
Merged copyright and license addition
...
[SVN r35907]
2006-11-07 19:27:00 +00:00
Beman Dawes
a70f317546
Add copyright, license
...
[SVN r35905]
2006-11-07 19:11:57 +00:00
Rene Rivera
9f8ef7acb9
Remove obsolete Boost.Build v1 files.
...
[SVN r35880]
2006-11-06 17:10:46 +00:00
John Maddock
e34a4a3f02
Update HP aCC config and move header include outside namespace declarations (with thanks to Boris Gubenko for providing and testing these).
...
[SVN r35807]
2006-11-02 10:39:11 +00:00
John Maddock
2f1e0ad05d
Update HP aCC config and move header include outside namespace declarations (with thanks to Boris Gubenko for providing and testing these).
...
[SVN r35807]
2006-11-02 10:39:11 +00:00
John Maddock
e46c532c36
Added HP-UX and itanium support.
...
[SVN r35725]
2006-10-24 17:51:38 +00:00
John Maddock
403dab4dc3
Added HP-UX and itanium support.
...
[SVN r35725]
2006-10-24 17:51:38 +00:00
Michael Stevens
101a451f72
FIX remove none space space in last commit
...
FIX interval was not compilable due to rename to scalar_traits
CHANGE interval handling to use general abs/sqrt from last commit
[SVN r35519]
2006-10-07 18:18:01 +00:00
Michael Stevens
3f0a9d6c44
FIX allow abs and sqrt to be found via ADL. Thanks to John Maddock
...
[SVN r35518]
2006-10-07 17:04:47 +00:00
Michael Stevens
fbcd8fd8b3
[uBLAS] make VC8 workaround use self_type consistently
...
[SVN r35496]
2006-10-05 09:02:23 +00:00
Daniel James
54d8b473a6
Remove tabs.
...
[SVN r34994]
2006-08-29 20:55:58 +00:00
Guillaume Melquiond
011a434e78
Added root documentation.
...
[SVN r34882]
2006-08-13 12:27:22 +00:00
Guillaume Melquiond
e9395a906e
Fixed possibly inadequate result type of operator- by explicit cast.
...
[SVN r34881]
2006-08-13 12:08:48 +00:00
Guillaume Melquiond
646e03172a
Fixed possibly inadequate result type of operator- by explicit cast. Added root interval function.
...
[SVN r34880]
2006-08-13 12:05:56 +00:00
Guillaume Melquiond
fda731651e
Fixed possibly inadequate result type of operator- by explicit cast.
...
[SVN r34879]
2006-08-13 11:44:47 +00:00
Guillaume Melquiond
497fd75a90
Fixed possibly inadequate result type of operator- by explicit cast.
...
[SVN r34879]
2006-08-13 11:44:47 +00:00
Gennaro Prota
27cdea7741
fixed line-endings (Inspect tool)
...
[SVN r34781]
2006-07-29 20:42:19 +00:00
Gennaro Prota
553083b2e1
boost guidelines (mainly from inspect tool: tabs, license reference text, etc.)
...
[SVN r34752]
2006-07-27 10:27:37 +00:00
Gennaro Prota
f859a73778
manual merge from trunk: fixed typos reported in http://bugs.debian.org/378016 (there seems to be no mention of the erroneous names in the docs); NOTE(!): license reference text to be fixed; guard macro name beginning with underscore
...
[SVN r34633]
2006-07-20 13:41:13 +00:00
Gennaro Prota
8603735b14
fixed typos reported in http://bugs.debian.org/378016 (there seems to be no mention of the erroneous names in the docs); NOTE(!): license reference text to be fixed; guard macro name beginning with underscore
...
[SVN r34625]
2006-07-20 12:35:49 +00:00
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