Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake Nightly Date Stamp | Kitware Robot | 2013-07-20 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2013-07-19 | 1 | -1/+1 |
* | Merge topic 'abi-check-tolerate-COPY_FILE-failure' | Brad King | 2013-07-18 | 6 | -2/+29 |
|\ | |||||
| * | Teach compiler ABI check to tolerate try_compile COPY_FILE failure | Brad King | 2013-07-17 | 6 | -2/+29 |
* | | Merge topic 'custom-command-assignment' | Brad King | 2013-07-18 | 2 | -0/+29 |
|\ \ | |||||
| * | | add_custom_command: Manage backtrace memory correctly (#14299) | Brad King | 2013-07-17 | 2 | -0/+29 |
* | | | Merge topic 'UseJava-copyright' | Brad King | 2013-07-18 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | UseJava: Update notice of copyright by Kitware | Brad King | 2013-07-17 | 1 | -1/+1 |
* | | | | Merge topic 'doc-add_test-names' | Brad King | 2013-07-18 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | add_test: Document test name restrictions (#14298) | Brad King | 2013-07-17 | 1 | -0/+3 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-07-18 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | 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 |
|\ \ \ \ \ \ \ \ |