Projects tagged ‘gcc’


[15 total ]
1560

GCC, the GNU Compiler Collection

   
Primary Language: C Licensed as: GNU General Public License 3.0

The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).

Metrics updated 28 Sep 08

79

KDevelop

   
Primary Language: C++ Licensed as: GNU General Public License 2.0 or later

The KDevelop project was founded in 1998 to build up an easy to use IDE (Integrated Development Environment) for KDE. Since then, the KDevelop IDE is publicly available under the GPL and supports many programming languages.

Metrics updated 05 Oct 08

24

The LLVM Compiler Infrastructure

 
Primary Language: C/C++ Licensed as: University of Illinois/NCSA Open Source License

LLVM is a robust system, particularly well suited for developing new mid-level language-independent analyses and optimizations of all sorts, including those that require extensive interprocedural analysis. LLVM is also a great target for front-end ... [More] development for conventional or research programming languages, including those which require compile-time, link-time, or run-time optimization for effective implementation, proper tail calls or garbage collection. We have an incomplete list of projects which have used LLVM for various purposes, showing that you can get up-and-running quickly with LLVM, giving time to do interesting things, even if you only have a semester in a University course. We also have a list of ideas for projects in LLVM. [Less]

Metrics updated 04 Oct 08

20

Bloodshed Dev-C++

   
Primary Language: Pascal Licensed as: GNU General Public License 2.0

Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.

Metrics updated 06 Oct 08

18

GDC — D Programming Language for GCC

   
Primary Language: C Licensed as: GNU General Public License 2.0

GDC is a D language front end for the GNU Compiler Collection. It supports a number of targets and nearly all features of Digital Mars D.

Metrics updated about 20 hours ago

12

devkitPro

   
Primary Language: C/C++ Licensed as: BSD-ish License,Creative Commons,GNU General Public License 2.0

This project is for homebrew console development tools based on the gnu compiler collection with additional tools and libraries to aid programming each supported console. The windows variants are be MinGW based.

Metrics updated 04 Oct 08

5

GCC-XML

 
Primary Language: C Licensed as: BSD-ish License

Development tools that work with programming languages benefit from their ability to understand the code with which they work at a level comparable to a compiler. C++ has become a popular and powerful language, but parsing it is a very challenging ... [More] problem. This has discouraged the development of tools meant to work directly with the language. There is one open-source C++ parser, the C++ front-end to GCC, which is currently able to deal with the language in its entirety. The purpose of the GCC-XML extension is to generate an XML description of a C++ program from GCC's internal representation. Since XML is easy to parse, other development tools will be able to work with C++ programs without the burden of a complicated C++ parser. GCC-XML was developed by Brad King at Kitware to be used by [Less]

Metrics updated 05 Oct 08

3

Diouzhtu

 
Primary Language: Ada Licensed as: GNU General Public License 2.0

Diouzhtu aims to provide a simple way to publish html pages with a wiki interface.

Metrics updated about 15 hours ago

3

Gwiad

 
Primary Language: Ada Licensed as: GNU General Public License 2.0

Gwiad is a framework for building a Web Server with dynamic plugin loading based on AWS. Gwiad provide a simple interface to build plugins in Ada. When a plugin is placed in Gwiad plugin directory it is automatically loaded. Gwiad plugins are ... [More] divided into two categories : - Website plugins : Web applications that register dispatchers such as virtual host dispatchers or regexp dispatchers. - Service plugins : Services provider that can be used by all websites plugins. [Less]

Metrics updated 04 Oct 08

2

Torch

   

Torch is a roguelike engine for the Nintendo DS. It features advanced lighting algorithms and a modular design.