Difference between revisions of "User:Ollydbg"
From CodeBlocks
(add a todo) |
(optimized buffer (function body parsing)) |
||
Line 9: | Line 9: | ||
My todo list: | My todo list: | ||
# enhance the preprocessor mechnism like preprocessor in [http://www.stack.nl/~dimitri/doxygen/preprocessing.html Doxygen preprocessor], we can have three type of replacement rules. (just like the normal macro definition) | # enhance the preprocessor mechnism like preprocessor in [http://www.stack.nl/~dimitri/doxygen/preprocessing.html Doxygen preprocessor], we can have three type of replacement rules. (just like the normal macro definition) | ||
+ | # [http://forums.codeblocks.org/index.php/topic,15438.msg103687.html#msg103687 we can optimize the parsing on the function body by striping the un-related scope] |
Revision as of 07:36, 31 October 2011
Here is my patches to C::B
- Watches and breakpoints persistent
- Codeblocks portable fix for CC(applied in trunk)
- Toolbar and focus fix for CC(applied in trunk)
- Re: Add some comments to CC's code(applied in trunk)
- fix a parser problem on switch case statement(applied in trunk)
My todo list:
- enhance the preprocessor mechnism like preprocessor in Doxygen preprocessor, we can have three type of replacement rules. (just like the normal macro definition)
- we can optimize the parsing on the function body by striping the un-related scope