Listings Owned by Petri Tuononen

Pkg-config support for Eclipse CDT

Marketplace Listing: Pkg-config support for Eclipse CDT

Product URL: http://code.google.com/p/pkg-config-support-for-eclipse-cdt/

Provides automation of configuration needed for projects using pkg-config, such as GTK+ and gtkmm. Pkg-config utility outputs the necessary options needed to build a given package(s) that can be passed as compiler options.

Pkg-config support will set compiler and linker flags automatically that GCC needs to build selected packages - specifically includes, libraries, and some other GCC flags.


LLVM toolchain for Eclipse CDT

Marketplace Listing: LLVM toolchain for Eclipse CDT

Product URL: http://code.google.com/p/llvm4eclipsecdt/

The plug-in provides an LLVM toolchain support for Eclipse CDT. Now it is possible to compile C and C++ program code with Clang or llvm-gcc front-ends using LLVM as a back-end.

LLVM brings many advantages (http://llvm4eclipsecdt.googlecode.com/files/Benefits%20of%20the%20LLVM%2...). In short user can usually experience faster compile times, lower memory use, and better performing executables compared what can be achieved with GCC.