Commit Graph

28 Commits

Author SHA1 Message Date
Cem Bassoy
1e71db9cda tensor gsoc 2018. last changes for merge. 2019-02-25 17:05:02 +01:00
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
b93d429102 The configuration of bench tests has been placed in shared configuration.pri file. 2014-10-16 02:22:22 +02: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
Joaquim Duran
cd2058eedd Merge remote-tracking branch 'origin/develop' into HEAD
Conflicts:
	IDEs/qtcreator/include/include.pro
	IDEs/qtcreator/test/test.pro
2014-09-28 11:15:27 +02:00
nasos
608478a093 Merged ublas_feature0011_mvrange_interface_t7411 2014-09-16 11:08:59 -04:00
qduran
8b3497b2a0 Build all tests. 2014-06-11 01:58:23 +02:00
qduran
6f3c3ce761 Remove qt depencencies from benchmarks tests.
Specify target and template for each benchmark test.
2014-06-11 01:56:07 +02:00
nasos
d520cdf6b8 Added fixed_vector class and relative reg. tests 2014-04-11 18:32:13 -04:00
nasos
26a4054f47 Added some trace logging for matrix_vector facade 2014-04-02 11:40:52 -04:00
nasos
027354560d Merge branch 'ublas_develop' into ublas_feature0010_ide_dev_support 2014-04-02 10:55:10 -04:00
nasos
cb2ad2866a Merge branch 'ublas_bugfix0002_fix_banded_tc7549' into ublas_develop 2014-04-02 10:28:42 -04:00
nasos
023cd5ce76 Corrected many warning messages appearing in unit tests 2014-04-02 10:05:29 -04:00
Joaquim Duran
7a82b2a16f Removed debug message. 2013-10-19 00:38:43 +02:00
Joaquim Duran
cdf41010ef Created an static empty library for .hpp files of ublas.
Subfolsers of 'include' are included in the library.
Fixed include issues for test programs to compile.
Qt libraries are not linked with executables.
2013-10-18 12:52:38 +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