summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-9963'Brad King2010-09-211-2/+9
|\
| * Enable calling commands with : in argv[1] (#9963)David Cole2010-09-101-2/+9
* | Merge topic 'xcode-ARCHS-quoting'Brad King2010-09-212-2/+4
|\ \
| * | Xcode: Quote string values containing '$' (#11244)Mikkel Krautz2010-09-201-1/+1
| * | Xcode: Avoid trailing space in ARCHS list (#11244)Mikkel Krautz2010-09-201-1/+3
* | | Merge topic 'document-IMPORTED_NO_SONAME'Brad King2010-09-211-0/+18
|\ \ \
| * | | Document IMPORTED_NO_SONAME target propertyBrad King2010-09-171-0/+18
* | | | Merge topic 'fix-ccmake-search'Brad King2010-09-212-12/+7
|\ \ \ \
| * | | | ccmake: Fix search with '/'Brad King2010-09-162-12/+7
* | | | | Merge topic 'fix_line_length_issues'Brad King2010-09-215-26/+59
|\ \ \ \ \
| * | | | | 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 'resolve/fix_target_name_with_dot_vs10/allow_upper_case_cpp_and_o...Brad King2010-09-141-29/+52
|\ \ \ \
| * | | | VS2010: Set IntDir for utility and global targets.David Cole2010-09-131-28/+45
| * | | | 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
|\ \ \ \ \
| * | | | | Report missing source files with context of targetBrad King2010-09-133-7/+21
* | | | | | Merge topic 'style-line-length'Brad King2010-09-145-63/+53
|\ \ \ \ \ \
| * | | | | | Fix line-too-long style errorsBrad King2010-09-104-5/+8
| * | | | | | file(DOWNLOAD): Fix error message formattingBrad King2010-09-101-58/+45
* | | | | | | Merge topic 'preserve-timestamps-on-tar-extract'Brad King2010-09-141-2/+10
|\ \ \ \ \ \ \
| * | | | | | | Preserve timestamps on files on tar extract.David Cole2010-09-091-2/+10
* | | | | | | | Merge topic 'lazy-query-cdash'Brad King2010-09-141-4/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)Brad King2010-09-086-83/+42
| |/ / / / / / / /
* | | | | | | | | 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
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
* | | | | KWSys Nightly Date StampKWSys Robot2010-09-091-1/+1
* | | | | CMake: quote ':' in Windows NMake Makefiles (#9963)David Cole2010-09-081-1/+2
|/ / / /
* | | | Merge topic 'vs-project-groups'Brad King2010-09-089-1/+211
|\ \ \ \
| * | | | Add FOLDER target property, for IDEs (#3796)David Cole2010-09-039-1/+211
* | | | | Merge topic 'ImproveFindPackageConfigMode'Brad King2010-09-082-35/+114
|\ \ \ \ \
| * | | | | Improve wording of the error message of find_package() in config-modeAlex Neundorf2010-08-311-9/+10
| * | | | | Don't create an empty element at the end of Foo_CONSIDERED_CONFIGS/VERSIONSAlex Neundorf2010-08-291-2/+5
| * | | | | Replace the two vector<string,string> with one vector<struct{string,string}>Alex Neundorf2010-08-292-15/+17
| * | | | | Improve error message in Config-mode when no appropriate version was foundAlex Neundorf2010-08-291-36/+50
| * | | | | Record all considered Config files and their versions.Alex Neundorf2010-08-292-11/+70