Author Topic: Let's project using standalone Parser  (Read 7605 times)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Let's project using standalone Parser
« on: May 13, 2010, 03:08:54 pm »
These problems can be resolved through this patch.
http://forums.codeblocks.org/index.php/topic,12493.0.html
http://forums.codeblocks.org/index.php/topic,12388.msg84195.html#msg84195
Welcome to test!

[attachment deleted by admin]

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Let's project using standalone Parser
« Reply #1 on: May 14, 2010, 04:48:46 am »
Does this patch has any dependency on other patches? like the conditional preprocessor handling patch??
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: Let's project using standalone Parser
« Reply #2 on: May 14, 2010, 06:52:00 am »
Does this patch has any dependency on other patches? like the conditional preprocessor handling patch??
Not dependent on other patch.
In the future, we need develop code refactoring features, so the value of this patch will be more!
Otherwise, the code refactoring will be difficult to complete.