summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'qt5-qtdialog-port'David Cole2012-09-251-0/+2
|\ | | | | | | | | 92b6d85 Enable deprecated API when using Qt 5.
| * Enable deprecated API when using Qt 5.Stephen Kelly2012-09-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | The QAbstractItemModel::reset() method is deprecated in Qt 5, and therefore not part of the API by default (on non-Windows). The replacement for it is beginResetModel/endResetModel which are available from Qt 4.6 onwards. The minimum version of Qt required is currently 4.4, so enable the deprecated API instead of changing that.
* | Merge topic 'ImproveFindSDLxxxModules'David Cole2012-09-256-189/+285
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 68c6b13 FindSDL: Stay compatible with old input variables 9ed24c5 FindSDL: Remove from find_... calls PATHS that are set by default 38a0f71 FindSDL: Add my copyright tag to all FindSDL_* modules 020d213 FindSDL: Add version support 61a566c FindSDL: Format documentation 22154c7 FindSDL: Update documentation 4541c07 FindSDL: Add version support for FindSDL_ttf a28c247 FindSDL: Use SDL_TTF prefix for variables 9f5dbf4 FindSDL: Update documentation d83f80d FindSDL: Add version support for FindSDL_mixer c10b691 FindSDL: Use SDL_MIXER prefix for variables 03dd6cc FindSDL: Pass SDL_SOUND_LIBRARY to FIND_PACKAGE_HANDLE_STANDARD_ARGS 326beca FindSDL: Use same capitalization for FPHSA as file name cfe5b87 FindSDL: Version support for FindSDL_sound 776d3fe FindSDL: Format the documentation a5194e2 FindSDL: Add "cmake_minimum_required" to "try_compile" project ...
| * | FindSDL: Stay compatible with old input variablesBenjamin Eikel2012-09-254-0/+32
| | | | | | | | | | | | Suggested-by: David Cole <david.cole@kitware.com>
| * | FindSDL: Remove from find_... calls PATHS that are set by defaultBenjamin Eikel2012-09-256-116/+7
| | | | | | | | | | | | Use PATH_SUFFIXES to add SDL parts to standard paths.
| * | FindSDL: Add my copyright tag to all FindSDL_* modulesBenjamin Eikel2012-09-256-0/+6
| | |
| * | FindSDL: Add version supportBenjamin Eikel2012-09-251-1/+19
| | |
| * | FindSDL: Format documentationBenjamin Eikel2012-09-251-10/+10
| | |
| * | FindSDL: Update documentationBenjamin Eikel2012-09-251-5/+11
| | |
| * | FindSDL: Add version support for FindSDL_ttfBenjamin Eikel2012-09-251-1/+18
| | |
| * | FindSDL: Use SDL_TTF prefix for variablesBenjamin Eikel2012-09-251-4/+14
| | |
| * | FindSDL: Update documentationBenjamin Eikel2012-09-251-5/+11
| | |
| * | FindSDL: Add version support for FindSDL_mixerBenjamin Eikel2012-09-251-1/+18
| | |
| * | FindSDL: Use SDL_MIXER prefix for variablesBenjamin Eikel2012-09-251-4/+14
| | |
| * | FindSDL: Pass SDL_SOUND_LIBRARY to FIND_PACKAGE_HANDLE_STANDARD_ARGSBenjamin Eikel2012-09-251-1/+1
| | |
| * | FindSDL: Use same capitalization for FPHSA as file nameBenjamin Eikel2012-09-251-1/+1
| | |
| * | FindSDL: Version support for FindSDL_soundBenjamin Eikel2012-09-251-1/+19
| | |
| * | FindSDL: Format the documentationBenjamin Eikel2012-09-251-23/+21
| | |
| * | FindSDL: Add "cmake_minimum_required" to "try_compile" projectBenjamin Eikel2012-09-251-1/+2
| | |
| * | FindSDL: Use SDL_IMAGE prefix for varibalesBenjamin Eikel2012-09-251-25/+40
| | | | | | | | | | | | | | | | | | This makes FindPackageHandleStandardArgs and FeatureSummary work correctly. Keep old variables for compatibility. Furthermore, format the documentation.
| * | FindSDL: Use prefix SDL_NET, because it matches the file name.Benjamin Eikel2012-09-251-25/+40
| | | | | | | | | | | | | | | Add new variables, keep the old ones for compatibility. Format the documentation header.
| * | FindSDL: Version support for FindSDL_imageBenjamin Eikel2012-09-251-1/+19
| | |
| * | FindSDL: Add version support for FindSDL_netBenjamin Eikel2012-09-251-1/+19
| | |
* | | Merge topic 'DetermineVsServicePack2012'David Cole2012-09-251-0/+3
|\ \ \ | | | | | | | | | | | | | | | | a722780 CMakeDetermineVSServicePack: Visual Studio 2012 added
| * | | CMakeDetermineVSServicePack: Visual Studio 2012 addedPhilip Lowman2012-09-221-0/+3
| | | |
* | | | Merge topic 'generator-expression-refactor'David Cole2012-09-252-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | f20af79 Handle colons as a special case in the generator expression parser. fb578c8 Fix the regular expression validator for target names.
| * | | | Handle colons as a special case in the generator expression parser.Stephen Kelly2012-09-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Like the special case for commas, this ensures that the colon only has special meaning as the delimiter between the identifier and the parameters of a particular expression, but constructs such as INCLUDE_DIRECTORIES "$<1:C:\foo>" are legal.
| * | | | Fix the regular expression validator for target names.Stephen Kelly2012-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by f1eacf0e07759b57d100dbf5d83c70e4028bcb54. Target names have different valid contents to config names.
* | | | | Merge topic 'UpdateEmacsMode-bug0013548'David Cole2012-09-251-3/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 301e67e cmake-mode.el: add local keybindings 6d1e4ef cmake-mode.el: Use more readable regex and case-fold-search
| * | | | | cmake-mode.el: add local keybindingsTom Schutter2012-09-211-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
| * | | | | cmake-mode.el: Use more readable regex and case-fold-searchTom Schutter2012-09-211-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reimplement ab9824e. Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
* | | | | | Merge topic 'clang-PIE'David Cole2012-09-254-3/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ada9efd Clang: All versions know about -fPIE (#13550) 6e34aea Clang: Split Compiler/Clang* modules out from GNU (#13550)
| * | | | | | Clang: All versions know about -fPIE (#13550)Brad King2012-09-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GNU compiler information file tests for GNU >= 3.4 because earlier versions do not have the flag. The version number test is not valid for Clang compiler versions, but we know Clang supports the flag.
| * | | | | | Clang: Split Compiler/Clang* modules out from GNU (#13550)Brad King2012-09-194-3/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While Clang presents an almost identical interface to GNU there will be some differences. Split the compiler information modules to allow separate rules for Clang. Start by loading the GNU rules but leave a place to add Clang-specific information.
* | | | | | | Merge topic 'vs8-generator-doc'David Cole2012-09-252-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 750fcaa VS8: Remove '.NET' from generator description (#10158)
| * | | | | | | VS8: Remove '.NET' from generator description (#10158)Brad King2012-09-192-2/+2
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The product name does not include '.NET'. Use '8' instead to be consistent with the existing description of the '9' (2008) generator.
* | | | | | | Merge topic 'file-DOWNLOAD-EXPECTED_HASH'David Cole2012-09-254-30/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 95a0011 file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=value
| * | | | | | | file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=valueBrad King2012-09-194-30/+31
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the EXPECTED_HASH option take only a single value instead of two to avoid handling sub-keyword arguments. This is also consistent with URL_HASH in ExternalProject.
* | | | | | | CMake Nightly Date StampKitware Robot2012-09-251-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2012-09-241-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2012-09-231-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2012-09-221-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2012-09-211-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2012-09-201-1/+1
| |/ / / |/| | |
* | | | Merge topic 'vs-link-rsp'Brad King2012-09-194-13/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 5598d9b Ninja: don't expand any rsp files
| * | | | Ninja: don't expand any rsp filesPeter Kuemmel2012-09-194-13/+28
| | | | |
* | | | | Merge topic 'ExternalProject-DOWNLOAD_NAME'Brad King2012-09-191-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8da0fe4 ExternalProject: Add DOWNLOAD_NAME option
| * | | | | ExternalProject: Add DOWNLOAD_NAME optionBrad King2012-09-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some download URLs do not have the filename embedded in the url. Add an interface to specify the local filename explicitly. Suggested-by: James Goppert <james.goppert@gmail.com>
* | | | | | Merge topic 'file-DOWNLOAD-user-agent'Brad King2012-09-191-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 14aff4d file(DOWNLOAD): Add HTTP User-Agent string
| * | | | | | file(DOWNLOAD): Add HTTP User-Agent stringBrad King2012-09-181-0/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some servers require a User-Agent string. The curl command-line tool just sends "curl/$curlver", so do the same. Suggested-by: Fredrik Ehnbom <fehnbom@nvidia.com>