Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct missing parameter to CMP0018Flags call. | Robert Maynard | 2013-02-19 | 1 | -1/+1 |
* | Merge branch 'master' into sublime-text-2-generator | Robert Maynard | 2013-02-19 | 121 | -2953/+5185 |
|\ | |||||
| * | Merge topic 'INTERFACE_POSITION_INDEPENDENT_CODE' | Brad King | 2013-01-10 | 11 | -10/+241 |
| |\ | |||||
| | * | Process the INTERFACE_PIC property from linked dependencies | Stephen Kelly | 2013-01-10 | 6 | -8/+37 |
| | * | Add API to calculate link-interface-dependent bool properties or error. | Stephen Kelly | 2013-01-08 | 2 | -0/+131 |
| | * | Keep track of properties used to determine linker libraries. | Stephen Kelly | 2013-01-08 | 6 | -2/+73 |
| * | | Merge topic 'target-includes-defines-commands' | Brad King | 2013-01-10 | 7 | -0/+523 |
| |\ \ | |||||
| | * | | Add the target_compile_definitions command. | Stephen Kelly | 2013-01-10 | 3 | -0/+150 |
| | * | | Add the target_include_directories command. | Stephen Kelly | 2013-01-10 | 5 | -0/+373 |
| * | | | Merge topic 'tll-IMPORTED-targets' | Brad King | 2013-01-10 | 1 | -0/+14 |
| |\ \ \ | |||||
| | * | | | Allow target_link_libraries with IMPORTED targets. | Stephen Kelly | 2013-01-08 | 1 | -0/+14 |
| * | | | | Merge topic 'Haiku' | Brad King | 2013-01-10 | 2 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | Haiku no longer defines __BEOS__ | Rolf Eike Beer | 2013-01-07 | 2 | -3/+3 |
| | | |/ / | | |/| | | |||||
| * | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-01-10 | 1 | -1/+1 |
| * | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-01-09 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
| * | | | Merge topic 'LINK_LIBRARIES-property' | Brad King | 2013-01-08 | 9 | -85/+251 |
| |\ \ \ | |||||
| | * | | | Add LINK_LIBRARIES property for direct target link dependencies | Stephen Kelly | 2013-01-08 | 3 | -16/+133 |
| | * | | | Make linking APIs aware of 'head' target | Stephen Kelly | 2013-01-08 | 9 | -70/+119 |
| * | | | | Merge topic 'update-kwsys' | Brad King | 2013-01-08 | 9 | -600/+639 |
| |\ \ \ \ | |||||
| | * | | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-01-08 | 9 | -600/+639 |
| * | | | | | Merge topic 'include-dirs-convenience' | Brad King | 2013-01-08 | 2 | -0/+28 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add CMAKE_BUILD_INTERFACE_INCLUDES build-variable. | Stephen Kelly | 2013-01-08 | 2 | -0/+28 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge topic 'vs11-external-object' | Brad King | 2013-01-08 | 1 | -5/+20 |
| |\ \ \ \ \ | |||||
| | * | | | | | VS11: Simplify external object file handling (#13831) | Brad King | 2013-01-07 | 1 | -5/+20 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge topic 'deprecate-load_command' | Brad King | 2013-01-08 | 2 | -18/+1 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | Revert "load_command: Deprecate and document pending removal" | Brad King | 2013-01-07 | 2 | -18/+1 |
| * | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-01-08 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
| * | | | | Merge topic 'osx-implicit-link-dirs' | Brad King | 2013-01-07 | 3 | -5/+35 |
| |\ \ \ \ | |||||
| | * | | | | OS X: Detect implicit linker framework search paths | Brad King | 2012-12-11 | 2 | -4/+34 |
| | * | | | | OS X: Link with all framework search paths, not just the last | Brad King | 2012-12-11 | 1 | -1/+1 |
| * | | | | | Merge topic 'interface-includes-defines' | Brad King | 2013-01-07 | 13 | -88/+595 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Handle INTERFACE properties transitively for includes and defines. | Stephen Kelly | 2013-01-05 | 4 | -1/+83 |
| | * | | | | Populate the ExportedTargets member early in GenerateMainFile | Stephen Kelly | 2013-01-05 | 2 | -22/+28 |
| | * | | | | Make cycles in target properties ignored, not an error. | Stephen Kelly | 2013-01-05 | 3 | -11/+25 |
| | * | | | | Use mapped config properties to evaluate $<CONFIG> | Stephen Kelly | 2013-01-05 | 3 | -39/+72 |
| | * | | | | Make all relevant targets available in the genex context. | Stephen Kelly | 2013-01-05 | 5 | -6/+29 |
| | * | | | | Add API to populate INTERFACE properties in exported targets. | Stephen Kelly | 2013-01-05 | 2 | -0/+74 |
| | * | | | | Add API to extract target names from a genex string. | Stephen Kelly | 2013-01-05 | 2 | -0/+140 |
| | * | | | | Add the TARGET_NAME generator expression. | Stephen Kelly | 2013-01-05 | 2 | -0/+28 |
| | * | | | | Allow generator expressions to require literals. | Stephen Kelly | 2013-01-05 | 1 | -0/+17 |
| | * | | | | GenEx: Add expressions to specify build- or install-only values | Stephen Kelly | 2013-01-05 | 4 | -9/+99 |
| * | | | | | Merge topic 'ninja-codeblocks-gui' | Brad King | 2013-01-07 | 1 | -0/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | Ninja: fix building from Codeblocks GUI | Peter Kümmel | 2013-01-05 | 1 | -0/+5 |
| * | | | | | | Merge topic 'doc-Xcode-obj-lib-workaround' | Brad King | 2013-01-07 | 1 | -0/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | add_library: Document object library portability suggestion | Brad King | 2013-01-04 | 1 | -0/+4 |
| * | | | | | | | Merge topic 'fix-genex-with-no-target' | Brad King | 2013-01-07 | 1 | -0/+15 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | Don't crash when a target is expected but is not available. | Stephen Kelly | 2013-01-03 | 1 | -0/+15 |
| | |/ / / / / | |||||
| * | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-01-07 | 1 | -1/+1 |
| * | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-01-06 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
| * | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-01-05 | 1 | -1/+1 |
| | |/ / / | |/| | | |