Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 3 of 15

Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The ... [More] output from unit tests can be used within source code editors and IDEs. [Less]

0
 
  0 reviews  |  5 users  |  11,963 lines of code  |  3 current contributors  |  Analyzed about 12 hours ago
 
 

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 pre-processor is pretty-much feature-complete and compatible with traditional (K&R) ... [More] 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]

5.0
 
  0 reviews  |  5 users  |  1,889 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

The Player Project: Player is a networked interface to robots and sensors. Stage and Gazebo are Player-friendly multiple-robot simulators. The software aims for POSIX compliance and runs on most UNIX-like OS's. Some parts also work on Windows.

0
 
  0 reviews  |  4 users  |  8,285,164 lines of code  |  6 current contributors  |  Analyzed over 1 year ago
 
 

CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. CUnit is built as a static library which is linked with the user's testing code. It uses a simple ... [More] framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. These interfaces currently include: [Less]

4.0
   
  0 reviews  |  4 users  |  21,453 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

4tH is a Forth compiler with a little difference. Instead of the standard Forth engine it features a conventional compiler. 4tH is a very small compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports about 95% of the ... [More] ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, enumerations, structures, suspended execution, recursion, include files, etc. It comes with an RPN calculator, line editor, compiler, decompiler, C-source generator, a virtual machine, preprocessor and a multitasking environment. [Less]

4.0
   
  0 reviews  |  3 users  |  17,009 lines of code  |  1 current contributor  |  Analyzed about 15 hours ago
 
 

Monkey Studio (MkS) is a cross platform IDE written in C++/Qt 4. It's primary goal was to be a Qt 4 only IDE, but it evoluate a way to support Qt development and any kind of project. See the About page or Features page for more informations. Finally, you can meet team's members here.

5.0
 
  0 reviews  |  2 users  |  382,924 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

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 assumptions made by the compiler ... [More] 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]

5.0
 
  0 reviews  |  2 users  |  84,525 lines of code  |  8 current contributors  |  Analyzed 4 days ago
 
 

Compose* (or: ComposeStar) is a project that aims at enhancing the power of component- and object-based programming, so that software becomes easier to structure and modularize, hence easier to develop, maintain and extend. In particular, Compose* offers aspect-oriented programming (http://aosd.net) ... [More] through the composition filters model (http://trese.cs.utwente.nl/oldhtml/composition_filters/). [Less]

5.0
 
  0 reviews  |  2 users  |  732,571 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

QuakeForge is a 3D first-person shooter game engine based on id Software's legendary Quake and QuakeWorld game engines. Our purpose is to improve the state of the game by improving the engine, making a good base for game and engine modifications, and making it accessible to the largest number of ... [More] players we can. We like it, and we think you will too. [Less]

4.0
   
  0 reviews  |  2 users  |  742,900 lines of code  |  4 current contributors  |  Analyzed 1 day ago
 
 

ORCA is an interpreter for a REBOL-like language. The interpreter is a C library so that C/C++ applications can use ORCA as an embedded scripting system. ORCA stands for Open-source Rebol Can be Achieved.

5.0
 
  0 reviews  |  2 users  |  29,074 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.