https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
113df22 Remove ChangeLog.manual This file was used during the 2.8 release series to hold notes generated from 'git shortlog'. In CMake 3.0 it is replaced by Help/release/*.rst documents containing more useful manually written release notes. 07 February 2014, 18:35:32 UTC
79f5590 Remove ChangeLog.txt This file has not been maintained since the conversion from CVS to Git. It provides not useful information in modern releases. 07 February 2014, 18:35:31 UTC
d25dbc9 Tests/BundleTest: Drop use of ChangeLog.txt The test just wants a source file from outside its tree. Use README.rst instead. 07 February 2014, 18:35:31 UTC
6d85a6a add_library: Issue better diagnostic for INTERFACE GLOBAL signature. 07 February 2014, 14:49:15 UTC
770245e add_library: Test invalid GLOBAL INTERFACE signature. This has to be tested separately from the invalid_signature test because target sources are evaluate at a later time, and earlier errors in the invalid_signature test cause early exit. 07 February 2014, 14:49:15 UTC
f02b5fb Help: Fix typo. 'to not to' -> 'not to' 07 February 2014, 13:25:19 UTC
b7f5851 Visibility: the Intel compiler does not support -fvisibility on windows 07 February 2014, 10:50:08 UTC
53cffda CMake Nightly Date Stamp 07 February 2014, 05:01:05 UTC
cab5ebd Intel compiler: add -isystem flag under Linux This makes the SYSTEM keyword work with the Intel compiler under Linux. AFAIK this is supported neither under Windows nor OSX. Alex 06 February 2014, 23:23:31 UTC
6abdc6c Merge topic 'update-buildsystem-docs' cc46b702 Help: Adjust the QtAutogen properties to the common style. f371545d Help: Use ``True`` and ``False`` for IMPORTED values. 3879c847 Help: Document relation of properties to the rest of the buildsystem. ba4c2fa8 Help: Mark up the buildsystem commands documentation a683262a Help: Note that the compatible interface properties must not intersect. fbe01bed Help: Specify how to order and modify transitively set property values. 645500b4 Help: Add hyperlink targets to some manual sections. 85a4fad7 Help: Use ``inline-literals`` to mark generator expressions. a0fa0253 Help: Mark up references to NEW and OLD policy settings properly. 6c02e7f4 Help: Add a style guide. 91fbff88 Help: Fix typos 06 February 2014, 21:19:02 UTC
cc46b70 Help: Adjust the QtAutogen properties to the common style. Link to the cmake-qt manual. 06 February 2014, 21:15:54 UTC
f371545 Help: Use ``True`` and ``False`` for IMPORTED values. Only the first letter is capitalized. It is marked up. 06 February 2014, 21:15:54 UTC
3879c84 Help: Document relation of properties to the rest of the buildsystem. 06 February 2014, 21:15:53 UTC
ba4c2fa Help: Mark up the buildsystem commands documentation Cross-link to the cmake-buildsystem manual. 06 February 2014, 21:15:53 UTC
a683262 Help: Note that the compatible interface properties must not intersect. 06 February 2014, 21:15:53 UTC
fbe01be Help: Specify how to order and modify transitively set property values. 06 February 2014, 21:15:53 UTC
645500b Help: Add hyperlink targets to some manual sections. These can be refered to from the command documentation and other relevant locations. 06 February 2014, 21:15:53 UTC
85a4fad Help: Use ``inline-literals`` to mark generator expressions. 06 February 2014, 21:15:52 UTC
a0fa025 Help: Mark up references to NEW and OLD policy settings properly. 06 February 2014, 21:15:52 UTC
6c02e7f Help: Add a style guide. 06 February 2014, 21:15:50 UTC
91fbff8 Help: Fix typos Psuedo -> Pseudo behaviour -> behavior CMake uses American spelling. 06 February 2014, 21:14:13 UTC
78be324 Tests: Speed up RunCMake.CheckModules test Enable the C and CXX languages only in the test cases that really need them. In the failure cases we do not get far enough to really use the languages, so skip enabling them. 06 February 2014, 16:12:50 UTC
f555281 Merge topic 'FindOpenSSL-root-dir' 12d6eb63 FindOpenSSL: Honor OPENSSL_ROOT_DIR everywhere (#14735) 06 February 2014, 16:10:25 UTC
0795aed Merge topic 'Qt4-WIN32-doc' 0f5dfd10 Help: Specify that qtmain.lib is only used for WIN32 executables. 06 February 2014, 16:10:24 UTC
d5c54d0 Merge topic 'fix-Qt-autogen' 8f8edeb0 QtAutogen: Only add source files to the target if AUTORCC is ON. 06 February 2014, 16:10:18 UTC
5f7d7bd CMake Nightly Date Stamp 06 February 2014, 05:01:06 UTC
12d6eb6 FindOpenSSL: Honor OPENSSL_ROOT_DIR everywhere (#14735) In commit v2.8.5~176^2~2 (FindOpenSSL: We should only use hints to find OpenSSL, 2011-03-28) values for HINTS and PATHS of find_* calls were computed everywhere but only used on Windows. Use them everywhere. 05 February 2014, 17:28:36 UTC
0f5dfd1 Help: Specify that qtmain.lib is only used for WIN32 executables. 05 February 2014, 15:05:16 UTC
fed3f88 Merge topic 'doc-version-components' 52e7beb6 Help: Expand documentation of CMAKE_VERSION and related variables 05 February 2014, 14:34:37 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
52e7beb 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, 14:24:41 UTC
8f8edeb QtAutogen: Only add source files to the target if AUTORCC is ON. The qtx_add_resources() macro adds the resource file to the output list to maintain file-level dependencies. Having the qrc file in a target sources is a precondition for AUTORCC to function. When processing the source files of a target, only add the generated qrc_<file>.cpp to the target sources if AUTORCC is ON. This avoids pre-porting conflict with the macro. Reported-by: Micha Hergarden 05 February 2014, 09:13:39 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
back to top