summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add whitespace=tab-in-indent attribute for sourcesBrad King2010-08-301-0/+6
| | | | Tell Git 1.7.2 and later to reject indentation with TABs.
* 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
| |/ / /
* | | | Merge topic 'msvc-version'Brad King2010-08-193-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 76ed7f0 Set MSVC_VERSION for MSVC 6, 7, 7.1 (#7944)
| * | | | Set MSVC_VERSION for MSVC 6, 7, 7.1 (#7944)Rolf Eike Beer2010-08-173-0/+3
| | | | |
* | | | | Merge topic 'FortranCInterface-doc-typo'Brad King2010-08-191-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | e872f5d FortranCInterface: Fix doc typo FC.h -> FCMangle.h
| * | | | | FortranCInterface: Fix doc typo FC.h -> FCMangle.hBrad King2010-08-171-3/+3
| | | | | |
* | | | | | Merge topic 'TimeoutForExecuteProcessInVendorChecking'Brad King2010-08-191-3/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | e6c9bc2 Add timeout to execute_process() in CMAKE_DETERMINE_COMPILER_ID().
| * | | | | | Add timeout to execute_process() in CMAKE_DETERMINE_COMPILER_ID().Alex Neundorf2010-08-171-3/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In CMAKE_DETERMINE_COMPILER_ID_VENDOR() the compiler is called with various arguments. In some cases, this can make the compiler hang and wait forever for input (e.g. "as -v"). That's why add an timeout so it terminates finally. 10 seconds should be more than enough, this is the time it takes to startup the compiler, which is usually quite fast. Alex
* | | | | | Merge topic 'CMakeParseArguments'Brad King2010-08-192-71/+167
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c327cbd Modules: Fix CMakeParseArguments copyright notice 9eb6cc1 Merge branch 'module-notices' into CMakeParseArguments b173b87 Add macro CMakeParseArguments() and use it in FPHSA()
| * | | | | | Modules: Fix CMakeParseArguments copyright noticeBrad King2010-08-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix format of the copyright notice to pass the ModuleNoticesTest.
| * | | | | | Merge branch 'module-notices' into CMakeParseArgumentsBrad King2010-08-173-43/+50
| |\ \ \ \ \ \
| * | | | | | | Add macro CMakeParseArguments() and use it in FPHSA()Alex Neundorf2010-08-142-71/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a macro cmake_parse_arguments() (as discussed on cmake-devel) which can be used in macros or functions to help with parsing its arguments. Detailled docs are included. find_package_handle_standard_args() is the first user of this new macro. Alex
* | | | | | | | Merge topic 'module-notices'Brad King2010-08-191-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | c088e7a ModuleNoticesTest: Do not require "Kitware" copyright
| * | | | | | ModuleNoticesTest: Do not require "Kitware" copyrightBrad King2010-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a module is first contributed Kitware has made no modifications on which to place a copyright. Require the contributor to have a copyright notice, but not specifically by Kitware.
* | | | | | | KWSys Nightly Date StampKWSys Robot2010-08-191-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2010-08-181-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'libarchive-wrapper'Brad King2010-08-173-14/+77
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fb41da4 Add Compress compress support to libarchive-wrapper 1a3ad5c Add XZ compress support to libarchive-wrapper b50c159 Add ZIP archive format and LZMA compress support to libarchive-wrapper 4663356 cmArchiveWrite: Fix signed/unsigned again
| * | | | | Add Compress compress support to libarchive-wrapperEric NOULARD2010-08-162-0/+9
| | | | | |
| * | | | | Add XZ compress support to libarchive-wrapperEric NOULARD2010-08-132-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not needed but it does not cost much to do it for all potentially supported format in libarchive. XZ and LZMA are not builtin libarchive and require external lib but if CMAKE_USE_SYSTEM_LIBARCHIVE is ON then we may get it for free.
| * | | | | Add ZIP archive format and LZMA compress support to libarchive-wrapperEric NOULARD2010-08-133-7/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be needed to use cmArchiveWrire in cmCPackArchiveGenerator with the same feature set as before. Note that adding zip support to libarchive-wrapper would also makes it easy to add a new -E zip command to cmake commands.
| * | | | | cmArchiveWrite: Fix signed/unsigned againBrad King2010-08-111-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some stream libraries return size_t from gcount() and some return ssize_t. Add an explicit cast to ios::streamsize for its return value. Also refactor use of nnext to reduce the use of casts.
* | | | | | Merge topic 'ImproveAsmCompilerIDDetection'Brad King2010-08-173-14/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b333779 Detect a COMPILER_ID also for ASM. 691fc2b Remove trailing spaces
| * | | | | | Detect a COMPILER_ID also for ASM.Alex Neundorf2010-08-153-7/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For assembler, the "compiler ID" cannot be detected by "compiling" a source file, since there is not source file all assemblers understand. Instead the function CMAKE_DETERMINE_COMPILER_ID_VENDOR() is used to run the assembler and check its output. For this the CMAKE_DETERMINE_COMPILER_ID_VENDOR() function had to be extended so that it creates the run directory if it doesn't exist yet. In CMakeASMInformation.cmake now also CMAKE_ASM_COMPILER_ID is used (but there are no such files yet, will come with the support for the IAR toolchain). Alex
| * | | | | | Remove trailing spacesAlex Neundorf2010-08-152-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Alex
* | | | | | | Merge topic 'FixEclipseIncludePathParsingWithSpaces'Brad King2010-08-171-18/+32
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | cac6edc Fix EclipseCDT parsing of builtin macros with spaces (#10868) 8102dc3 Fix EclipseCDT include path parsing with spaces (#10868)
| * | | | | | Fix EclipseCDT parsing of builtin macros with spaces (#10868)Alex Neundorf2010-08-151-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from dnewmarch Alex