Projects tagged ‘c’ and ‘gcc’


Jump to tag:

Projects tagged ‘c’ and ‘gcc’

Filtered by Project Tags c gcc

Refine results Project Tags linux (7) development (7) c++ (7) programming (6) compiler (6) developer (5) develop (4) python (4) code (4) ide (4) tools (4) rad (3)

[19 total ]

1741USERS
   

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,...).

85USERS
   

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.

29USERS
   

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]

14USERS
   

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.

2USERS
   

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

2USERS
 

Monkey Studio is a Free and cross platform IDE written in Qt 4. The project has been started by AZEVEDO Filipe for his personal use around end of June 2005, and when he found it useful he open it to the community. The project has been welled ... [More] received and some guyz join it or send feedbacks/new features. The current version is the v2 branch which succeed the v1 one and is dependent of Qt 4.4.0 minimum. It support Qt 4 projects management and embed Designer and Assistant to form a complete, fast and power full Qt 4 IDE. It's based upon a powerful and flexible plugin system that allow to extend it in an infinite way. [Less]

1USERS
 

Compilers for high level languages generate code that follows certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the "calling convention". The "calling convention" is a set of ... [More] assumptions made by the compiler about where function arguments will be found on entry to a function. A "calling convention" also specifies where the return value for a function is found. The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. [Less]

1USERS

The Enveria IDE for Rapid Application Development is an intuitive platform for programming robust GUI software.

0USERS

This is some build scripts I used to maintain some Cross Platform Applications I've written in the past and thought it might be helpful to others wanting to setup a cross platform build environment. The main feature is it doesn't depend on GNU G++ ... [More] as the main compiler... At the time of this writing anyways if you wanted to use MSVC on win32 you had very few options. [Less]

0USERS

Check which C functions are not covered by the test suite and create a report. Optionally patch those functions to ease creating tests for them. Currently targets CPython's codebase.

0USERS

This is a simple and lightweight database management used normal desktop users to store light and not so complex but fast and good interoperability.

0USERS

This project aims to translate Python source code to human readable plain ANSI C code that you and me would write. Everyone with idea or eager to help is very welcome to join in a way of his own choice!

0USERS

Cibyl is a programming environment and binary translator that allows compiled C programs to execute on J2ME-capable phones. Cibyl uses GCC to compile the C programs to MIPS binaries, and these are then recompiled into Java bytecode. Cibyl programs ... [More] are regular compiled Java programs, and Cibyl therefore performs relatively well. With Cibyl, C programs can be ported to J2ME without switching language. It also allows C and Java code to be integrated in an easy and efficient way. The environment uses the GNU toolchain (GCC and binutils) and should work in all environments which provide them. Full-scale C applications, such as the Sarien AGI interpreter shown below has been ported to J2ME devices using Cibyl. [Less]

0USERS

Experimental GCC/MinGW32 builds included into a user friendly installer (Unofficial MinGW GCC binaries for Windows) This is an unofficial release, not promoted by the MinGW project. The installer contains the following packages: TDM's ... [More] Experimental GCC/MinGW32 Builds gcc-4.2.1-tdm-2-core-1.7z (C support, required base files) gcc-4.2.1-tdm-2-g++-1.7z (C++ support) gcc-4.2.1-tdm-2-objc-1.7z (Objective-C support) gcc-4.2.1-tdm-2-objc++-1.7z (Objective-C++ support) MinGW binutils-2.17.50-20060824-1.tar.gz (GNU Binutils) mingw32-make-3.81-2.tar.gz (GNU Make) gdb-6.6.tar.bz2 (GNU Source-Level Debugger) mingw-runtime-3.13.tar.gz (MinGW Runtime) mingw-utils-0.3.tar.gz (MinGW Utilities) w32api-3.10.tar.gz ( MinGW API for MS-Windows) [Less]

0USERS

A native Win32 port of the BSD PSPSDK (ps2dev.org), with freely distributable import libraries and header files (DevPaks) for building cross compiled homebrew Sony PSP (PlayStation Portable) applications.

0USERS

Projeto da Disciplina de Sistemas Operacionais do DSC/POLI/UPE

0USERS

A parser builder for converting text files to XML.

0USERS

LEGO MINDSTORMS NXT features open source firmware code. This project provides open source tools for programming NXT with GCC tools.

0USERS

IcyOwl is a open source, cross platform IDE. It features a lot of basic editing plus project compiling. Code completion is a feature being implemented. Other than that, it is extensible to support more languages (class tree, code completion, compilation) with the support of plug-ins.