DoxyPress
1.7.0
|
CopperSpice is a C++ library derived from the Qt framework. Our motivation for developing CopperSpice was to change the core design of the libraries leveraging modern C++ functionality.
The redesign allowed us to completely remove the Meta-Object Compiler (moc) system. Moc is a code generator and did not support many aspects of modern C++ including templates, complex data types, static type checking, and relied heavily on string comparisons. Removing moc improves run time performance, reduces the complexity of the build process, and allows more issues to be detected at compile time.
CopperSpice library key features:
Our PepperMill utility is a translator and is run one time on your C++ header files. It will convert your application header files to standard C++ header files and change the syntax of Signal and Slot Declarations. The conversion will update your existing code to work with CopperSpice.
We have made the process of converting to CopperSpice simple and straight forward. Convert your application header files one time, using our PepperMill utility. You can use the Makefiles from our sample KitchenSink application or the Diamond project as a guide to create your project Makefiles. Then just compile and link.