| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
d48c781f CPackWiX: Extend CPACK_WIX_ACL to support directories
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
20853009 Merge branch 'upstream-kwsys' into update-kwsys
a79ff0e4 KWSys 2014-09-25 (29ffaf43)
|
| | | |
|
| | | |
|
| |/
|/| |
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
55a885da Teach try_compile COPY_FILE to look for IOS app bundles.
|
| |
| |
| |
| |
| | |
The COPY_FILE option on try_compile never looked for IOS application
bundles. This caused it to fail if the CMAKE_MACOSX_BUNDLE was set.
|
|\ \
| | |
| | |
| | |
| | | |
e7aeb79f VS, WINCE: Only set EntryPointSymbol for executables
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
92b2c618 Remove extra slashes from LOCATION target property value
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In commit v3.0.0-rc1~429^2~2 (Remove the Location member from cmTarget,
2012-10-07) a few extra slashes were added to the path construction
logic, perhaps due to a partially implemented attempt at handling the
case that GetDirectory returns an empty string. This leads to LOCATION
paths with double slashes in some cases. Remove them now.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
6120fca8 Ninja: Prevent compilers to be silently modified
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Unlike with Unix Makefiles generator modifying compiler paths was not
protected with Ninja generator. It was possible to modify them in the
cache without the expected effect on the generated solution. Also
activate corresponding tests with Ninja.
|
| |_|/
|/| | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
e785fab5 CPackWiX: Teach WiX installers to remember the install location for upgrades
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
d4ca8fb2 VS: Add Certificates to .vcxproj files
|
| |/
| |
| |
| |
| |
| | |
After certificates were moved into their own category in
cmGeneratorTarget, that category was not added for output by the VS 10
generator. Add it now.
|
|\ \
| | |
| | |
| | |
| | | |
1b549a5c enable_language: Fix error messages on missing modules (#15155)
|
| | |
| | |
| | |
| | |
| | |
| | | |
In cmGlobalGenerator::EnableLanguage, fix error messages for missing
module files to actually name the missing module instead of using the
empty string returned by GetModulesFile.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
e3c97a19 QtAutogen: Process all ui files in a source file (#14981).
b8877b1d QtAutogen: Add source files to target when only AUTORCC is used.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Use a vector to store a list of matched ui_ includes, instead of
overwriting the previous match.
|
| | | |
| | | |
| | | |
| | | | |
Add missing entry to if condition.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
80bda168 Simplify use of binary_search.
1927e4ba Remove const char string comparison helper.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
A local string was created when dir was a const char*. Now dir is a
std::string already so the dirString is vestigal.
|
| | | | |
| | | | |
| | | | |
| | | | | |
It is now unused.
|
| | | | | |
|
| | | | | |
|
| |_|_|/
|/| | | |
|
| |_|/
|/| | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
a3298f77 VS: Teach VS >= 10 generator about Windows CE
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When CMAKE_SYSTEM_NAME is 'WindowsCE':
* Set the Subsystem and EntryPointSymbol accordingly.
* When CMAKE_SYSTEM_VERSION is 8.0 (Windows CE 2013),
select the CE800 toolset by default.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
be6a555d Tests: Test setting a generator platform in a toolchain file
d506fee8 Tests: Use -A option to pass generator platform selection
11c9ddd6 ExternalProject: Use -A option to pass generator platform
29bd843e CTest: Use -A option to pass generator platform selection
eb7d8156 cmake: Add -A option to specify a generator platform
|
| | |
| | |
| | |
| | | |
This is less verbose than defining CMAKE_GENERATOR_PLATFORM.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Define the 'cmake -A' option to set CMAKE_GENERATOR_PLATFORM
without having to spell out the whole variable name. We choose
the name '-A' for "platform" because '-P' is already taken, and
in the common use case the "platform" is actually an architecture
(e.g. x64).
Teach the RunCMake test infrastructure to use -A to pass the generator
platform. Extend the RunCMake.GeneratorPlatform test with a case to
verify that the -A option cannot be repeated.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
858d5a0b Fix if() checks of CMAKE_SYSTEM_NAME on Cygwin
e177e7af FPHSA: Avoid if() dereferencing of quoted variable
425acc52 cmcurl: Use if(DEFINED) to simplify conditions
cede5cbd libarchive: Avoid depending on if() to dereference a quoted variable
2d97178b FindGTK2: Avoid depending on if() to dereference a quoted variable
0b12815d Modules/Test*.cmake: Use if(DEFINED) to simplify conditions
188a1f23 If: Introduce policy CMP0054 - don't dereference quoted variables in if()
b900c1cc If: Extract cmConditionEvaluator from if() implementation
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The CMAKE_SYSTEM_NAME is "CYGWIN", but we also define a variable
named "CYGWIN" to "1". Avoid allowing if() to expand the "CYGWIN"
string as a variable.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|