summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'partial-fix-10743'Brad King2010-08-311-1/+4
|\ | | | | | | | | 9e62ac0 Improve documentation of OPTION command.
| * Improve documentation of OPTION command.David Cole2010-08-251-1/+4
| | | | | | | | Point via see also phrasing to the CMakeDependentOption module.
* | Merge topic 'fix-10747'Brad King2010-08-312-240/+204
|\ \ | | | | | | | | | | | | | | | | | | | | | 90add6b Refine formatting for cmake --help-module output. af0c719 Merge branch 'patches/docBundleUtilities' 51cc861 Improve documentation of GetPrerequisites.cmake f811470 Improve documentation of BundleUtilities.cmake
| * | Refine formatting for cmake --help-module output.David Cole2010-08-252-9/+6
| | | | | | | | | | | | Also refer to self as module, not script.
| * | Merge branch 'patches/docBundleUtilities'David Cole2010-08-252-237/+204
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | of http://github.com/themiwi/CMake into fix-10747 Conflicts: Modules/BundleUtilities.cmake There was one newly added function in BundleUtilities.cmake which also needed the same "documentation at top" treatment.
| | * Improve documentation of GetPrerequisites.cmakeMichael Wild2010-05-231-110/+91
| | | | | | | | | | | | | | | | | | | | | Put the function documentation into the header-comment, improve formatting and list the user-relevant functions first. Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
| | * Improve documentation of BundleUtilities.cmakeMichael Wild2010-05-231-116/+103
| | | | | | | | | | | | | | | | | | | | | Put the function documentation into the header-comment, improve formatting and list the user-relevant functions first. Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
* | | Merge topic 'CPackArchiveGenerator-ComponentSupport'Brad King2010-08-318-201/+284
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | a986daf CPack fix broken compilation for CygwinSource generator 873e99a CPackArchiveGenerator improve usability and robustness 654683a CPackArchiveGenerator add component supports 36a550a CPackArchiveGenerator use cmArchiveWrite wrapper
| * | | CPack fix broken compilation for CygwinSource generatorEric NOULARD2010-08-251-1/+1
| | | |
| * | | CPackArchiveGenerator improve usability and robustnessEric NOULARD2010-08-241-2/+46
| | | | | | | | | | | | | | | | | | | | | | | | Handle the "no group defined" case Implement the idea from Rolf Eike Beer to have a single var CPACK_COMPONENTS_GROUPING with several values
| * | | CPackArchiveGenerator add component supportsEric NOULARD2010-08-243-23/+223
| | | |
| * | | CPackArchiveGenerator use cmArchiveWrite wrapperEric NOULARD2010-08-246-208/+47
| | | |
* | | | Merge topic 'CPack-FixDESTDIR-Issue7000'Brad King2010-08-317-13/+115
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3178767 Merge 'CPack-FixDESTDIR-Issue7000' from github.com:TheErk/CMake 6a521f8 CPack Enable better handling of absolute installed files 40dc97d CPack Backward-compatibly enforce DESTDIR for DEB and RPM
| * \ \ \ Merge 'CPack-FixDESTDIR-Issue7000' from github.com:TheErk/CMakeEric NOULARD2010-08-247-13/+115
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | CPack Enable better handling of absolute installed filesEric NOULARD2010-08-233-8/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The idea of the patch is to let the install generator define CPACK_ABSOLUTE_INSTALL_FILES then when CMake is installing project he will concatenate the list of files and give it to specific CPack Generator by defining CPACK_ABSOLUTE_INSTALL_FILES to be the list of ALL files that were installed using absolute destination. An example of use has been applied to RPM generator which now tries to automatically build a relocatable package.
| | * | | CPack Backward-compatibly enforce DESTDIR for DEB and RPMEric NOULARD2010-08-235-5/+45
| | | | |
* | | | | Merge topic 'moc_param_bug11120'Brad King2010-08-311-4/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 2756311 Make sure moc parameters file goes in binary directory.
| * | | | | Make sure moc parameters file goes in binary directory.Clinton Stimpson2010-08-241-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug 11120. Parameters files previously went into source directory when qt4_generate_moc() was given relative paths. Also simplified some logic for absolute paths.
* | | | | | Merge topic 'install-export-docs'Brad King2010-08-311-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 63fbb2f Clarify install(TARGETS) docs for EXPORT option
| * | | | | | Clarify install(TARGETS) docs for EXPORT optionBrad King2010-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly state that a call to install(EXPORT) is also needed.
* | | | | | | Merge topic 'FindBison_10241'Brad King2010-08-311-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a53b47a 10241: FindBISON.cmake clears wrong variable
| * | | | | | | 10241: FindBISON.cmake clears wrong variablePhilip Lowman2010-08-201-1/+1
| | | | | | | |
* | | | | | | | Merge topic 'FindCxxTest_11041'Brad King2010-08-311-23/+79
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ed78a72 11041: Improve FindCxxTest to use Python or Perl automatically; custom flags
| * | | | | | | | 11041: Improve FindCxxTest to use Python or Perl automatically; custom flagsPhilip Lowman2010-08-201-23/+79
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Included patch by Simone Rossetto to check if either Python or Perl are present in the system. Whichever intepreter that is detected is now used to run the test generator program. If both interpreters are detected, the CXXTEST_USE_PYTHON variable is obeyed. Also added support for CXXTEST_TESTGEN_ARGS, for manually specifying options to the CxxTest code generator.
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-311-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-301-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-291-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-281-1/+1
| | | | | | | |
* | | | | | | | KWSys: Use SplitPath in GetActualCaseForPathBrad King2010-08-271-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid using the old SplitString method in favor of the more robust SplitPath method.
* | | | | | | | KWSys: Improve SplitPath method documentationBrad King2010-08-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document explicitly that the first component always exists. Fix the documentation of SplitPathRootComponent to note that home directory roots (~/ and ~u/) always have a trailing slash.
* | | | | | | | KWSys: Avoid empty string dereference in SplitStringBrad King2010-08-271-0/+4
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-271-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-261-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-251-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'add-ExternalProject-targets'Brad King2010-08-242-2/+70
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ef9dd49 Add STEP_TARGETS to ExternalProject module.
| * | | | | | Add STEP_TARGETS to ExternalProject module.David Cole2010-08-232-2/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces the ability to add custom targets that correspond to individual ExternalProject steps. The main motivation behind this new feature is to drive sub-project based dashboard steps as external projects with separate targets for update, configure, build and test output. This makes it easy to construct a ctest -S script to drive such a dashboard. With no STEP_TARGETS defined, there are no additional custom targets introduced, to minimize the chatter in the target name space. Clients may define STEP_TARGETS on a per-ExternalProject_Add basis, or at the directory level by setting the EP_STEP_TARGETS directory property.
* | | | | | | Merge topic 'vs2010-dbginfo-default'Brad King2010-08-241-0/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e234122 VS2010: Disable PDBs when there is no debug info
| * | | | | | | VS2010: Disable PDBs when there is no debug infoRobert Goulet2010-08-191-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When none of the options /Z7, /Zi and /ZI are specified in the cmake project settings, the project will open in the editor with "Program Database" as the default debug information format, ending up always generating PDBs regardless of project configuration. Modify the output project file so that if the debug information format is not specified in the cmake project settings it will default to no PDB generated, just like all the previous other Visual Studio versions. This problem comes from the fact that Microsoft changed the default setting of the debug information format to be "Program Database" instead of "Disabled".
* | | | | | | | Merge topic 'FixEclipseIncludePathParsingWithSpaces'Brad King2010-08-241-7/+12
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | 9fd4e18 Fix parsing of builtin macros so Eclipse handles them properly (#10868)
| * | | | | | | Fix parsing of builtin macros so Eclipse handles them properly (#10868)Alex Neundorf2010-08-231-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
* | | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-241-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-231-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-08-221-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-08-211-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-08-201-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'remove-EscapeSpaces'Brad King2010-08-197-99/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cb9ea26 Remove cmSystemTools::EscapeSpaces method 5383657 CTest: Avoid use of old EscapeSpaces method
| * | | | | Remove cmSystemTools::EscapeSpaces methodBrad King2010-08-183-55/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last remaining call to this method exists only for compatibility. Remove the method and put its implementation inline in place of the last call.
| * | | | | CTest: Avoid use of old EscapeSpaces methodBrad King2010-08-184-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor how cmCTestMemCheckHandler computes the memory tester command line options to avoid encoding them in a single string just to parse them again. The EscapeSpaces uses backslahes to escape spaces on UNIX platforms, so replace other calls to it in CTest that are used to create human-readable strings with simple double-quoting.
* | | | | | Merge topic 'fix-cdash-version-uri'Brad King2010-08-191-3/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7dbc1a2 Fix hard-coded CDash URI in version query
| * | | | | | Fix hard-coded CDash URI in version queryZach Mullen2010-08-181-3/+7
| |/ / / / /