Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide macro write_basic_config_version_file() | Alex Neundorf | 2011-08-01 | 1 | -0/+3 |
| | | | | | | | | | | | This macro can be used to generate basic version files which can be installed along a Config.cmake file to provide versioning support. This (3rd try) is implemented using a macro, which maps the COMPATIBILITY mode to a filename and configure_file()s the resulting file. Alex | ||||
* | 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 'effective-platform-name' | Brad King | 2011-07-26 | 3 | -9/+31 |
|\ | | | | | | | | | | | 74c73d5 Correct KWStyle line too long error 0c030ef Add use of EFFECTIVE_PLATFORM_NAME to generated Xcode projects. | ||||
| * | 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 |
| | | | | | | | | | | Facilitates building iOS projects, enabling switching back and forth between simulator and device builds at development time. | ||||
* | | Merge topic 'SetPropertyAppendString' | Brad King | 2011-07-26 | 18 | -35/+55 |
|\ \ | | | | | | | | | | | | | 9dbba1b Fix #12342: Add APPEND_STRING option to set_property() | ||||
| * | | Fix #12342: Add APPEND_STRING option to set_property() | Alex Neundorf | 2011-07-15 | 18 | -35/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | set_property() has APPEND, which creates a list. E.g. when appending to COMPILE_FLAGS a string is needed, not a list. With the APPEND_STRING option the value is append as string, not as list. Alex | ||||
* | | | Merge topic 'MinorImprovementToTryCompileDocs' | Brad King | 2011-07-26 | 1 | -4/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | d6b9df4 Minor fix to try_compile() docs (#12333) | ||||
| * | | | Minor fix to try_compile() docs (#12333) | Alex Neundorf | 2011-07-12 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | Alex | ||||
* | | | | Merge topic 'doc-custom-command-multiple-targets-issue-12311' | Brad King | 2011-07-26 | 1 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 0ece8f7 Document caveat of custom commands in multiple targets (#12311) | ||||
| * | | | | Document caveat of custom commands in multiple targets (#12311) | Brad King | 2011-06-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A common mistake when using custom commands is to list the output of a command in multiple targets that may build in parallel. Warn against this case in the documentation and suggest a better approach. | ||||
* | | | | | Merge topic 'DisableSwitchForFindPackage' | Brad King | 2011-07-26 | 2 | -0/+36 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4a50b5f Add a basic test for CMAKE_DISABLE_FIND_PACKAGE_<package> a66df08 Add documentation for the CMAKE_DISABLE_FIND_PACKAGE_<Name> switch 6e1d3ed Add a switch to disable a find_package() call completely | ||||
| * | | | | | Add documentation for the CMAKE_DISABLE_FIND_PACKAGE_<Name> switch | Alex Neundorf | 2011-06-23 | 2 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | Alex | ||||
| * | | | | | Add a switch to disable a find_package() call completely | Alex Neundorf | 2011-06-21 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed, this adds a switch CMAKE_DISABLE_FIND_PACKAGE_<name>, which, when set to TRUE, keeps the find_package() command from executing. When the package is REQUIRED at the same time, an error is generated. Alex | ||||
* | | | | | | Merge topic 'performance_fix' | Brad King | 2011-07-26 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3e4ba89 Only pay for unused variable checking if it is on. | ||||
| * | | | | | | Only pay for unused variable checking if it is on. | Bill Hoffman | 2011-06-21 | 1 | -0/+4 |
| | | | | | | | |||||
* | | | | | | | Merge topic 'vs-ia64' | Brad King | 2011-07-26 | 10 | -37/+236 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aed92cc Add VisualStudio 9 and 10 generators for Itanium platform d44c68f VS: Factor Find64BitTools out of Win64 generator to parent | ||||
| * | | | | | | | Add VisualStudio 9 and 10 generators for Itanium platform | Matej Hribernik | 2011-06-20 | 6 | -0/+199 |
| | | | | | | | | |||||
| * | | | | | | | VS: Factor Find64BitTools out of Win64 generator to parent | Matej Hribernik | 2011-06-20 | 4 | -37/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will be shared with a forthcoming IA64 generator. | ||||
* | | | | | | | | Merge topic 'mingw-make-use-native-echo-issue-12283' | Brad King | 2011-07-26 | 3 | -27/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b4d3ad MinGW: Remove old workaround and use native echo (#12283) | ||||
| * | | | | | | | | MinGW: Remove old workaround and use native echo (#12283) | Brad King | 2011-06-16 | 3 | -27/+2 |
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The workaround added by commit 7e92f0b4 (Hack to make echo command work properly in mingw32-make, 2006-10-05) and updated by commit 69356d8a (Juse use cmake -E echo instead of the native echo, 2006-10-13) no longer seems necessary with modern mingw32-make. Furthermore it slows performance due to the time spent loading a cmake process instead of plain echo. | ||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-26 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-25 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-24 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-23 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-22 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-21 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-20 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-19 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-18 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-17 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-16 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-15 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-14 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-13 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-11 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-10 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-08 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-04 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-07-03 | 1 | -1/+1 |
| | | | | |