Ports Search

Results 321330 of 5,623 for /devel/.(0.002 seconds)
devel/cmake-fedora-2.3.4 (Score: 0.032514982)
Set of cmake modules for fedora developers
cmake-fedora consists a set of cmake modules that provideds helper macros and targets for Linux, especially Fedora developers.
devel/nose-1.3.7 (Score: 0.032514982)
Discovery-based unittest extension
nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic. By default, nose will run tests in files or directories under the current working directory whose names include "test". nose also supports doctest tests and may optionally provide a test coverage report.
devel/cmake-3.6.2 (Score: 0.032514982)
Modules and Templates for CMake
CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. This port includes CMake's modules and templates.
devel/ev-0.2.15 (Score: 0.032514982)
Libev extension for PHP
This is a PHP binding for lib library.
devel/cmph-2.0 (Score: 0.032514982)
Minimal perfect hashes for C
CMPH - C Minimal Perfect Hashing Library A perfect hash function maps a static set of n keys into a set of m integer numbers without collisions, where m is greater than or equal to n. If m is equal to n, the function is called minimal. Minimal perfect hash functions are widely used for memory efficient storage and fast retrieval of items from static sets, such as words in natural languages, reserved words in programming languages or interactive systems, universal resource locations (URLs) in Web search engines, or item sets in data mining techniques. Therefore, there are applications for minimal perfect hash functions in information retrieval systems, database systems, language translation systems, electronic commerce systems, compilers, operating systems, among others.
devel/cmunge-1.0 (Score: 0.032514982)
Tool for encrypting and compacting C source code
CMUNGE is a simple tool for encrypting and compacting C source code, while leaving it syntactically and semantically unchanged. It does this by: * Recursively in-lining `user-defined' #include files. * Renaming C identifiers, except those in the C Standard Library, with names like l1 (i.e. letter-l one), l2, l3, etc. * Removing comments and blank lines, converting multiple consecutive whitespace characters (including `\n') into single blanks, removing all unnecessary whitespace between tokens. * Outputting the transformed code in lines of least N characters long, where N is a user-specified minimum line length. It accepts ANSI and K & R C as its input language.
devel/coccinelle-1.0.4 (Score: 0.032514982)
Program matching and transformation engine
Coccinelle is a program matching and transformation engine which provides the language SmPL (Semantic Patch Language) for specifying desired matches and transformations in C code. Coccinelle was initially targeted towards performing collateral evolutions in Linux. Such evolutions comprise the changes that are needed in client code in response to evolutions in library APIs, and may include modifications such as renaming a function, adding a function argument whose value is somehow context-dependent, and reorganizing a data structure. Beyond collateral evolutions, Coccinelle is successfully used (by us and others) for finding and fixing bugs in systems code.
devel/codeblocks-16.01 (Score: 0.032514982)
Open source, cross-platform, free C/C++ IDE
Code::Blocks is an open source, cross-platform and free C/C++ IDE. It is build using the wxWidgets GUI library. The WEB site states: "Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable." LICENSE: GPL3 or later (IDE) LICENSE: LGPL3 or later (SDK)
devel/cut-2.7 (Score: 0.032514982)
Unit Testing Framework for C, C++, and Objective-C
CUT is a simple, to-the-point unit testing system. It's different from other unit test packages in that it follows the KISS principle. It's designed for C testing, not designed to emulate SUnit. CUT works with C, C++ and Objective-C. CUT was primarily written by Samuel A. Falvo II and by Billy Tanksley, starting life as distinct, and even competing, CUT 1.0 and test-assert packages. When it was finally decided to combine both packages into a single tool, CUT 2.0 was released, and found to be vastly more useful than either expected. CUT follows standard error messages format supported by Emacs.
devel/colorgcc-1.3.2 (Score: 0.032514982)
Perl script to colorize the terminal output of GCC
colorgcc is a Perl script written by Jamie Moyers to colorize the terminal output of GCC so error messages can be found within longer compiler outputs.