3330c0e13f
Disabled warning C4127 in the if statements which its conditional expression is constant.
Joaquim Duran
2016-01-11 02:50:38 +01:00
ee448e4fc7
Fixed warnings C4127 (conditional expression is constant) by replacing 'while (true)' with 'for(;;)'.
Joaquim Duran
2016-01-11 01:43:28 +01:00
bc211a8905
In matrix and vector expressions, the local variables of type value type that stores values of E1 or E2 has been redefined as E1::value_type or E2::value_type. Fixes warning C4244: conversion with possible loss of data.
Joaquim Duran
2016-01-05 03:08:37 +01:00
7734abaa98
Fixed warnings C4245 in file assignment.hpp.
Joaquim Duran
2015-12-31 18:44:26 +01:00
5fa629bb09
Changed the type of functions parameter to fix type conversion warnings in test_banded_storage_layout.
Joaquim Duran
2015-12-12 00:42:41 +01:00
e6f4adb604
matrix_expression_assigner, vector_expression_assigner, matrix_row_vector and matrix_column_vector are copyable classes.
Joaquim Duran
2015-12-11 01:41:05 +01:00
8e5d75edef
Merge pull request #41 from jdurancomas/develop
David Bellot
2015-12-05 17:45:42 +00:00
9bf9d05943
Removed old source code.
Joaquim Duran
2015-12-04 00:36:20 +01:00
3d9611c3c0
The template function OneElement returns 'one' and the vector partial specialization of function OneElement has been removed.
Joaquim Duran
2015-12-03 00:00:55 +01:00
d282a8d913
Merge pull request #40 from sehe/develop
David Bellot
2015-12-02 08:51:06 +00:00
a936eac922
Add allocator support to map_std<>
Seth Heeren
2015-10-26 11:19:26 +01:00
05e97defe9
Merge pull request #39 from jdurancomas/develop
David Bellot
2015-11-24 10:18:22 +00:00
852d1d3898
In dereference operation in vector_expression, cast the result of functor_type::apply to value_type, to clear the warning of possible loss of data.
Joaquim Duran
2015-11-09 01:27:38 +01:00
d5460ba83e
In function boost_numeric_ublas_abs, force type conversion back to T type for char and short types.
Joaquim Duran
2015-11-09 00:42:12 +01:00
b8a7853df8
Removed redundant return statement in four tests.
Joaquim Duran
2015-11-06 01:30:01 +01:00
ed4cbeb7a3
Vector_expression_assigner and matrix_expression_assigner are noncopyable classes (clear warning C4512).
Joaquim Duran
2015-11-06 00:48:06 +01:00
281cf37d29
In test sparse_view_test, only the msvc compilers need the support for asynchronous structured exception handling.
Joaquim Duran
2015-11-01 01:59:36 +01:00
9231cb4287
In storage.hpp, add a null expression for a parameter to clear unused parameter warning (The expression could confuse the compiler).
Joaquim Duran
2015-10-31 17:47:50 +01:00
78a8e3371f
Matrix_column_vector and column_row_vector are noncopiable classes (clear warning C4512).
Joaquim Duran
2015-10-31 17:43:39 +01:00
c0a60f5212
Remove redundant return statements in test_fixed_containers test.
Joaquim Duran
2015-10-31 17:40:22 +01:00
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.
Joaquim Duran
2015-10-25 19:15:35 +01:00
701619a67d
- In the test sparse_view_test.cpp, the asyncronous exceptions are captured in bjam and Qt build system.
Joaquim Duran
2015-10-25 02:41:37 +01:00
96c2547a1f
Fixed issues in Qt build system:
Joaquim Duran
2015-10-22 02:14:01 +02:00
0701f471e5
Merge pull request #38 from jdurancomas/develop
David Bellot
2015-10-20 09:00:11 +01:00
54af3fbf7c
utils.hpp: the values of the result of the test are assigned using EXIT macros.
Joaquim Duran
2015-10-19 23:24:21 +02:00
2c0f251d9e
In test_matrix_vector, unnedded return statement has been removed.
Joaquim Duran
2015-10-19 23:04:50 +02:00
1c2cf5dcf2
testhelper: fixed warnings about unused parameters.
Joaquim Duran
2015-10-18 00:51:18 +02:00
6227919917
test42.cpp: Fixed warnings about unused parameters.
Joaquim Duran
2015-10-18 00:44:47 +02:00
6881b5189e
In matrix_sparse: remove the name of unused parameters to avoid warnings.
Joaquim Duran
2015-10-12 00:45:37 +02:00
7f68c8309c
Merge pull request #34 from uBLAS/develop
David Bellot
2015-10-03 17:25:39 +01:00
b4561a86b3
Fixed type conversion in test_fixed_containers. Fixed variadic template constructor in fixed_vector and fixed_matrix. Reordered constructors in fixed_matrix.
qduran
2015-08-25 20:03:08 +02:00
23b7246704
Merge pull request #35 from jdurancomas/develop
David Bellot
2015-08-24 10:44:47 +01:00
a7e9763589
Merge pull request #33 from uBLAS/develop
David Bellot
2015-08-24 10:43:48 +01:00
27fd2ae4e1
Added BOOST_UBLAS_INLINE macro in functions of file matrix_vector.hpp.
Joaquim Duran
2015-08-21 12:43:31 +02:00
bdc1b17ee4
Fix type of parameters in matrix_vector.hpp
Joaquim Duran
2015-08-21 12:28:11 +02:00
149d012bfe
Fixed warning about possible loss of data.
Joaquim Duran
2015-08-21 00:02:54 +02:00
a3ebf8a4cc
Enabled async-exception to test comp_mat_erase.
Joaquim Duran
2015-08-20 00:22:38 +02:00
b7e7f84050
Cast numeric literals to remove warnings.
Joaquim Duran
2015-08-12 14:13:39 +02:00
1e73828651
- Qualified double literals as float. - Changed variables type in for loop to remove warnings and added temporal variable.
Joaquim Duran
2015-08-12 14:08:25 +02:00
849a833922
Changed variable type to remove a warning.
Joaquim Duran
2015-08-12 14:06:18 +02:00
a0ddc762ec
Merge pull request #33 from jdurancomas/develop
David Bellot
2015-08-11 09:08:51 +01:00
2696b885f7
- Changed types of variables to remove warnings. - Repladed tabs for spaces in line indentation. - Replaced ::std::... by std::...
Joaquim Duran
2015-08-11 01:30:17 +02:00
010df5c358
Changed the types of variables to remove warnings.
Joaquim Duran
2015-08-10 00:05:56 +02:00
4f047ef0b1
Merge pull request #32 from jdurancomas/develop
David Bellot
2015-08-09 18:56:58 +01:00
1b5b15b3d4
Merge pull request #32 from uBLAS/develop
David Bellot
2015-08-09 18:56:10 +01:00
74cc99a4bd
'compare_to' function has been renamed to 'compare_distance'.
qduran
2015-08-08 15:53:58 +02:00
0aad284672
Typecast the calculation of mean square distance to avoid warnings (funcion mean_square for matrices and vectors).
qduran
2015-08-08 15:31:09 +02:00
be95004699
Corrected some merge trash
Nasos
2015-08-07 23:10:55 -04:00
e8607b3eea
Merge pull request #31 from uBLAS/master
David Bellot
2015-08-06 10:47:02 +01:00
1407c8600c
Merge pull request #30 from uBLAS/develop
David Bellot
2015-08-06 10:46:49 +01:00
da4695809a
Merge branch 'master' into develop
Nasos
2015-08-05 10:31:32 -04:00
b805369990
Corrected inline issue in storage.hpp
Nasos
2015-08-05 10:31:25 -04:00
cb5a833dcc
Merge branch 'master' into develop
Nasos
2015-08-05 10:18:06 -04:00
ca2ff08600
Corrected inline issue in storage.hpp
Nasos
2015-08-05 10:17:51 -04:00
ee5cdeffaf
Merge branch 'master' into develop
Nasos
2015-08-05 10:09:12 -04:00
0ba36c604e
removed two files that made it in by mistake
Nasos
2015-08-05 09:51:04 -04:00