980
edits
m (→Overviews) |
(Weekly Status & Plan) |
||
Line 1: | Line 1: | ||
=== This Week === | |||
11-Aug-2024 - 17-Aug-2024 | |||
== | * initial commit for flightgear [https://sourceforge.net/p/flightgear/codetickets/2890/ tickets/2890 - Upgrade Mongoose Web Server] | ||
* plan to refactor MongooseHttpd, MongooseConnection and the Handlers | |||
* initiate work on test_suite/unit_tests/Network/test_httpd.cxx | |||
19-Aug-2024 - | |||
* Build & run test_suite/unit_tests/Network/test_httpd.cxx | |||
* | |||
=== Reading List: === | |||
==== Start With ==== | |||
*[[/cmake.org/getting-started/|https://cmake.org/getting-started/]] -- Build using g++ and clang. | *[[/cmake.org/getting-started/|https://cmake.org/getting-started/]] -- Build using g++ and clang. | ||
*[[/learn.microsoft.com/en-us/vcpkg/|https://learn.microsoft.com/en-us/vcpkg/]] -- cross-platform C/C++ package manager | *[[/learn.microsoft.com/en-us/vcpkg/|https://learn.microsoft.com/en-us/vcpkg/]] -- cross-platform C/C++ package manager | ||
Line 11: | Line 23: | ||
== Reading Lists == | |||
==== Reading Lists ==== | |||
=== Overviews === | === Overviews === | ||
Line 122: | Line 135: | ||
|} | |} | ||
==Start With== | ==== Start With ==== | ||
*[[/cmake.org/getting-started/|https://cmake.org/getting-started/]] -- Build using g++ and clang. | *[[/cmake.org/getting-started/|https://cmake.org/getting-started/]] -- Build using g++ and clang. | ||
*[[/learn.microsoft.com/en-us/vcpkg/|https://learn.microsoft.com/en-us/vcpkg/]] -- cross-platform C/C++ package manager | *[[/learn.microsoft.com/en-us/vcpkg/|https://learn.microsoft.com/en-us/vcpkg/]] -- cross-platform C/C++ package manager | ||
Line 132: | Line 144: | ||
== Reading Lists == | |||
==== Reading Lists ==== | |||
=== Overviews === | === Overviews === | ||
Line 206: | Line 219: | ||
|} | |} | ||
==Follow-on Questions== | ==== Follow-on Questions ==== | ||
* Does g++ support each of these sanitizers? | * Does g++ support each of these sanitizers? | ||
* What other tools should I research besides gdb, lldb, valgrind, UBSAN, ASAN, TSAN, and MSAN? | * What other tools should I research besides gdb, lldb, valgrind, UBSAN, ASAN, TSAN, and MSAN? | ||
Line 218: | Line 230: | ||
== Background == | |||
==== Background ==== | |||
I'm about to start going through the list above for myself. It may take a while. | I'm about to start going through the list above for myself. It may take a while. | ||
edits