Author Topic: It's year 2026, so I think some text like: 2024-2025 can be updated to 2026  (Read 83 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6204
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Besides that, I think we need to find a way to switch to git.
I think
1, svn is not suitable to maintain many patches locally.
2, I need to synchonize some code between different PCs, and all PCs are using git.

Currently I use arnholm/codeblocks_sfmirror: Unofficial auto-updated GIT mirror of C::B repo in SourceForge. Does NOT accept patches nor pull requests., but that repo only update once per day, so sometimes, I need to wait one day to re-base my local git. :(
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.