summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-13085-add-nsis-preinstall-hook'David Cole2012-04-252-3/+12
|\
| * CPack/NSIS: Add CPACK_NSIS_EXTRA_PREINSTALL_COMMANDS (#13085)David Cole2012-04-212-3/+12
* | Merge topic 'CPack-fixManPage-typo'David Cole2012-04-251-0/+1
|\ \
| * | Fix CPack RPM man page typo detected by lintian.Modestas Vainius2012-04-201-0/+1
* | | Merge topic 'compile-XL-v6'David Cole2012-04-253-6/+9
|\ \ \
| * | | Workaround IBM XL v6 streams seekg bug (#13149)Jim Hague2012-04-191-1/+1
| * | | libarchive: Avoid 'inline' keyword on XL C v6 (#13148)Brad King2012-04-191-0/+3
| * | | libarchive: Avoid trailing , in enum for XL v6 (#13148)Jim Hague2012-04-191-5/+5
* | | | Merge topic 'enhance-include_external_msproject'David Cole2012-04-2520-26/+265
|\ \ \ \
| * | | | VS: Fix line-too-long style errorsBrad King2012-04-194-12/+16
| * | | | Merge branch 'list-empty-error' into enhance-include_external_msprojectBrad King2012-04-1913-1/+44
| |\ \ \ \
| * | | | | include_external_msproject: Test TYPE, GUID, PLATFORM options (#13120)Brad King2012-04-1911-0/+138
| * | | | | Merge branch 'test-RunCMake-check' into enhance-include_external_msprojectBrad King2012-04-192-9/+19
| |\ \ \ \ \
| * | | | | | include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)Leonid Yurchenko2012-04-169-25/+122
* | | | | | | Merge topic 'list-empty-error'David Cole2012-04-2513-1/+44
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | list: Handle errors on empty lists more gracefully (#13138)Brad King2012-04-1713-1/+44
* | | | | | | Merge topic 'test-RunCMake-check'David Cole2012-04-252-9/+19
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Teach RunCMake tests to allow custom checksBrad King2012-04-192-9/+19
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'doc-find_package-variables'David Cole2012-04-251-3/+26
|\ \ \ \ \ \
| * | | | | | find_package: Fix components signature documentation (#13142)Brad King2012-04-191-3/+3
| * | | | | | find_package: Document <package>_FIND_* variables (#13142)Brad King2012-04-181-0/+23
| |/ / / / /
* | | | | | Merge topic 'vs10-rule-files'David Cole2012-04-259-52/+87
|\ \ \ \ \ \
| * | | | | | VS10: Avoid creating .rule files next to outputs (#13141)Brad King2012-04-183-1/+24
| * | | | | | Factor out custom command .rule file path generationBrad King2012-04-183-10/+22
| * | | | | | Cleanup custom command .rule file internal handlingBrad King2012-04-185-41/+41
| |/ / / / /
* | | | | | Merge topic 'CPackDeb-fixFakerootOnControl'David Cole2012-04-251-5/+10
|\ \ \ \ \ \
| * | | | | | Use fakeroot for control.tar.gz as wellEric NOULARD2012-04-171-5/+10
* | | | | | | Merge topic 'fix-usejava-typo-13135'David Cole2012-04-251-1/+1
|\ \ \ \ \ \ \
| * | | | | | | UseJava: fix typo in variable name (#13135)Rolf Eike Beer2012-04-161-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'ctest_coverage-locale'David Cole2012-04-251-1/+29
|\ \ \ \ \ \ \
| * | | | | | | ctest_coverage: Save/restore LC_ALL around gcov (#13136)Brad King2012-04-161-1/+29
| |/ / / / / /
* | | | | | | Merge topic 'fix-pkgconfig-13125'David Cole2012-04-252-4/+7
|\ \ \ \ \ \ \
| * | | | | | | FindPkgConfig.cmake: fix documented output variable not set (#13125,#13132)Rolf Eike Beer2012-04-152-4/+7
* | | | | | | | Merge topic 'OBJECTLibrariesInCodeBlocks'David Cole2012-04-252-2/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | CodeBlocks: improve support for OBJECT librariesAlex Neundorf2012-04-092-2/+30
| * | | | | | | | -fix #13081: support OBJECT libraries in CodeBlocks/QtCreator projectsAlex Neundorf2012-03-311-2/+15
* | | | | | | | | Merge topic 'doc-target_link_libraries-repeat'David Cole2012-04-251-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Document behavior of multiple target_link_libraries calls (#13113)Brad King2012-04-091-1/+2
* | | | | | | | | | Merge topic 'ninja-patches'David Cole2012-04-254-13/+38
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Ninja: CMAKE_USE_NINJA is the name of the macroPeter Kuemmel2012-04-081-1/+1
| * | | | | | | | | | Ninja: no additional variable needed to enable ninjaPeter Kuemmel2012-04-081-7/+5
| * | | | | | | | | | Ninja: enable Ninja for CodeBlocksPeter Kuemmel2012-04-071-0/+3
| * | | | | | | | | | Ninja: remove GCC -Wshadow warningPeter Kuemmel2012-04-071-1/+1
| * | | | | | | | | | Ninja: add option to enable ninja where it is not enabled by defaultPeter Kuemmel2012-04-061-6/+8
| * | | | | | | | | | Ninja: no 16:9 screens for the cmake team ;)Peter Kuemmel2012-04-061-3/+6
| * | | | | | | | | | Ninja: ensure output directories existPeter Kuemmel2012-04-062-6/+25
* | | | | | | | | | | Merge topic 'dev/fix-python3-findmodule'David Cole2012-04-251-4/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Search for other ABIFLAGS builds of PythonBen Boeckel2012-03-271-1/+9
| * | | | | | | | | | | Don't put legacy variables back into the cacheBen Boeckel2012-03-271-3/+2
* | | | | | | | | | | | Merge topic 'mac_environ'David Cole2012-04-251-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \