66 projects tagged "Build Tools"
The Ape Base Compile System is a set of scripts that leverage ESP EPM and MREPO to maintain Red Hat based systems that require custom and secluded binaries. It achieves cross platform reproducible compiles applications like Apache HTTPD, MySQL, and PHP, supports a common --prefix parent directory to allow different versions of an application to be installed, provides an easy method to switch between application versions, places selected application binaries in a central "bin" directory, supports delivery via Yum and other common installers, and provides a method for non-compiled "skeleton" files to be included with installation and distribution.
Autobuild is a package that processes output from building software, primarily focused on packages using Autoconf and Automake, and generates HTML summaries. The output includes project name, version, build host types, build host name, and indication of success or failure. The output is indexed in many ways to simplify browsing.
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.
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.