summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Remove trailing whitespaceBrad King2011-03-114-71/+71
| | |
* | | Merge topic 'validate-custom-commands-issue-11963'Brad King2011-03-151-0/+14
|\ \ \ | | | | | | | | | | | | | | | | 339d592 Validate custom command arguments (#11963)
| * | | Validate custom command arguments (#11963)Brad King2011-03-141-0/+14
| | |/ | |/| | | | | | | | | | Reject quoted commands immediately with an error message instead of allowing a later assertion failure.
* | | Merge topic 'module-link-interface-issue-11945'Brad King2011-03-151-3/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | c9d55ae Add parens in cmTarget::ComputeLinkInterface logic c6a8e4c The link interface of MODULE libraries is empty (#11945)
| * | | Add parens in cmTarget::ComputeLinkInterface logicBrad King2011-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid GCC warning warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] added by commit c6a8e4c7 (The link interface of MODULE libraries is empty, 2011-03-09).
| * | | The link interface of MODULE libraries is empty (#11945)Brad King2011-03-091-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MODULE libraries cannot be linked into other libraries and executables (just like executables without ENABLE_EXPORTS). Set the MODULE target link interface to be empty. This allows such targets to be installed in an EXPORT set without including all their private implementation dependencies.
* | | | Merge topic 'CPackDeb-ComponentSupport'Brad King2011-03-152-29/+346
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | bf7066c CPackDeb add Component Support to DEB generator fix #0011655
| * | | | CPackDeb add Component Support to DEB generator fix #0011655M. Konrad2011-03-112-29/+346
| | | | | | | | | | | | | | | | | | | | | | | | | Contribution by Martin Konrad Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
* | | | | Merge topic 'MakeUseMangledMesaScriptable'Brad King2011-03-151-5/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 968d5a0 Make use_mangled_mesa() available in cmake script mode (#11926) 1a91ac4 Remove trailing whitespace
| * | | | | Make use_mangled_mesa() available in cmake script mode (#11926)Alex Neundorf2011-03-101-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is nothing in it which speaks against this. Alex
| * | | | | Remove trailing whitespaceAlex Neundorf2011-03-101-5/+4
| |/ / / / | | | | | | | | | | | | | | | Alex
* | | | | Merge topic 'ctest-git-submodule-recursive'Brad King2011-03-152-1/+46
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 732af7f CTest: Do not fail with submodules and Git < 1.6.5.0 1173cc4 CTest: Update Git submodules with --recursive
| * | | | | CTest: Do not fail with submodules and Git < 1.6.5.0Brad King2011-03-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several major Linux distributions still do not provide Git >= 1.6.5.0 in their stable package lists. Prior to commit 1173cc4a (Update Git submodules with --recursive, 2011-02-22) CTest was able to use older Git versions but simply silently failed to update submodules recursively. Instead of failing with older Git versions preserve the status quo and add a warning in the update log. Users testing projects with recursive submodules may simply update to a Git new enough to support them.
| * | | | | CTest: Update Git submodules with --recursiveBrad King2011-02-222-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fail if submodules exist and the git version is less than 1.6.5.0. Inspired-by: Johan Björk <phb@spotify.com>
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-151-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-141-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-131-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-121-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-03-111-1/+1
| |/ / / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-101-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-03-091-1/+1
| | | | |
* | | | | Merge topic 'CPack-MoreRobustComponentFileList'Brad King2011-03-081-29/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b813f86 CPack fix compile error on VS70 and avoid KWStyle warnings 77333a9 CPack more robust way to collect files belonging to a component
| * | | | | CPack fix compile error on VS70 and avoid KWStyle warningsEric NOULARD2011-03-041-5/+9
| | | | | |
| * | | | | CPack more robust way to collect files belonging to a componentEric NOULARD2011-03-031-29/+45
| | | | | |
* | | | | | Merge topic 'CPackArchive-PackageOrphanComponents'Brad King2011-03-081-0/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe530ff CPackArchive package all components specified in CPACK_COMPONENTS_ALL
| * | | | | | CPackArchive package all components specified in CPACK_COMPONENTS_ALLEric NOULARD2011-03-031-0/+33
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | When asking for group packaging the components not belonging to any group should be packaged separately.