Dean Lee
3c765a1f45
replay: eliminate qt dependency ( #34102 )
...
refactor to remove qt dependency and module Replay classes
2024-11-25 09:13:22 -08:00
Dean Lee
24a32c3dec
replay: remove Qt dependency from Segment and Timeline ( #33847 )
...
remove Segment, Timeline dependency on Qt
2024-10-24 13:41:01 -07:00
Dean Lee
30853a2c41
replay: replace Qt data types with standard C++ data types ( #33823 )
...
replace Qt data types with c++ data types
2024-10-19 12:29:15 -07:00
Dean Lee
fd893dfcb7
replay: optimize decompressZST with pre-allocated buffer ( #33562 )
...
improve decompressZST
2024-09-16 09:45:15 -07:00
Dean Lee
55ccea2c52
replay: add support for decompressing ZST log files ( #32910 )
...
* Add Support for Decompressing ZST Log Files
* 2 space and check magic number
* match BZ2
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com >
old-commit-hash: ade13722cd
2024-07-29 13:48:06 -07:00
DevTekVE
a981c26ed7
Processor definition check for __APPLE__ has a typo on replay ( #32930 )
...
old-commit-hash: 3c74ad145e
2024-07-08 17:10:26 +00:00
Dean Lee
06aed0617a
cabana: avoid dead locks and improve responsiveness ( #32740 )
...
avoid dead locks and improve responsive
old-commit-hash: 865b98a5c4
2024-06-16 12:32:45 -07:00
Dean Lee
df13fe2ead
replay: optimize memory usage with MonotonicBuffer ( #32278 )
...
Optimize Memory Usage with MonotonicBuffe
old-commit-hash: bbd1648f05
2024-04-22 19:21:42 -07:00
Dean Lee
84f3b07d46
replay: use nanosleep on MacOS ( #32263 )
...
* use nanosleep on MacOS
* Update tools/replay/util.cc
Co-authored-by: Willem Melching <willem.melching@gmail.com >
---------
Co-authored-by: Willem Melching <willem.melching@gmail.com >
old-commit-hash: 618d73efd0
2024-04-22 13:22:53 -07:00
Dean Lee
372bea14e2
replay: bug fixes and improvements ( #32193 )
...
old-commit-hash: 2c409e0980
2024-04-21 17:09:17 -07:00
Dean Lee
4b2a00ef73
replay: refactor Event to remove the readers ( #32252 )
...
Refactor struct Event to remove the MessageReader from it
old-commit-hash: a824bd75ef
2024-04-19 11:15:34 -07:00
Dean Lee
620f74d3b9
replay: use clock_nanosleep for precise waiting on the scale of nanoseconds ( #32125 )
...
use clock_nanosleep
old-commit-hash: 354cbe5a26
2024-04-08 11:59:17 -07:00
Dean Lee
9affc1c0c9
replay: make installDownloadProgressHandler thread safe ( #30296 )
...
old-commit-hash: 9e01f4a85e
2023-10-20 12:41:18 -07:00
Angus Gratton
0987987f33
replay: Include cstdarg from util ( #29871 )
...
Fix compilation errors "use of undeclared identifier" for va_start & va_end.
old-commit-hash: 43210ca0e2
2023-09-11 08:01:07 -07:00
Dean Lee
97e9d55588
cpplint: build/include_what_you_use ( #29556 )
...
* include_what_you_use
* remove comments
* include <memory>
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
old-commit-hash: 2d99521e75
2023-08-23 13:25:17 -07:00
Dean Lee
2156e71e7a
move replay from selfdrive/ui/replay to tools/replay ( #24971 )
...
* mv to tools/replay
* change folder
* add .gitignore
* fix build doc
* disable warning
* enable warning after build
* build qt/util.cc qt/api.cc to library
* cleanup
old-commit-hash: fd5b3d7603
2022-06-28 16:12:42 +02:00