David Cole
5549334a99
Merge topic 'qt5-qtdialog-port'
...
92b6d85
Enable deprecated API when using Qt 5.
2012-09-25 15:18:14 -04:00
David Cole
7d03885d21
Merge topic 'ImproveFindSDLxxxModules'
...
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
...
2012-09-25 15:18:05 -04:00
David Cole
1dd41e6c3d
Merge topic 'DetermineVsServicePack2012'
...
a722780
CMakeDetermineVSServicePack: Visual Studio 2012 added
2012-09-25 15:17:57 -04:00
David Cole
8dbe39c6c7
Merge topic 'generator-expression-refactor'
...
f20af79
Handle colons as a special case in the generator expression parser.
fb578c8
Fix the regular expression validator for target names.
2012-09-25 15:17:45 -04:00
David Cole
8e29b375c4
Merge topic 'UpdateEmacsMode-bug0013548'
...
301e67e
cmake-mode.el: add local keybindings
6d1e4ef
cmake-mode.el: Use more readable regex and case-fold-search
2012-09-25 15:17:35 -04:00
David Cole
f5513f93bf
Merge topic 'clang-PIE'
...
ada9efd
Clang: All versions know about -fPIE (#13550 )
6e34aea
Clang: Split Compiler/Clang* modules out from GNU (#13550 )
2012-09-25 15:17:26 -04:00
David Cole
92be70d683
Merge topic 'vs8-generator-doc'
...
750fcaa
VS8: Remove '.NET' from generator description (#10158 )
2012-09-25 15:17:17 -04:00
David Cole
998a17d098
Merge topic 'file-DOWNLOAD-EXPECTED_HASH'
...
95a0011
file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=value
2012-09-25 15:17:01 -04:00
Benjamin Eikel
68c6b134d0
FindSDL: Stay compatible with old input variables
...
Suggested-by: David Cole <david.cole@kitware.com>
2012-09-25 13:56:04 -04:00
Benjamin Eikel
9ed24c5316
FindSDL: Remove from find_... calls PATHS that are set by default
...
Use PATH_SUFFIXES to add SDL parts to standard paths.
2012-09-25 13:55:51 -04:00
Benjamin Eikel
38a0f71574
FindSDL: Add my copyright tag to all FindSDL_* modules
2012-09-25 13:52:48 -04:00
Benjamin Eikel
020d2131ed
FindSDL: Add version support
2012-09-25 13:52:43 -04:00
Benjamin Eikel
61a566c02a
FindSDL: Format documentation
2012-09-25 13:52:40 -04:00
Benjamin Eikel
22154c7fc2
FindSDL: Update documentation
2012-09-25 13:52:35 -04:00
Benjamin Eikel
4541c07864
FindSDL: Add version support for FindSDL_ttf
2012-09-25 13:52:30 -04:00
Benjamin Eikel
a28c24726b
FindSDL: Use SDL_TTF prefix for variables
2012-09-25 13:52:27 -04:00
Benjamin Eikel
9f5dbf4497
FindSDL: Update documentation
2012-09-25 13:52:25 -04:00
Benjamin Eikel
d83f80d174
FindSDL: Add version support for FindSDL_mixer
2012-09-25 13:52:22 -04:00
Benjamin Eikel
c10b69152c
FindSDL: Use SDL_MIXER prefix for variables
2012-09-25 13:52:18 -04:00
Benjamin Eikel
03dd6cc4ff
FindSDL: Pass SDL_SOUND_LIBRARY to FIND_PACKAGE_HANDLE_STANDARD_ARGS
2012-09-25 13:52:12 -04:00
Benjamin Eikel
326becad31
FindSDL: Use same capitalization for FPHSA as file name
2012-09-25 13:51:53 -04:00
Benjamin Eikel
cfe5b87e8c
FindSDL: Version support for FindSDL_sound
2012-09-25 13:51:50 -04:00
Benjamin Eikel
776d3fe325
FindSDL: Format the documentation
2012-09-25 13:51:46 -04:00
Benjamin Eikel
a5194e2ffb
FindSDL: Add "cmake_minimum_required" to "try_compile" project
2012-09-25 13:51:34 -04:00
Benjamin Eikel
2c3b8255c5
FindSDL: Use SDL_IMAGE prefix for varibales
...
This makes FindPackageHandleStandardArgs and FeatureSummary work correctly.
Keep old variables for compatibility.
Furthermore, format the documentation.
2012-09-25 13:51:19 -04:00
Benjamin Eikel
ef5b439cc1
FindSDL: Use prefix SDL_NET, because it matches the file name.
...
Add new variables, keep the old ones for compatibility.
Format the documentation header.
2012-09-25 13:51:17 -04:00
Benjamin Eikel
34e1a2ae56
FindSDL: Version support for FindSDL_image
2012-09-25 13:51:14 -04:00
Benjamin Eikel
a5796112cb
FindSDL: Add version support for FindSDL_net
2012-09-25 13:51:06 -04:00
Kitware Robot
f00f58fe13
CMake Nightly Date Stamp
2012-09-25 00:01:05 -04:00
Kitware Robot
d550801a3d
CMake Nightly Date Stamp
2012-09-24 00:01:04 -04:00
Stephen Kelly
92b6d85519
Enable deprecated API when using Qt 5.
...
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.
2012-09-23 20:13:06 +02:00
Kitware Robot
eb5da9c71d
CMake Nightly Date Stamp
2012-09-23 00:01:03 -04:00
Kitware Robot
f31de15b5e
CMake Nightly Date Stamp
2012-09-22 00:01:04 -04:00
Philip Lowman
a722780498
CMakeDetermineVSServicePack: Visual Studio 2012 added
2012-09-21 23:11:18 -04:00
Stephen Kelly
f20af79956
Handle colons as a special case in the generator expression parser.
...
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.
2012-09-21 11:33:46 +02:00
Tom Schutter
301e67e3ba
cmake-mode.el: add local keybindings
...
Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
2012-09-21 06:28:24 +02:00
Tom Schutter
6d1e4efd00
cmake-mode.el: Use more readable regex and case-fold-search
...
This reimplement ab9824e
.
Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
2012-09-21 06:28:03 +02:00
Kitware Robot
bb18bb7f55
CMake Nightly Date Stamp
2012-09-21 00:01:03 -04:00
Stephen Kelly
fb578c8635
Fix the regular expression validator for target names.
...
Regression introduced by f1eacf0e07
.
Target names have different valid contents to config names.
2012-09-20 12:13:33 +02:00
Kitware Robot
7e4a37800c
CMake Nightly Date Stamp
2012-09-20 00:01:02 -04:00
Brad King
ada9efd3af
Clang: All versions know about -fPIE ( #13550 )
...
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.
2012-09-19 14:08:45 -04:00
Brad King
6e34aea93c
Clang: Split Compiler/Clang* modules out from GNU ( #13550 )
...
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.
2012-09-19 14:06:28 -04:00
Brad King
8fc88b7eb0
Merge topic 'vs-link-rsp'
...
5598d9b
Ninja: don't expand any rsp files
2012-09-19 13:58:12 -04:00
Brad King
d58448544c
Merge topic 'ExternalProject-DOWNLOAD_NAME'
...
8da0fe4
ExternalProject: Add DOWNLOAD_NAME option
2012-09-19 13:58:05 -04:00
Brad King
03077c9cbc
Merge topic 'file-DOWNLOAD-user-agent'
...
14aff4d
file(DOWNLOAD): Add HTTP User-Agent string
2012-09-19 13:58:01 -04:00
Brad King
fbe7b3cdfc
Merge topic 'vs11-express'
...
7ee3cee
VS11: Add VS 2012 Express support (#13348 )
e17f345
VS11: Detect VS 2012 Express for default generator (#13348 )
2012-09-19 13:57:53 -04:00
Brad King
65af5e90b9
Merge topic 'ninja-rc-compile-flag'
...
a1c9c13
Ninja: filter target specific compile flags with language specific regex
2012-09-19 13:57:47 -04:00
Brad King
d1513950fa
Merge topic 'document-MSVC-variables-12567'
...
f35e35b
add documentation for all MSVCxxx version variables (#12567 )
2012-09-19 13:57:44 -04:00
Brad King
816e4ca0eb
Merge topic 'osx-clang-target-flags'
...
011d5a4
OS X: Add platform-specific Clang compiler info files (#13536 )
2012-09-19 13:57:38 -04:00
Brad King
750fcaa858
VS8: Remove '.NET' from generator description ( #10158 )
...
The product name does not include '.NET'. Use '8' instead to be
consistent with the existing description of the '9' (2008) generator.
2012-09-19 12:09:00 -04:00