|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63567 - in trunk/libs: . numeric/ublas/doc numeric/ublas/test
From: david.bellot_at_[hidden]
Date: 2010-07-03 18:00:48
Author: david.bellot
Date: 2010-07-03 18:00:48 EDT (Sat, 03 Jul 2010)
New Revision: 63567
URL: http://svn.boost.org/trac/boost/changeset/63567
Log:
reverted to htm notation (sorry my mistake)
included test for assigment operator
remove old release notes file
Removed:
trunk/libs/numeric/ublas/doc/Release_notes.txt
Text files modified:
trunk/libs/libraries.htm | 2 +-
trunk/libs/numeric/ublas/test/Jamfile.v2 | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2010-07-03 18:00:48 EDT (Sat, 03 Jul 2010)
@@ -301,7 +301,7 @@
Maddock, Steve Cleary, et al.</li>
<li>typeof -
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
- <li>uBLAS - Basic linear algebra
+ <li>uBLAS - Basic linear algebra
for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.</li>
<li>units -
Zero-overhead dimensional analysis and unit/quantity
Deleted: trunk/libs/numeric/ublas/doc/Release_notes.txt
==============================================================================
--- trunk/libs/numeric/ublas/doc/Release_notes.txt 2010-07-03 18:00:48 EDT (Sat, 03 Jul 2010)
+++ (empty file)
@@ -1,16 +0,0 @@
-UBLAS
-~~~~~
-
-Copyright (c) 2000-2004 Joerg Walter, Mathias Koch
-
-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)
-
-1.35.0
- Updated all files to BSL v1 with permission of the authors.
-
-PRE 1.34.0
- FIX size_type and difference_type can be non defaults and uBLAS
- expressions use the correct types.
-
\ No newline at end of file
Modified: trunk/libs/numeric/ublas/test/Jamfile.v2
==============================================================================
--- trunk/libs/numeric/ublas/test/Jamfile.v2 (original)
+++ trunk/libs/numeric/ublas/test/Jamfile.v2 2010-07-03 18:00:48 EDT (Sat, 03 Jul 2010)
@@ -132,4 +132,6 @@
]
[ run test_complex_norms.cpp
]
+ [ run test_assignment.cpp
+ ]
;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk