Commit Graph

16 Commits

Author SHA1 Message Date
Cem Bassoy
6a731af7de tensor gsoc 2018. einstein notation added. 2019-02-18 22:45:38 +01:00
Cem Bassoy
359f716855 tensor gsoc 2018. tensor contraction and transposition added. 2019-02-18 22:45:38 +01:00
Cem Bassoy
3a62977c19 tensor gsoc 2018. expression templates and operators with generic lambdas added. 2019-02-18 22:45:38 +01:00
Cem Bassoy
675db26b4d tensor gsoc 2018. tensor and auxiliary template classes added. 2019-02-18 22:45:38 +01:00
Joaquim Duran
281cf37d29 In test sparse_view_test, only the msvc compilers need the support for asynchronous structured exception handling. 2015-11-01 01:59:36 +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
Joaquim Duran
cd68a7c7e8 Fixed path name in benchmarks/configuration.pri file (using qmake 5.4).
Removed '!' (test for command failure) before 'include' commands.
2015-04-12 02:03:42 +02:00
Joaquim Duran
cf601d4ae7 Remove a comment. 2014-12-30 02:19:31 +01:00
Joaquim Duran
48ad6f4801 The tests and benchmarks are build with the same directives that are defined in bjam files. The tests are build in debug mode and the functions are not inlined. Each test is build in each own directory. 2014-12-30 01:41:12 +01:00
qduran
5f24feb364 Added configuration file to tests. 2014-10-09 02:24:59 +02:00
qduran
77b9321e48 Changes implemented:
1 - Test programs are executed automatically once compliled.

2 - To compile tests and brenchs, headers files of ublas source code are included.

3 - If ublas tests and brenchs are build with modular boost source code, the header files of boost source code are included and its libraries are linked.

4 - Created configuration.pri file to centralize the configuration of tests .pro files.
2014-10-09 02:22:27 +02:00
qduran
11d7b5d28d Build tests test_fixed_containers and test_matrix_vector. 2014-09-29 01:15:26 +02:00
qduran
8b3497b2a0 Build all tests. 2014-06-11 01:58:23 +02:00
nasos
c38cfad61c Last minute changes 2013-08-02 21:22:37 -04:00
nasos
dc1cfc89e1 added basic qt creator .pro files 2013-07-30 12:01:26 -04:00