Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | RunSingleCommand: Add a OUTPUT_NORMAL flag. | Johan Björk | 2011-07-28 | 5 | -8/+40 | |
| * | | | | RunSingleCommand: Replace verbose boolean with enum | Johan Björk | 2011-07-28 | 13 | -35/+53 | |
| * | | | | RunSingleCommand: Fix indentation | Brad King | 2011-07-28 | 1 | -18/+18 | |
* | | | | | Merge topic 'cmSystemTools-whitespace' | David Cole | 2011-08-02 | 2 | -118/+118 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | cmSystemTools: Remove trailing whitespace | Brad King | 2011-07-28 | 2 | -118/+118 | |
* | | | | | Merge topic 'add-flag-detection-regex' | David Cole | 2011-08-02 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add fail regex to detect supported warning flags correctly. | David Cole | 2011-07-27 | 1 | -1/+2 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge topic 'library-multiarch-issue-12326' | David Cole | 2011-08-02 | 1 | -0/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | multiarch: Treat lib/<arch> as implicit link dir (#12326) | Modestas Vainius | 2011-07-27 | 1 | -0/+12 | |
* | | | | | | Merge topic 'FeatureSummaryImprovements' | David Cole | 2011-08-02 | 2 | -87/+320 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FeatureSummary.cmake: update documentation | Alex Neundorf | 2011-07-17 | 1 | -18/+81 | |
| * | | | | | | FeatureSummary.cmake: cosmetics | Alex Neundorf | 2011-07-17 | 1 | -34/+39 | |
| * | | | | | | FeatureSummary.cmake: only higher TYPEs can override previous TYPEs | Alex Neundorf | 2011-07-17 | 1 | -2/+9 | |
| * | | | | | | FeatureSummary.cmake: error out when a REQUIRED package is missing | Alex Neundorf | 2011-07-17 | 1 | -4/+16 | |
| * | | | | | | FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keyword | Alex Neundorf | 2011-07-17 | 2 | -34/+46 | |
| * | | | | | | FeatureSummary.cmake: remove "comment" field | Alex Neundorf | 2011-07-17 | 1 | -12/+8 | |
| * | | | | | | Extend FeatureSummary: add PURPOSE of package and TYPE | Alex Neundorf | 2011-07-17 | 1 | -29/+167 | |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-02 | 1 | -1/+1 | |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-01 | 1 | -2/+2 | |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-31 | 1 | -1/+1 | |
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-30 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-29 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-28 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-27 | 1 | -1/+1 | |
* | | | | Merge topic 'search-for-aspell' | Brad King | 2011-07-26 | 1 | -3/+8 | |
|\ \ \ \ | ||||||
| * | | | | Search for the ASPELL executable | Arnaud Gelas | 2011-07-22 | 1 | -3/+8 | |
* | | | | | Merge topic 'qt4-apple-framework-fix' | Brad King | 2011-07-26 | 1 | -13/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | Qt4: Fix reference of undefined variable when detecting frameworks on Mac OS X | Clinton Stimpson | 2011-07-25 | 1 | -13/+13 | |
* | | | | | | Merge topic 'cross-qt4-find-includes' | Brad King | 2011-07-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add qt4/QtCore to help find Qt headers when cross-compiling. | Clinton Stimpson | 2011-07-22 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'effective-platform-name' | Brad King | 2011-07-26 | 3 | -9/+31 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Correct KWStyle line too long error | David Cole | 2011-07-19 | 1 | -1/+2 | |
| * | | | | | | | Add use of EFFECTIVE_PLATFORM_NAME to generated Xcode projects. | David Cole | 2011-07-18 | 3 | -9/+30 | |
* | | | | | | | | Merge topic 'fix-tests-failing-with-Xcode4' | Brad King | 2011-07-26 | 2 | -4/+63 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use correct default multiple architecture values in test | David Cole | 2011-07-19 | 1 | -9/+10 | |
| * | | | | | | | | Base architecture choice logic on Xcode version | David Cole | 2011-07-18 | 2 | -7/+37 | |
| * | | | | | | | | Fix BuildDepends test to work with Xcode 4 | David Cole | 2011-07-15 | 1 | -0/+5 | |
| * | | | | | | | | Fix Architecture test to work with Xcode 4 | David Cole | 2011-07-15 | 1 | -4/+27 | |
* | | | | | | | | | Merge topic 'SetPropertyAppendString' | Brad King | 2011-07-26 | 19 | -35/+73 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix #12342: Add APPEND_STRING option to set_property() | Alex Neundorf | 2011-07-15 | 19 | -35/+73 | |
* | | | | | | | | | | Merge topic 'MinorImprovementToTryCompileDocs' | Brad King | 2011-07-26 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Minor fix to try_compile() docs (#12333) | Alex Neundorf | 2011-07-12 | 1 | -4/+5 | |
* | | | | | | | | | | | Merge topic 'CheckCXXSymbolExists' | Brad King | 2011-07-26 | 2 | -9/+58 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add CheckCXXSymbolExists.cmake, so this can be used also for C++ | Alex Neundorf | 2011-07-08 | 2 | -9/+58 | |
* | | | | | | | | | | | | Merge topic 'PushCheckState' | Brad King | 2011-07-26 | 3 | -0/+92 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix copyright notice test | Alex Neundorf | 2011-07-07 | 1 | -3/+12 | |
| * | | | | | | | | | | | | Add macros cmake_push/pop_check_state() as discussed on the list. | Alex Neundorf | 2011-07-07 | 3 | -0/+83 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'doc-custom-command-multiple-targets-issue-12311' | Brad King | 2011-07-26 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Document caveat of custom commands in multiple targets (#12311) | Brad King | 2011-06-30 | 1 | -0/+4 | |
* | | | | | | | | | | | | | Merge topic 'qt4-no-build-type' | Brad King | 2011-07-26 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |