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
|
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
|
61f8df3586
|
Replace some C-style cast by static_cast<>()
See https://stackoverflow.com/questions/1609163/what-is-the-difference-between-static-cast-and-c-style-casting
|
2017-08-18 12:45:47 +02:00 |
|
Carles Fernandez
|
f0e6d6cbfa
|
Fix possible memory leaks
|
2017-08-15 00:04:51 +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
|
e7149acf6e
|
Better use of Test Case name
|
2017-07-03 12:43:25 +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 |
|