summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't search for IMPORTED_LOCATION of INTERFACE_LIBRARY (14636)Stephen Kelly2013-12-094-0/+25
|/
* cmTarget: Require a compatible INTERFACE_AUTOUIC_OPTIONS from dependencies.Stephen Kelly2013-12-086-0/+43
* cmTarget: Report origin of COMPATIBLE_INTERFACE properties.Stephen Kelly2013-12-088-0/+151
* Merge topic 'fix-export-segfault'Brad King2013-12-046-0/+13
|\
| * export(): Check targets exist at configure-time (#14608)Stephen Kelly2013-12-046-0/+13
* | Merge topic 'export-includes'Brad King2013-12-0227-1/+266
|\ \ | |/ |/|
| * Export: Report error on relative include with genex.Stephen Kelly2013-11-2622-0/+200
| * Export: Process relative includes after genex evaluation.Stephen Kelly2013-11-261-0/+12
| * Export: Test existing behavior of exporting includes with genexes.Stephen Kelly2013-11-265-1/+54
* | cmTarget: Add whitelist of properties on INTERFACE_LIBRARY.Stephen Kelly2013-11-254-0/+27
|/
* Add policy CMP0040 to disallow custom commands on missing targetsNils Gladitz2013-11-2119-0/+74
* Merge topic 'cleanup-build-commands'Brad King2013-11-195-12/+14
|\
| * Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)Brad King2013-11-181-2/+2
| * build_command: Return a "cmake --build" command-lineBrad King2013-11-154-10/+12
* | CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-1916-40/+161
|/
* Merge topic 'set_emptyvar_PARENT_SCOPE'Brad King2013-11-145-0/+41
|\
| * set: Add unit tests for set/unset PARENT_SCOPEDaniele E. Domenichelli2013-11-135-0/+41
* | Merge topic 'configure_file-drop-IMMEDIATE'Brad King2013-11-141-2/+2
|\ \
| * | Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-2/+2
| |/
* | ExternalData: Allow local stores without any URL templatesBrad King2013-11-133-1/+5
* | Merge topic 'policy-summary-periods'Brad King2013-11-132-2/+2
|\ \
| * | CMP0039: Add missing '.' to policy summary lineDaniele E. Domenichelli2013-11-122-2/+2
* | | Merge topic 'fix-INTERFACE-with-no-SHARED-libs'Brad King2013-11-133-0/+7
|\ \ \ | |_|/ |/| |
| * | add_library: Fix INTERFACE on platforms with no shared libs (#14561)Stephen Kelly2013-11-123-0/+7
| |/
* | Merge topic 'test-RunCMake.CMP0037-everywhere'Brad King2013-11-1219-92/+99
|\ \ | |/ |/|
| * Enable RunCMake.CMP0037 test everywhereBrad King2013-11-1119-92/+99
* | Merge topic 'test-LINK_ONLY-expression'Brad King2013-11-084-5/+17
|\ \ | |/ |/|
| * Genex: Add a test for the LINK_ONLY expression.Stephen Kelly2013-11-064-5/+17
* | Disallow linking to utility targets (#13902).Stephen Kelly2013-11-0712-0/+51
* | Disallow link-to-self (#13947).Stephen Kelly2013-11-0713-0/+44
* | Disallow invalid target names (#13140)Stephen Kelly2013-11-0713-0/+121
|/
* Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-masterBrad King2013-11-0313-12/+50
|\
| * CMP0022: Warn about a given target at most onceBrad King2013-11-036-1/+16
| * Do not export INTERFACE_LINK_LIBRARIES from non-linkable targetsBrad King2013-11-023-0/+11
| * CMP0022: Plain target_link_libraries must populate link interfaceBrad King2013-11-027-11/+23
| * CMP0022: Add unit test for null pointer check and message.Stephen Kelly2013-11-024-0/+29
| * Merge branch 'output-CMP0022-entries' into policy-CMP0022-fixesBrad King2013-11-021-0/+9
| |\
* | \ Merge topic 'object-library-no-TARGET_FILE'Brad King2013-11-025-0/+35
|\ \ \
| * | | Genex: Reject $<TARGET_FILE:...> for object libraries (#14532)Brad King2013-11-015-0/+35
* | | | Merge topic 'object-library-missing-source'Brad King2013-11-024-0/+12
|\ \ \ \
| * | | | Check for OBJECT_LIBRARY source files at start of generationBrad King2013-11-014-0/+12
| |/ / /
* | | | Merge topic 'add-CMAKE_FIND_NO_INSTALL_PREFIX'Brad King2013-11-0110-0/+46
|\ \ \ \
| * | | | Allow disabling adding the install prefix to the prefix search path.Stephen Kelly2013-10-3110-0/+46
* | | | | Test foreach/function/macro handling of bracket argumentsBrad King2013-10-307-0/+24
* | | | | Add to RunCMake.Syntax test \-escape casesBrad King2013-10-293-0/+7
* | | | | Add to RunCMake.Syntax test comments not separated by spacesBrad King2013-10-291-0/+5
|/ / / /
* | | | Merge topic 'enable-language-require-compiler'Brad King2013-10-2824-4/+124
|\ \ \ \
| * | | | Require CMAKE_<LANG>_COMPILER to be found as a full pathBrad King2013-10-2824-4/+124
* | | | | Merge topic 'handle-CMP0024-in-tests'Brad King2013-10-263-17/+0
|\ \ \ \ \
| * | | | | Make ExportLanguages a subtest of the ObjectLibrary testStephen Kelly2013-10-243-17/+0
| |/ / / /