Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'INTERFACE_LINK_LIBRARIES-prop' | Brad King | 2013-07-17 | 1 | -0/+1 |
|\ | |||||
| * | Fix ExportImport test cmp0022NEW build on Watcom | Brad King | 2013-07-16 | 1 | -0/+1 |
* | | Merge topic 'osx-fortran-dylib-versions' | Brad King | 2013-07-17 | 4 | -0/+70 |
|\ \ | |||||
| * | | OS X: Add Fortran library version flags (#14249) | Graham Markall | 2013-07-16 | 4 | -0/+31 |
| * | | OS X: Add copyright notices to Darwin-*-Fortran.cmake | Brad King | 2013-07-16 | 3 | -0/+39 |
* | | | Merge topic 'UseJava-response-file' | Brad King | 2013-07-17 | 1 | -1/+7 |
|\ \ \ | |||||
| * | | | UseJava: Pass sources to javac using response file (#13028) | Graham Markall | 2013-07-16 | 1 | -1/+7 |
| |/ / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-07-17 | 1 | -1/+1 |
* | | | Merge topic 'drop-old-vs-dependency' | Brad King | 2013-07-16 | 6 | -25/+6 |
|\ \ \ | |||||
| * | | | VS,Xcode: Drop incorrect legacy dependency trace (#14291) | Brad King | 2013-07-15 | 6 | -25/+6 |
* | | | | Merge topic 'cppcheck-fixes' | Brad King | 2013-07-16 | 6 | -6/+12 |
|\ \ \ \ | |||||
| * | | | | cmake: Fix resource leak reported by cppcheck | Brad King | 2013-07-15 | 1 | -4/+4 |
| * | | | | cmcurl: Fix resource leak reported by cppcheck | Ömer Fadıl USTA | 2013-07-15 | 3 | -0/+6 |
| * | | | | libarchive: Fix free() order to avoid accessing freed memory | Ömer Fadıl USTA | 2013-07-15 | 1 | -1/+1 |
| * | | | | ccmake: Add missing initializers reported by cppcheck | Ömer Fadıl USTA | 2013-07-15 | 1 | -1/+1 |
* | | | | | Merge topic 'FindPNG-1.6' | Brad King | 2013-07-16 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | FindPNG: Add versioned library names for 1.6 (#14289) | Brad King | 2013-07-15 | 1 | -1/+4 |
* | | | | | | Merge topic 'obsolete-qt4-macros' | Brad King | 2013-07-16 | 12 | -0/+71 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Mark qt4_use_modules and qt4_automoc as obsolete. | Stephen Kelly | 2013-07-14 | 12 | -0/+71 |
* | | | | | | | Merge topic 'vs-no-indirect-output' | Brad King | 2013-07-16 | 3 | -4/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | VS: Avoid leaking child process output back to IDE (#14266) | Brad King | 2013-07-16 | 3 | -4/+10 |
* | | | | | | | | Merge topic 'tid-system-argument' | Brad King | 2013-07-16 | 32 | -58/+366 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property. | Stephen Kelly | 2013-07-16 | 18 | -14/+215 |
| * | | | | | | | Add a SYSTEM parameter to target_include_directories (#14180) | Stephen Kelly | 2013-07-02 | 8 | -21/+58 |
| * | | | | | | | Extend the cmTargetPropCommandBase interface property handling. | Stephen Kelly | 2013-07-02 | 2 | -14/+25 |
| * | | | | | | | Store system include directories in the cmTarget. | Stephen Kelly | 2013-07-02 | 5 | -19/+66 |
| * | | | | | | | Add Target API to determine if an include is a system include. | Stephen Kelly | 2013-07-02 | 8 | -7/+20 |
| * | | | | | | | Remove unused variable. | Stephen Kelly | 2013-07-02 | 1 | -1/+0 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-07-16 | 1 | -1/+1 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'doc-deprecation-variables' | Brad King | 2013-07-15 | 1 | -0/+24 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Document some variables for deprecation control. | Stephen Kelly | 2013-07-11 | 1 | -0/+24 |
* | | | | | | | Merge topic 'compile-defs-debugging' | Brad King | 2013-07-15 | 19 | -110/+293 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add target property debugging for COMPILE_DEFINITIONS | Stephen Kelly | 2013-07-12 | 5 | -66/+228 |
| * | | | | | | | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string. | Stephen Kelly | 2013-07-11 | 14 | -48/+54 |
| * | | | | | | | Add an overload of cmIDEOptions::AddDefines taking a vector of strings. | Stephen Kelly | 2013-07-10 | 2 | -0/+6 |
| * | | | | | | | Overload cmLocalGenerator::AppendDefines to add a list. | Stephen Kelly | 2013-07-10 | 2 | -0/+9 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'revert-CMAKE_SYSROOT' | Brad King | 2013-07-15 | 10 | -136/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Revert "Use --sysroot when cross compiling." | Stephen Kelly | 2013-07-12 | 10 | -136/+9 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2013-07-15 | 1 | -8/+4 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-07-11 | 1 | -8/+4 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | KWSys 2013-07-10 (beef6819) | KWSys Robot | 2013-07-11 | 1 | -8/+4 |
* | | | | | | | | Merge topic 'target-policies' | Brad King | 2013-07-15 | 10 | -60/+90 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Genex: Make CMP0021 and CMP0022 usable with TARGET_POLICY | Stephen Kelly | 2013-07-11 | 10 | -60/+90 |
* | | | | | | | | | Merge topic 'INTERFACE_LINK_LIBRARIES-prop' | Brad King | 2013-07-15 | 89 | -30/+914 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | TLL: Don't populate old link interface if CMP0022 is NEW. | Stephen Kelly | 2013-07-08 | 20 | -10/+152 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Export: Generate INTERFACE_LINK_LIBRARIES property on targets. | Stephen Kelly | 2013-07-08 | 31 | -8/+265 |
| * | | | | | | | Introduce the INTERFACE_LINK_LIBRARIES property. | Stephen Kelly | 2013-07-08 | 42 | -8/+434 |
| * | | | | | | | Introduce the LINK_ONLY generator expression. | Stephen Kelly | 2013-07-07 | 3 | -1/+40 |
| * | | | | | | | GenexEval: Add abstracted access to link interface for a target. | Stephen Kelly | 2013-07-07 | 3 | -5/+25 |
* | | | | | | | | Merge topic 'try_compile-COPY_FILE_ERROR' | Brad King | 2013-07-15 | 10 | -5/+78 |
|\ \ \ \ \ \ \ \ |