Joaquim Duran
c0a60f5212
Remove redundant return statements in test_fixed_containers test.
2015-10-31 17:40:22 +01:00
Joaquim Duran
8886f24389
- boost_numeric_ublas_sqrt (const T& t): if the type T is integuer, it returns a double. If not, it returns the type T.
...
- vector_norm_2: casted the return value of function type_sqrt to the return type of vector_norm_2.
2015-10-25 19:15:35 +01:00
Joaquim Duran
701619a67d
- In the test sparse_view_test.cpp, the asyncronous exceptions are captured in bjam and Qt build system.
...
- In bjam build system, the warning C4996 has been disabled in all tests.
2015-10-25 02:41:37 +01:00
Joaquim Duran
96c2547a1f
Fixed issues in Qt build system:
...
- Fixed libraries and include paths.
- In windows, the filename of the tests programs (to be executed after compilation) has been fixed.
- In windows, all tests programs and benchmark programs are compiled as console programs.
- In windows, the warning C4996 has been disabled.
- In windows, asyncronous exceptions are captured in comp_mat_erase test.
2015-10-25 02:31:06 +01:00
David Bellot
0701f471e5
Merge pull request #38 from jdurancomas/develop
...
Develop
2015-10-20 09:00:11 +01:00
Joaquim Duran
54af3fbf7c
utils.hpp: the values of the result of the test are assigned using EXIT macros.
2015-10-19 23:24:21 +02:00
Joaquim Duran
2c0f251d9e
In test_matrix_vector, unnedded return statement has been removed.
2015-10-19 23:04:50 +02:00
Joaquim Duran
1c2cf5dcf2
testhelper: fixed warnings about unused parameters.
2015-10-18 00:51:18 +02:00
Joaquim Duran
6227919917
test42.cpp: Fixed warnings about unused parameters.
2015-10-18 00:44:47 +02:00
Joaquim Duran
6881b5189e
In matrix_sparse: remove the name of unused parameters to avoid warnings.
2015-10-12 00:45:37 +02:00
David Bellot
7f68c8309c
Merge pull request #34 from uBLAS/develop
...
A pull request ro run the regression tests
2015-10-03 17:25:39 +01:00
Nasos
98fc93a440
Merge pull request #37 from jdurancomas/develop
...
The type of the distance of matrices and vectors is deduced.
2015-10-02 14:43:28 -04:00
Joaquim Duran
e3c9bc7933
The type of the distance of matrices and vectors is deduced.
2015-10-01 02:10:14 +02:00
David Bellot
25d0fd612e
Merge pull request #36 from jdurancomas/develop
...
Develop
2015-09-04 11:03:10 +01:00
qduran
5699c16bcd
For MSVC compliers, unabled warning C4996 (undo previous commit)
2015-08-27 02:52:09 +02:00
qduran
c606ddb075
Fix file permissions.
2015-08-26 01:10:08 +02:00
qduran
b4561a86b3
Fixed type conversion in test_fixed_containers.
...
Fixed variadic template constructor in fixed_vector and fixed_matrix.
Reordered constructors in fixed_matrix.
2015-08-25 20:03:08 +02:00
David Bellot
23b7246704
Merge pull request #35 from jdurancomas/develop
...
Develop
2015-08-24 10:44:47 +01:00
David Bellot
a7e9763589
Merge pull request #33 from uBLAS/develop
...
Warnings related fixes for MSVC
2015-08-24 10:43:48 +01:00
Joaquim Duran
27fd2ae4e1
Added BOOST_UBLAS_INLINE macro in functions of file matrix_vector.hpp.
2015-08-21 12:43:31 +02:00
Joaquim Duran
bdc1b17ee4
Fix type of parameters in matrix_vector.hpp
2015-08-21 12:28:11 +02:00
Joaquim Duran
149d012bfe
Fixed warning about possible loss of data.
2015-08-21 00:02:54 +02:00
Joaquim Duran
a3ebf8a4cc
Enabled async-exception to test comp_mat_erase.
2015-08-20 00:22:38 +02:00
nasos
03b7b01bb7
Merge remote-tracking branch 'ublas_upstream/develop' into develop
2015-08-19 10:07:54 -04:00
Nasos
1c9a224a1d
Merge pull request #34 from jdurancomas/develop
...
Warnings related fixes
2015-08-19 09:53:21 -04:00
Joaquim Duran
a1942dfa03
For MSVC compliers, disabled warning C4996
...
(https://msdn.microsoft.com/en-us/library/ttcz0bys.aspx )
2015-08-14 01:39:12 +02:00
Joaquim Duran
b7e7f84050
Cast numeric literals to remove warnings.
2015-08-12 14:13:39 +02:00
Joaquim Duran
1e73828651
- Qualified double literals as float.
...
- Changed variables type in for loop to remove warnings and added temporal
variable.
2015-08-12 14:08:25 +02:00
Joaquim Duran
849a833922
Changed variable type to remove a warning.
2015-08-12 14:06:18 +02:00
David Bellot
a0ddc762ec
Merge pull request #33 from jdurancomas/develop
...
Develop
2015-08-11 09:08:51 +01:00
Joaquim Duran
2696b885f7
- Changed types of variables to remove warnings.
...
- Repladed tabs for spaces in line indentation.
- Replaced ::std::... by std::...
2015-08-11 01:30:17 +02:00
Joaquim Duran
010df5c358
Changed the types of variables to remove warnings.
2015-08-10 00:05:56 +02:00
David Bellot
4f047ef0b1
Merge pull request #32 from jdurancomas/develop
...
Develop
2015-08-09 18:56:58 +01:00
David Bellot
1b5b15b3d4
Merge pull request #32 from uBLAS/develop
...
Corrected some merge trash
2015-08-09 18:56:10 +01:00
qduran
aea04710bb
Merge remote-tracking branch 'upstream/develop' into develop
2015-08-08 17:11:18 +02:00
qduran
74cc99a4bd
'compare_to' function has been renamed to 'compare_distance'.
2015-08-08 15:53:58 +02:00
qduran
0aad284672
Typecast the calculation of mean square distance to avoid warnings (funcion mean_square for matrices and vectors).
2015-08-08 15:31:09 +02:00
Nasos
be95004699
Corrected some merge trash
...
A merge contained some diff file information.
2015-08-07 23:10:55 -04:00
David Bellot
e8607b3eea
Merge pull request #31 from uBLAS/master
...
Branch compliance changes (take 2)
2015-08-06 10:47:02 +01:00
David Bellot
1407c8600c
Merge pull request #30 from uBLAS/develop
...
Incremental
2015-08-06 10:46:49 +01:00
Nasos
da4695809a
Merge branch 'master' into develop
2015-08-05 10:31:32 -04:00
Nasos
b805369990
Corrected inline issue in storage.hpp
2015-08-05 10:31:25 -04:00
Nasos
cb5a833dcc
Merge branch 'master' into develop
2015-08-05 10:18:06 -04:00
Nasos
ca2ff08600
Corrected inline issue in storage.hpp
2015-08-05 10:17:51 -04:00
Nasos
ee5cdeffaf
Merge branch 'master' into develop
2015-08-05 10:09:12 -04:00
Nasos
0ba36c604e
removed two files that made it in by mistake
2015-08-05 09:51:04 -04:00
Nasos
372302f380
Merge pull request #31 from jdurancomas/develop
...
Simplified string concatenation in test_fixed_containers.cpp.
2015-05-26 09:48:06 -04:00
nasos
f465fce439
Merge branch 'master' of https://github.com/uBLAS/ublas
2015-05-26 09:31:57 -04:00
nasos
85a07c8d1c
Rejected explicit move semantics
2015-05-26 09:31:06 -04:00
rajaditya-m
21b73190b2
Small Fix
2015-05-25 02:34:54 -04:00