515 projects tagged "Build Tools"
autorevision extracts metadata about the current revision from your repository. It is meant to be used by project build systems to extract properties that can be used in software version strings. Repository types supported include git, hg, bzr, and svn. It can create files containing variable and macro definitions suitable for C, C++, Java, sh, Python, Perl, PHP, Lua, JavaScript, and header files suitable for use in preprocessing Info.plist files.
Embedthis Bit replaces both autoconf and make with a single utility: bit. Bit 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. Bit builds quickly without the complexity of autoconf and make. Bit projects are described using JavaScript, and the entire build is exposed as a unified DOM object.
Build Gear is a lightweight build tool for building embedded firmware. Its primary focus is to make it easy to create and maintain fully-customized embedded firmware. This is reflected in a straightforward commandline interface and support for easy-to-understand build files. The secondary focus is build performance and build integrity. Build Gear is easy to use and well-suited for rapid prototyping and product development of GNU/Linux firmware to be deployed in small-to-medium-sized embedded systems.