summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-29116-420/+420
| | | | | Use const_cast for the special case in cmFindBase where GetFullDocumentation calls GenerateDocumentation.
* cmPropertyDefinition::IsChained is constYury G. Kudryashov2012-02-241-1/+1
|
* KWSys Nightly Date StampKWSys Robot2012-02-241-1/+1
|
* KWSys Nightly Date StampKWSys Robot2012-02-231-1/+1
|
* KWSys Nightly Date StampKWSys Robot2012-02-221-1/+1
|
* Merge topic 'HandleTargetsInCMakeRequiredLibraries'David Cole2012-02-2117-67/+257
|\ | | | | | | | | | | | | | | 35c48e1 Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIES 61cb4ea bootstrap: move while() and endwhile() into the bootstrap build c9f2886 -don't pull in CheckTypeSize.cmake from the cmake which is being built 628f365 -remove trailing whitespace
| * Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIESAlex Neundorf2012-02-2113-11/+206
| | | | | | | | | | | | | | | | | | | | | | Add the function cmake_expand_imported_targets() to expand imported targets in a list of libraries into their on-disk file names for a particular configuration. Adapt the implementation from KDE's HANDLE_IMPORTED_TARGETS_IN_CMAKE_REQUIRED_LIBRARIES which has been in use for over 2 years. Call the function from all the Check*.cmake macros to handle imported targets named in CMAKE_REQUIRED_LIBRARIES. Alex
| * bootstrap: move while() and endwhile() into the bootstrap buildAlex Neundorf2012-02-212-4/+4
| | | | | | | | Alex
| * -don't pull in CheckTypeSize.cmake from the cmake which is being builtAlex Neundorf2012-02-211-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We can be sure that at least cmake 2.6.3 is used when building cmcurl. This means we always get in the first branch of the if(). I think it is not a good idea to pull a cmake module from the cmake which is being built in, since this may use features which are not supported in the cmake which is used to build cmake (e.g. CMAKE_CURRENT_LIST_DIR which does not exist in cmake 2.6.3 which is the minimum for cmcurl). A bit further below there is anyway code to handle the case that cmake is older than 2.8.0, so it should be ok. Alex
| * -remove trailing whitespaceAlex Neundorf2012-02-219-46/+46
| | | | | | | | Alex
* | Merge topic 'qt3-find-qtmain'David Cole2012-02-211-1/+4
|\ \ | | | | | | | | | | | | f506621 Fix paths/hints for finding qtmain.
| * | Fix paths/hints for finding qtmain.Clinton Stimpson2012-02-201-1/+4
| | |
* | | Merge topic 'update-KWIML'David Cole2012-02-211-1/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | 4cbc21e Merge branch 'upstream-kwiml' into update-KWIML aabf65a KWIML: Teach ABI.h that MIPS is biendian
| * \ \ Merge branch 'upstream-kwiml' into update-KWIMLBrad King2012-02-201-1/+9
| |\ \ \
| | * | | KWIML: Teach ABI.h that MIPS is biendianModestas Vainius2012-02-201-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIPS machines are biendian hence they can run both big endian kernels e.g. Debian mips architecture, and little endian kernels e.g. Debian mipsel architecture. Use predefined macros to distinguish them.
* | | | | Merge topic 'doBuildRPM-withSpaceInTree'David Cole2012-02-211-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 6749450 Do not build RPM if path of the build tree contains space
| * | | | | Do not build RPM if path of the build tree contains spaceEric NOULARD2012-02-191-0/+8
| | | | | |
* | | | | | Merge topic 'CPack-dynamicDocSection'David Cole2012-02-2111-67/+230
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9a8103e Try to fix compile error on Win32-vs70 4da2223 Fix typo in end markup cfac874 More documentation concerning CPack Components dee0a38 Put CPack DMG and PackageMaker doc in separate files b4abcfe Correct copy/paste section name mistake 9717727 Suppress unecessary (now empty) doc sections 7a8f44a Add structure documentation for CPack Bundle generator b8a274c Add structured documentation for NSIS a6bce55 Dynamically add documentation section specified in documented script.
| * | | | | | Try to fix compile error on Win32-vs70Eric NOULARD2012-02-181-3/+4
| | | | | | |
| * | | | | | Fix typo in end markupEric NOULARD2012-02-181-1/+1
| | | | | | |
| * | | | | | More documentation concerning CPack ComponentsEric NOULARD2012-02-181-1/+46
| | | | | | |
| * | | | | | Put CPack DMG and PackageMaker doc in separate filesEric NOULARD2012-02-183-55/+104
| | | | | | |
| * | | | | | Correct copy/paste section name mistakeEric NOULARD2012-02-181-1/+1
| | | | | | |
| * | | | | | Suppress unecessary (now empty) doc sectionsEric NOULARD2012-02-181-2/+0
| | | | | | |
| * | | | | | Add structure documentation for CPack Bundle generatorEric NOULARD2012-02-181-0/+12
| | | | | | |
| * | | | | | Add structured documentation for NSISEric NOULARD2012-02-181-0/+42
| | | | | | |
| * | | | | | Dynamically add documentation section specified in documented script.Eric NOULARD2012-02-185-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify CPackDeb and CPackRPM as an example
* | | | | | | Merge topic 'GenerateExportHeader_MinorFix'David Cole2012-02-211-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 54e1f6f GenerateExportHeader: use double quotes around _gcc_version
| * | | | | | | GenerateExportHeader: use double quotes around _gcc_versionAlex Neundorf2012-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GenerateExportHeaders test was failing on one machine, the version could not be determined there, so the _gcc_version was empty, so the first argument to if() was empty, so it complained: http://open.cdash.org/testDetails.php?test=135623436&build=2016288 Use double quotes to turn the non-existant first argument into an empty string. Alex
* | | | | | | | Merge topic 'improve-findopenmp'David Cole2012-02-211-72/+133
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f573ac FindOpenMP: try the most likely flags first 81228e9 FindOpenMP: do not fail if only C or CXX is enabled (#11910)
| * | | | | | | | FindOpenMP: try the most likely flags firstRolf Eike Beer2012-02-181-32/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we know which compiler we have we can test those OpenMP flags first that are likely to be correct. This doesn't make any difference for GNU compilers, but it should avoid useless try_compiles and output cluttering for all others.
| * | | | | | | | FindOpenMP: do not fail if only C or CXX is enabled (#11910)Rolf Eike Beer2012-02-081-43/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspired-By: Raymond Wan
* | | | | | | | | Merge topic 'expect-more-versions'David Cole2012-02-211-2/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 540db7e AllFindModules test: expect more modules to have a version number available
| * | | | | | | | | AllFindModules test: expect more modules to have a version number availableRolf Eike Beer2012-02-181-2/+3
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For all current build machines the modules FindPkgConfig, FindFreetype, and FindLibXslt return a version number. Enforce this to early catch when this is not always the case.
* | | | | | | | | Merge topic 'improve-findfreetype'David Cole2012-02-211-2/+26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f58cce0 FindFreetype: support version selection
| * | | | | | | | | FindFreetype: support version selectionRolf Eike Beer2012-02-171-2/+26
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'findlibrary-versioned-libraries'David Cole2012-02-212-5/+45
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 70f3623 Find_library(): allow searching for versioned shared objects
| * | | | | | | | | Find_library(): allow searching for versioned shared objectsRolf Eike Beer2012-02-182-5/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This did not work because find_library() did only treat the given name as complete filename if is matched "PREFIX.*SUFFIX": find_library(MYLIB libfoo.so.2) Now it is also taken as a whole if the name matches "PREFIX.*SUFFIX\..*".
* | | | | | | | | | Merge topic 'fix-typos-12975'David Cole2012-02-217-14/+14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ec2ebd fix the same typos as found by Debian in other places, too d36d29f various typo and formatting fixes in manual pages (#12975)
| * | | | | | | | | | fix the same typos as found by Debian in other places, tooRolf Eike Beer2012-02-183-5/+5
| | | | | | | | | | |
| * | | | | | | | | | various typo and formatting fixes in manual pages (#12975)Modestas Vainius2012-02-184-9/+9
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch fixes the following lintian warnings: W: cmake-data: manpage-has-errors-from-man usr/share/man/man1/cmakemodules.1.gz 2728: warning: macro `..' not defined I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakemodules.1.gz overriden overridden I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakemodules.1.gz overriden overridden I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakemodules.1.gz explicitely explicitly I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakemodules.1.gz jave java W: cmake-data: manpage-has-errors-from-man usr/share/man/man1/cmakeprops.1.gz 1040: warning [p 25, 3.7i]: can't break line W: cmake: manpage-has-errors-from-man usr/share/man/man1/cmake.1.gz 4233: warning [p 85, 1.3i]: can't break line I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz overriden overridden I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz overriden overridden I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz explicitely explicitly I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz jave java
* | | | | | | | | | Merge topic 'improve-findpkgconfig'David Cole2012-02-211-5/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2750115 FindPkgConfig: support version selection of pkg-config itself
| * | | | | | | | | | FindPkgConfig: support version selection of pkg-config itselfRolf Eike Beer2012-02-181-5/+16
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'document-test-layout'David Cole2012-02-211-0/+34
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 378f229 Tests: document where to put tests
| * | | | | | | | | | Tests: document where to put testsRolf Eike Beer2012-02-171-0/+34
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'improve-findlibxslt'David Cole2012-02-211-3/+15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 70697a8 FindLibXslt: support version selection
| * | | | | | | | | | FindLibXslt: support version selectionRolf Eike Beer2012-02-171-3/+15
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'improve-findruby'David Cole2012-02-211-31/+26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 854e762 FindRuby: clean up querying variables from Ruby
| * | | | | | | | | | FindRuby: clean up querying variables from RubyRolf Eike Beer2012-02-171-31/+26
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer Ruby versions (from 1.9 onward) seem to warn if you query Config::CONFIG and print a warning to use RbConfig instead. RbConfig seems to also work in older versions, at least in 1.8. Use a macro to query RbConfig first and only if that doesn't give anything fall back to Config.
* | | | | | | | | | Merge topic 'findblas-bugs'David Cole2012-02-212-141/+154
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4585e57 FindBLAS/FindLAPACK: Work with MKL version 10.3 (#12924, #12925)