Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Disallow linking to utility targets (#13902). | Stephen Kelly | 2013-11-07 | 3 | -0/+37 | |
| * | | | Disallow link-to-self (#13947). | Stephen Kelly | 2013-11-07 | 3 | -7/+44 | |
| * | | | Disallow invalid target names (#13140) | Stephen Kelly | 2013-11-07 | 4 | -0/+83 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-08 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-07 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge topic 'refactor-autogen-setup' | Brad King | 2013-11-06 | 4 | -89/+114 | |
|\ \ | ||||||
| * | | cmAutogen: Gather tool arguments after creating generator targets. | Stephen Kelly | 2013-11-05 | 2 | -10/+18 | |
| * | | cmAutogen: Rename method to InitializeAutogenTarget | Stephen Kelly | 2013-11-05 | 3 | -3/+3 | |
| * | | cmAutogen: Move autogen target creation to InitializeMocSourceFile. | Stephen Kelly | 2013-11-05 | 1 | -67/+72 | |
| * | | cmAutogen: Extract some helper methods for autogen targets. | Stephen Kelly | 2013-11-05 | 1 | -9/+21 | |
* | | | Merge topic 'clear-generator-data' | Brad King | 2013-11-06 | 2 | -48/+38 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | cmGlobalGenerator: Refactor member cleanup between configures | Brad King | 2013-11-05 | 2 | -48/+38 | |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-06 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge topic 'fix-automoc-compile-definitions' | Brad King | 2013-11-05 | 2 | -4/+21 | |
|\ \ | ||||||
| * | | Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535) | Stephen Kelly | 2013-11-05 | 2 | -4/+21 | |
* | | | Merge topic 'cmake-E-autogen-crash' | Brad King | 2013-11-05 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | cmake: Validate -E cmake_autogen argument count (#14545) | Brad King | 2013-11-05 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge topic 'ninja-dont-parse-empty-depsflag' | Brad King | 2013-11-05 | 1 | -5/+8 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Ninja: don't parse empty string | Peter Kümmel | 2013-11-04 | 1 | -5/+8 | |
* | | | Merge topic 'clear-evaluation-files' | Brad King | 2013-11-05 | 1 | -0/+8 | |
|\ \ \ | ||||||
| * | | | file(GENERATE): Clear internal records between configures | Brad King | 2013-11-04 | 1 | -0/+8 | |
| | |/ | |/| | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-05 | 1 | -1/+1 | |
* | | | Merge topic 'policy-CMP0022-fixes-for-master' | Brad King | 2013-11-04 | 3 | -142/+125 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-master | Brad King | 2013-11-03 | 3 | -142/+125 | |
| |\ \ \ | ||||||
| | * | | | CMP0022: Warn about a given target at most once | Brad King | 2013-11-03 | 1 | -2/+9 | |
| | * | | | Do not export INTERFACE_LINK_LIBRARIES from non-linkable targets | Brad King | 2013-11-02 | 1 | -0/+4 | |
| | * | | | CMP0022: Plain target_link_libraries must populate link interface | Brad King | 2013-11-02 | 4 | -140/+122 | |
| | * | | | Merge branch 'output-CMP0022-entries' into policy-CMP0022-fixes | Brad King | 2013-11-02 | 1 | -1/+26 | |
| | |\ \ \ | ||||||
* | | \ \ \ | Merge topic 'constify' | Brad King | 2013-11-04 | 4 | -35/+36 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmGeneratorTarget: Make some accessors const. | Stephen Kelly | 2013-11-03 | 2 | -21/+22 | |
| * | | | | | | cmTarget: Make some accessors const. | Stephen Kelly | 2013-11-03 | 2 | -14/+14 | |
* | | | | | | | Merge topic 'robust-ctest_empty_binary_directory' | Brad King | 2013-11-04 | 2 | -3/+63 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CTest: more aggressive implementation of ctest_empty_binary_directory() | Nils Gladitz | 2013-11-02 | 2 | -3/+63 | |
* | | | | | | | | Merge topic 'cpack-drag-n-drop-rez' | Brad King | 2013-11-04 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | cpack: For DragNDrop generator, add sysroot option when calling Rez. | Clinton Stimpson | 2013-11-01 | 1 | -1/+1 | |
| * | | | | | | | cpack: For DragNDrop generator, add sysroot option when calling Rez. | Clinton Stimpson | 2013-11-01 | 1 | -1/+6 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-04 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-11-03 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'archive-skip-symlink-on-windows' | Brad King | 2013-11-02 | 1 | -20/+29 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmake: Avoid '-E tar' failure to extract symlinks on Windows (#13251) | Brad King | 2013-11-01 | 1 | -0/+8 | |
| * | | | | | cmSystemTools: Re-order extract_tar logic | Brad King | 2013-11-01 | 1 | -20/+21 | |
* | | | | | | Merge topic 'cmake-gui-warning' | Brad King | 2013-11-02 | 1 | -22/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake-gui: Rename local variable to avoid shadowing a member | Brad King | 2013-11-01 | 1 | -22/+22 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'ctest-p4' | Brad King | 2013-11-02 | 1 | -11/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ctest_update: Do not remove the p4 depot name | Pedro Navarro | 2013-11-01 | 1 | -11/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'object-library-no-TARGET_FILE' | Brad King | 2013-11-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Genex: Reject $<TARGET_FILE:...> for object libraries (#14532) | Brad King | 2013-11-01 | 1 | -1/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge topic 'object-library-missing-source' | Brad King | 2013-11-02 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Check for OBJECT_LIBRARY source files at start of generation | Brad King | 2013-11-01 | 1 | -0/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'doc-rst-note-and-productionlist' | Brad King | 2013-11-02 | 2 | -0/+14 | |
|\ \ \ \ \ \ |