Joaquim Duran
|
c0a60f5212
|
Remove redundant return statements in test_fixed_containers test.
|
2015-10-31 17:40:22 +01: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 |
|
Joaquim Duran
|
46ce9f4265
|
Simplified string concatenation in test_fixed_containers.cpp.
|
2015-05-24 02:39:08 +02:00 |
|
nasos
|
ce0cc7dbd2
|
An initial attempt to fix MSVC14 fixed_vector initializer list error. MSVC 14 doesn't have this capability yet and hopefully it will be suppoerted in the future.
|
2015-01-23 15:36:31 -05:00 |
|
Joaquim Duran
|
b6565a2d24
|
The warnings about unused variables in tests and benchmarks have been fixed.
|
2014-11-02 15:55:32 +01:00 |
|
nasos
|
f4a88fdfac
|
Some test fixes
|
2014-04-14 19:00:26 -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 |
|