From Jason Turner
Watch on YouTube

Summary

This episode explores Cevelop, a free and open-source Eclipse-based C++ IDE with powerful refactoring and code analysis capabilities. Jason demonstrates how to set up Cevelop with a CMake-based project, a process that previously presented challenges. He explains the proper way to use CMake (building outside the source directory), shows how to configure the Eclipse CDT generator, and demonstrates importing an existing project into Cevelop. The IDE's code analysis features are highlighted, which can automatically suggest improvements like replacing macros with constant expressions.

Resources

Tags