..
AliasTarget
Tests: fix AliasTarget building on Clang/C2
2016-03-10 09:11:41 -05:00
Architecture
Xcode: Fix test architecture selection for Xcode >= 5
2013-10-02 12:48:20 -04:00
ArgumentExpansion
…
Assembler
Avoid if() quoted auto-dereference
2014-10-20 11:49:16 -04:00
BuildDepends
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
BundleGeneratorTest
…
BundleTest
Tests/BundleTest: Drop use of ChangeLog.txt
2014-02-07 13:35:31 -05:00
BundleUtilities
OSX: Warn when attempting to change runtime paths on OS X 10.5
2014-10-10 10:17:27 -04:00
CFBundleTest
Tests: Run CFBundleTest only with valid configuration
2014-12-19 08:24:04 -05:00
CMakeCommands
Tests: Do not try to use invalid "ld -v" flag on Solaris
2015-03-31 11:21:36 -04:00
CMakeLib
Remove use of include <cmsys/ios/*> and cmsys_ios::*
2015-08-20 16:19:08 -04:00
CMakeOnly
Merge topic 'FindProtobuf-variable-case'
2016-03-11 08:30:46 -05:00
CMakeTestAllGenerators
…
CMakeTestMultipleConfigures
…
CMakeTests
CMake: Extend TIMESTAMP sub-commands with new unix time format specifier
2016-02-18 10:30:13 -05:00
COnly
…
CPackComponents
Replace http://www.cmake.org URLs with https://cmake.org
2015-09-25 15:47:39 -04:00
CPackComponentsDEB
Merge topic 'cpack-deb-config-file-source-field'
2015-11-06 14:58:11 -05:00
CPackComponentsForAll
cpack rpm setting of defattr
2016-03-29 00:51:18 +02:00
CPackComponentsPrefix
CPack: Enable DEB and RPM tests more reliably
2015-05-12 08:56:34 -04:00
CPackTestAllGenerators
…
CPackWiXGenerator
Replace http://www.cmake.org URLs with https://cmake.org
2015-09-25 15:47:39 -04:00
CTestBuildCommandProjectInSubdir
Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variables
2014-03-03 15:26:49 -05:00
CTestConfig
Tests: Use -A option to pass generator platform selection
2014-09-15 10:26:59 -04:00
CTestCoverageCollectGCOV
CTestCoverageCollectGCOV: replace tabulators
2015-09-21 09:27:53 -04:00
CTestLimitDashJ
…
CTestScriptMode
…
CTestTest
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTest2
Tests: In CTestTest2 skip the kwsys.testProcess-10 test that leaks
2015-07-31 09:27:08 -04:00
CTestTestBadExe
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestBadGenerator
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestChecksum
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestCostSerial
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestCrash
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestCycle
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestDepends
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestEmptyBinaryDirectory
Tests: added test for ctest_empty_binary_directory()
2013-11-01 21:32:16 +01:00
CTestTestFailure
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestFdSetSize
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestLabelRegExp
CTest: Fix combined inclusive/exclusive label regular expressions
2014-06-06 10:28:18 +02:00
CTestTestLaunchers
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestMissingDependsExe
CTest: fix regressions introduced by the ctest-fix-run-serial topic
2013-12-23 15:31:15 +01:00
CTestTestParallel
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestResourceLock
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestRunScript
…
CTestTestScheduler
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestSerialInDepends
CTest: fix dashboard issues associated with the ctest-fix-run-serial topic
2013-10-25 21:39:58 +02:00
CTestTestSerialOrder
CTest: fix regressions introduced by the ctest-fix-run-serial topic
2013-12-23 15:31:15 +01:00
CTestTestSkipReturnCode
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestStopTime
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestSubdir
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestTimeout
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestUpload
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CTestTestVerboseOutput
CTest: Output test-specific env vars in verbose mode ( #15446 )
2015-03-17 10:11:33 -04:00
CTestTestZeroTimeout
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
CheckCompilerRelatedVariables
VS14: Add Visual Studio 14 generator ( #14982 )
2014-06-25 14:51:19 -04:00
CoberturaCoverage
CTest: Generalize Cobertura coverage format handling
2014-06-04 14:26:19 +00:00
CommandLineTest
…
CompatibleInterface
Honor $<LINK_ONLY> when checking interface properties
2014-07-16 13:28:47 -04:00
CompileCommandOutput
…
CompileDefinitions
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
CompileFeatures
Features: Update MSVC features for VS 2015 RTM
2015-07-21 12:56:47 -04:00
CompileOptions
Embarcadero: Check code using CMAKE_CXX_COMPILER_ID and CMAKE_C_COMPILER_ID.
2015-12-03 21:37:06 +00:00
Complex
Tests: fix Complex building on Clang/C2
2016-03-10 09:11:41 -05:00
ComplexOneConfig
Tests: fix complexOneConfig building on Clang/C2
2016-03-10 09:11:41 -05:00
ConfigSources
cmTarget: Don't allow relative paths in INTERFACE_SOURCES
2014-11-29 12:24:59 +01:00
Contracts
Replace http://www.cmake.org URLs with https://cmake.org
2015-09-25 15:47:39 -04:00
CrossCompile
…
CustComDepend
…
CustomCommand
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
CustomCommandByproducts
ExternalProject: Replace placeholder tokens in BYPRODUCTS
2015-03-09 10:04:44 -04:00
CustomCommandWorkingDirectory
…
CxxDialect
Features: Enable compiler extensions by default.
2014-05-31 12:16:12 +02:00
CxxOnly
…
CxxSubdirC
Tests: Test using objects from a language enabled in a subdirectory ( #15325 )
2014-12-22 20:13:40 -05:00
DelphiCoverage
Tests: Fix DelphiCoverage test file selection
2015-10-20 11:13:25 -04:00
Dependency
Fix link line order when shared libraries are de-duplicated
2014-11-10 14:46:22 -05:00
DoubleProject
…
EmptyDepends
…
EmptyLibrary
…
EmptyProperty
set_property: Do not remove a property when APPENDing nothing
2013-07-24 10:50:15 -04:00
Environment
…
ExportImport
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
ExternalOBJ
…
ExternalProject
Replace http://www.cmake.org URLs with https://cmake.org
2015-09-25 15:47:39 -04:00
ExternalProjectLocal
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
ExternalProjectSubdir
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
ExternalProjectUpdate
Fix spelling typos in comments and documentation ( #16037 )
2016-03-29 14:31:02 -04:00
FindBoost
Tests: Add FindBoost testcase for imported targets
2015-12-02 09:40:17 -05:00
FindGSL
FindGSL: Add module to find the GNU Scientific Library
2014-12-17 10:59:48 -05:00
FindGTK2
Tests: Fix GTK2Components.gtkmm test with sigc++ >= 2.5.1
2016-03-25 09:19:33 -04:00
FindGTest
Tests: Add tests for FindGTest
2015-12-10 23:09:16 +00:00
FindJsonCpp
FindJsonCpp: Drop new module due to upstream jsoncpp providing package
2015-02-20 08:22:02 -05:00
FindLTTngUST
Add FindLTTngUST module to find LTTng-UST library
2016-03-07 11:46:49 -05:00
FindMatlab
Tests: Increasing the stability of the FindMatlab.basic_checks test
2015-04-13 09:36:13 -04:00
FindModulesExecuteAll
…
FindOpenSSL
FindOpenSSL: Provide imported targets OpenSSL::{SSL,Crypto}
2015-08-13 10:58:40 -04:00
FindPNG
FindPNG: Create an imported PNG::PNG target ( #15911 )
2016-01-21 13:58:15 -05:00
FindPackageModeMakefileTest
Tests: Add option to disable FindPackageModeMakefileTest
2016-02-19 09:10:44 -05:00
FindPackageTest
Tests: Fix failures when running under the default install prefix ( #15566 )
2015-05-14 10:07:37 -04:00
FindTIFF
FindTIFF: Add imported targets and update documentation
2015-12-07 09:20:08 -05:00
FindThreads
FindThreads: officially announce it works with only C++ enabled
2015-09-25 10:08:35 -04:00
FindXalanC
FindXalanC: New module to find the Apache Xalan-C++ library
2016-01-20 09:33:38 -05:00
FindXercesC
FindXercesC: Add imported targets and unit test
2015-11-23 14:28:05 -05:00
ForceInclude
Avoid if() quoted auto-dereference
2014-10-20 11:49:16 -04:00
Fortran
Merge topic 'test-FortranCInterface-again'
2016-02-08 10:33:07 -05:00
FortranC
Tests: Fix CMAKE_MAKE_PROGRAM selection in FortranC.Flags test
2015-08-11 10:18:05 -04:00
FortranOnly
CheckFortranCompilerFlag: Add test case
2015-02-05 11:18:13 -05:00
Framework
…
FunctionTest
Tests: Fix CMP0054 warnings
2014-09-16 09:06:29 -04:00
GeneratorExpression
Genex: Add a SHELL_PATH expression
2015-09-28 10:37:33 -04:00
GhsMulti
Add a 'Green Hills MULTI' generator on Windows
2015-04-20 13:55:40 -04:00
IPO
…
IncludeDirectories
Tests: Use C-Style comments in C sources and headers
2015-09-25 09:34:04 -04:00
InterfaceLibrary
Allow add_dependencies() on INTERFACE libraries ( #15414 )
2015-03-27 16:25:09 -04:00
InterfaceLinkLibraries
Make $<LINK_ONLY> available to projects ( #14751 )
2014-07-16 13:28:44 -04:00
JCTest
…
JacocoCoverage
CTest: Fix Jacoco Coverage
2015-03-06 11:18:19 -05:00
Java
UseJava: Teach add_jar to support file syntax for sources
2015-08-04 11:19:43 -04:00
JavaJavah
UseJava: Fix create_javah CLASSPATH handling on Windows
2016-01-19 10:36:11 -05:00
JavascriptCoverage
CTest: Add Javascript coverage parser
2014-10-29 11:27:11 -04:00
Jump
…
LibName
…
LinkDirectory
Test: Remove obsolete commented code.
2014-01-07 09:38:00 -05:00
LinkFlags
Add additonal tests for the linker flags
2013-07-31 08:41:08 -04:00
LinkLanguage
…
LinkLine
…
LinkLineOrder
…
LinkStatic
Avoid if() quoted auto-dereference
2014-10-20 11:49:16 -04:00
LoadCommand
Tests: Simplify LoadCommand tests
2014-06-25 15:27:01 -04:00
LoadCommandOneConfig
Tests: Simplify LoadCommand tests
2014-06-25 15:27:01 -04:00
MFC
…
MSManifest
MSVC: Fix linking with /MANIFEST:NO option
2015-11-18 09:31:56 -05:00
MacRuntimePath
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
MacroTest
Tests: Fix CMP0054 warnings
2014-09-16 09:06:29 -04:00
MakeClean
Tests: Don't read the LOCATION property from build targets.
2013-11-19 18:07:27 +01:00
MathTest
…
MissingInstall
InstallRules: added new variable to disable generation of install rules
2014-01-08 16:28:14 +01:00
MissingSourceFile
…
Module
GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED ( #16022 )
2016-03-17 10:40:24 -04:00
ModuleDefinition
Avoid if() quoted auto-dereference
2014-10-20 11:49:16 -04:00
MumpsCoverage
CTEST: Fix MUMPS file parser and update test
2014-08-15 10:50:36 -04:00
NewlineArgs
…
ObjC++
…
ObjectLibrary
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
OutDir
Encoding: Modify tests to work using non-ascii paths.
2015-01-08 20:56:51 -07:00
OutOfBinary
Ninja: Centralize path conversion in global generator ( #15757 )
2015-09-25 14:36:30 -04:00
OutOfSource
Ninja: Centralize path conversion in global generator ( #15757 )
2015-09-25 14:36:30 -04:00
PDBDirectoryAndName
Merge topic 'remove-vs6-generator'
2016-03-10 09:16:23 -05:00
PerConfig
Use a more reliable regex for extracting binary INFO strings
2014-09-03 17:00:48 -04:00
Plugin
Tests: fix Plugin building on Clang/C2
2016-03-10 09:11:41 -05:00
Policy0002
…
PolicyScope
…
PositionIndependentTargets
Add the INTERFACE_LIBRARY target type.
2013-10-07 19:56:31 -04:00
PreOrder
…
PrecompiledHeader
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
Preprocess
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
Properties
cmSourceFileLocation: Collapse full path for directory comparisons.
2014-03-31 23:18:43 +02:00
PythonCoverage
Adding support for the Python coverage.py tool.
2013-10-08 09:20:30 -04:00
Qt4And5Automoc
FindQt4: Make AUTOMOC work regardless which order Qt 4/5 is found.
2014-01-29 17:02:43 +01:00
Qt4Deploy
…
Qt4Targets
Qt4: Extend the Qt4Targets test to cover dir and target moc parameters.
2014-05-06 13:39:45 -04:00
QtAutoUicInterface
QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.
2013-11-27 19:06:12 +01:00
QtAutogen
Revert "Automoc: Fix support of files with the same name ( #12873 )"
2016-02-19 08:59:17 -05:00
QtAutomocNoQt
…
ReturnTest
…
RunCMake
Merge topic 'cmake-depend-in-project-only'
2016-03-24 08:49:43 -04:00
RuntimePath
…
SBCS
…
SameName
…
SetLang
…
Simple
…
SimpleCOnly
…
SimpleExclude
…
SimpleInstall
install: Allow generator expressions in DIRECTORY
2016-01-13 09:02:06 -05:00
SimpleInstallS2
install: Allow generator expressions in DIRECTORY
2016-01-13 09:02:06 -05:00
SourceFileProperty
test: test source file properties with case-insensitivity
2014-12-02 10:56:36 -05:00
SourceGroups
…
SourcesProperty
cmTarget: Don't allow relative paths in INTERFACE_SOURCES
2014-11-29 12:24:59 +01:00
StagingPrefix
Tests: Add generator platform support
2014-09-10 11:21:50 -04:00
StringFileTest
Fix failing StringFileTest when using unicode characters.
2014-10-27 17:55:15 -06:00
SubDir
Subdirs: Initialize from parent before configuring.
2015-10-14 00:34:11 +02:00
SubDirSpaces
Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM where sufficient
2014-04-14 18:17:18 +02:00
SubProject
VS: Fix subproject .sln dependencies on custom targets
2014-06-12 11:14:06 -04:00
SwiftMix
Swift: Make SwiftMix compatible with Swift 2
2015-09-03 20:30:32 +02:00
SwiftOnly
Swift: Use dump instead of println
2015-09-01 20:32:38 +02:00
SwigTest
…
SystemInformation
Features: Add support for C++14 features.
2014-05-22 18:01:23 +02:00
TargetName
…
TestDriver
…
Testing
…
TestsWorkingDirectory
…
TryCompile
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
Tutorial
Tests/Tutorial: Fix when USE_MYMATH is OFF
2014-10-31 11:32:24 -04:00
Unset
unset: Add PARENT_SCOPE option
2013-10-08 08:37:50 -04:00
VSExcludeFromDefaultBuild
VS: Add option to put INSTALL target in .sln default build
2015-05-06 10:31:39 -04:00
VSExternalInclude
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
VSGNUFortran
Tests: Simplify VSGNUFortran Oracle-specific link lines
2015-10-01 10:48:38 -04:00
VSMASM
VS: Add test for MASM support
2014-08-20 10:19:49 -04:00
VSMidl
Drop Visual Studio 6 generator
2016-03-09 09:42:18 -05:00
VSNsightTegra
VS: Add more Nsight Tegra generator Android property settings
2015-07-14 14:24:05 -04:00
VSProjectInSubdir
…
VSResource
VS: Add /machine: flag to Librarian tool ( #11240 )
2015-06-26 10:07:08 -04:00
VSWinStorePhone
VS: Add support for Windows 10 Universal (Store) Applications
2015-10-05 09:48:11 -04:00
VSWindowsFormsResx
VS: Add support for XAML source files
2015-04-03 13:40:35 -04:00
VSXaml
VS: Add support for XAML source files
2015-04-03 13:40:35 -04:00
VariableUnusedViaSet
…
VariableUnusedViaUnset
…
VariableUsage
…
Visibility
Honor visibility properties for all target types ( #15556 )
2015-05-26 09:03:16 -04:00
WarnUnusedCliUnused
CLI: Suppress the unused warning if the key value pair is cached.
2013-06-04 12:38:56 +02:00
Wrapping
Tests: Cover fltk_wrap_ui on an executable that links libraries
2016-01-21 13:42:46 -05:00
X11
…
XCTest
Tests: Add XCTest example to test Frameworks and Cocoa App Bundles
2015-03-23 09:12:20 -04:00
iOSNavApp
Replace CMAKE_XCODE_EFFECTIVE_PLATFORMS with call to PlatformIsAppleIos
2015-08-25 21:53:51 +02:00
.NoDartCoverage
…
BootstrapTest.cmake
Tests: Launch BootstrapTest through cmake instead of ctest
2013-11-18 08:26:22 -05:00
CMakeBuildTest.cmake.in
Tests: Use -A option to pass generator platform selection
2014-09-15 10:26:59 -04:00
CMakeCopyright.cmake
Copyright.txt: Add test to check year range
2013-11-12 16:35:26 -05:00
CMakeInstall.cmake
Tests: Launch CMake.Install test through 'cmake --build'
2013-11-18 08:26:22 -05:00
CMakeLists.txt
Utilities/Release: Create a Windows 64-bit binary
2016-03-17 09:32:16 -04:00
CTestUpdateBZR.cmake.in
…
CTestUpdateCVS.cmake.in
ctest_update: Fix RETURN_VALUE on VCS tool failure ( #15610 )
2015-06-11 11:00:48 -04:00
CTestUpdateCommon.cmake
ctest_update: Fix RETURN_VALUE on VCS tool failure ( #15610 )
2015-06-11 11:00:48 -04:00
CTestUpdateGIT.cmake.in
Tests: Simplify CTest.UpdateGIT repo path construction
2015-12-10 13:54:54 -05:00
CTestUpdateGIT.sh.in
…
CTestUpdateHG.cmake.in
ctest_update: Fix RETURN_VALUE on VCS tool failure ( #15610 )
2015-06-11 11:00:48 -04:00
CTestUpdateP4.cmake.in
ctest_update: Do not remove the p4 depot name
2013-11-01 08:52:26 -04:00
CTestUpdateSVN.cmake.in
ctest_update: Fix RETURN_VALUE on VCS tool failure ( #15610 )
2015-06-11 11:00:48 -04:00
CheckFortran.cmake
…
EnforceConfig.cmake.in
…
README
…
bootstrap.bat.in
…
test_clean.cmake.in
…