summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem/cmake.pm
AgeCommit message (Expand)AuthorFilesLines
2017-08-24Support building on case-insensitive filesystemsGeoffrey Thomas1-122/+0
2017-07-29cmake: Disable user package registryNiels Thykier1-0/+2
2017-07-29cmake: Pass -DCMAKE_INSTALL_RUNSTATEDIR=/run [c11]Niels Thykier1-0/+4
2017-07-15{autoconf,meson,cmake}: Avoid forking shell via doitNiels Thykier1-3/+3
2017-07-03Set Emacs file variables directory-wideSven Joachim1-6/+0
2017-03-04dh_auto_configure: wrong CMAKE_SYSTEM_NAME for kfreebsd cross-buildsSteven Chamberlain1-1/+1
2016-10-01cmake.pm: Dump CMakeOutput and CMakeError on cmake errorsNiels Thykier1-0/+6
2016-09-18cmake.pm: Set pkg-config and LIBDIR when cross-buildingJulian Andres Klode1-0/+2
2016-02-22cross cmake should specify existing compilersHelmut Grohne1-2/+2
2015-11-06Don't swallow $@ when configure() fails, for accurate error reporting.Jonathan Hall1-2/+2
2015-08-13cmake.pm: Set SYSCONFDIF and LOCALESTATEDIRNiels Thykier1-5/+9
2015-08-12Add cross-compile support to the cmake build systemHelmut Grohne1-1/+27
2015-07-01Migrate to use warnings and use parentNiels Thykier1-1/+2
2015-01-01Add editor hints to the end of all perl modules and scriptsNiels Thykier1-0/+6
2013-12-05cmake: Configure with -DCMAKE_BUILD_TYPE=None Closes: #701233Joey Hess1-1/+1
2013-02-24cmake: Configure with -DCMAKE_BUILD_TYPE=RelWithDebInfo Closes: #701233Joey Hess1-0/+1
2012-04-17releasing version 9.201204199.20120419Joey Hess1-0/+1
2012-04-17cmake: Only pass CPPFLAGS in CFLAGS in v9.9.20120418Joey Hess1-1/+1
2012-04-17cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for th...Joey Hess1-0/+6
2011-08-05Add support for running tests in parallel to the cmake build system.Modestas Vainius1-1/+5
2011-06-24dh_auto_configure: If there is a problem with cmake, display the CMakeCache.txt.Joey Hess1-1/+9
2009-11-21Fix deep recursive in cmake::test().Modestas Vainius1-1/+1
2009-11-19cmake build+ steps need Makefile.Modestas Vainius1-2/+3
2009-11-18comment mungingJoey Hess1-0/+3
2009-11-18Improve build system auto-selection processModestas Vainius1-5/+5
2009-11-16Enable verbose ctest output on test failureModestas Vainius1-1/+4
2009-11-12Enable verbose ctest output on test failureModestas Vainius1-0/+7
2009-08-01cmake: Avoid forcing rpath off as this can break some test suites. It gets st...Joey Hess1-1/+0
2009-06-30Bug fix: pass extra command line arguments to cmake.Modestas Vainius1-1/+1
2009-06-30Rename enforce_out_of_source_building() to prefer_Modestas Vainius1-2/+1
2009-06-29misc minor changesJoey Hess1-1/+1
2009-06-28Revert "Update dh_auto documentation."Joey Hess1-125/+0
2009-06-18Update dh_auto documentation.Modestas Vainius1-0/+125
2009-06-18Do not explicitly repass env. variables {C,CXX,LD}FLAGS to cmake.Modestas Vainius1-3/+0
2009-06-18Less code in the build system classes to call enforce_out_of_source_building().Modestas Vainius1-2/+1
2009-06-17Some cosmetic changes in the comments and strings.Modestas Vainius1-3/+3
2009-06-13Enforce out of source building in soft mode for cmake.Modestas Vainius1-2/+3
2009-06-09Implement source directory switching support (Closes: #530597).Modestas Vainius1-3/+2
2009-06-08Use term "out of source" rather than "outside source".Modestas Vainius1-3/+3
2009-06-08Use the term "build step" instead of "build action" everywhere in the source.Modestas Vainius1-2/+2
2009-04-20reword descriptionsJoey Hess1-1/+1
2009-04-20use $this rather than $selfJoey Hess1-8/+8
2009-04-20let's write class, not clsJoey Hess1-2/+2
2009-04-15debhelper modular buildsystems (try 3).Modestas Vainius1-2/+2
2009-04-14update and remove XXX commentsJoey Hess1-3/+0
2009-04-14Modular object-orientied buildsystem implementation (try 2).Modestas Vainius1-23/+21
2009-04-10code review, added commentsJoey Hess1-0/+5
2009-04-10Modular object-orientied buildsystem implementation.Modestas Vainius1-0/+49