News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Single PCH file for building the CodeBlocks_wx31_64.cbp

Started by ollydbg, November 28, 2020, 09:47:38 AM

Previous topic - Next topic

ollydbg

FYI: I committed all the visibility related patches to our svn trunk now.
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.