Einfache Projektliste Software-Karte

746 Projekte im Ergebnis
Letztes Update: 2014-05-19 23:21

Embedthis MakeMe

Embedthis MakeMe replaces both autoconf and make with a single utility. MakeMe provides a higher level of abstraction for easily specifying the targets to build (libraries and executables). It can build directly on Linux, Mac, or Windows and cross compile for other platforms. It can also generate native projects for Visual Studio, XCode, Make, Nmake, and shell scripts. MakeMe builds quickly without the complexity of autoconf and make. MakeMe projects are described using JavaScript, and the entire build is exposed as a unified DOM object.

(Machine Translation)
Letztes Update: 2009-07-18 18:40

Nullsoft Scriptable Install System

Nullsoft Scriptable Install System is a tool for creating quick and user-friendly installers for Microsoft Windows operating systems. It is a script-based system that adds a very small overhead, only 34 KB. It features LZMA compression, support for multiple languages, and an easy-to-use plugins system

Letztes Update: 2007-02-05 19:05

IceTea

IceTeaは、あなたの古いPSX CDをSony PSPシステムで使用するために変換することを可能にします。 ingameマニュアルへの対応、メニューの外観を変更するなどが可能です。

Letztes Update: 2011-04-01 08:58

CMake

CMake is a cross-platform, open-source build system. It is used to control the software compilation process using simple platform and compiler independent configuration files. It 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, and code generation.

Letztes Update: 2013-07-28 13:42

MXE (M cross environment)

MXE (M cross environment) is a Makefile that compiles a cross compiler and cross compiles many free libraries such as SDL and Qt. Thus, it provides a nice cross compiling environment for various target platforms.

Letztes Update: 2007-08-08 04:32

OMake

OMake is a build system and scripting language with a similar style and syntax to GNU make but with many additional features, including support for large projects spanning multiple directories, default configuration files simplifying the standard compilation tasks, fast, reliable, automated, scriptable dependency analysis using MD5 digests, built-in support for defining and running autoconfiguration tests, portability, and built-in functions that provide the most common features of programs like grep, sed, and awk. It also provides active filesystem monitoring that restarts builds automatically when source files are modified. A companion command interpreter that can be used interactively is included.

(Machine Translation)
Letztes Update: 2008-05-17 11:39

XOTclIDE

XOTclIDE is an integrated (interactive) development environment for the Tcl and XOTcl language, a highly flexible object-oriented extension of Tcl. It provides a Smalltalk-like programming environment similar to Squick. It allows graphical introspection and editing of a running system (based on Tcl's and XOTcl's introspection facilities). The system state can be saved in the form of Tcl packages. It can optionally use a version control system based on a relational database (MySQL, PostgreSQL, ODBC, or SQLite). All system changes are saved to the database on the fly. It provides browsers for viewing and editing xotcl classes and objects. It also contains syntax highlighting and a static code checker for TCL and xotcl. It contains many developer plugins.

(Machine Translation)
Letztes Update: 2006-05-31 05:43

Jostraca

Jostraca is a general purpose code generation
toolkit for software developers. It uses JSP
syntax and can be configured to use a number of
different programming languages. Jostraca is a
templating tool for Generative Programming.

(Machine Translation)
Letztes Update: 2013-03-14 03:23

makepp

Makepp, a build program that has a number of features that allow for reliable builds and simpler build files, is a drop-in replacement for GNU make. It supports almost all of the syntax that GNU make supports, and can be used with makefiles produced by utilities such as automake. It is called makepp (or make++) because it was designed with special support for C++, which has since been extended to other languages like Swig or embedded SQL. Some features that makepp adds to make are: greatly improved handling of builds that involve multiple makefiles (recursive make is no longer necessary); automatic scanning for include files; rebuilds triggered if build command changes; checksum-based signature methods for reliable builds, smart enough to ignore whitespace or comment changes; extensibility through Perl programming (within your makefile); repositories (automatically importing files from another tree); and build caches (not recompiling identically what a user of the same cache already did).

(Machine Translation)
Letztes Update: 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.

Letztes Update: 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)
Letztes Update: 2002-11-19 13:33

single-honeypot

single-honeypot simulates many services like SMTP,
HTTP, POP-3, shell, and FTP. It can show many
different faces, including those of Windows FTP
systems, Windows SMTP systems, different Linux
distributions, and some Posix distributions.

(Machine Translation)
Letztes Update: 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).

Letztes Update: 2003-04-01 19:09

Autospec

Autospec is a program which creates Red Hat Package Manager (RPM) spec files automatically from a tarball.

Letztes Update: 2005-07-23 16:28

JCSC

JCSC is a powerful tool that checks source code against a highly definable coding standard for potentially bad code. Standards cover naming conventions for classes, interfaces, fields, and parameters, and the structural layout of classes and interfaces. Each rule is highly customizable. It can also find potential bugs, including empty catch/finally blocks, switches without defaults, throwing 'Exception' types, and slow code. JCSC was inspired by lint.