summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'INTERFACE_LINK_LIBRARIES-prop'Brad King2013-07-171-0/+1
|\
| * Fix ExportImport test cmp0022NEW build on WatcomBrad King2013-07-161-0/+1
* | Merge topic 'osx-fortran-dylib-versions'Brad King2013-07-174-0/+70
|\ \
| * | OS X: Add Fortran library version flags (#14249)Graham Markall2013-07-164-0/+31
| * | OS X: Add copyright notices to Darwin-*-Fortran.cmakeBrad King2013-07-163-0/+39
* | | Merge topic 'UseJava-response-file'Brad King2013-07-171-1/+7
|\ \ \
| * | | UseJava: Pass sources to javac using response file (#13028)Graham Markall2013-07-161-1/+7
| |/ /
* | | CMake Nightly Date StampKitware Robot2013-07-171-1/+1
* | | Merge topic 'drop-old-vs-dependency'Brad King2013-07-166-25/+6
|\ \ \
| * | | VS,Xcode: Drop incorrect legacy dependency trace (#14291)Brad King2013-07-156-25/+6
* | | | Merge topic 'cppcheck-fixes'Brad King2013-07-166-6/+12
|\ \ \ \
| * | | | cmake: Fix resource leak reported by cppcheckBrad King2013-07-151-4/+4
| * | | | cmcurl: Fix resource leak reported by cppcheckÖmer Fadıl USTA2013-07-153-0/+6
| * | | | libarchive: Fix free() order to avoid accessing freed memoryÖmer Fadıl USTA2013-07-151-1/+1
| * | | | ccmake: Add missing initializers reported by cppcheckÖmer Fadıl USTA2013-07-151-1/+1
* | | | | Merge topic 'FindPNG-1.6'Brad King2013-07-161-1/+4
|\ \ \ \ \
| * | | | | FindPNG: Add versioned library names for 1.6 (#14289)Brad King2013-07-151-1/+4
* | | | | | Merge topic 'obsolete-qt4-macros'Brad King2013-07-1612-0/+71
|\ \ \ \ \ \
| * | | | | | Mark qt4_use_modules and qt4_automoc as obsolete.Stephen Kelly2013-07-1412-0/+71
* | | | | | | Merge topic 'vs-no-indirect-output'Brad King2013-07-163-4/+10
|\ \ \ \ \ \ \
| * | | | | | | VS: Avoid leaking child process output back to IDE (#14266)Brad King2013-07-163-4/+10
* | | | | | | | Merge topic 'tid-system-argument'Brad King2013-07-1632-58/+366
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-1618-14/+215
| * | | | | | | Add a SYSTEM parameter to target_include_directories (#14180)Stephen Kelly2013-07-028-21/+58
| * | | | | | | Extend the cmTargetPropCommandBase interface property handling.Stephen Kelly2013-07-022-14/+25
| * | | | | | | Store system include directories in the cmTarget.Stephen Kelly2013-07-025-19/+66
| * | | | | | | Add Target API to determine if an include is a system include.Stephen Kelly2013-07-028-7/+20
| * | | | | | | Remove unused variable.Stephen Kelly2013-07-021-1/+0
* | | | | | | | CMake Nightly Date StampKitware Robot2013-07-161-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'doc-deprecation-variables'Brad King2013-07-151-0/+24
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Document some variables for deprecation control.Stephen Kelly2013-07-111-0/+24
* | | | | | | Merge topic 'compile-defs-debugging'Brad King2013-07-1519-110/+293
|\ \ \ \ \ \ \
| * | | | | | | Add target property debugging for COMPILE_DEFINITIONSStephen Kelly2013-07-125-66/+228
| * | | | | | | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-1114-48/+54
| * | | | | | | Add an overload of cmIDEOptions::AddDefines taking a vector of strings.Stephen Kelly2013-07-102-0/+6
| * | | | | | | Overload cmLocalGenerator::AppendDefines to add a list.Stephen Kelly2013-07-102-0/+9
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'revert-CMAKE_SYSROOT'Brad King2013-07-1510-136/+9
|\ \ \ \ \ \ \
| * | | | | | | Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-1210-136/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'update-kwsys'Brad King2013-07-151-8/+4
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-07-111-8/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | KWSys 2013-07-10 (beef6819)KWSys Robot2013-07-111-8/+4
* | | | | | | | Merge topic 'target-policies'Brad King2013-07-1510-60/+90
|\ \ \ \ \ \ \ \
| * | | | | | | | Genex: Make CMP0021 and CMP0022 usable with TARGET_POLICYStephen Kelly2013-07-1110-60/+90
* | | | | | | | | Merge topic 'INTERFACE_LINK_LIBRARIES-prop'Brad King2013-07-1589-30/+914
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | TLL: Don't populate old link interface if CMP0022 is NEW.Stephen Kelly2013-07-0820-10/+152
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-0831-8/+265
| * | | | | | | Introduce the INTERFACE_LINK_LIBRARIES property.Stephen Kelly2013-07-0842-8/+434
| * | | | | | | Introduce the LINK_ONLY generator expression.Stephen Kelly2013-07-073-1/+40
| * | | | | | | GenexEval: Add abstracted access to link interface for a target.Stephen Kelly2013-07-073-5/+25
* | | | | | | | Merge topic 'try_compile-COPY_FILE_ERROR'Brad King2013-07-1510-5/+78
|\ \ \ \ \ \ \ \