| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Commit d4fdd9c189f85d659f4294f8ec6da3e7e51215ec ("GNUInstallDirs: use the
proper default for info and man paths on OpenBSD") introduced a typo.
|
|\
| |
| |
| |
| | |
d48c781f CPackWiX: Extend CPACK_WIX_ACL to support directories
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
20853009 Merge branch 'upstream-kwsys' into update-kwsys
a79ff0e4 KWSys 2014-09-25 (29ffaf43)
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ 29ffaf43 | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' fb77be5a..29ffaf43
Brad King (1):
29ffaf43 Suppress deprecation warnings for GetVersionEx
Sean McBride (1):
6aa1f800 SystemInformation: Fix clang -Wtautological-pointer-compare warning
Change-Id: I29f3dcf2a32e1b80bade233987eb091038aace65
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
e0acdd1a Tests: Adjust expected error message in FailedSubmit-ftp
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Error message from cygwin's curl (using `--system-libs`) in
CTestTestFailedSubmit-ftp was:
Failed to connect to port 21: Connection timed out
^^^
Update our regex to match this.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ffa5db96 CMake now using bzip2 compression for mac release bundles.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Starting with OSX 10.4 dmg files offers bzip2 compression which offers
small package sizes.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
7a5d9256 Remove unused legacy 'DartLocal.conf' file
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
84e3fde9 FindCUDA: Avoid if() auto-dereference in string comparisons
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
This silences possible CMP0054 warnings.
|
| | | | | | |
|
| |_|_|_|/
|/| | | | |
|
| |_|/ /
|/| | | |
|
| |/ /
|/| | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
27022166 Help: Add Windows Phone/Store cross-compiling to cmake-toolchains.7
db54d872 Help: Add Windows CE cross-compiling to cmake-toolchains.7 manual
0d72451a Help: Add Cross Compiling subsections in cmake-toolchains.7 manual
|
| | | |
| | | |
| | | |
| | | | |
Show simple example toolchain files for each.
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | | |
Organize the "Cross Compiling" section into subsections by platform.
This will make it easier to add more subsections for more platforms.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
3919f254 FindGettext: Fix name of GETTEXT_PROCESS_POT_FILE in docs (#15162)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Rename GETTEXT_PROCESS_POT to GETTEXT_PROCESS_POT_FILE.
Patch-by: maahnat@gmail.com
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
e380d7c5 FindProtobuf: Make outputs depend on protoc executable
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
After updating from Protocol Buffers 2.5.0 to 2.6.0 compilation of the
generated source failed: "This file was generated by an older version of
protoc which is incompatible with your Protocol Buffer headers. Please
regenerate this file with a newer version of protoc.".
Turns out the source and headers generated by way of
FindProtobuf.cmake:PROTOBUF_GENERATE_CPP aren't updated. Adding a
dependency on the compiler executable fixes this issue.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
b683da3e FindOpenSceneGraph: Do not add unfound OSG libs if not required
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|