summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-modeBrad King2010-12-1777-963/+1778
|\ | | | | | | | | Conflicts: Source/QtDialog/CMakeSetupDialog.cxx
| * Make cmake-gui remember whether the "Advanced" checkbox was checked or notAlex Neundorf2010-09-231-0/+7
| | | | | | | | Alex
| * -remove trailing whitespaceAlex Neundorf2010-09-231-84/+84
| | | | | | | | Alex
| * KWSys Nightly Date StampKWSys Robot2010-09-231-1/+1
| |
| * Merge topic 'fix_windows7_untar'Brad King2010-09-221-0/+18
| |\ | | | | | | | | | | | | 775697d Add a delay after untar on windows to make external project work on windows 7
| | * Add a delay after untar on windows to make external project work on windows 7Bill Hoffman2010-09-211-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | OK, on windows 7 after we untar some files, sometimes we can not rename the directory after the untar is done. This breaks the external project untar and rename code. So, by default we will wait 1/10th of a second after the untar. If CMAKE_UNTAR_DELAY is set in the env, its value will be used instead of 100.
| * | Merge topic 'mingw-long-object-lists'Brad King2010-09-221-0/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | 5f05a3c MinGW: Support long object file lists 2d9bb33 Evaluate <OBJECT_DIR> rule variable for executables
| | * | Evaluate <OBJECT_DIR> rule variable for executablesBrad King2010-09-161-0/+7
| | | | | | | | | | | | | | | | | | | | Previously this placeholder was evaluated only for libraries. Make it work for executables too.
| * | | KWSys Nightly Date StampKWSys Robot2010-09-221-1/+1
| | | |
| * | | Merge topic 'fix-9963'Brad King2010-09-211-2/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a798bb7 Avoid CustomCommand test failure on VS71 (#9963) 9b4ab06 Avoid CustomCommand test failure on VS71 (#9963) 9d2e648 No extra spaces in CustomCommand test (#9963) 269a4b8 Enable calling commands with : in argv[1] (#9963)
| | * | | Enable calling commands with : in argv[1] (#9963)David Cole2010-09-101-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The solution seems hackish, but it works: for NMake only, prepend a no-op command before each real command that begins with ". This is really a work-around for an NMake problem. When a command begins with ", nmake truncates the first argument to the command after the first : in that arg. It has a parsing problem. Workaround..., hackish..., but it should solve the issue for #9963 and its related friends. Also, modify the CustomCommand test to replicate the problem reported in issue #9963. Before the NMake specific code change, the test failed. Now, it passes. Ahhhhhh.
| * | | | Merge topic 'xcode-ARCHS-quoting'Brad King2010-09-212-2/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a8ded53 Xcode: Quote string values containing '$' (#11244) 0790af3 Xcode: Avoid trailing space in ARCHS list (#11244)
| | * | | | Xcode: Quote string values containing '$' (#11244)Mikkel Krautz2010-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow use of $(STANDARD_32BIT_ARCHS) as CMAKE_OSX_ARCHITECTURES. The expanded value must remain a single string.
| | * | | | Xcode: Avoid trailing space in ARCHS list (#11244)Mikkel Krautz2010-09-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With CMAKE_OSX_ARCHITECTURE settings such as $(ARCHS_STANDARD_32BIT), the space inserted by the for loop would confuse Xcode if quoted. In this particular example, what would be output would be: ARCHS = "$(ARCHS_STANDARD_32BIT) "; The Xcode UI does not recognize this as the built-in "Standards 32-bit" architecture setting unless the space is removed.
| * | | | | Merge topic 'document-IMPORTED_NO_SONAME'Brad King2010-09-211-0/+18
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8f96818 Document IMPORTED_NO_SONAME target property
| | * | | | | Document IMPORTED_NO_SONAME target propertyBrad King2010-09-171-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit fd37a6ec (Better linker search path computation, 2008-02-21) added this property but did not document it. Add the documentation.
| * | | | | | Merge topic 'fix-ccmake-search'Brad King2010-09-212-12/+7
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5d7c3c0 ccmake: Fix search with '/'
| | * | | | | | ccmake: Fix search with '/'Brad King2010-09-162-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 7a18dd8e (Add searching of variables, 2003-03-07) added method cmCursesMainForm::JumpToCacheEntry to search for cache entries whose names match a given search string. The method also had a useless argument "int idx" probably left from earlier development iterations and hard-coded in all calls to the value '-1'. The method compared this argument to the "NumberOfVisibleEntries" member which at the time was of type "int" also. Commit ff1f8d0b (Fix or cast more integer conversions in cmake, 2010-06-29) changed the type of "NumberOfVisibleEntries" to size_t to fix other integer conversion warnings. An unsigned type makes sense given the purpose of the member. However, this caused the '-1' signed value to be converted to a large unsigned value in the above-mentioned comparison, leading to incorrect behavior. Fix the problem by removing the useless argument and the comparison.
| * | | | | | | Merge topic 'fix_line_length_issues'Brad King2010-09-215-26/+59
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3901174 Fix KWStyle line length issues.
| | * | | | | | | Fix KWStyle line length issues.Bill Hoffman2010-09-155-26/+59
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-211-1/+1
| | | | | | | |
| * | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-201-1/+1
| | | | | | | |
| * | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-191-1/+1
| | | | | | | |
| * | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-181-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | KWSys Nightly Date StampKWSys Robot2010-09-171-1/+1
| | | | | | |
| * | | | | | KWSys Nightly Date StampKWSys Robot2010-09-161-1/+1
| |/ / / / /
| * | | | | KWSys Nightly Date StampKWSys Robot2010-09-151-1/+1
| | |_|/ / | |/| | |
| * | | | Merge topic ↵Brad King2010-09-141-29/+52
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'resolve/fix_target_name_with_dot_vs10/allow_upper_case_cpp_and_others' eccc7d5 Merge branch 'allow_upper_case_cpp_and_others' into resolve/fix_target_name_with_dot_vs10/allow_upper_case_cpp_and_others ed37fc3 VS2010: Set IntDir for utility and global targets. e79e412 VS2010: Honor PROJECT_LABEL target property (#10611) 530ade6 Fix targets with . in the name for VS 10 IDE.
| | * | | | VS2010: Set IntDir for utility and global targets.David Cole2010-09-131-28/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VS2010 uses IntDir as the location for writing log files for what happens during custom build steps. With no IntDir settings, all ExternalProject usage within the same CMakeLists.txt file would result in multiple utility targets all trying to use the same custom build log files. With parallel builds, they would try to use them simultaneously and result in file access errors, preventing the builds from completing successfully. Now each utility target has its own IntDir setting, and so, its own custom build rule log files.
| | * | | | VS2010: Honor PROJECT_LABEL target property (#10611)David Cole2010-09-091-0/+7
| | | | | |
| | * | | | Fix targets with . in the name for VS 10 IDE.Bill Hoffman2010-09-061-3/+2
| | | | | |
| * | | | | Merge topic 'improve-missing-source-file-error'Brad King2010-09-143-7/+21
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | a6b5ead Report missing source files with context of target
| | * | | | | Report missing source files with context of targetBrad King2010-09-133-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we reported only the CMakeLists.txt file in the directory that adds the target.
| * | | | | | Merge topic 'style-line-length'Brad King2010-09-145-63/+53
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d21281 Fix line-too-long style errors 86025d3 file(DOWNLOAD): Fix error message formatting
| | * | | | | | Fix line-too-long style errorsBrad King2010-09-104-5/+8
| | | | | | | |
| | * | | | | | file(DOWNLOAD): Fix error message formattingBrad King2010-09-101-58/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SetError method automatically starts the message with the name of the command. Fix up calls to it so that we get "file DOWNLOAD..." instead of "file FILE(DOWNLOAD ...". Also reduce length of long lines containing these calls.
| * | | | | | | Merge topic 'preserve-timestamps-on-tar-extract'Brad King2010-09-141-2/+10
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 666f328 Preserve timestamps on files on tar extract.
| | * | | | | | | Preserve timestamps on files on tar extract.David Cole2010-09-091-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conversion to libarchive changed the behavior of cmake -E tar xzf. This commit fixes that oversight.
| * | | | | | | | Merge topic 'lazy-query-cdash'Brad King2010-09-141-4/+0
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ffda17d We shouldn't ask CDash for its version info until/unless we actually need it.
| | * | | | | | | | We shouldn't ask CDash for its version info until/unless we actually need it.Zach Mullen2010-09-081-4/+0
| | | | | | | | | |
| * | | | | | | | | Merge topic 'multi-v-single-configuration'Brad King2010-09-146-83/+42
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b06fb16 No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)
| | * | | | | | | | | No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)Brad King2010-09-086-83/+42
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Factor out reading of CMAKE_CONFIGURATION_TYPES and CMAKE_BUILD_TYPE into cmMakefile::GetConfigurations. Read the former only in multi-config generators.
| * | | | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-141-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-131-1/+1
| | | | | | | | |
| * | | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-121-1/+1
| | | | | | | | |
| * | | | | | | | KWSys Nightly Date StampKWSys Robot2010-09-111-1/+1
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | KWSys: Suppress -Wcast-align warning in MD5.cBrad King2010-09-101-0/+9
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The code does contain a cast that increases alignment but only in a conditional that verifies the input is sufficiently aligned.
| * | | | | | KWSys Nightly Date StampKWSys Robot2010-09-101-1/+1
| | |/ / / / | |/| | | |
| * | | | | Revert commit: CMake: quote ':' in Windows NMake Makefiles (#9963) -- it was ↵David Cole2010-09-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | not the right fix and caused mucho other problemo
| * | | | | KWSys Nightly Date StampKWSys Robot2010-09-091-1/+1
| | | | | |