-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73f6680
commit 456fa6e
Showing
9 changed files
with
719 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,5 +97,6 @@ | |
}, | ||
"C_Cpp.default.includePath": [ | ||
"./src" | ||
] | ||
], | ||
"C_Cpp.formatting": "clangFormat" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
- [ ] multiple-argument options | ||
- [ ] on-line parsing for duplicate flags, or maybe arrays? | ||
- [ ] code copyright laws into it since it won't extend forever | ||
\page todo_log Todo Log | ||
|
||
This is an internal document. | ||
|
||
\todo multiple-argument options | ||
\todo on-line parsing for duplicate flags, or maybe arrays? | ||
\todo code copyright laws into it since it won't extend forever | ||
\todo long options with = like --foo=bar | ||
\todo write a canonical rep function for opts that returns a static buffer for printf locally | ||
\todo fix the naming of "conflicts" it should probably have a better name but hard to find a general one |
Oops, something went wrong.