summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem.pm
Commit message (Expand)AuthorAge
* Improve -v logging. Closes: #672448Joey Hess2012-05-11
* Use target architecture for build directory name.Tom Hughes2011-10-06
* remove now-unnecessary cachingJoey Hess2010-05-09
* Fix typo in call to abs2rel in --builddir sanitize code. Closes: #567737Joey Hess2010-01-30
* use foreach instead of for when looping thru arrayJoey Hess2009-11-19
* comment mungingJoey Hess2009-11-18
* Improve build system auto-selection processModestas Vainius2009-11-18
* support unlimited parallel jobsJoey Hess2009-10-29
* Support parallel building in makefile buildsystemModestas Vainius2009-10-28
* rmdir_builddir(): use shell commands rather than perl equivalent.Modestas Vainius2009-06-30
* remove enforce_out_of_source_buildingJoey Hess2009-06-29
* layoutJoey Hess2009-06-29
* More verbose rmdir_builddir() and more its testsModestas Vainius2009-06-30
* Support absolute paths for builddir.Modestas Vainius2009-06-30
* Rename _canonpath to canonpath.Modestas Vainius2009-06-30
* Rename enforce_out_of_source_building() to prefer_Modestas Vainius2009-06-30
* misc minor changesJoey Hess2009-06-29
* Less code in the build system classes to call enforce_out_of_source_building().Modestas Vainius2009-06-18
* Some cosmetic changes in the comments and strings.Modestas Vainius2009-06-17
* First letter case fixes (should be lowercase) in error/warning messages.Modestas Vainius2009-06-15
* Add "only if empty" flag to rmdir_builddir().Modestas Vainius2009-06-15
* Fix typo: missing $this.Modestas Vainius2009-06-15
* Use another root directory in _rel2rel.Modestas Vainius2009-06-13
* Drop special handling for build directory ./path.Modestas Vainius2009-06-13
* Get rid of is_buildable and build_step flags. Broken by design.Modestas Vainius2009-06-11
* Refactor build directory setting into separate method and solve a few bugs.Modestas Vainius2009-06-11
* Remove empty build directory parent dirs (up to source directory) too.Modestas Vainius2009-06-11
* Rename {pre,post}_step to {pre,post}_building_step.Modestas Vainius2009-06-11
* Implement source directory switching support (Closes: #530597).Modestas Vainius2009-06-09
* Use term "out of source" rather than "outside source".Modestas Vainius2009-06-08
* Use the term "build step" instead of "build action" everywhere in the source.Modestas Vainius2009-06-08
* unimportant code changesJoey Hess2009-04-20
* rename Dh_Buildsystem to BuildsystemJoey Hess2009-04-20