Carles Fernandez
|
73b7341904
|
clang-tidy: apply readability-braces-around-statements plus code formatting
See http://releases.llvm.org/7.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-braces-around-statements.html
Code formatting applied with:
find ../src/ -iname *.h -o -iname *.cc | xargs clang-format -i
|
2019-02-11 21:13:02 +01:00 |
|
Carles Fernandez
|
f1871a84e2
|
clang-tidy: apply checks
|
2019-02-11 15:33:24 +01:00 |
|
Carles Fernandez
|
5f79053d65
|
Sort includes automatically with clang-format
Order:
1.- Main header
2.- Local headers
3.- Third-party library headers
4.- System headers
each category sorted lexicographically
|
2018-12-09 22:00:09 +01:00 |
|
Carles Fernandez
|
2f3376dc38
|
Ensure that a terminal is not open when the flag --noshow_plots is passed to the tests
|
2018-07-06 11:14:38 +02:00 |
|
Carles Fernandez
|
ccacc9fe3e
|
Share flag --noshow_plots for non-interactive testing
|
2018-06-29 21:53:39 +02:00 |
|
Carles Fernandez
|
0d60d97c24
|
Use https instead of http in links when available
Update copyright year in headers
|
2018-05-13 22:49:11 +02:00 |
|
Carles Fernandez
|
34f24562cf
|
Apply automated code formatting
Documented at .clang-format
See http://clang.llvm.org/docs/ClangFormat.html and http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
2018-03-03 02:03:39 +01:00 |
|
Carles Fernandez
|
396415b6f2
|
Fixes in testing code
|
2017-10-29 00:44:38 +02:00 |
|
Carles Fernandez
|
d86158a94a
|
Adjust font size in pdf files
|
2017-10-22 23:04:39 +02:00 |
|
Carles Fernandez
|
32dde63348
|
Save figures in pdf format
|
2017-10-22 22:33:27 +02:00 |
|
Carles Fernandez
|
0164d6725d
|
Simplify gnuplot interface usage in tests
|
2017-10-22 09:14:25 +02:00 |
|
Carles Fernandez
|
785d6185c3
|
Print both plots
|
2017-10-22 08:29:35 +02:00 |
|
Carles Fernandez
|
5b23e29beb
|
Fix error
|
2017-10-22 08:23:19 +02:00 |
|
Carles Fernandez
|
19b280e089
|
Add persist to gnuplot terminal
|
2017-10-22 08:20:51 +02:00 |
|
Carles Fernandez
|
c4ba566c42
|
Keep windows open in Linux
|
2017-10-21 13:39:41 +02:00 |
|
Carles Fernandez
|
ff4938702e
|
Add Gnuplot-based plot results for FFT MeasureExecutionTime test
|
2017-10-21 13:05:51 +02:00 |
|
Carles Fernandez
|
1ac986e207
|
Test FFT with random numbers instead of all zeros
|
2017-10-20 12:58:44 +02:00 |
|
Carles Fernandez
|
18cd7daa09
|
Eliminate ctime library. Replaced by chrono or boost::date_time
|
2017-08-11 05:18:38 +02:00 |
|
Carles Fernandez
|
40f02e30c2
|
Avoid underscores in Test Cases and Test Names
According to
https://github.com/google/googletest/blob/master/googletest/docs/FAQ.md#why-should-not-test-case-names-and-test-names-contain-underscore
|
2017-06-25 22:53:11 +02:00 |
|
Carles Fernandez
|
b7e06dc6a2
|
Refactor QA code
|
2016-09-29 12:26:48 +02:00 |
|