Luis Díaz Más
|
813566526c
|
Revisiting cmake code for generating coverage reports (#2047)
* cmake: better usage of gcovr for coverage reports
* Add test for FileIo::setPath
* Remove useless seek() overload
* Add missing override specifiers
* ignore .vs folder
* Small refactors in BasicIo implementations
* Remove duplicated doxygen doc
* Refactor & add tests for MemIO
* Fix compilation warnings on windows
|
2022-01-06 12:52:01 +01:00 |
|
Rosen Penev
|
c73dfa0106
|
clang-tidy: use uppercase numeric literals
Found with readability-uppercase-literal-suffix
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2021-05-16 11:27:49 +02:00 |
|
Robin Mills
|
d632988bbd
|
Massive code prolog cleanup.
|
2021-03-17 13:34:21 +00:00 |
|
Luis Diaz Mas
|
235087af4e
|
Do not call tell() in File::eof() - Fix tests & performance
|
2020-04-24 07:42:23 +02:00 |
|
Luis Diaz Mas
|
2732c10a86
|
Add unit tests for FileIO: canSeekBeyondEOF fails
|
2020-04-24 07:25:19 +02:00 |
|