Guidelines and HOWTOs/Code Checking: Difference between revisions

From KDE Community Wiki
*>Bhards
m (Development/Tutorials/Krazy moved to Guidelines_and_HOWTOs/Code Checking: Get a more meaningful name)
*>Bhards
No edit summary
Line 1: Line 1:
TODO:
==Code Checking==
* Krazy
 
* Compiler warnings (including using other compilers)
===The KDE 'Krazy' Checker===
 
 
===Compiler Warnings===
In addition to the various Krazy tools, you can also get valuable assistance from the warnings that the compiler emits, especially if you enable additional warnings (per the documentation for your compiler), and also if you test with more than one compiler (e.g. if you can test on Linux with both GCC and the Intel compiler; or on Linux with GCC and also on Windows with the Microsoft compiler).

Revision as of 02:04, 4 January 2007

Code Checking

The KDE 'Krazy' Checker

Compiler Warnings

In addition to the various Krazy tools, you can also get valuable assistance from the warnings that the compiler emits, especially if you enable additional warnings (per the documentation for your compiler), and also if you test with more than one compiler (e.g. if you can test on Linux with both GCC and the Intel compiler; or on Linux with GCC and also on Windows with the Microsoft compiler).