Brad King
f65b2753d3
Merge branch 'release'
2016-06-21 14:01:12 -04:00
Brad King
8380f47cc9
Merge topic 'output-converter'
...
8ddbd4c2
cmOutputConverter: remove unnecessary conversion
bdaadbdc
cmOutputConverter: collapse ConvertToOutputForExisting functions
191fc3a0
cmOutputConverter: remove unused 'local' argument
b86007e3
cmOutputConverter: remove 'optional' argument
cde127b0
cmOutputConverter::Convert: invert condition
c23f89bc
cmOutputConverter::Convert: make precondition explicit
2016-06-21 13:57:16 -04:00
Brad King
cc9f6f3b98
Merge topic '14068-ctest-target-set-buildname-with-only-c-compiler'
...
6509ad29
CTest: Properly set buildname if only C langage is enabled
2016-06-21 13:57:14 -04:00
Brad King
e260f30d23
Merge topic 'FindGLEW-debug'
...
6087b9e4
FindGLEW: Search for debug and release configurations separately
2016-06-21 13:57:11 -04:00
Brad King
91392a66e1
Merge topic 'FindLua-match-header-and-lib'
...
eecd307e
FindLua: Iterate through all include subdirs to find a suitable header
3532cbce
FindLua: Check header file against suitable versions
281c707b
FindLua: Factor out a helper function for version extraction
92c67b9f
FindLua: Prefix private APIs with `_lua_`
2016-06-21 13:57:09 -04:00
Brad King
9cb685505a
Merge topic 'update-libarchive'
...
52f58267
Merge branch 'upstream-LibArchive' into update-libarchive
2b94d71d
LibArchive 2016-06-19 (139d0576)
2016-06-21 13:57:07 -04:00
Brad King
447f0618db
Merge topic 'FindBoost-imported-fallback-to-release'
...
c9fca42f
FindBoost: Make imported targets fall back to `Release`
2016-06-21 13:57:04 -04:00
Brad King
736ffc627c
Merge topic 'aix-clang'
...
5cc34162
AIX: Add support for Clang compiler
2016-06-21 13:57:02 -04:00
Brad King
b70f18379b
Merge topic 'refactor-flags'
...
41925efe
cmGeneratorTarget: Fix Fortran module directory regression
2016-06-21 13:56:59 -04:00
Brad King
41925efe76
cmGeneratorTarget: Fix Fortran module directory regression
...
Refactoring in commit 49f10f0d
(cmGeneratorTarget: Adopt Fortran module
directory generation, 2016-06-10) accidentally made a local variable
declared `static` causing results to be re-used incorrectly.
2016-06-21 13:37:06 -04:00
Kitware Robot
76c186b72f
CMake Nightly Date Stamp
2016-06-21 00:01:11 -04:00
Daniel Pfeifer
8ddbd4c280
cmOutputConverter: remove unnecessary conversion
2016-06-20 23:18:59 +02:00
Daniel Pfeifer
bdaadbdc2b
cmOutputConverter: collapse ConvertToOutputForExisting functions
2016-06-20 23:11:05 +02:00
Daniel Pfeifer
191fc3a0f3
cmOutputConverter: remove unused 'local' argument
2016-06-20 23:03:28 +02:00
Daniel Pfeifer
b86007e385
cmOutputConverter: remove 'optional' argument
...
Remove the 'optional' paramenter from the second overload of the Convert
function. This parameter is used from one single location. Inline the
codepath for which the argument is true to the callsite.
2016-06-20 22:32:02 +02:00
Daniel Pfeifer
cde127b084
cmOutputConverter::Convert: invert condition
...
Make the control flow of the 'optional' argument more explicit.
2016-06-20 22:12:36 +02:00
Daniel Pfeifer
c23f89bc76
cmOutputConverter::Convert: make precondition explicit
2016-06-20 22:11:20 +02:00
Jean-Christophe Fillion-Robin
6509ad29f6
CTest: Properly set buildname if only C langage is enabled
...
Fixes #14068
2016-06-20 15:45:25 -04:00
FARBOS Arnaud
6087b9e439
FindGLEW: Search for debug and release configurations separately
2016-06-20 15:07:32 -04:00
Ivan Ivanov
eecd307e24
FindLua: Iterate through all include subdirs to find a suitable header
...
Fixes #15756 .
2016-06-20 14:46:06 -04:00
Ivan Ivanov
3532cbce18
FindLua: Check header file against suitable versions
2016-06-20 14:40:40 -04:00
Ivan Ivanov
281c707b65
FindLua: Factor out a helper function for version extraction
2016-06-20 14:38:32 -04:00
Ivan Ivanov
92c67b9f01
FindLua: Prefix private APIs with `_lua_`
2016-06-20 14:37:49 -04:00
Brad King
cd1f1cb544
Merge topic 'cmDependsJavaParserHelper-dangling-ptr'
...
fe27879c
cmDependsJavaParserHelper: fix dangling pointer
2016-06-20 10:58:10 -04:00
Daniel Pfeifer
fe27879c6b
cmDependsJavaParserHelper: fix dangling pointer
...
The cmDependsJavaParserHelper tries to implement a "deep copy" in the
assignment operator of the internal class CurrentClass. To do that, it
uses std::copy and std::back_inserter. The copy constructor is
implemented in terms of the assignment operator but it does not
initialize the member NestedClasses, a pointer to vector. This pointer
is dereferenced in the assignment operator. Change the pointer to a
value and rely on the compiler generated special functions.
2016-06-20 10:56:39 -04:00
Brad King
52f58267c3
Merge branch 'upstream-LibArchive' into update-libarchive
...
* upstream-LibArchive:
LibArchive 2016-06-19 (139d0576)
2016-06-20 10:50:13 -04:00
LibArchive Upstream
2b94d71d88
LibArchive 2016-06-19 (139d0576)
...
Code extracted from:
https://github.com/libarchive/libarchive.git
at commit 139d0576b51a253732a5ab1f66805dffbf8b00af (master).
2016-06-20 10:50:05 -04:00
Andreas Weis
c9fca42fd1
FindBoost: Make imported targets fall back to `Release`
...
FindBoost only detects Debug and Release configurations. All other
configurations will fall back to the configuration listed as the first
entry in `IMPORTED_CONFIGURATIONS`. Switch the order so that `Release`
is listed first, as this is a better fallback than `Debug` for the
`RelWithDebInfo` and `MinSizeRel` configurations. See issue #16091 .
2016-06-20 10:14:10 -04:00
Brad King
313e966702
Merge branch 'release'
2016-06-20 10:05:34 -04:00
Wu Zhao
5cc34162ad
AIX: Add support for Clang compiler
...
The platform information module for GNU on AIX can be reused for Clang
on AIX because clang accepts almost all of the same options.
2016-06-20 09:59:31 -04:00
Brad King
74fde78311
Merge topic 'cmake-trace-source'
...
e63151ff
cmake: Add an option to control what files needs to be traced
2016-06-20 09:56:06 -04:00
Brad King
efb6d317e3
Merge topic 'FindQt4-doc-QtDeclarative-imported'
...
5ed2881c
FindQt4: Document Qt4::QtDeclarative imported target (#16157 )
2016-06-20 09:56:04 -04:00
Brad King
e2d700bd97
Merge topic 'cpack-deb-test-fixes'
...
6107fab4
CPack/Deb: Fix test to actually test the preinst script
302391ba
CPack/Deb: Fix tests for SELinux-enabled systems
2016-06-20 09:56:01 -04:00
Brad King
95c5e00186
Merge topic 'pkgconfig-targets'
...
8345c646
FindPkgConfig: define the imported targets also when the data comes from cache
2016-06-20 09:55:59 -04:00
Brad King
711caeb3bd
Merge topic 'refactor-flags'
...
802b36fb
cmExtraSublimeTextGenerator: Use GetTargetCompileFlags
3c488ce8
cmLocalGenerator: Adopt target compile flag generation
5467e794
cmLocalGenerator: Add method to get Fortran-specific compiler flags
49f10f0d
cmGeneratorTarget: Adopt Fortran module directory generation
0392f72b
Refactor Makefile/Ninja tool working directory storage
2016-06-20 09:55:56 -04:00
Brad King
af0f1e4f22
Merge topic 'cmake-gui-Qt-LGPLv3'
...
9ad10c8f
cmake-gui: Reference LGPLv3 when redistributing Qt
2016-06-20 09:55:54 -04:00
Brad King
5f3bfab7b7
Merge topic 'FindFreetype-debug-lib'
...
b213a7f6
FindFreetype: Find release and debug libraries separately
2016-06-20 09:55:52 -04:00
Brad King
5c7b2aafbd
Merge topic 'revert-vs-clang-minsize'
...
78249be2
VS: Fix regressed mapping for the cl `/Os` compiler flag
2016-06-20 09:55:48 -04:00
Brad King
c8f139a16b
Merge branch 'cpack-deb-test-fixes' into release
2016-06-20 09:29:22 -04:00
Domen Vrankar
6107fab467
CPack/Deb: Fix test to actually test the preinst script
...
The test regex variable name was invalid and did not test preinst
script.
Reported-by: Patrick <mail6543210@yahoo.com.tw>
2016-06-20 09:29:11 -04:00
Domen Vrankar
302391bae6
CPack/Deb: Fix tests for SELinux-enabled systems
...
Suggested-by: Patrick <mail6543210@yahoo.com.tw>
2016-06-20 09:29:11 -04:00
Brad King
4fdb97db8d
Merge branch 'pkgconfig-targets' into release
2016-06-20 09:24:30 -04:00
Brad King
45b62646db
Merge branch 'FindQt4-doc-QtDeclarative-imported' into release
2016-06-20 09:09:08 -04:00
Brad King
5ed2881cb2
FindQt4: Document Qt4::QtDeclarative imported target ( #16157 )
2016-06-20 08:49:31 -04:00
Kitware Robot
f4c35c3dc2
CMake Nightly Date Stamp
2016-06-20 00:01:06 -04:00
Rolf Eike Beer
8345c6463d
FindPkgConfig: define the imported targets also when the data comes from cache
2016-06-19 09:35:05 +02:00
Kitware Robot
d637809136
CMake Nightly Date Stamp
2016-06-19 00:01:06 -04:00
Kitware Robot
2e351f892e
CMake Nightly Date Stamp
2016-06-18 00:01:07 -04:00
Brad King
0420cb42d1
Merge topic 'doc-issue-tracker-move'
...
588166f8
README: Update Issue Tracker link to new location
2016-06-17 15:40:18 -04:00
Brad King
c37e6e226c
Merge branch 'doc-issue-tracker-move' into release
2016-06-17 15:39:35 -04:00