3330c0e13fDisabled warning C4127 in the if statements which its conditional expression is constant.
Joaquim Duran
2016-01-11 02:50:38 +0100
ee448e4fc7Fixed warnings C4127 (conditional expression is constant) by replacing 'while (true)' with 'for(;;)'.
Joaquim Duran
2016-01-11 01:43:28 +0100
bc211a8905In 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 +0100
7734abaa98Fixed warnings C4245 in file assignment.hpp.
Joaquim Duran
2015-12-31 18:44:26 +0100
5fa629bb09Changed the type of functions parameter to fix type conversion warnings in test_banded_storage_layout.
Joaquim Duran
2015-12-12 00:42:41 +0100
e6f4adb604matrix_expression_assigner, vector_expression_assigner, matrix_row_vector and matrix_column_vector are copyable classes.
Joaquim Duran
2015-12-11 01:41:05 +0100
8e5d75edefMerge pull request #41 from jdurancomas/develop
David Bellot
2015-12-05 17:45:42 +0000
9bf9d05943Removed old source code.
Joaquim Duran
2015-12-04 00:36:20 +0100
3d9611c3c0The template function OneElement returns 'one' and the vector partial specialization of function OneElement has been removed.
Joaquim Duran
2015-12-03 00:00:55 +0100
d282a8d913Merge pull request #40 from sehe/develop
David Bellot
2015-12-02 08:51:06 +0000
a936eac922Add allocator support to map_std<>
Seth Heeren
2015-10-26 11:19:26 +0100
05e97defe9Merge pull request #39 from jdurancomas/develop
David Bellot
2015-11-24 10:18:22 +0000
852d1d3898In 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 +0100
d5460ba83eIn 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 +0100
b8a7853df8Removed redundant return statement in four tests.
Joaquim Duran
2015-11-06 01:30:01 +0100
ed4cbeb7a3Vector_expression_assigner and matrix_expression_assigner are noncopyable classes (clear warning C4512).
Joaquim Duran
2015-11-06 00:48:06 +0100
281cf37d29In test sparse_view_test, only the msvc compilers need the support for asynchronous structured exception handling.
Joaquim Duran
2015-11-01 01:59:36 +0100
9231cb4287In 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 +0100
78a8e3371fMatrix_column_vector and column_row_vector are noncopiable classes (clear warning C4512).
Joaquim Duran
2015-10-31 17:43:39 +0100
c0a60f5212Remove redundant return statements in test_fixed_containers test.
Joaquim Duran
2015-10-31 17:40:22 +0100
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 +0100
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 +0100
96c2547a1fFixed issues in Qt build system:
Joaquim Duran
2015-10-22 02:14:01 +0200
0701f471e5Merge pull request #38 from jdurancomas/develop
David Bellot
2015-10-20 09:00:11 +0100
54af3fbf7cutils.hpp: the values of the result of the test are assigned using EXIT macros.
Joaquim Duran
2015-10-19 23:24:21 +0200
2c0f251d9eIn test_matrix_vector, unnedded return statement has been removed.
Joaquim Duran
2015-10-19 23:04:50 +0200
1c2cf5dcf2testhelper: fixed warnings about unused parameters.
Joaquim Duran
2015-10-18 00:51:18 +0200
6227919917test42.cpp: Fixed warnings about unused parameters.
Joaquim Duran
2015-10-18 00:44:47 +0200
6881b5189eIn matrix_sparse: remove the name of unused parameters to avoid warnings.
Joaquim Duran
2015-10-12 00:45:37 +0200
7f68c8309cMerge pull request #34 from uBLAS/develop
David Bellot
2015-10-03 17:25:39 +0100
98fc93a440Merge pull request #37 from jdurancomas/develop
Nasos
2015-10-02 14:43:28 -0400
e3c9bc7933The type of the distance of matrices and vectors is deduced.
Joaquim Duran
2015-10-01 02:10:14 +0200
25d0fd612eMerge pull request #36 from jdurancomas/develop
David Bellot
2015-09-04 11:03:10 +0100
b4561a86b3Fixed 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 +0200
23b7246704Merge pull request #35 from jdurancomas/develop
David Bellot
2015-08-24 10:44:47 +0100
a7e9763589Merge pull request #33 from uBLAS/develop
David Bellot
2015-08-24 10:43:48 +0100
27fd2ae4e1Added BOOST_UBLAS_INLINE macro in functions of file matrix_vector.hpp.
Joaquim Duran
2015-08-21 12:43:31 +0200
bdc1b17ee4Fix type of parameters in matrix_vector.hpp
Joaquim Duran
2015-08-21 12:28:11 +0200
149d012bfeFixed warning about possible loss of data.
Joaquim Duran
2015-08-21 00:02:54 +0200
a3ebf8a4ccEnabled async-exception to test comp_mat_erase.
Joaquim Duran
2015-08-20 00:22:38 +0200
03b7b01bb7Merge remote-tracking branch 'ublas_upstream/develop' into develop
nasos
2015-08-19 10:07:54 -0400
1c9a224a1dMerge pull request #34 from jdurancomas/develop
Nasos
2015-08-19 09:53:21 -0400
b7e7f84050Cast numeric literals to remove warnings.
Joaquim Duran
2015-08-12 14:13:39 +0200
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 +0200
849a833922Changed variable type to remove a warning.
Joaquim Duran
2015-08-12 14:06:18 +0200
a0ddc762ecMerge pull request #33 from jdurancomas/develop
David Bellot
2015-08-11 09:08:51 +0100
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 +0200
010df5c358Changed the types of variables to remove warnings.
Joaquim Duran
2015-08-10 00:05:56 +0200
4f047ef0b1Merge pull request #32 from jdurancomas/develop
David Bellot
2015-08-09 18:56:58 +0100
1b5b15b3d4Merge pull request #32 from uBLAS/develop
David Bellot
2015-08-09 18:56:10 +0100
aea04710bbMerge remote-tracking branch 'upstream/develop' into develop
qduran
2015-08-08 17:11:18 +0200
74cc99a4bd'compare_to' function has been renamed to 'compare_distance'.
qduran
2015-08-08 15:53:58 +0200
0aad284672Typecast the calculation of mean square distance to avoid warnings (funcion mean_square for matrices and vectors).
qduran
2015-08-08 15:31:09 +0200
be95004699Corrected some merge trash
Nasos
2015-08-07 23:10:55 -0400
e8607b3eeaMerge pull request #31 from uBLAS/master
David Bellot
2015-08-06 10:47:02 +0100
1407c8600cMerge pull request #30 from uBLAS/develop
David Bellot
2015-08-06 10:46:49 +0100
da4695809aMerge branch 'master' into develop
Nasos
2015-08-05 10:31:32 -0400
b805369990Corrected inline issue in storage.hpp
Nasos
2015-08-05 10:31:25 -0400
cb5a833dccMerge branch 'master' into develop
Nasos
2015-08-05 10:18:06 -0400
ca2ff08600Corrected inline issue in storage.hpp
Nasos
2015-08-05 10:17:51 -0400
ee5cdeffafMerge branch 'master' into develop
Nasos
2015-08-05 10:09:12 -0400
0ba36c604eremoved two files that made it in by mistake
Nasos
2015-08-05 09:51:04 -0400
372302f380Merge pull request #31 from jdurancomas/develop
Nasos
2015-05-26 09:48:06 -0400