File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ TODO:
2
+ 1 ) Write custom Visual Studio pretty printers for nh3api containers via .natvis files
3
+ https://learn.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects?view=vs-2022
4
+
5
+ 2 ) Implement pretty printers for GDB and LLDB
Original file line number Diff line number Diff line change
1
+ TODO:
2
+ Here will be the compatibility tests for the library. We will check for:
3
+ 1 ) Undefined behaviour caused by the implementation issues(fix them!)
4
+ 2 ) Compiler-specific behaviour leading to diverging runtime behaviour(make the library as compiler agnostic as possible!)
5
+ 3 ) Binary compatibility
6
+ And so on.
Original file line number Diff line number Diff line change
1
+ TODO:
2
+ Here will be the ready-to-go project files for each version of visual studio and possible other IDEs
You can’t perform that action at this time.
0 commit comments