Author Topic: C::B 13.12 Can't work with big project which have more than 100 files.  (Read 36059 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re:
« Reply #45 on: June 19, 2014, 03:48:23 pm »
Well the default case for me is that I have a small code snippet to reproduce a certain error. Then it will be very fast and the information is essential to track down parser errors. So yes, please make it an option which imho should be enabled by default.
FYI:
I add  CC_PARSER_TEST back to the cbp in rev9816. It was not simple to add this as an option I think.
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.