Skip to content

Commit d4cb680

Browse files
committed
Creating additional directories
Also assign some future work with dummy readme files.e
1 parent f5481c2 commit d4cb680

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

debugging/readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

tests/readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

visual_studio/readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
TODO:
2+
Here will be the ready-to-go project files for each version of visual studio and possible other IDEs

0 commit comments

Comments
 (0)