https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
e0c3ff1 Add support for CPACK_CREATE_DESKTOP_LINKS to WIX installer generator 05 February 2014, 21:16:53 UTC
47eb598 Help: Expand documentation of CMAKE_VERSION and related variables Describe the meaning of each version component in more detail in the documentation of CMAKE_VERSION. Simplify the per-component version variable documentation by referencing the main variable. Include information about how to compare version strings. Also add an historical note about the version scheme used prior to commit v2.8.2~105^2~4 (New version scheme to support branchy workflow, 2010-04-23). 05 February 2014, 21:16:51 UTC
4e4104c Merge topic 'no-policy-tweak-version' 101057b5 Drop tweak version component from CMake Policies 05 February 2014, 14:34:34 UTC
0bae76b Merge topic 'release-notes' ccc87047 Help: Add documents to collect notes between releases 70309e70 Help: Add documents for release notes 34ea1f15 Utilities/Sphinx: Add option to build 'text' format 05 February 2014, 14:34:30 UTC
c475b42 Merge topic 'AUTOMOC-docs' 635e96dd Help: Be clearer about which header files are considered for AUTOMOC 05 February 2014, 14:34:27 UTC
43a78f5 Merge topic 'FeatureSummary-no-transitive' a6971f65 FeatureSummary: Don't list transitive package dependencies 05 February 2014, 14:34:23 UTC
2233ddf CMake Nightly Date Stamp 05 February 2014, 05:01:06 UTC
101057b Drop tweak version component from CMake Policies Since commit v2.8.2~105^2~2 (Teach CMake Policies about tweak version component, 2010-04-23), cmPolicies has known how to handle a policy introduced in a tweak version. This was done back when we introduced policies with the current development date version and later updated it to the release version. Now we always introduce policies using the next expected release version and explicitly set the policy to test the NEW behavior. CMake Policies (or any other features) should never be introduced in a tweak (bugfix) release, so drop the infrastructure that allows this. 04 February 2014, 21:14:26 UTC
f748b59 Merge topic 'fix-Qt-autogen' 6053ce22 QtAutogen: Make uic work even when the source is in a subdir. 1fc9ecfa FindQt4: Make AUTOMOC work regardless which order Qt 4/5 is found. 04 February 2014, 18:34:54 UTC
01a41bc Merge topic 'osx-rpath-unique' 028a5285 OS X: Make sure RPATHs are unique to avoid possible corruption. 04 February 2014, 18:34:52 UTC
6053ce2 QtAutogen: Make uic work even when the source is in a subdir. Modify the includedUis to store the path to the file which includes the ui file. Reuse that path to generate the output file from the uic process. 04 February 2014, 18:21:43 UTC
ccc8704 Help: Add documents to collect notes between releases Add a release/dev.txt file and include it from release/index.rst in development versions. Add a "Changes Since Release" section with a toctree that globs adjacent "dev/*" documents. Add a sample topic document explaining how topic-specific release note documents work. This approach will allow developers to write release notes for their changes as they are made. The release manager may then consolidate and organize the notes for a specific release version. 04 February 2014, 16:48:54 UTC
70309e7 Help: Add documents for release notes Add a release/index.rst document titled "CMake Release Notes" to hold the toctree for release notes. Add a "Release Notes" section to the top-level html document index to link to the new document. 04 February 2014, 16:15:12 UTC
34ea1f1 Utilities/Sphinx: Add option to build 'text' format Add SPHINX_TEXT to enable the Sphinx 'text' builder. Mark it as advanced and do not add install rules. This is intended for use by the release manager to build the release notes in text format suitable for email. 04 February 2014, 15:29:05 UTC
635e96d Help: Be clearer about which header files are considered for AUTOMOC The old documentation stated that "all header files" were considered, which was not true for any sensible definition of "all header files". Only header files with certain names are considered. Document the filename patterns matched for parsing. 04 February 2014, 12:42:39 UTC
5414b0e CMake Nightly Date Stamp 04 February 2014, 05:01:05 UTC
a6971f6 FeatureSummary: Don't list transitive package dependencies Set a global property in the find_package implementation. Track and reset that property in the find_dependency macro. Read the property in FeatureSummary when determining whether to print output. This means that packages which are found only as dependencies are not listed by FeatureSummary, but if a project uses find_package elsewhere directly, then it will be listed by FeatureSummary. Suggested-by: Alex Merry http://thread.gmane.org/gmane.comp.kde.devel.frameworks/10640 03 February 2014, 19:20:42 UTC
3611d77 Merge topic 'intro-docs' 395881f7 README: Credit Kitware and community of contributors 03 February 2014, 16:12:23 UTC
e863496 Merge topic 'minor-cleanups' dcd443d4 cmTarget: Clean up the InsertCompileDefinition implementation. 03 February 2014, 16:11:16 UTC
2e2552a Merge topic 'cmake-qt-manual' 4271a4ed Help: Add information about INTERFACE_AUTOUIC_OPTIONS. 7935f4de Help: Note that AUTOMOC consumes the defines and includes from targets. 2739a6f9 Help: Move Qt tool invocation information to a generic cmake-qt manual. 03 February 2014, 16:11:14 UTC
6e43138 Merge topic 'constify' f054201d cmMakefile: Return containers by const reference. d1ac6ffd cmMakefile: Fix minor indentation inconsistency. 03 February 2014, 16:11:13 UTC
cdadec9 Merge topic 'fix-visibility-inlines-hidden' efdcebdd VisibilityInlinesHidden: only apply -fvisibility-inlines-hidden to C++ sources 03 February 2014, 16:11:11 UTC
7ab2045 Merge topic 'codelite-generator-multi-jobs-bug-fix' 75c05113 CodeLite: Use make -jN switch when generating Unix/MinGW makefiles 03 February 2014, 16:11:09 UTC
b90d63c Merge topic 'FindCUDA-doc-format' 1f8eb5db FindCUDA: Fix literal block formatting 03 February 2014, 16:11:07 UTC
14fe404 Merge topic 'find-java-os-x-fixes' dd72b19f Find{Java,JNI}: Use /usr/libexec/java_home on OS X 70560ee1 FindJNI: Overhaul finding JDK libraries and headers on OS X fcd66a7f Find{Java,JNI}: Consider JAVA_HOME before ENV{JAVA_HOME} 4b3614b2 Find{Java,JNI}: Use ENV{JAVA_HOME} first when set 03 February 2014, 16:11:05 UTC
5b494fd Merge topic 'intro-docs' da875492 Update README and add guidelines for CONTRIBUTING 03 February 2014, 16:11:03 UTC
05e4905 Merge topic 'emacs-mode-enhance' 3af47e34 cmake-mode.el: Add auto-completion to cmake-help-command 2a131415 cmake-mode.el: Clean up cmake-command-run and add buffername argument 03 February 2014, 16:11:01 UTC
aad2611 Merge topic 'doc-release-tarball' ef7a1b41 Utilities/Release: Pass pre-built docs tarball 174314e0 Utilities/Release: Fix for spaces in host path 1df21617 Utilities/Release: Generate docs on dash2win64 cygwin 28abdc93 Utilities/Release: Fix newlines on dash2win64 cygwin 03 February 2014, 16:11:00 UTC
a7f5a6e Merge topic 'project-version-variables' 41d2f2c4 write_basic_package_version_file: use PROJECT_VERSION 7e142c5a project: Manage VERSION variables 16d040c9 project: Add optional LANGUAGES keyword 00007dcc Help: Format project command and variable documentation 03 February 2014, 16:10:58 UTC
395881f README: Credit Kitware and community of contributors 03 February 2014, 16:10:02 UTC
75c0511 CodeLite: Use make -jN switch when generating Unix/MinGW makefiles 03 February 2014, 15:56:48 UTC
028a528 OS X: Make sure RPATHs are unique to avoid possible corruption. When using link_directories() and including CMAKE_CFG_INTDIR, one can end up with duplicate RPATHs in the binary which install_name_tool cannot fix without corrupting the binary. Also, the cmake_install.cmake file has been fixed to correctly handle these generator specific variables. 03 February 2014, 14:04:54 UTC
ee8e63d CMake Nightly Date Stamp 03 February 2014, 05:01:05 UTC
dcd443d cmTarget: Clean up the InsertCompileDefinition implementation. It accepts a before parameter but is never called with before=true. compile definitions are sorted by std::set, so it wouldn't make sense to allow user sorting. 02 February 2014, 21:15:07 UTC
4271a4e Help: Add information about INTERFACE_AUTOUIC_OPTIONS. 02 February 2014, 10:50:16 UTC
7935f4d Help: Note that AUTOMOC consumes the defines and includes from targets. 02 February 2014, 10:34:04 UTC
2739a6f Help: Move Qt tool invocation information to a generic cmake-qt manual. Add an introduction about the use of different package types, and the ability to use Qt 4 and 5 versions together in a single buildsystem. Add a section about automatic linking of the qtmain.lib library and how to disable it. 02 February 2014, 10:28:12 UTC
f054201 cmMakefile: Return containers by const reference. They are not implicitly shared. 02 February 2014, 09:52:35 UTC
d1ac6ff cmMakefile: Fix minor indentation inconsistency. 02 February 2014, 09:49:33 UTC
cd711ed CMake Nightly Date Stamp 02 February 2014, 05:01:08 UTC
efdcebd VisibilityInlinesHidden: only apply -fvisibility-inlines-hidden to C++ sources 01 February 2014, 08:55:24 UTC
6385c71 CMake Nightly Date Stamp 01 February 2014, 05:01:05 UTC
f35c01e CMake Nightly Date Stamp 31 January 2014, 05:01:05 UTC
078e9e2 CMake Nightly Date Stamp 30 January 2014, 05:01:06 UTC
1f8eb5d FindCUDA: Fix literal block formatting Fix locations of '::' manually to group literal blocks as desired. 29 January 2014, 19:26:05 UTC
dd72b19 Find{Java,JNI}: Use /usr/libexec/java_home on OS X If no JAVA_HOME or ENV{JAVA_HOME} is set then try running this tool to get the system default Java home. Suggested-by: Larry Shaffer <larrys@dakotacarto.com> 29 January 2014, 19:12:54 UTC
70560ee FindJNI: Overhaul finding JDK libraries and headers on OS X Drop the hard-coded framework paths and "-framework JavaJM" on APPLE. Save and restore the value of CMAKE_FIND_FRAMEWORK. Use its value to choose and order between a normal search for jvm&jawt and a framework search for JavaVM. When JAVA_HOME is set explicitly by the user then force a normal search by setting CMAKE_FIND_FRAMEWORK to NEVER. Once the library is found, set CMAKE_FIND_FRAMEWORK to help find_path locate the matching headers (framework v. normal). 29 January 2014, 19:12:54 UTC
fcd66a7 Find{Java,JNI}: Consider JAVA_HOME before ENV{JAVA_HOME} Add a helper module CMakeFindJavaCommon shared between FindJava and FindJNI to select a JAVA_HOME value. Prefer a CMake variable or cache entry first, then an environment variable. 29 January 2014, 19:12:54 UTC
4b3614b Find{Java,JNI}: Use ENV{JAVA_HOME} first when set Use list(APPEND) instead of set() to append to lists. When ENV{JAVA_HOME} is set explicitly place values based on it at the front their lists. 29 January 2014, 19:02:29 UTC
1fc9ecf FindQt4: Make AUTOMOC work regardless which order Qt 4/5 is found. Commit 321e348e (QtAutogen: Use Qt 4 IMPORTED targets to find executable locations., 2014-01-24) attempted to fix this problem, but only solved it for a particular ordering of find_package for Qt 4 and Qt 5. Add a test to ensure that it works with both orderings. 29 January 2014, 16:02:43 UTC
da87549 Update README and add guidelines for CONTRIBUTING Rename 'Readme.txt' to 'README.rst', format the documentation as reStructuredText, and modernize the content. Also add a new 'CONTRIBUTING.rst' explaining the preferred entry path for new contributors. 29 January 2014, 16:02:41 UTC
3af47e3 cmake-mode.el: Add auto-completion to cmake-help-command 29 January 2014, 15:23:25 UTC
2a13141 cmake-mode.el: Clean up cmake-command-run and add buffername argument 29 January 2014, 15:11:40 UTC
ef7a1b4 Utilities/Release: Pass pre-built docs tarball Avoid requiring all build machines for the upstream packaging process to have Python and Sphinx installed. Instead create a way to build the documentation once on the host machine and copy it to each build machine as a tarball with content to include in the installation tree for packaging. 29 January 2014, 15:10:15 UTC
174314e Utilities/Release: Fix for spaces in host path Quote paths in the generated shell scripts so they work with spaces. 29 January 2014, 15:10:15 UTC
1df2161 Utilities/Release: Generate docs on dash2win64 cygwin Configure the build on dash2win64 cygwin to run Sphinx and generate our documentation. 29 January 2014, 15:10:15 UTC
28abdc9 Utilities/Release: Fix newlines on dash2win64 cygwin Tell Git not to perform newline conversion by configuring 'core.autocrlf' to 'false'. Cygwin wants newlines like UNIX. 29 January 2014, 15:10:14 UTC
bbc82d8 Merge topic 'fix-Qt-autogen' f7ae1d8a QtAutogen: Short-circut some logic when moc is not available. 4b989d5f QtAutogen: Separate source file processing from AUTOMOC. c48d877d QtAutogen: Make some methods appropriately file-static. 394e86df QtAutogen: Fix autouic target options in the presence of a config. 964d7f2a QtAutogen: Remove unused variables. 0d934efd QtAutogen: Remove read of SKIP_AUTOUIC target property. 321e348e QtAutogen: Use Qt 4 IMPORTED targets to find executable locations. e96683b0 Qt4: Use IMPORTED executable names with custom commands. e6182f5d Qt4: Create IMPORTED executable targets for all Qt executables. 29 January 2014, 15:05:04 UTC
fed6c73 Merge topic 'ExternalProject-git-submodules' 819015ef ExternalProject: Add option GIT_SUBMODULES 29 January 2014, 15:05:03 UTC
dd0c5f0 Merge topic 'cygwin-RunCMake-tests' 5e4b8871 Cygwin: Avoid legacy warnings in RunCMake.CMP004[1235] tests 29 January 2014, 15:05:01 UTC
2816ffa Merge topic 'emacs-mode-byte-compile' 9b3876bf cmake-mode.el: Replace 'setq' with 'let' or inlining d3db7126 cmake-mode.el: Don't assign to free variable save-point fbc3a6f3 cmake-mode.el: Avoid using beginning-of-buffer 29 January 2014, 15:04:59 UTC
2ea1e0c Merge topic 'doc-install-no-build-info' 0c3cf36b Help: Do not install Sphinx html build info files 29 January 2014, 15:04:57 UTC
41d2f2c write_basic_package_version_file: use PROJECT_VERSION In the write_basic_package_version_file(), the VERSION argument is now optional. If none is given, it falls back to ${PROJECT_VERSION}. Alex 29 January 2014, 14:45:18 UTC
7e142c5 project: Manage VERSION variables Teach the project() command to set variables {PROJECT,<PROJECT-NAME>}_VERSION{,_MAJOR,_MINOR,_PATCH,_TWEAK} holding the project version number and its components. Add project() command option "VERSION" to specify the version explicitly, and default to the empty string when it is not given. Since this clears variables when no VERSION is given, this may change behavior for existing projects that set the version variables themselves prior to calling project(). Add policy CMP0048 for compatibility. Suggested-by: Alex Neundorf <neundorf@kde.org> 29 January 2014, 14:45:18 UTC
16d040c project: Add optional LANGUAGES keyword Teach the project() command to recognize an optional "LANGUAGES" keyword after the project name and prior to the list of languages. Do not allow multiple copies of the keyword. If the keyword is specified and no languages are listed, imply NONE. 29 January 2014, 14:40:51 UTC
00007dc Help: Format project command and variable documentation Also add document for CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE variable. 29 January 2014, 14:15:20 UTC
5d08ba9 CMake Nightly Date Stamp 29 January 2014, 05:01:08 UTC
5e4b887 Cygwin: Avoid legacy warnings in RunCMake.CMP004[1235] tests Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching. 28 January 2014, 22:07:56 UTC
f7ae1d8 QtAutogen: Short-circut some logic when moc is not available. This is the case when AUTOMOC is false. This prevents creating rules to moc the files in the absense of moc. 28 January 2014, 20:04:40 UTC
4b989d5 QtAutogen: Separate source file processing from AUTOMOC. This will allow using AUTOUIC without using AUTOMOC for example. 28 January 2014, 20:04:40 UTC
c48d877 QtAutogen: Make some methods appropriately file-static. 28 January 2014, 20:04:11 UTC
394e86d QtAutogen: Fix autouic target options in the presence of a config. Read the correct variable. Add scopes to prevent escape of variables. 28 January 2014, 20:04:10 UTC
964d7f2 QtAutogen: Remove unused variables. 28 January 2014, 20:04:10 UTC
0d934ef QtAutogen: Remove read of SKIP_AUTOUIC target property. Skipping AUTOUIC for a target is achieved by setting the AUTOUIC target property go OFF. 28 January 2014, 20:04:10 UTC
321e348 QtAutogen: Use Qt 4 IMPORTED targets to find executable locations. Avoid using the moc from Qt 5 with Qt 4 based targets. Moc generates a version check to ensure that such generated code does not compile. The Qt4And5Automoc unit test should have been testing this, but it was not because the test was broken. In that unit test, moc was run on trivial files which have no significant content, and in particular no Q_OBJECT macro. Therefore moc was generating empty files which do not even contain the version check. Fix this by generating files for input to moc at cmake time. 28 January 2014, 20:04:10 UTC
e96683b Qt4: Use IMPORTED executable names with custom commands. Finding Qt 5 can overwrite the QT_MOC_EXECUTABLE variable with the moc from Qt 5. Use the IMPORTED target with the explicit version in the name to avoid that. 28 January 2014, 20:04:10 UTC
e6182f5 Qt4: Create IMPORTED executable targets for all Qt executables. Qt 5 already has similar IMPORTED targets. The versioned namespace will allow de-conflicting the variable names between Qt 4 and Qt 5. 28 January 2014, 20:04:10 UTC
8157f58 Merge branch 'release' 28 January 2014, 18:52:58 UTC
819015e ExternalProject: Add option GIT_SUBMODULES This option allows to filter the submodules that are checked out. Add a simple testcase for GIT_SUBMODULES option passing an empty list. 28 January 2014, 17:51:27 UTC
9b3876b cmake-mode.el: Replace 'setq' with 'let' or inlining 28 January 2014, 17:44:02 UTC
d3db712 cmake-mode.el: Don't assign to free variable save-point Drop use of the free variable from unscreamify-cmake-buffer. The proper way to do this would be defvar or let, but it is more sensible to drop the feature completely: replace-match will shift the point and the saved-point will be invalid. More careful coding could avoid this, but seems overkill. 28 January 2014, 17:41:11 UTC
fbc3a6f cmake-mode.el: Avoid using beginning-of-buffer This should not be used from lisp programs. Use the replacement suggested by the doc: (goto-char (point-min)) 28 January 2014, 17:39:50 UTC
0c3cf36 Help: Do not install Sphinx html build info files Exclude '.buildinfo' and 'objects.inv' from installation as part of the Sphinx-generated html documentation. 28 January 2014, 14:12:44 UTC
2dfb517 CMake Nightly Date Stamp 28 January 2014, 05:01:05 UTC
93ddb26 Merge topic 'disallowed-cxx-subset' ed632736 Help: Note that std::string::clear may not be used. cc04bb6c Help: Document non-use of std::set::insert. 27 January 2014, 18:03:40 UTC
ddb792d Merge topic 'constify' bde0dab1 cmMakefile: Make ConfigureString const. bf1e1bf1 cmMakefile: Make FindSourceGroup const. 01d7ceda cmMakefile: Trivially constify some methods. 9073318f cmMakefile: Remove non-const version of method 9b05bc4f cmMakefile: Remove method declarations with no implementation. c6c0bd9d cmMakefile: Consify custom command API. d6d4eaac cmMakefile: Constify policies accessors. 2a6e56e0 cmCacheManager: Consify version accessors. 5cc9fb02 cmSourceGroup: Fix method name capitalization. fe8b0330 cmMakefile: Constify some cmSourceGroup related code. e68a3ead cmSourceFile: Use a const cmMakefile. b6292402 cmSourceFileLocation: Use a const cmMakefile. b33ea578 cmMakefile: Make GetProperty const. 27 January 2014, 18:03:39 UTC
5781842 Merge topic 'ctest-update-p4-unknown-revision' 243cfc2f ctest_update: Handle P4 unknown revisions more robustly 27 January 2014, 18:03:37 UTC
adf309c Merge topic 'ninja-normalize-cmake-rerun-deps' 2c426bfb Ninja: Normalize paths of CMake re-run rule dependencies 27 January 2014, 18:03:35 UTC
20263b7 Merge topic 'robust-ep-download-verify' a432b93b file DOWNLOAD: Display the curl result status when a hash mismatch occurs. 1cb9ef81 file DOWNLOAD: Test non-zero return status. f73f0fb3 file DOWNLOAD: Add test for bad hash. b5e2265f ExternalProject: Reattempt download when verification fails. 27 January 2014, 18:03:33 UTC
ed63273 Help: Note that std::string::clear may not be used. As found in commit 519c0a5d (Can't use std::string::clear() in cmake., 2012-09-15). 27 January 2014, 18:02:59 UTC
cc04bb6 Help: Document non-use of std::set::insert. As found in commit 8e7c207e (Use a manual loop to insert into set::set., 2012-09-15). 27 January 2014, 18:02:59 UTC
d31e68a CMake Nightly Date Stamp 27 January 2014, 05:01:05 UTC
c6d20ad CMake Nightly Date Stamp 26 January 2014, 05:01:05 UTC
68beeb3 CMake Nightly Date Stamp 25 January 2014, 05:01:05 UTC
0183ede CMake Nightly Date Stamp 24 January 2014, 05:01:05 UTC
558a779 CMake Nightly Date Stamp 23 January 2014, 05:01:07 UTC
bde0dab cmMakefile: Make ConfigureString const. 22 January 2014, 20:28:42 UTC
bf1e1bf cmMakefile: Make FindSourceGroup const. Return a pointer instead of a reference. This allows making the accessor const with the least impact. 22 January 2014, 20:28:41 UTC
01d7ced cmMakefile: Trivially constify some methods. 22 January 2014, 14:16:53 UTC
9073318 cmMakefile: Remove non-const version of method The const version suffices. 22 January 2014, 14:16:41 UTC
back to top