Skip to content

Commit

Permalink
refactor(fdr2csv): reimplement fdr2csv in rust (flybywiresim#8756)
Browse files Browse the repository at this point in the history
* refactor(fdr2csv): reimplement fdr2csv in rust

* fix(fdr2csv): implement reading uncompressed files

* chore(fdr2csv): add authors to cargo.toml

* chore(fdr2csv): add newline in wrapper header

* feat(fdr2csv): improve perf by locking stdout, properly flush stdout

* feat(fdr2csv): add option descriptions, remove stdout lock (performance is identical)

* fix(fdr2csv): change record field names to conform with old CSV format

* refactor(fdr2csv): apply first batch of suggestions

* refactor(fdr2csv): apply second batch of suggestions

* refactor(fdr2csv): apply third batch of suggestions
  • Loading branch information
lukecologne authored Jul 17, 2024
1 parent cb0d801 commit 45f295e
Show file tree
Hide file tree
Showing 33 changed files with 1,256 additions and 16,956 deletions.
40 changes: 0 additions & 40 deletions tools/fdr2csv/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 45f295e

Please sign in to comment.