https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
37adada cmake-mode.el: unscreamify symbols instead of words cmake-unscreamify-buffer should unscream more than just words. For example: CHECK_FUNCTION_EXISTS (...) 08 October 2015, 18:41:39 UTC
7336ce6 Merge topic 'emacs-mode-fix-accidental-indentation' into next a935745d cmake-mode.el: treat keywords as symbols 08 October 2015, 18:23:11 UTC
a935745 cmake-mode.el: treat keywords as symbols Symbols such as "CHECK_FUNCTION_EXISTS" should not trigger an open block (due to containing the "word" FUNCTION). Fix this regression caused by commit v3.4.0-rc1~292^2~3 (cmake-mode.el: Use `rx' for regexps, 2015-07-23). 08 October 2015, 18:21:20 UTC
90bde57 Merge branch 'master' into next 08 October 2015, 18:11:20 UTC
29a2d9f Merge topic 'FindOpenSSL-mingw' 1bf66fed FindOpenSSL: Search for unix-named libraries first on MinGW (#15765) 6b575dec FindOpenSSL: Tolerate tabs in header while parsing version (#15765) 08 October 2015, 18:10:57 UTC
b184adf Merge topic 'osx-file-times-ns-precision' into next 8d27b407 cmFileTimeComparison: Port to OS X nanosecond times (#15769) 08 October 2015, 18:00:52 UTC
becbfbb Merge topic 'doc-clarify-shared-lib' into next 6556481e Help: Document that SHARED libraries must export a symbol (#15775) 08 October 2015, 17:57:37 UTC
0f9e43f Merge topic 'doc-clarify-shared-lib' into next 80004259 Revise topic 'doc-clarify-shared-lib' 08 October 2015, 17:57:29 UTC
8000425 Revise topic 'doc-clarify-shared-lib' 08 October 2015, 17:56:48 UTC
6556481 Help: Document that SHARED libraries must export a symbol (#15775) CMake assumes that a SHARED library compiled on Windows will export a LIB file. This is not actually the case on Visual C++ if the library does not export any symbols, and causes incremental builds to break if the user specifies SHARED anyway. (Users should use MODULE libraries instead.) 08 October 2015, 17:53:51 UTC
8d27b40 cmFileTimeComparison: Port to OS X nanosecond times (#15769) 08 October 2015, 17:37:37 UTC
2aa7685 Merge topic 'update-kwsys' into next 0faccb83 bootstrap: Drop unnecessary KWSys platform check 265fb0cd cmFileTimeComparison: Update for lack of cmsys_STAT_HAS_ST_MTIM 8083285d Merge branch 'upstream-kwsys' into update-kwsys 13c22d28 KWSys 2015-10-06 (ed82989c) 08 October 2015, 17:35:56 UTC
0faccb8 bootstrap: Drop unnecessary KWSys platform check The KWSys Configure.hxx header no longer needs KWSYS_STAT_HAS_ST_MTIM. Our bootstrap-built CMake does not need to handle nanosecond precision file times anyway. 08 October 2015, 17:27:07 UTC
265fb0c cmFileTimeComparison: Update for lack of cmsys_STAT_HAS_ST_MTIM The KWSys Configure.hxx header no longer exposes this value. Take the value from the KWSys try compile result variable instead. 08 October 2015, 17:26:44 UTC
8083285 Merge branch 'upstream-kwsys' into update-kwsys 08 October 2015, 17:26:08 UTC
13c22d2 KWSys 2015-10-06 (ed82989c) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ ed82989c | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' d79801bb..ed82989c Brad King (3): 9baab632 SystemTools: Keep stat st_mtim field existence private 39475e20 SystemTools: Refactor utimes invocation ed82989c SystemTools: Implement nanosecond file times on OS X 08 October 2015, 17:26:04 UTC
a1fc051 Merge topic 'revert-compiler-features-solaris' into next 340d0897 Revert topic 'compiler-features-solaris' 08 October 2015, 17:22:06 UTC
340d089 Revert topic 'compiler-features-solaris' Revert commit v3.4.0-rc1~10^2~2 (Features: Disable support for Oracle SolarisStudio on non-Linux, 2015-09-29) and two follow-up commits. The support of compile features and language standards on Orcale SolarisStudio needs more investigation so for CMake 3.4 we should just act as 3.3 did. 08 October 2015, 17:18:39 UTC
ecaf4ac Merge topic 'doc-clarify-shared-lib' into next 81e01f92 Help: Clarify that build system requires SHARED libraries to export symbols. 08 October 2015, 17:17:28 UTC
81e01f9 Help: Clarify that build system requires SHARED libraries to export symbols. CMake assumes that a SHARED library compiled on Windows will export a LIB file. This is not actually the case on Visual C++ if the library does not export any symbols, and causes incremental builds to break if the user specifies SHARED anyway. (Users should use MODULE libraries instead.) 08 October 2015, 17:14:12 UTC
b222a4c Merge branch 'master' into next 08 October 2015, 17:08:48 UTC
750391a Merge topic 'cmGeneratorTarget-sources' af71c7b4 cmTarget: Remove Compute method. dce6581b cmGeneratorTarget: Move computed sources from cmTarget. 7b6dc0fe cmGeneratorTarget: Inline GetSourceFiles from cmTarget. 33f87bb1 cmGeneratorTarget: Move AddInterfaceEntries method. da1b0449 cmTarget: Remove a conditional for generate-time source addition. fe113f0f cmTarget: Split storage of sources from genexes. 776ff8eb cmTarget: Add Compute API for sources. 64f73150 cmTarget: Add API for generate-time source addition. c38e30f6 cmGeneratorTarget: Add methods for generate-time source addition. 5d3776a7 Access sources through cmGeneratorTarget. 7ce0991a GHS: Port API to cmGeneratorTarget. 156bd2c9 Xcode: Port away from unnecessary CMP0049 compatibility. 01e666c7 cmTarget: Join strings conditionally. bf28b787 cmGeneratorTarget: Rename internal member. 9d653f9c cmFLTKWrapUI: Remove CMake 2.2 compat code. 08 October 2015, 17:08:32 UTC
db266aa Merge topic 'refactor-current-dir-initialization' 28749903 cmState: Internalize the initialization of a snapshot from its parent. 6c02f62f Remove now-unused directory setters. 360e4e1d Set the current dirs on the snapshot before creating the cmMakefile. f716460e cmMakefile: Move invokation to initialize snapshot. 08 October 2015, 17:08:30 UTC
c97e586 Merge branch 'master' into next 08 October 2015, 15:51:36 UTC
2f9ff12 Merge topic 'ctest-submit-content-type' into next 1b700612 CTest: Set Content-Type header for http file upload (#15774) 08 October 2015, 14:59:23 UTC
1b70061 CTest: Set Content-Type header for http file upload (#15774) Sets the Content-Type header for http file uploads to avoid running afoul of ModSecurity rules on the server. 08 October 2015, 14:57:29 UTC
45e9f48 Merge topic 'cmake-script-mode-directory-vars' 8bb908b1 Document and test CMAKE_[CURRENT_](BINARY|SOURCE)_DIR in script mode 08 October 2015, 14:31:50 UTC
c997595 Merge topic 'cpack-nsis-bitmap' 3758af12 CPackNSIS: Add options to set the bitmap for NSIS installer left side 08 October 2015, 14:31:48 UTC
3cf7172 Merge topic 'update-kwsys' d0c3bf65 Merge branch 'upstream-kwsys' into update-kwsys bca73252 KWSys 2015-10-06 (d79801bb) 08 October 2015, 14:31:46 UTC
fc7a191 Merge topic 'fix-spelling-typos' 06247384 bootstrap: Fix spelling of "succeeded" b6702d40 Modules: Fix spelling of "succeeded" in check messages 08 October 2015, 14:31:44 UTC
c91b14e Merge topic 'release-nightly-linux64' b520b1ca Tests: Add a nightly Linux 64-bit binary 26a0b52d Tests: Rename Linux nightly release binary test to Linux32 08 October 2015, 14:31:42 UTC
2b9a155 Merge topic 'release-cygwin-subdir' fab35c95 Utilities/Release: Move cygwin packages to a subdirectory 08 October 2015, 14:31:40 UTC
fab711a Merge topic 'release-no-old-osx' 992c43d2 Tests: Rename OS X nightly release binary test 45fa326b Utilities/Release: Drop OS X ppc/i386 binary 9cbab63e Tests: Drop nightly OS X ppc/i386 binary 08 October 2015, 14:31:38 UTC
6d0145d Merge topic 'FindGTK2_sigc++_c++11' into next 8036c7f0 FindGTK2: Do not perform sigc++ version check if config file was not found 08 October 2015, 14:20:28 UTC
8036c7f FindGTK2: Do not perform sigc++ version check if config file was not found 08 October 2015, 14:19:58 UTC
24c9752 CMake Nightly Date Stamp 08 October 2015, 04:01:05 UTC
5f678ee Merge topic 'add-cmLocalGenerator-API' into next f05c9294 Revert "cmLocalGenerator changes." 07 October 2015, 21:42:52 UTC
f05c929 Revert "cmLocalGenerator changes." This reverts commit 850c5282f04c99632fbf876b0c73bdb94d0722de. 07 October 2015, 21:42:39 UTC
d95810b Merge topic 'add-cmLocalGenerator-API' into next 850c5282 cmLocalGenerator changes. 07 October 2015, 21:42:36 UTC
850c528 cmLocalGenerator changes. 07 October 2015, 21:40:49 UTC
e6bfc5e Merge topic 'add-cmLocalGenerator-API' into next 3a3af179 Revert topic. b2ee4cb7 cmMakefile: Inline initialization of project name. 07 October 2015, 21:07:52 UTC
3a3af17 Revert topic. 07 October 2015, 21:07:30 UTC
b2ee4cb cmMakefile: Inline initialization of project name. 07 October 2015, 21:07:19 UTC
a8e25da Merge topic 'add-cmLocalGenerator-API' into next 0e013bb7 Revert "Remove some needless GetMakefile() calls." 07 October 2015, 20:06:04 UTC
0e013bb Revert "Remove some needless GetMakefile() calls." This reverts commit fd6692825f5e4b9787746e2811a8a53e33886138. 07 October 2015, 20:05:47 UTC
f6043d5 Merge topic 'add-cmLocalGenerator-API' into next 56d29100 Revert "cmLocalGenerator: Add Home directory accessors." bf2a0a5a Revert "cmLocalGenerator: Add current binary directory accessor." eb68b0e5 Revert "cmLocalGenerator: Add current source directory accessor." fd669282 Remove some needless GetMakefile() calls. 8029773f cmLocalGenerator: Add current source directory accessor. f1de916f cmLocalGenerator: Add current binary directory accessor. 5ce9220e cmLocalGenerator: Add Home directory accessors. 07 October 2015, 20:01:34 UTC
56d2910 Revert "cmLocalGenerator: Add Home directory accessors." This reverts commit 5ce9220ececf0f71f9c2f14ed1b02e67ffefb56e. 07 October 2015, 20:01:04 UTC
bf2a0a5 Revert "cmLocalGenerator: Add current binary directory accessor." This reverts commit f1de916fda8bb37780f8c7ceb01517400ca718e6. 07 October 2015, 20:01:00 UTC
eb68b0e Revert "cmLocalGenerator: Add current source directory accessor." This reverts commit 8029773fbd01c8dafe1a6f7e0136ae9b7a5339e1. 07 October 2015, 20:00:49 UTC
fd66928 Remove some needless GetMakefile() calls. 07 October 2015, 20:00:23 UTC
8029773 cmLocalGenerator: Add current source directory accessor. 07 October 2015, 20:00:23 UTC
f1de916 cmLocalGenerator: Add current binary directory accessor. 07 October 2015, 19:59:59 UTC
5ce9220 cmLocalGenerator: Add Home directory accessors. Reduce reasons for cmLocalGenerator to have a cmMakefile. 07 October 2015, 19:59:58 UTC
51b5214 Merge topic 'add-cmLocalGenerator-API' into next 7bfa6294 fixup! cmLocalGenerator: Add Home directory accessors. a18b86b9 fixup! cmLocalGenerator: Add current binary directory accessor. 07 October 2015, 19:33:13 UTC
7bfa629 fixup! cmLocalGenerator: Add Home directory accessors. 07 October 2015, 19:32:49 UTC
a18b86b fixup! cmLocalGenerator: Add current binary directory accessor. 07 October 2015, 19:32:34 UTC
fa30a5b Merge topic 'add-cmLocalGenerator-API' into next c2a2122d Remove some needless GetMakefile() calls. 5535c9e5 cmLocalGenerator: Add current source directory accessor. e8ae7ca3 cmLocalGenerator: Add current binary directory accessor. c119635f cmLocalGenerator: Add Home directory accessors. 07 October 2015, 18:41:01 UTC
c2a2122 Remove some needless GetMakefile() calls. 07 October 2015, 18:40:41 UTC
5535c9e cmLocalGenerator: Add current source directory accessor. 07 October 2015, 18:40:40 UTC
e8ae7ca cmLocalGenerator: Add current binary directory accessor. 07 October 2015, 18:40:40 UTC
c119635 cmLocalGenerator: Add Home directory accessors. Reduce reasons for cmLocalGenerator to have a cmMakefile. 07 October 2015, 18:40:40 UTC
bd87ae1 Merge topic 'add-cmLocalGenerator-API' into next a103f41a fixup! cmLocalGenerator: Add Home directory accessors. 07 October 2015, 18:40:28 UTC
a103f41 fixup! cmLocalGenerator: Add Home directory accessors. 07 October 2015, 18:40:09 UTC
09854f3 Merge topic 'refactor-current-dir-initialization' into next 28749903 cmState: Internalize the initialization of a snapshot from its parent. 6c02f62f Remove now-unused directory setters. 360e4e1d Set the current dirs on the snapshot before creating the cmMakefile. 07 October 2015, 18:20:02 UTC
2874990 cmState: Internalize the initialization of a snapshot from its parent. 07 October 2015, 18:19:42 UTC
6c02f62 Remove now-unused directory setters. 07 October 2015, 18:19:42 UTC
360e4e1 Set the current dirs on the snapshot before creating the cmMakefile. The cmMakefile should get a fully prepared snapshot and not clobber its definitions. It should eventually be able to process list files from any starting-point snapshot, though that is some refactoring away still. 07 October 2015, 18:19:41 UTC
5e86676 Merge topic 'cmGeneratorTarget-sources' into next af71c7b4 cmTarget: Remove Compute method. 07 October 2015, 18:18:20 UTC
af71c7b cmTarget: Remove Compute method. 07 October 2015, 18:17:55 UTC
79b5e37 Merge topic 'add-cmLocalGenerator-API' into next 6b7b0ab9 Remove some needless GetMakefile() calls. 5af30a47 cmLocalGenerator: Add current source directory accessor. 929719e6 cmLocalGenerator: Add current binary directory accessor. 9feb9c7f cmLocalGenerator: Add Home directory accessors. 0c0eac9e Eclipse: Port API to cmLocalGenerator. a09b1ec3 Kate: Remove unused variables. dcc75e36 Kate: Port API to cmLocalGenerator. 06ca5bac export: Port internal method to cmGeneratorTarget. 1e37130c cmLocalGenerator: Add cmake instance accessor. bcb25eab cmMakefile: Remove unused GetProjectName calls. 2b04f5bf cmLocalGenerator: Add GetProjectName method. efce39b8 cmCPluginAPI: Inline code to get project name. 3d00e7ad cmMakefile: Inline initialization of project name. 2c4f9023 CMake Nightly Date Stamp 07 October 2015, 18:15:35 UTC
6b7b0ab Remove some needless GetMakefile() calls. 07 October 2015, 18:15:12 UTC
5af30a4 cmLocalGenerator: Add current source directory accessor. 07 October 2015, 18:15:12 UTC
929719e cmLocalGenerator: Add current binary directory accessor. 07 October 2015, 17:56:44 UTC
0c0eac9 Eclipse: Port API to cmLocalGenerator. 07 October 2015, 17:55:51 UTC
9feb9c7 cmLocalGenerator: Add Home directory accessors. Reduce reasons for cmLocalGenerator to have a cmMakefile. 07 October 2015, 17:55:51 UTC
a09b1ec Kate: Remove unused variables. 07 October 2015, 17:55:44 UTC
dcc75e3 Kate: Port API to cmLocalGenerator. 07 October 2015, 17:52:35 UTC
06ca5ba export: Port internal method to cmGeneratorTarget. 07 October 2015, 17:52:35 UTC
1e37130 cmLocalGenerator: Add cmake instance accessor. 07 October 2015, 17:52:35 UTC
bcb25ea cmMakefile: Remove unused GetProjectName calls. 07 October 2015, 17:52:18 UTC
2b04f5b cmLocalGenerator: Add GetProjectName method. 07 October 2015, 16:39:15 UTC
efce39b cmCPluginAPI: Inline code to get project name. 07 October 2015, 16:39:15 UTC
3d00e7a cmMakefile: Inline initialization of project name. 07 October 2015, 16:39:15 UTC
9990bef Merge topic 'FindGTK2_sigc++_c++11' into next 33eb8fa3 FindGTK2: Enable c++11 for sigc++ 2.5.1 or later 07 October 2015, 07:25:09 UTC
16df189 Merge topic 'cmGeneratorTarget-sources' into next 4121d672 cmTarget: Remove Compute method. dce6581b cmGeneratorTarget: Move computed sources from cmTarget. 7b6dc0fe cmGeneratorTarget: Inline GetSourceFiles from cmTarget. 33f87bb1 cmGeneratorTarget: Move AddInterfaceEntries method. da1b0449 cmTarget: Remove a conditional for generate-time source addition. fe113f0f cmTarget: Split storage of sources from genexes. 776ff8eb cmTarget: Add Compute API for sources. 64f73150 cmTarget: Add API for generate-time source addition. c38e30f6 cmGeneratorTarget: Add methods for generate-time source addition. 5d3776a7 Access sources through cmGeneratorTarget. 7ce0991a GHS: Port API to cmGeneratorTarget. 07 October 2015, 06:38:27 UTC
4121d67 cmTarget: Remove Compute method. The following tests FAILED: 146 - Qt5Autogen (Failed) 148 - Qt4Autogen (Failed) 298 - RunCMake.set_property (Failed) 314 - RunCMake.File_Generate (Failed) 07 October 2015, 06:37:58 UTC
dce6581 cmGeneratorTarget: Move computed sources from cmTarget. 07 October 2015, 06:37:58 UTC
7b6dc0f cmGeneratorTarget: Inline GetSourceFiles from cmTarget. 07 October 2015, 06:37:58 UTC
33f87bb cmGeneratorTarget: Move AddInterfaceEntries method. It will be needed here in a follow-up commit. 07 October 2015, 06:37:57 UTC
da1b044 cmTarget: Remove a conditional for generate-time source addition. It is not really necessary. 07 October 2015, 06:37:57 UTC
fe113f0 cmTarget: Split storage of sources from genexes. 07 October 2015, 06:37:57 UTC
776ff8e cmTarget: Add Compute API for sources. This method is a refactoring artifact. It will be removed in a follow-up. 07 October 2015, 06:37:57 UTC
64f7315 cmTarget: Add API for generate-time source addition. This method is a refactoring artifact. It will be removed in a follow-up. 07 October 2015, 06:37:57 UTC
c38e30f cmGeneratorTarget: Add methods for generate-time source addition. 07 October 2015, 06:37:57 UTC
5d3776a Access sources through cmGeneratorTarget. 07 October 2015, 06:37:56 UTC
7ce0991 GHS: Port API to cmGeneratorTarget. 07 October 2015, 06:37:56 UTC
d812f33 Merge topic 'cmGeneratorTarget-sources' into next 84786ee4 fixup! cmGeneratorTarget: Move computed sources from cmTarget. 07 October 2015, 06:37:50 UTC
84786ee fixup! cmGeneratorTarget: Move computed sources from cmTarget. 07 October 2015, 06:36:59 UTC
2c4f902 CMake Nightly Date Stamp 07 October 2015, 04:01:07 UTC
3af63d1 Merge topic 'cmGeneratorTarget-sources' into next 461a70ec fixup! Access sources through cmGeneratorTarget. c6dc5dd0 fixup! GHS: Port API to cmGeneratorTarget. 06 October 2015, 21:32:36 UTC
back to top