- 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.
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.