summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'upload-built-files'Brad King2011-04-0511-48/+345
|\ | | | | | | | | | | | | | | | | 3e32db7 cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES 6b6f309 Add the FILES keyword to ctest_upload command 28cdd0a Don't tar/gz ctest_upload() files fbe4356 Change 'Files' tag to 'Upload' in Upload.xml 350546d Implement ctest_upload command
| * cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILESZach Mullen2011-03-311-1/+1
| |
| * Add the FILES keyword to ctest_upload commandZach Mullen2011-03-152-13/+31
| |
| * Don't tar/gz ctest_upload() filesZach Mullen2011-03-153-5/+15
| |
| * Change 'Files' tag to 'Upload' in Upload.xmlZach Mullen2011-03-151-2/+2
| |
| * Implement ctest_upload commandZach Mullen2011-03-1511-48/+317
| |
* | KWSys Nightly Date StampKWSys Robot2011-04-051-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-04-041-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-04-021-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-04-011-2/+2
| |
* | Merge topic 'custom-command-slashes'Brad King2011-03-313-5/+14
|\ \ | | | | | | | | | | | | 1286050 Normalize slashes of add_custom_(command|target) DEPENDS (#11973)
| * | Normalize slashes of add_custom_(command|target) DEPENDS (#11973)Brad King2011-03-303-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All commands accepting file paths should normalize the slashes so that the string-represented names can be compared reliably. The commands add_library and add_executable have done this for years. We taught add_custom_command to normalize its OUTPUT names in commit a75a0a14 (Normalize add_custom_command OUTPUT names, 2010-12-15). We handled a special case of the DEPENDS option in commit 7befc007 (Handle trailing slashes on add_custom_command DEPENDS, 2011-01-26). Teach both add_custom_command and add_custom_target to normalize slashes of DEPENDS files up front. This approach subsumes the above-mentioned special case so remove the one line added for it but keep its test. Extend the CustomCommand test to check that slash count mismatches between custom command OUTPUT and DEPENDS can still be linked correctly.
* | | Merge topic 'fix_long_filenames_vs2010'Brad King2011-03-311-10/+1
|\ \ \ | | | | | | | | | | | | | | | | 945f2c2 With very long file names, VS 2010 was unable to compile files.
| * | | With very long file names, VS 2010 was unable to compile files.Bill Hoffman2011-03-231-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At some point in the past VS 2010 failed some tests with custom commands when relative paths were not used. It seems that those problems have been fixed. However, the relative paths apparently are appended to the current working directoy before vs accesses the file. So, with a long path, relative paths cause it to create a combined path that is too long.
* | | | Merge topic 'cleanup-unused-variable-check'Brad King2011-03-313-26/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | a4335a6 Fix unused cache warning after multiple configure iterations a75ebe3 Refine unused cache variable warning
| * | | | Fix unused cache warning after multiple configure iterationsBrad King2011-03-241-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The curses dialog (ccmake) allows variables to be specified on the command line. If any of these variables is used during any configure iteration or during generate we must not warn about it. The Qt dialog (cmake-gui) allows variables to be added and removed in the GUI interactively. If a variable is added, removed, and then added again we must still warn if it is unused.
| * | | | Refine unused cache variable warningBrad King2011-03-243-24/+22
| | | | | | | | | | | | | | | | | | | | | | | | | List all unused variables in one warning. Cleanup implementation to run the check exactly once at the end of generation.
* | | | | Merge topic 'CPack-fix11930-LeftOverComponents'Brad King2011-03-318-259/+173
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 6dfc818 CPack fix #11930 and simplifies component packaging options
| * | | | | CPack fix #11930 and simplifies component packaging optionsEric NOULARD2011-03-238-259/+173
| | | | | |
* | | | | | Merge topic 'doc-include_directories-typo-issue-12020'Brad King2011-03-311-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 84b7d92 Fix typo in include_directories documentation (#12020)
| * | | | | | Fix typo in include_directories documentation (#12020)Brad King2011-03-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A search-and-replace in commit 8d32d229 (make commands lower case by default, 2007-10-10) accidentally changed the variable reference CMAKE_INCLUDE_DIRECTORIES_BEFORE to CMAKE_include_directories_BEFORE. Change it back.
* | | | | | | Merge topic 'generator-expression-dot-in-name-issue-12002'Brad King2011-03-311-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08428ba Allow '.' in target names in generator expressions (#12002)
| * | | | | | | Allow '.' in target names in generator expressions (#12002)Brad King2011-03-221-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Simply add this character to the allowed list in the regular expression used to parse generator expression components.
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-03-311-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-03-301-1/+1
| | | | | | |
* | | | | | | KWSys: Recognize rxvt-unicode-256color terminal (#12013)Brad King2011-03-291-0/+1
| |/ / / / / |/| | | | | | | | | | | | | | | | | Author: Matti Niemenmaa
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-291-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-281-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-271-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-261-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-251-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-241-1/+1
| | | | | |
* | | | | | KWSys: Do not trust EXECUTABLE_OUTPUT_PATH for ProcessFwd9x encodingBrad King2011-03-231-8/+4
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Set target property RUNTIME_OUTPUT_DIRECTORY explicitly on ProcessFwd9x and EncodeExecutable so that we know exactly where the executables will exist on disk.
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-231-1/+1
| |/ / / |/| | |
* | | | Merge topic 'CPackDeb-fixTestCrash'Brad King2011-03-222-5/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 21007f8 CPack fix CPackDeb crash when CPackDeb.cmake ends with a FATAL_ERROR
| * | | | CPack fix CPackDeb crash when CPackDeb.cmake ends with a FATAL_ERROREric NOULARD2011-03-192-5/+14
| | | | |
* | | | | Merge topic 'include-flags-response-file'Brad King2011-03-229-18/+90
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 86cb17b Pass include directories with response files to GNU on Windows 9a0b9bc Optionally pass include directories with response files 6e8a67f Generate target-wide flags before individual build rules d099546 Factor old-style -D flags out from -I flag generation
| * | | | | Optionally pass include directories with response filesBrad King2011-03-177-11/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create platform option CMAKE_<lang>_USE_RESPONSE_FILE_FOR_INCLUDES to enable use of response files for passing the list of include directories to compiler command lines.
| * | | | | Generate target-wide flags before individual build rulesBrad King2011-03-172-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This switches the internal generation order but does not affect the results. The new order ensures that any internal state changed by generating target-wide flags is known when the individual rules that use those flags are generated.
| * | | | | Factor old-style -D flags out from -I flag generationBrad King2011-03-152-2/+6
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Move the GetDefineFlags call from cmLocalGenerator::GetIncludeFlags to all call sites so that the method exclusively constructs a string of include search path flags.
* | | | | Merge topic 'ctest-detect-maven-errors-and-warnings'Brad King2011-03-221-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fcf3208 CTest: catch warning output of Apache Maven
| * | | | | CTest: catch warning output of Apache MavenRolf Eike Beer2011-03-181-1/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some samples of things that got unnoticed by our nightly builds: $ JAVA_HOME= mvn Warning: JAVA_HOME environment variable is not set. ... $ mvn [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE ...
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-221-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-211-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-201-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-191-1/+1
|/ / / /
* | | | KWSys Nightly Date StampKWSys Robot2011-03-181-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-03-171-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-03-161-1/+1
| |_|/ |/| |
* | | Merge topic 'ctest-remove-trailing-whitespace'Brad King2011-03-154-71/+71
|\ \ \ | | | | | | | | | | | | | | | | a1711f1 Remove trailing whitespace