Simple Project List Software Map

746 projects in result set
Última actualización: 2011-04-19 21:13

iReport Designer for JasperReports

iReport is a visual reporting tool based on JasperReports and written in pure Java. You can manage charts, images, sub-reports, etc. Data can be retrieved using JDBC, TableModels, JavaBeans, and XML. It supports output in PDF, XML, XSL, CSV, HTML, and Java2D.

Última actualización: 2014-05-19 23:24

_smake

smake is a highly portable 'make' program that makes commands up to date based on rules in Makefiles and on the timestamps of the related files. It implements a complete superset of the features of the classical POSIX/Unix make program. It warns about typical misuse of dynamic macros that prevent portability of makefiles. Its automake features allow you to run scripts to automatically create rules for unknown platforms.

(Machine Translation)
Última actualización: 2014-05-31 06:14

Aegis

Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. Aegis supports geographically distributed development.

Última actualización: 2009-11-09 00:49

AutoGen

AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text. This is especially valuable if there are several blocks of such text that must be kept synchronized. Output is specified with a Scheme-enhanced output template. Input, if required by your template, may come from AutoGen definitions, CGI data, or XML files.

Última actualización: 2010-08-20 07:04

SCons

SCons is a software construction tool (build tool substitute for Make) implemented in Python. It features a modular build engine that can be embedded in other software. SCons configuration files are Python scripts that call the build engine API. It can scan files to detect dependencies automatically and maintain a global view of all dependencies in a build tree, and uses

MD5 signatures to detect changed file contents

reliably. Timestamps can be used if you prefer. SCons also supports parallel builds and is easily

extensible through user-defined builder and

scanner objects.

Última actualización: 2010-01-28 05:21

Pyflakes

Pyflakes is a program that analyzes Python programs and detects various errors. It works by parsing the source file rather than importing it, so it is safe to use on modules with side effects. It's also much faster.

Última actualización: 2013-02-03 02:26

GNU Autoconf Macro Archive

The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf. They can be re-used without imposing any restrictions on the licensing of the generated configure script. In particular, it is possible to use them in configure scripts that are meant for non-free software.

Última actualización: 2014-06-04 22:46

Redline RPM Library

Redline is a pure Java RPM library that supports
the creation and reading of RPM packages. It
includes an Ant task for build script integration.

(Machine Translation)
Última actualización: 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)
Última actualización: 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.

Última actualización: 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

Última actualización: 2013-10-23 22:02

cx_Freeze

cx_Freeze is a set of utilities for freezing Python scripts into executables in a cross platform way, using many of the techniques found in Thomas Heller's py2exe, Gordon McMillan's Installer, and the Freeze utility that ships with Python itself.

Última actualización: 2012-12-11 13:50

perltidy

Perltidy is a Perl script indenter and beautifier. By default it approximately follows the suggestions in perlstyle(1), but the style can be adjusted with command line parameters. Perltidy can also write syntax-colored HTML output.

Última actualización: 2007-02-05 19:05

IceTea

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

Última actualización: 2014-06-16 08:37

BuildBot

The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. It builds and tests the tree each time a change is committed, providing status updates through a Web page or other protocols.