Simple Project List Software Map

746 projects in result set
LastUpdate: 2012-01-23 23:29

makl

MaKL is a simple and light framework for building
multi-platform C/C++ projects, purely based on the
Bourne Shell and GNU Make. It is much easier to
install and use than other typical building
systems, while maintaining the essential
functionality. It is ideal for embedded systems
due to its cross-compilation, multiplatform
toolchaining mechanisms, and minimal external
dependencies.

(Machine Translation)
LastUpdate: 2001-09-17 01:42

Buildkernel

Buildkernel is an intelligent shell script that automates the task of building a Linux kernel. For beginning users, it handles the process from beginning to end, prompting the user when they have to do something. Advanced users can use it to build multiple kernels with little effort. Buildkernel will download kernel and pcmcia source, remove unnecessary code, create symlinks, automatically patch the kernel, build the kernel, modules, and pcmcia modules (nicely), and install them to hard disk or floppy, running LILO as necessary.

(Machine Translation)
LastUpdate: 2009-01-19 22:29

gitty-gitty

gitty-gitty, the (general | GNU) template generation tools, are a set of scripts for creating a whole set of sources which may already be compiled and installed using the GNU development tools. Think of gtgt as a program which is able to create an already compilable, very sophisticated "hello world" program, written in C or C++ and constituted by a main program, two internal modules (classes), and one static and one shared library, and this complex "Hello World" is already fully embedded into the GNU autoconf/automake development environment. By using gitty-gitty, you will get a template of sources for the main cases you might meet, and which you can also use as examples for automake, autoconf, etc.

(Machine Translation)
LastUpdate: 2013-12-08 14:26

cm_tools

cm_tools is a collection of commandline utilities that support and
extend RCS and related configuration management activity.

(Machine Translation)
LastUpdate: 2012-08-21 21:00

Project Builder

Project-Builder is a tool that helps you build packages of your application (managed with a tar file or a configuration management system such as CVS, Subversion, Mercurial, or GIT). It is able to generate a build package skeleton for your project. With simple configuration files, it can generate for up to 20 different tuples of distributions (name, version, architecture), including Fedora, Mandriva, OpenSuSE, Debian, Ubuntu, Gentoo, and Slackware. It is a good tool for doing continuous packaging.

LastUpdate: 2009-03-11 11:05

Cobras

Cobras is a programming environment for Qt, and is
written in Qt itself. It has an integrated debugger (as a front-end for GDB), and is very functional and helpful. It is fast and easy to use. It consists of one binary file (plus
an icon for the desktop). It does not create its
own files when working with a project, but uses
only the original '.pro' file.

(Machine Translation)
LastUpdate: 2003-07-04 11:09

A-A-P

The goal for A-A-P is to make it easy to locate,
download, and install software. Additionally, it
supports making changes to a program and managing
different versions that exist in the world, making
it useful both for users and for developers. It
uses a recipe that is similar to a Makefile, but
with many enhancements, such as integrated Python
script support, support for Internet access, and
version control. An IDE will be provided that
integrates your favorite editor, debugger, and
other tools.

(Machine Translation)
LastUpdate: 2012-10-04 01:01

remake

remake is a patched and modernized version of GNU make utility that adds improved error reporting, the ability to trace execution in a comprehensible way, and a debugger. The debugger lets you set breakpoints on targets, show and set variables in expanded or unexpanded form, inspect target descriptions, see the target call stack, and even execute arbitrary GNU make fragments (e.g. add a dependency to an existing target).

LastUpdate: 2005-05-17 09:19

makefiles

Makefiles is a high-level build system and suite of portability tools. It is
meant to be easier to use than autoconf and generally superior. The package
contains a set of rules that allows you to compile structured projects with
small and uniformly structured makefiles. All rules are located in a central
directory. Compiling the projects on different platforms can be done
simultaneously without having to modify any of the makefiles that are located
in the projects directories.

(Machine Translation)
LastUpdate: 2004-07-23 22:27

Jaffa

Jaffa (Java Application Framework For All) is an enterprise-focused Java framework for rapid application development. It provides a complete Java Web application development stack, extending exsiting projects like Tomcat and Struts at the frontend with MVC-based web widgets, all the way through to a high-performance lightweight O/R persistence engine, with plenty of rich features in between including rules engines, declarative application, and data security. In addition to the runtime framework, there is a suite of component templates and other tools for rapid application development, including a TogetherSoft plug-in for UML intergration.

LastUpdate: 2011-07-10 12:18

bdec

bdec is a set of tools for decoding binary files given a specification written in a flexible XML-based syntax. It supports decoding to XML or Python objects, and can generate quality C decoders and encoders.

LastUpdate: 2009-12-23 16:04

autogen.sh

autogen.sh (a.k.a. buildconf) provides automatic
build system preparation and is generally very
useful to projects that use the GNU build system
(i.e. the GNU autotools: autoconf, automake, and
libtool). It is a POSIX shell script that is used
for preparing a build system for compilation,
verifying versions, ensuring necessary
functionality, and overcoming many common build
preparation issues.

(Machine Translation)
LastUpdate: 2004-11-01 22:48

AntFlow

AntFlow builds upon Apache Ant to provide a new
approach to simplifying system automation that
uses pipelines of hot folders chained together to
perform a given task. Using XML, it associates an
automated task such as data transfer, encryption,
or XML processing with a directory on the local
system. Whenever a file is copied or written into
the hot folder, the associated task is executed
and the file is moved to the next hot folder in
the pipeline for further processing.

(Machine Translation)
LastUpdate: 2013-05-18 03:37

ELFIO

ELFIO is an ELF (Executable and Linkable Format) reader and producer implemented as a C++ library.

LastUpdate: 2001-11-13 11:02

hilite

hilite is a utility which executes whatever command you specify, highlighting
anything it prints to stderr. It's most useful when compiling, since warnings
are printed in bright red and are therefore very hard to miss.

(Machine Translation)