@@ -51,30 +51,17 @@ simultaneously updating the double and float versions (hard to remember which is
5151which).
5252** DONE Use Enum class for lookup table, not string_view.
5353** TODO CI/CD GitHub workflow
54- *** TODO Testing
54+ *** DONE Testing
5555**** DONE Ubuntu :linux:
56- **** TODO Windows :windows:
57- ***** TODO Windows MSVC compilation
58- Setup this up locally on HP Elitebook to troubleshoot. Once working, test on github.
59- ****** TODO Install MSVC (I think needs vs code?)
60- ***** TODO Windows MINGW compilation
61- ***** TODO CMake presets
62- **** TODO macOS :macos:
56+ **** DONE Windows :windows:
57+ **** DONE macOS :macos:
6358*** DONE Code Coverage
6459*** TODO Analysis :analysis:
6560**** DONE Code Analysis :code:
6661**** TODO ReviewDog :misc:
6762***** TODO Vale (spelling and grammar) :spelling:gammar:
68- **** TODO Style :style:
69- ***** TODO Setup Uncrustify beautifier (need to tweak rules)
63+ **** DONE Style :style:
7064***** DONE CPPLint workflow
71- ***** TODO Infer static analysis
72- #+begin_src bash :eval no
73- cmake --preset clang-release
74- # Make sure to skip everything in the '_deps' folder!
75- cp .inferconfig ./build/release/clang/.inferconfig && cd./build/release/clang
76- infer run --compilation-database compile_commands.json
77- #+end_src
7865*** TODO Package for download
7966I think ReviewDog has a yml that could work as an example for this action
8067** DONE Documentation :documentation:
0 commit comments