Author Topic: Interest in a CMake Solution Generator for Code::Blocks via cmake-file-api?  (Read 8595 times)

Offline Suryavarman

  • Multiple posting newcomer
  • *
  • Posts: 83
    • Suryavarman
Hello :)

Do you think there would be interest in creating a module or submitting a pull request to Code::Blocks to generate CMake solutions directly from CB using the cmake-file-api?

Offline MehdiChinoune

  • Single posting newcomer
  • *
  • Posts: 9
Of course,
We are waiting for someone to do it since CMake deprecated generating "CodeBlocks" projects.

Offline Suryavarman

  • Multiple posting newcomer
  • *
  • Posts: 83
    • Suryavarman
Nice.

 8)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6220
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
This is a nice feature.
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.