Brad King
83d2b6f378
Merge topic 'refactor-cache-manager'
...
79a309d7
cmState: Port away from cmake instance.
e2eecae2
cmState: Move ParseCacheEntry from cmCacheManager.
b5212c68
cmState: Add API for cache version.
95b0d761
cmState: Externalize logic to caller.
6f02034e
cmState: Make AddCacheEntry method private.
435a2f3c
cmCacheManager: Port away from cmake instance.
062ed22e
cmState: Add cache file manipulation wrappers.
a02e53eb
Inline unary LoadCache.
bec3487f
cmCacheManager: Remove cmMakefile dependency.
e0f740f1
Always cache entries through the cmake instance.
2afadb0d
cmake: Port away from trivial cmCacheManager use.
3d8c299f
cmake: Use existing cache API wrapper.
2015-10-12 10:26:18 -04:00
Brad King
762108f3ec
Merge topic 'add-cmLocalGenerator-API'
...
223d0efe
Remove some needless GetMakefile() calls.
a367416c
cmLocalGenerator: Add current source directory accessor.
bbef3c2d
cmLocalGenerator: Add current binary directory accessor.
12cb3bdc
cmLocalGenerator: Add Home directory accessors.
72efa15d
Eclipse: Port API to cmLocalGenerator.
f2a641d6
Kate: Remove unused variables.
10cf42f5
Kate: Port API to cmLocalGenerator.
e46ef270
export: Port internal method to cmGeneratorTarget.
53d3a1c9
cmMakefile: Remove unused GetProjectName calls.
4ab2750c
cmLocalGenerator: Add GetProjectName method.
c8187f41
cmCPluginAPI: Inline code to get project name.
8c6e6dd3
cmMakefile: Inline initialization of project name.
27916f2c
cmLocalGenerator: Add cmake instance accessor.
2015-10-12 10:26:15 -04:00
Brad King
f3fa7c6bc3
Merge topic 'minor-cleanups'
...
096f0988
cmComputeLinkDepends: Remove unused typedef.
ee44be22
cmGeneratorTarget: Use local GetProperty method.
4f767afe
cmMakefile: Remove unneeded container clears.
c72d276a
C::B: Remove unused variables.
c99b6cef
cmLocalGenerator: Devirtualize method.
2015-10-12 10:26:13 -04:00
Brad King
5dba212f3a
Merge topic 'emacs-mode-unscreamify-more'
...
47f4b3b6
cmake-mode.el: unscreamify symbols instead of words
2015-10-12 10:26:11 -04:00
Brad King
3f7f4e1d2e
Merge topic 'emacs-mode-fix-accidental-indentation'
...
a935745d
cmake-mode.el: treat keywords as symbols
2015-10-12 10:26:09 -04:00
Brad King
2f2baf09fd
Merge topic 'cpack-wix-typos'
...
fb9ec243
CPackWIX: fix typos in documentation
2015-10-12 10:26:07 -04:00
Brad King
b6dcf6815b
Merge topic 'doc-clarify-shared-lib'
...
6556481e
Help: Document that SHARED libraries must export a symbol (#15775 )
2015-10-12 10:26:05 -04:00
Brad King
1a0da7d320
Merge topic 'osx-file-times-ns-precision'
...
8d27b407
cmFileTimeComparison: Port to OS X nanosecond times (#15769 )
2015-10-12 10:26:03 -04:00
Brad King
859bd8d0c6
Merge topic 'update-kwsys'
...
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)
2015-10-12 10:26:01 -04:00
Brad King
9b05b14fef
Merge topic 'revert-compiler-features-solaris'
...
340d0897
Revert topic 'compiler-features-solaris'
2015-10-12 10:25:59 -04:00
Brad King
887b4c8801
Merge topic 'FindGTK2_sigc++_c++11'
...
3d9e3d7b
FindGTK2: Enable c++11 for sigc++ 2.5.1 or later
2015-10-12 10:25:56 -04:00
Daniele E. Domenichelli
3d9e3d7b79
FindGTK2: Enable c++11 for sigc++ 2.5.1 or later
...
Starting with sigc++ 2.5.1, c++11 must be enabled in order to use
sigc++. The GTK2::sigc++ imported target will automatically enable the
required build flags in order to build with the version found on the
system.
2015-10-12 10:06:55 -04:00
Kitware Robot
70764ead1a
CMake Nightly Date Stamp
2015-10-12 00:01:05 -04:00
Kitware Robot
b46b88e075
CMake Nightly Date Stamp
2015-10-11 00:01:06 -04:00
Stephen Kelly
79a309d786
cmState: Port away from cmake instance.
2015-10-10 15:42:02 +02:00
Stephen Kelly
e2eecae205
cmState: Move ParseCacheEntry from cmCacheManager.
2015-10-10 15:36:59 +02:00
Stephen Kelly
b5212c68de
cmState: Add API for cache version.
2015-10-10 15:36:58 +02:00
Stephen Kelly
95b0d761a7
cmState: Externalize logic to caller.
2015-10-10 15:36:58 +02:00
Stephen Kelly
6f02034e66
cmState: Make AddCacheEntry method private.
2015-10-10 15:36:58 +02:00
Stephen Kelly
435a2f3ccb
cmCacheManager: Port away from cmake instance.
2015-10-10 15:36:58 +02:00
Stephen Kelly
062ed22ec4
cmState: Add cache file manipulation wrappers.
2015-10-10 15:36:58 +02:00
Stephen Kelly
a02e53eb94
Inline unary LoadCache.
2015-10-10 15:36:57 +02:00
Stephen Kelly
bec3487fa9
cmCacheManager: Remove cmMakefile dependency.
...
Update comment.
2015-10-10 15:36:57 +02:00
Stephen Kelly
e0f740f1b1
Always cache entries through the cmake instance.
2015-10-10 15:36:57 +02:00
Stephen Kelly
2afadb0d5a
cmake: Port away from trivial cmCacheManager use.
2015-10-10 15:10:23 +02:00
Stephen Kelly
3d8c299f3e
cmake: Use existing cache API wrapper.
2015-10-10 14:56:44 +02:00
Stephen Kelly
223d0efe55
Remove some needless GetMakefile() calls.
2015-10-10 11:04:39 +02:00
Stephen Kelly
a367416cec
cmLocalGenerator: Add current source directory accessor.
2015-10-10 11:04:39 +02:00
Stephen Kelly
bbef3c2da8
cmLocalGenerator: Add current binary directory accessor.
2015-10-10 11:04:39 +02:00
Kitware Robot
3fe240a79a
CMake Nightly Date Stamp
2015-10-10 00:01:07 -04:00
Kitware Robot
9f6638c8a7
CMake Nightly Date Stamp
2015-10-09 00:01:08 -04:00
Stephen Kelly
096f098849
cmComputeLinkDepends: Remove unused typedef.
2015-10-09 01:08:31 +02:00
Stephen Kelly
ee44be22cb
cmGeneratorTarget: Use local GetProperty method.
2015-10-09 00:07:55 +02:00
Stephen Kelly
4f767afe1d
cmMakefile: Remove unneeded container clears.
...
No need to do that in a destructor.
2015-10-09 00:05:14 +02:00
Stephen Kelly
c72d276a5a
C::B: Remove unused variables.
2015-10-09 00:04:50 +02:00
Stephen Kelly
c99b6cefbe
cmLocalGenerator: Devirtualize method.
2015-10-09 00:03:40 +02:00
Stephen Kelly
12cb3bdce4
cmLocalGenerator: Add Home directory accessors.
...
Reduce reasons for cmLocalGenerator to have a cmMakefile.
2015-10-09 00:00:19 +02:00
Stephen Kelly
72efa15dc2
Eclipse: Port API to cmLocalGenerator.
2015-10-09 00:00:19 +02:00
Stephen Kelly
f2a641d68b
Kate: Remove unused variables.
2015-10-09 00:00:19 +02:00
Stephen Kelly
10cf42f5ae
Kate: Port API to cmLocalGenerator.
2015-10-09 00:00:19 +02:00
Stephen Kelly
e46ef270ed
export: Port internal method to cmGeneratorTarget.
2015-10-09 00:00:18 +02:00
Stephen Kelly
53d3a1c95a
cmMakefile: Remove unused GetProjectName calls.
2015-10-09 00:00:18 +02:00
Stephen Kelly
4ab2750c54
cmLocalGenerator: Add GetProjectName method.
2015-10-09 00:00:18 +02:00
Stephen Kelly
c8187f414b
cmCPluginAPI: Inline code to get project name.
2015-10-09 00:00:18 +02:00
Stephen Kelly
8c6e6dd3ce
cmMakefile: Inline initialization of project name.
2015-10-09 00:00:18 +02:00
Stephen Kelly
27916f2cd1
cmLocalGenerator: Add cmake instance accessor.
2015-10-08 23:25:11 +02:00
Kevin Burge
47f4b3b662
cmake-mode.el: unscreamify symbols instead of words
...
cmake-unscreamify-buffer should unscream more than just
words. For example:
CHECK_FUNCTION_EXISTS (...)
2015-10-08 15:03:11 -04:00
Kevin Wojniak
fb9ec2430b
CPackWIX: fix typos in documentation
2015-10-08 14:42:52 -04:00
Kevin Burge
a935745d07
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).
2015-10-08 14:21:20 -04:00
Brad King
29a2d9fe69
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 )
2015-10-08 14:10:57 -04:00