Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows: Use wide-character system APIs | Clinton Stimpson | 2013-12-09 | 9 | -78/+107 |
* | CMake Nightly Date Stamp | Kitware Robot | 2013-12-06 | 1 | -1/+1 |
* | Merge topic 'doc-source_group-FILES' | Brad King | 2013-12-05 | 1 | -14/+30 |
|\ | |||||
| * | Help: Format and clarify source_group() documentation (#14631) | Brad King | 2013-12-05 | 1 | -14/+30 |
|/ | |||||
* | Merge topic 'vtk-contract' | Brad King | 2013-12-05 | 5 | -31/+79 |
|\ | |||||
| * | Tests/Contracts: Update test for VTK release branch | Zack Galbreath | 2013-12-05 | 5 | -31/+79 |
* | | Merge topic 'minor-cleanups' | Brad King | 2013-12-05 | 4 | -8/+9 |
|\ \ | |||||
| * | | Make the cmStrictTargetComparison operate on const cmTarget*. | Stephen Kelly | 2013-12-04 | 2 | -2/+3 |
| * | | Help: Fix up the VISIBILITY_INLINES_HIDDEN docs. | Stephen Kelly | 2013-12-03 | 1 | -5/+5 |
| * | | Don't generate self-references for system include directories. | Stephen Kelly | 2013-12-03 | 1 | -1/+1 |
* | | | Merge topic 'cleanup-build-commands' | Brad King | 2013-12-05 | 12 | -14/+97 |
|\ \ \ | |||||
| * | | | CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND | Brad King | 2013-12-04 | 1 | -14/+23 |
| * | | | VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables | Brad King | 2013-12-04 | 11 | -0/+74 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-05 | 1 | -1/+1 |
* | | | | Merge topic 'fix-export-segfault' | Brad King | 2013-12-04 | 7 | -0/+21 |
|\ \ \ \ | |||||
| * | | | | export(): Check targets exist at configure-time (#14608) | Stephen Kelly | 2013-12-04 | 7 | -0/+21 |
| | |_|/ | |/| | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-04 | 1 | -1/+1 |
* | | | | Merge topic 'filter-showincludes-in-launcher' | Brad King | 2013-12-03 | 5 | -4/+46 |
|\ \ \ \ | |||||
| * | | | | CTest: filter /showIncludes output from ninja compile launcher | Nils Gladitz | 2013-12-03 | 5 | -4/+46 |
* | | | | | Merge topic 'cmake-toolchains-manual' | Brad King | 2013-12-03 | 19 | -14/+230 |
|\ \ \ \ \ | |||||
| * | | | | | Help: Add cmake-toolchains.7 manual | Stephen Kelly | 2013-12-03 | 2 | -0/+161 |
| * | | | | | Help: Document the CMAKE_FIND_ROOT_PATH* variables. | Stephen Kelly | 2013-11-27 | 13 | -11/+56 |
| * | | | | | Help: Document the CMAKE_TOOLCHAIN_FILE. | Stephen Kelly | 2013-11-27 | 5 | -3/+13 |
* | | | | | | Merge topic 'Haiku-CPU-count' | Brad King | 2013-12-03 | 1 | -0/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ProcessorCount: make it work on Haiku | Rolf Eike Beer | 2013-12-02 | 1 | -0/+14 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'lang-flag-var-helpstrings' | Brad King | 2013-12-03 | 3 | -12/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622) | Brad King | 2013-12-03 | 3 | -3/+3 |
| * | | | | | | Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606) | Brad King | 2013-12-02 | 3 | -6/+6 |
| * | | | | | | Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606) | Brad King | 2013-12-02 | 3 | -3/+3 |
* | | | | | | | Merge topic 'cmake-mt-return-value' | Brad King | 2013-12-03 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmake: Fix mt return value when hosted on posix (#14605) | Flynn Marquardt | 2013-12-02 | 1 | -1/+2 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'osx-cross-compile-fixup' | Brad King | 2013-12-03 | 1 | -1/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | OS X: Fix app bundle search path during cross compiling (#14603) | Flynn Marquardt | 2013-12-02 | 1 | -1/+3 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'xcode-folder-dedup' | Brad King | 2013-12-03 | 1 | -7/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Xcode: Fix duplicate target subfolders (#14133) | Stephan Tolksdorf | 2013-12-02 | 1 | -7/+7 |
| |/ / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-03 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge topic 'doc-pdb-not-for-static-libs' | Brad King | 2013-12-02 | 8 | -22/+54 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Document PDB behavior w.r.t. static libraries explicitly (#14600) | Brad King | 2013-12-02 | 7 | -9/+26 |
| * | | | | | | Help: Format PDB_NAME and PDB_OUTPUT_DIRECTORY documentation | Brad King | 2013-12-02 | 5 | -18/+22 |
| * | | | | | | Help: Document CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG> variable | Brad King | 2013-12-02 | 2 | -0/+11 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge topic 'use-generator-target' | Brad King | 2013-12-02 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Don't generate subdir convenience rules for IMPORTED targets. | Stephen Kelly | 2013-11-29 | 1 | -0/+5 |
* | | | | | | | Merge topic 'INTERFACE_AUTOUIC_OPTIONS' | Brad King | 2013-12-02 | 27 | -15/+655 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property. | Stephen Kelly | 2013-11-27 | 23 | -13/+592 |
| * | | | | | | | QtAutoUic: Handle new -include command line parameter. | Stephen Kelly | 2013-11-27 | 1 | -0/+1 |
| * | | | | | | | Genex: Add {UPPER,LOWER}_CASE and MAKE_C_IDENTIFIER. | Stephen Kelly | 2013-11-27 | 4 | -0/+60 |
| * | | | | | | | QtAutogen: Use config without prefix in map key. | Stephen Kelly | 2013-11-27 | 1 | -2/+2 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'wix-components' | Brad King | 2013-12-02 | 7 | -48/+325 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CPackWiX: add CPack component support | Nils Gladitz | 2013-11-26 | 7 | -48/+325 |
* | | | | | | | | Merge topic 'FindSWIG-3498' | Brad King | 2013-12-02 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ |