https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
c286f26 merge 13 March 2014, 12:03:05 UTC
4a6a59a CMake Nightly Date Stamp 13 March 2014, 04:01:10 UTC
92e0519 Merge topic 'update-kwsys' dcc49d9c Merge branch 'upstream-kwsys' into update-kwsys c1dde67e KWSys 2014-03-12 (dd873734) 12 March 2014, 15:05:39 UTC
dcc49d9 Merge branch 'upstream-kwsys' into update-kwsys 12 March 2014, 15:04:42 UTC
c1dde67 KWSys 2014-03-12 (dd873734) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ dd873734 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 9c653603..dd873734 Brad King (1): 88c5a768 Set policy CMP0025 to NEW within KWSys Stephen Kelly (1): dd873734 SystemTools: Remove some unnecessary c_str() calls Change-Id: I5487fefcb3e44875ed5748fb2c4ab8302fcef984 12 March 2014, 15:04:37 UTC
cb8f87f Merge topic 'remove-c_str-calls' 3be265b3 Workaround Sun C++ 5.9 compiler crash af8a1643 Remove c_str calls when using stream APIs. 21c573f6 Remove some c_str() calls. 12 March 2014, 14:42:38 UTC
3be265b Workaround Sun C++ 5.9 compiler crash Adjust whitespace in Source/CPack/cpack.cxx to avoid a strange internal compiler crash. 12 March 2014, 14:40:45 UTC
9defc45 Merge branch 'release' 12 March 2014, 14:18:52 UTC
85ffb02 Merge topic 'unicode-cmake-gui' 649789a7 Unicode: cmake-gui encoding now matches KWSys encoding. 12 March 2014, 14:13:18 UTC
7122f6b Merge topic 'FindPkgConfig-revise-docs' 49ef91d7 FindPkgConfig: restructure documentation and document commands and variables 12 March 2014, 14:13:17 UTC
4d2545f Merge topic 'fix-find_dependency-EXACT-for-master' f74a8405 Test error cases in find_dependency. 12 March 2014, 14:13:15 UTC
5082e31 Merge topic 'fix-find_dependency-EXACT' 224f50f4 find_dependency: Make sure invalid EXACT use can be reported. 12 March 2014, 14:13:13 UTC
2c6970a Merge topic 'fix-xcode-compiler-force' 8c9bfac3 Xcode: Convert forced CMAKE_<LANG>_COMPILER to full path if possible 6852fb80 CMakeDetermine*Compiler: Factor out search for compiler in PATH 12 March 2014, 14:13:12 UTC
7534967 Merge branch 'fix-find_dependency-EXACT' into release 12 March 2014, 14:12:06 UTC
c4c6427 CMake Nightly Date Stamp 12 March 2014, 04:01:12 UTC
af8a164 Remove c_str calls when using stream APIs. Use an ad-hoc clang tool for matching the calls which should be ported. 11 March 2014, 14:03:50 UTC
21c573f Remove some c_str() calls. Use the clang RemoveCStrCalls tool to automatically migrate the code. This was only run on linux, so does not have any positive or negative effect on other platforms. 11 March 2014, 14:03:50 UTC
224f50f find_dependency: Make sure invalid EXACT use can be reported. Test the first argument directly for matching 'EXACT'. The error check in its previous position was incorrect and would only trigger with a version of '0' or similar. 11 March 2014, 13:51:06 UTC
f74a840 Test error cases in find_dependency. 11 March 2014, 13:48:35 UTC
b801205 Merge topic 'ctest-coverage-extra' 93d5c4dc Help: Add release notes for topic 'ctest-coverage-extra' ef1c1153 CTest: Teach ctest_coverage() to read CTEST_COVERAGE_EXTRA_FLAGS 11 March 2014, 13:18:28 UTC
ea6b47d Merge branch 'release' 11 March 2014, 13:16:42 UTC
a866179 Merge topic 'cmcurl-include-first' e8c027bc cmcurl: Include the local curl directories before all others. 11 March 2014, 13:14:08 UTC
1b809c0 Merge topic 'watcom-VERBOSE-and-ERROR' f1b689b6 Makefile: Improve handling of WMake verbose output and errors 11 March 2014, 13:14:07 UTC
8559c32 Merge topic 'cmELF-typo' 172d8d94 cmELF: Fix typo in comment, 32-bit => 64-bit (#14799) 11 March 2014, 13:14:05 UTC
312a6b7 Merge topic 'ninja-command-line-length-haiku' 6c90f0a6 Ninja: Detect command-line length limit on Haiku 11 March 2014, 13:14:03 UTC
70c6eda Merge topic 'FindFreetype-path-suffix-without-include' b79a1f67 FindFreetype: Add plain 'freetype2' path suffix 11 March 2014, 13:14:01 UTC
3d3adc0 Merge topic 'FindSDL-consistent-path-suffixes' d71db3a0 FindSDL: Make FindSDL_*.cmake path suffixes consistent with main module 11 March 2014, 13:14:00 UTC
510ceb1 Merge topic 'fix-AUTOGEN-custom-command-depends' 112cba92 QtAutogen: Fix AUTOGEN depends on custom command output with VS. 11 March 2014, 13:13:58 UTC
c9241ca Merge topic 'fix-find_dependency-EXACT-for-master' 45abfb0c find_dependency: Extend the tests for use of EXACT macro parameter. 11 March 2014, 13:13:56 UTC
dfcacec Merge topic 'fix-find_dependency-EXACT' 08ba128f find_dependency: Don't propagate EXACT argument. 11 March 2014, 13:13:54 UTC
a2d63a9 Merge topic 'fix-Qt4-DBus-macro' fc2bad57 Qt4: Use correct qdbus executable in macro. 11 March 2014, 13:13:53 UTC
c2d1ea3 Merge branch 'fix-xcode-compiler-force' into release 11 March 2014, 13:06:53 UTC
64b9335 CMake Nightly Date Stamp 11 March 2014, 04:01:07 UTC
649789a Unicode: cmake-gui encoding now matches KWSys encoding. A UTF-8 QTextCodec is used with QString when KWSys is configured to treat strings as UTF-8. This means QString::toLocal8Bit() will convert to UTF-8. 11 March 2014, 03:08:43 UTC
8c9bfac Xcode: Convert forced CMAKE_<LANG>_COMPILER to full path if possible During cross-compiling the toolchain file may use CMakeForceCompiler to force a compiler setting. When using the Xcode generator try to convert it to a full path by searching the PATH as is done for the Makefile generators. 10 March 2014, 21:12:00 UTC
6852fb8 CMakeDetermine*Compiler: Factor out search for compiler in PATH Factor out a _cmake_find_compiler_path helper macro to avoid duplication of the search for a full path to the compiler. 10 March 2014, 21:12:00 UTC
49ef91d FindPkgConfig: restructure documentation and document commands and variables 10 March 2014, 17:27:46 UTC
e8c027b cmcurl: Include the local curl directories before all others. In some cases, it was possible for the include directory of the system-wide libcurl to be added to the include path before cmcurl's, which would result in them being picked up and causing the build to fail if the curl versions differ too much. One way to trigger this is to have OpenSSL installed into a non-default location together with libcurl (/usr/local, for example). If cmcurl is built with CMAKE_USE_OPENSSL on, -I/usr/local/include would end up being added before -I${PATH_TO_CMCURL}. 10 March 2014, 15:40:12 UTC
f1b689b Makefile: Improve handling of WMake verbose output and errors * The '-e' option has nothing to do with verbose output. It is now properly handled by .ERASE directive in make file * The '-s' option sets silent output globally, it cannot be switched off. It is now handled only by .SILENT directive in make file directive is simply controlled by a conditonal block. Remove SilentNoColon member variable as it is no longer needed. 10 March 2014, 15:15:12 UTC
172d8d9 cmELF: Fix typo in comment, 32-bit => 64-bit (#14799) 10 March 2014, 15:05:26 UTC
e21ffaf Merge topic 'doc-osx-path-variables' 764e977a Help: Document variables CMAKE_APPBUNDLE_PATH and CMAKE_FRAMEWORK_PATH 10 March 2014, 14:35:32 UTC
29d4f6b Merge branch 'doc-osx-path-variables' into release 10 March 2014, 14:24:16 UTC
764e977 Help: Document variables CMAKE_APPBUNDLE_PATH and CMAKE_FRAMEWORK_PATH 10 March 2014, 14:23:42 UTC
93d5c4d Help: Add release notes for topic 'ctest-coverage-extra' 10 March 2014, 14:21:11 UTC
ef1c115 CTest: Teach ctest_coverage() to read CTEST_COVERAGE_EXTRA_FLAGS Use it to set the CoverageExtraFlags value just as COVERAGE_EXTRA_FLAGS does in the CTest module for creating DartConfiguration.tcl. 10 March 2014, 13:54:27 UTC
6c90f0a Ninja: Detect command-line length limit on Haiku 10 March 2014, 13:42:38 UTC
b79a1f6 FindFreetype: Add plain 'freetype2' path suffix On Haiku, the headers are not in an 'include' directory. 10 March 2014, 13:42:05 UTC
d71db3a FindSDL: Make FindSDL_*.cmake path suffixes consistent with main module Add the 'SDL' path suffix to the FindSDL_*.cmake modules. Add a comment explaining the purpose of suffixes as in commit v3.0.0-rc1~540^2 (FindSDL: Add path suffixes for <prefix>/include/..., 2013-10-08). Inspired-by: Adrien Destugues <pulkomandy@pulkomandy.tk> 10 March 2014, 13:40:34 UTC
ebaa5a6 Merge branch 'fix-AUTOGEN-custom-command-depends' into release 10 March 2014, 13:38:52 UTC
29ff93a Merge branch 'fix-find_dependency-EXACT' into release 10 March 2014, 13:38:48 UTC
ef0386c Merge branch 'fix-Qt4-DBus-macro' into release 10 March 2014, 13:38:38 UTC
581abf6 Merge branch 'release' 10 March 2014, 13:37:08 UTC
9d4394e Merge branch 'python-3.4' into release 10 March 2014, 13:36:31 UTC
98e3831 Merge branch 'fix-policy-scopes' into release 10 March 2014, 13:36:28 UTC
7b0efcd Merge topic 'fix-policy-scopes' 50fd0a33 Tests: Simplify and document policy scopes in RunCMake.CMP* tests b1bbee3e Record more policies on targets when created 10 March 2014, 13:33:25 UTC
6f15484 Merge topic 'watcom-compile-libarchive' 52285a99 libarchive: Fix compliation with Open Watcom 10 March 2014, 13:33:24 UTC
112cba9 QtAutogen: Fix AUTOGEN depends on custom command output with VS. Visual Studio is handled as a special case for autogen depends. However, the special handling works only for target dependencies, not file dependencies output by a custom command. Use a PRE_BUILD step only if all depends are targets. 10 March 2014, 12:01:29 UTC
fc2bad5 Qt4: Use correct qdbus executable in macro. Commit v3.0.0-rc1~71^2~9 (Qt4: Use IMPORTED executable names with custom commands., 2014-01-24) erroneusly changed this command to use the wrong target. 10 March 2014, 10:50:28 UTC
45abfb0 find_dependency: Extend the tests for use of EXACT macro parameter. 10 March 2014, 08:07:38 UTC
4d82609 CMake Nightly Date Stamp 10 March 2014, 04:01:06 UTC
52285a9 libarchive: Fix compliation with Open Watcom 09 March 2014, 14:36:21 UTC
ad9f0d8 Merge topic 'dev/string-apis' b633b263 CPackWiX: Fix test to build with expected config 191f25e2 stringapi: Prevent a NULL dereference in WiX 219d6ad6 speedup: Avoid excess iterator dereferences caaad357 speedup: Cache strings for comparisons 7abf4e31 stringapi: Use strings for dependency information 94fc63e2 stringapi: Use strings for cache iterator values 85fc9f26 stringapi: Command names 6557382d stringapi: Use strings for program paths 1a1b737c stringapi: Use strings for generator names 24b5e93d stringapi: Use strings for directories 11ed3e2c stringapi: Add string overload for the Def struct b3bf31a5 stringapi: Miscellaneous char* parameters 5af95c39 typo: Match argument name with the header 2b17626e stringapi: Pass strings as install directories in CPack 3def29da stringapi: Use strings for feature arguments acb116e3 stringapi: Return a string reference for the configuration ... 09 March 2014, 14:29:02 UTC
6aad93f CMake Nightly Date Stamp 09 March 2014, 05:01:06 UTC
b633b26 CPackWiX: Fix test to build with expected config 08 March 2014, 18:05:40 UTC
191f25e stringapi: Prevent a NULL dereference in WiX 08 March 2014, 18:05:40 UTC
219d6ad speedup: Avoid excess iterator dereferences 08 March 2014, 18:05:40 UTC
caaad35 speedup: Cache strings for comparisons 08 March 2014, 18:05:39 UTC
7abf4e3 stringapi: Use strings for dependency information 08 March 2014, 18:05:39 UTC
94fc63e stringapi: Use strings for cache iterator values 08 March 2014, 18:05:39 UTC
85fc9f2 stringapi: Command names 08 March 2014, 18:05:39 UTC
6557382 stringapi: Use strings for program paths 08 March 2014, 18:05:38 UTC
1a1b737 stringapi: Use strings for generator names 08 March 2014, 18:05:38 UTC
24b5e93 stringapi: Use strings for directories 08 March 2014, 18:05:38 UTC
11ed3e2 stringapi: Add string overload for the Def struct 08 March 2014, 18:05:38 UTC
b3bf31a stringapi: Miscellaneous char* parameters 08 March 2014, 18:05:37 UTC
5af95c3 typo: Match argument name with the header 08 March 2014, 18:05:37 UTC
2b17626 stringapi: Pass strings as install directories in CPack 08 March 2014, 18:05:37 UTC
3def29d stringapi: Use strings for feature arguments 08 March 2014, 18:05:37 UTC
acb116e stringapi: Return a string reference for the configuration 08 March 2014, 18:05:36 UTC
84fdc99 stringapi: Pass configuration names as strings 08 March 2014, 18:05:36 UTC
f154475 cmTarget: Refactor GetLocation API When given a non-NULL configuration the GetLocation returned the location for the given configuration. When given a NULL configuration the GetLocation method returned a location with the build-system placeholder for the configuration name. Split the latter use case out into a separate GetLocationForBuild method and update call sites accordingly. 08 March 2014, 18:05:36 UTC
cfc2cf9 cmGeneratorExpression: Tokenize over strings 08 March 2014, 18:05:36 UTC
f0ad663 Directories: Take strings when setting directories 08 March 2014, 18:05:35 UTC
270eb96 strings: Remove cmStdString references Casts from std::string -> cmStdString were high on the list of things taking up time. Avoid such implicit casts across function calls by just using std::string everywhere. The comment that the symbol name is too long is no longer relevant since modern debuggers alias the templates anyways and the size is a non-issue since the underlying methods are generated since it's inherited. 08 March 2014, 18:05:35 UTC
215b1ad stringapi: Take strings in escaping functions 08 March 2014, 18:05:35 UTC
4c53997 stringapi: Take strings for utility command names 08 March 2014, 18:05:34 UTC
466abd8 cmTargetLinkLibrariesCommand: Use a string argument 08 March 2014, 18:05:34 UTC
8d60da0 cmTarget: Remove the project argument to FindTarget All callers passed 0 in, so just remove the branch. 08 March 2014, 18:05:34 UTC
23e9b80 stringapi: Use strings for globbing parameters 08 March 2014, 18:05:34 UTC
8455dd0 stringapi: Use strings for search paths 08 March 2014, 18:05:34 UTC
c3833c7 stringapi: Use strings for VS project names 08 March 2014, 18:05:33 UTC
d76a6e0 stringapi: Use strings for generated file stream names 08 March 2014, 18:05:33 UTC
38c7544 stringapi: Use strings for documentation names 08 March 2014, 18:05:33 UTC
dddbd2c stringapi: Accept strings when setting command errors 08 March 2014, 18:05:33 UTC
f3efa3c stringapi: Use strings for cache paths as arguments 08 March 2014, 18:05:32 UTC
adcd812 stringapi: Use strings for AddSubdirectory paths 08 March 2014, 18:05:32 UTC
30bc251 stringapi: Use strings for output names in AddCustomCommandToOutput 08 March 2014, 18:05:32 UTC
77f6039 stringapi: Accept strings when MD5 hashing data 08 March 2014, 18:05:32 UTC
473ca1a stringapi: Use string for OS X resource names 08 March 2014, 18:05:32 UTC
a599611 FindCUDA: Fix a typo 08 March 2014, 18:05:31 UTC
back to top