Projects tagged ‘cpp’


[607 total ]

2510 Users
   

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,...).
Created over 3 years ago.

46 Users
   

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 ... [More] analysis. LLVM is also a great target for front-end 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]
Created over 3 years ago.

17 Users

PCSX2 is a PlayStation 2 emulator for Windows and Linux, started by the same team that brought you PCSX (a Sony PlayStation 1 emulator), with continuing contributions from open source developers. ... [More] PCSX2 is one of very few fully functioning PS2 emulators available today, with both high compatibility and high performance. Many games still emulate slowly due to the inherent complexity of the PS2's architecture, but on whole the emulator is functional and enjoyable. PCSX2 has changed repositories a few times over the past year. Code metrics for contributions made from 2005 to 2008 can be found at the following Ohloh pages: https://www.ohloh.net/p/4001 https://www.ohloh.net/p/pcsx2_playground [Less]
Created 9 months ago.

13 Users
   

dotnetkicks.com is a community based news site edited by our members. It specialises in Microsoft development techniques, technologies and tools including ASP.NET, C#, VB.NET, C++, Visual Studio, Team ... [More] System, SQL Server and Microsoft Vista. Individual users of the site submit and review stories, the most popular of which make it to the homepage. Users are encouraged to 'kick' stories that they would like to appear on the homepage. If a story receives enough kicks, it will be promoted. [Less]
Created over 2 years ago.

5 Users
 

Cpphs is a re-implementation of the C pre-processor that is both more compatible with Haskell, and itself written in Haskell so that it can be distributed with compilers. This version of the C ... [More] pre-processor is pretty-much feature-complete and compatible with traditional (K&R) pre-processors. Additional features include: a plain-text mode; an option to unlit literate code files; and an option to turn off macro-expansion. [Less]
Created about 1 year ago.

3 Users
 

STL-compatible, high-performance template containers and auxiliary classes useful for stringology > Trie containers - trie_set & trie_map. > Online suffix tree containers - suffix_set & suffix_map ... [More] - O(N) both time & space, 16 bytes per symbol, alphabet-independent. > Iterators over each type of containers - standard (const_)(reverse_)iterator, special (post|pre|level)order_iterator for respective tree traversals. > Partial match iterators (const_)partimator (joker pattern filter, Hamming & Levenshtein automata filter). > suffix_cont-special match_iterator & (super_)maxrep_iterator for matching statistics and (super)maximal repeats. > Lowest common ancestor (LCA) O(1) time requests after O(N) postprocessing of the suffix_cont - lca_oracle. > Small & clever demo programs. [Less]
Created 12 months ago.

2 Users

Free your moto!Integration Qtopia and Motorola Ezx cell phones. Source code moved to github!
Created about 1 year ago.

2 Users

SConspiracy is a set of scripts to configure SCons and dedicated to the C++ world. SCons is an Open Source software construction tool. SCons is a replacement of the "make" command providing a range of ... [More] enhanced features such as automated dependencies generation and built-in compilation cache support. SCons rule sets are Python scripts so as well as the features it provides itself SCons allows you to use the full power of Python to control compilation. SConspiracy integrates default configuration for GNU C++ compiler and other compilers, standard options for traditional C++ libraries (boost, wxWidgets, ...), cppUnit environment for unit tests and other cool stuffs to optimize your C++ building environment. YAMS rule sets are Python scripts and works on GNU Linux (>=2.6), Windows (>=2000) and OSX (>=10.5). SConspiracy is a full new version of yams++ (https://gna.org/projects/yams). The Yams++ project name has been abandoned because several other projects had names too close. [Less]
Created 2 months ago.

2 Users

As computers evolve, we risk losing some classic games. Bullfrog's Theme Hospital, published in 1997, is a classic simulation game, but getting it to run natively on modern operating systems is ... [More] getting progressively harder. This project aims to reimplement the game engine of Theme Hospital, and be able to load the original game data files. This means that you will need a purchased copy of Theme Hospital, or a copy of the demo, in order to use CorsixTH. After most of the original engine has been reimplemented in open source code, the project will serve as a base from which extensions to the original game can be made. [Less]
Created 4 months ago.

1 Users

ShellCore es una librería de CorEngine para los lenguajes C/C++, también es OpenSource, sin dependencias externas y para los sistemas operativos Linux y Windows. Su función principal es facilitar ... [More] el manejo de la consola y de la utilización de comandos en los sistemas operativos con una API genérica, simple y fácil de utilizar. A diferencia de crear simples archivos scripts en Bash y/o Batch, con ShellCore podras crear archivos ejecutables combinando fácilmente estos lenguajes scripts con otros lenguajes mas robustos y eficientes como C/C++ y con suficientes conocimientos también con Ensamblador. [Less]
Created 2 months ago.