don't hard-code the path to the python interpreter
[mass-build.git] / build_system.py
2014-12-31 Ralf Jungtab -> spaces
2014-12-30 Ralf Jungsupport new autogen option of auto-debuild
2013-10-27 Ralf Jungfix the -c/--config argument; adapt to the debian folde...
2013-09-18 Ralf JungAuto-configure build parallelism
2013-09-15 Ralf Jungconvert to python 3
2013-09-15 Ralf Jungcall git as subprocess instead of using the git python API
2013-07-12 Ralf JungForward auto-debuild option withSIP
2013-05-15 Ralf JungUse parallel build even for installation, but with...
2013-02-06 Ralf Jungimplement a version checker
2012-12-15 Ralf JungAdd support for epoch in auto-debuild version numbers...
2012-12-09 Ralf Jungmake mass-build GPLv2+
2012-10-05 Ralf Jungbetter handling of environment variables, and set more...
2012-09-13 Ralf JungSet CMAKE_PREFIX_PATH environment variable during build...
2012-09-13 Ralf Jungmake the prefix options optional; fix SVN for the case...
2012-09-09 Ralf Jungmake waitAfterConfig a command-line option, instead...
2012-09-09 Ralf Jungforward breaks, replaces to auto-debuild
2012-08-17 Ralf JungMake overriding the version name independant of VCS...
2012-08-15 Ralf JungMake config inherited
2012-08-12 Ralf Jungmodule -> project; allow building all projects within...
2012-08-12 Ralf Jungforward conflicting packages option
2012-08-12 Ralf Jungforward python 2 configuration
2012-08-03 Ralf JungAdd option to wait for confirmation after configuration
2012-08-02 Ralf Jungdisable debug warning
2012-08-01 Ralf JungForward section parameter to auto-debuild
2012-08-01 Ralf Jungrename some options for a more consistent naming; fix...
2012-07-31 Ralf Jungrewuire a build system to be specified for auto-debuild...
2012-07-30 Ralf JungSimplify build system interface: There is simply a...
2012-07-29 Ralf JungMake auto-debuild configuration idempotent
2012-07-29 Ralf Jungforward installFiles option; debian folder is no longer...
2012-07-27 Ralf JungPass skipFiles and binaryRecommends option to auto...
2012-07-27 Ralf JungPass parallel job count to auto-debuild
2012-07-27 Ralf JungFor SVN, the version must be manually specified
2012-07-27 Ralf JungDisable some debug output; pass binaryDepends to auto...
2012-07-27 Ralf JungPass buildDepends to atuo-debuild
2012-07-27 Ralf Jungpass cmake parameters, name, email, build dir to auto...
2012-07-27 Ralf JungFirst working prototype of auto-debuild integration
2012-07-27 Ralf JungUse the configuration as dictionary, and add stub for...
2012-06-19 Ralf Jungmake configuration more flexible and more readable
2012-06-12 Ralf JungInitial project import