Commit Graph

4026 Commits

Author SHA1 Message Date
qduran
f8a1b2bba3 - Removed #endif pragma.
- Fixed the invalid name of member function.
2014-08-11 18:52:26 +02:00
qduran
9345180dd9 Remove cbegin, cend,... member functions that doesn't return a const iterator. 2014-08-09 09:50:56 +02:00
qduran
e95a311b25 Implemented cbegin, cend, crbegin and crend to vector*.hpp files. 2014-08-07 12:04:59 +02:00
nasos
d1ffbd6ecb Merge branch 'develop' of https://github.com/uBLAS/ublas into develop 2014-07-30 08:39:52 -04:00
nasos
a9ea9643d3 modified config again 2014-07-30 08:39:29 -04:00
nasos
191ba0622d merged from upstream 2014-07-30 08:28:21 -04:00
Marcel Raad
0acd97dc85 Fix warnings for MSVC14
warning C4456: declaration of '...' hides previous local declaration
warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
2014-06-16 22:25:30 +02:00
qduran
68c1bb24a4 Improved headers in test program. 2014-06-12 01:37:34 +02:00
qduran
8b3497b2a0 Build all tests. 2014-06-11 01:58:23 +02:00
qduran
6f3c3ce761 Remove qt depencencies from benchmarks tests.
Specify target and template for each benchmark test.
2014-06-11 01:56:07 +02:00
David Bellot
39af34865c Merge pull request #5 from awulkiew/fix/constexpr
Fix the use of constexpr in msvc-12.0
2014-06-09 20:36:44 +01:00
Adam Wulkiewicz
583abafe2d Fix msvc-12.0 constexpr errors 2014-05-18 02:11:19 +02:00
Adam Wulkiewicz
d561fa8eab Fix unused variable warnings 2014-05-18 01:37:14 +02:00
David Bellot
f703169523 just a line on changelog... 2014-05-03 09:44:18 +01:00
David Bellot
a064f708ae changed html documentation files extension to more standard .html 2014-05-03 09:41:56 +01:00
David Bellot
126c4aa693 change changelog format to GNU 2014-05-03 09:33:27 +01:00
David Bellot
15cdd08efd removed the test file. Test is ok now 2014-05-03 09:15:39 +01:00
David Bellot
50f25e9a16 just a test with github to solve a problem 2014-05-03 09:14:05 +01:00
nasos
a111ff310c Changes to deal with MSVC wanrings 2014-04-17 19:52:20 -04:00
David Bellot
31556e0714 Merge pull request #3 from uBLAS/develop
New develop branch with regression test amendments
2014-04-16 09:22:46 +01:00
nasos
dd723e8781 Merge remote-tracking branch 'ublas_upstream/develop' into develop 2014-04-14 21:02:40 -04:00
nasos
52d310f032 Reactivated test_triangular. There is probably a problem with boost timer and clang c++98, because of the C99 standard about empty macros 2014-04-14 20:50:42 -04:00
nasos
d6e77ccdf4 Minor changes in concepts.hpp to avoid warning with clang 2014-04-14 20:43:06 -04:00
nasos
53f070e124 Minor changes for c++11 compilation 2014-04-14 20:07:42 -04:00
nasos
f4a88fdfac Some test fixes 2014-04-14 19:00:26 -04:00
David Bellot
6b467abc33 Merge pull request #2 from uBLAS/develop
merging massive pull request from Nasos,
2014-04-13 23:16:48 +01:00
nasos
fdfd07e6d7 develop push test 2014-04-12 12:27:28 -04:00
nasos
2b1b72e582 Merge new 'ublas_develop' into develop 2014-04-12 11:32:37 -04:00
nasos
78c23cf3f8 Merged master into old develop 2014-04-12 11:32:33 -04:00
nasos
6ae25cfc67 Minor changes in doxygen doc 2014-04-12 10:34:28 -04:00
nasos
89287b13b2 Merge branch 'feature/ublas00002_fixed_matrix' into ublas_develop 2014-04-11 23:54:18 -04:00
nasos
f5e4915680 Added fixed_matrix class and relative unit tests. Altered abunch of items to avoid warnings in clang. Moved the specialization of std::complex in deduction to avoid clang errors. Corrected a potential bug in assignment.hpp with respect to static relative moves. 2014-04-11 23:28:21 -04:00
nasos
d520cdf6b8 Added fixed_vector class and relative reg. tests 2014-04-11 18:32:13 -04:00
nasos
8091141a73 Fixed some gcc 4.8 issues in C++11 mode with index_pair and index_triple 2014-04-09 19:47:17 -04:00
nasos
af2229b1b8 Dealt with some g++ 4.8, c++11 compilation issues 2014-04-08 12:33:38 -04:00
nasos
f9bb9232a3 Modified bool equals in vector_assign.hpp to properly work with integral types (changed < to <=). Also made some changes in test_matrix_vector 2014-04-07 10:20:05 -04:00
nasos
26a4054f47 Added some trace logging for matrix_vector facade 2014-04-02 11:40:52 -04:00
Nasos
5f3ede30dd Merge pull request #2 from jdurancomas/ublas_feature0011_mvrange_interface_t7411
jdurancomas  implementation of vector and column vector facades
2014-04-02 11:06:08 -04:00
nasos
027354560d Merge branch 'ublas_develop' into ublas_feature0010_ide_dev_support 2014-04-02 10:55:10 -04:00
nasos
6236af4847 Aesthetic changes 2014-04-02 10:37:18 -04:00
Nasos
f607de8dd8 Update changelog.txt 2014-04-02 10:37:36 -04:00
nasos
f2c3f055e9 Merged the fix to the banded bug (https://svn.boost.org/trac/boost/ticket/7549) 2014-04-02 10:33:18 -04:00
nasos
cb2ad2866a Merge branch 'ublas_bugfix0002_fix_banded_tc7549' into ublas_develop 2014-04-02 10:28:42 -04:00
nasos
17fa0ab56f Removed iostream from banded.hpp 2014-04-02 10:28:24 -04:00
nasos
eccde1d389 Updated changelog 2014-04-02 10:07:22 -04:00
nasos
023cd5ce76 Corrected many warning messages appearing in unit tests 2014-04-02 10:05:29 -04:00
nasos
580cb1f86b added changelog 2014-04-02 08:11:06 -04:00
nasos
4ab2227a3f Merge branch 'master' into ublas_develop 2014-04-01 14:51:49 -04:00
David Bellot
e8e79b518e Merge pull request #1 from uBLAS/master
Test pull request
2014-04-01 19:26:48 +01:00
nasos
32b02de4fa Merge branch 'master' into ublas_develop 2014-04-01 09:38:46 -04:00