| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'interface-property-external-read' | Brad King | 2013-02-25 | 5 | -46/+73 |
|\ |
|
| * | Fix the tests for evaluating includes and defines. | Stephen Kelly | 2013-02-23 | 1 | -2/+2 |
|
|
| * | Fix constness of accessors. | Stephen Kelly | 2013-02-23 | 2 | -4/+4 |
|
|
| * | Expand includes and defines transitively in 'external' genexes. | Stephen Kelly | 2013-02-23 | 1 | -36/+51 |
|
|
| * | Fix DAG checker finding cycling dependencies. | Stephen Kelly | 2013-02-23 | 1 | -1/+1 |
|
|
| * | Workaround broken code where a target has itself in its link iface. | Stephen Kelly | 2013-02-23 | 1 | -0/+7 |
|
|
| * | Strip stray semicolons when evaluating generator expressions. | Stephen Kelly | 2013-02-18 | 3 | -3/+8 |
|
|
* | | Merge topic 'ide-compiler-vars-Fortran' | Brad King | 2013-02-25 | 1 | -0/+1 |
|\ \ |
|
| * | | VS: Restore CMAKE_GENERATOR_FC variable | Brad King | 2013-02-22 | 1 | -0/+1 |
|
|
* | | | Merge topic 'try_compile-targets' | Brad King | 2013-02-25 | 10 | -15/+293 |
|\ \ \ |
|
| * | | | Handle targets in the LINK_LIBRARIES of try_compile. | Stephen Kelly | 2013-02-22 | 2 | -10/+106 |
|
|
| * | | | Add a new Export generator for IMPORTED targets. | Stephen Kelly | 2013-02-22 | 4 | -0/+174 |
|
|
| * | | | Keep track of all targets seen while evaluating a genex. | Stephen Kelly | 2013-02-22 | 4 | -5/+13 |
|
|
* | | | | Merge topic 'fix-automoc-linker-language' | Brad King | 2013-02-25 | 3 | -12/+26 |
|\ \ \ \ |
|
| * | | | | automoc: Add source file to target early to set the linker language | Stephen Kelly | 2013-02-22 | 3 | -12/+26 |
|
|
* | | | | | Merge topic 'ExportFileGenerator_GenerateNicerErrorCheckingCode' | Brad King | 2013-02-25 | 1 | -13/+30 |
|\ \ \ \ \ |
|
| * | | | | | export files: rewrite the code for checking required targets | Alex Neundorf | 2013-02-20 | 1 | -13/+30 |
|
|
* | | | | | | Merge topic 'cmLocalGenerator_RemoveVirtuals' | Brad King | 2013-02-25 | 1 | -5/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | cmLocalGenerator: remove "virtual" where not used | Alex Neundorf | 2013-02-20 | 1 | -5/+5 |
| |/ / / / / |
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-25 | 1 | -1/+1 |
|
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-24 | 1 | -1/+1 |
|
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-23 | 1 | -1/+1 |
|
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-22 | 1 | -1/+1 |
|
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-21 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge topic 'xcode-target-depends' | Brad King | 2013-02-20 | 3 | -51/+19 |
|\ \ \ \ \ |
|
| * | | | | | Xcode: Each target dependency edge needs a unique object (#13935) | Brad King | 2013-02-19 | 3 | -33/+19 |
|
|
| * | | | | | Xcode: Drop check for circular target dependencies | Brad King | 2013-02-19 | 1 | -18/+0 |
|
|
* | | | | | | Merge topic 'compiler-change-cleanup' | Brad King | 2013-02-20 | 1 | -16/+8 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'empty-compiler-crash' into compiler-change-cleanup | Brad King | 2013-02-18 | 220 | -4904/+10334 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Delete entire CMakeFiles directory when deleting CMakeCache.txt (#13756) | Brad King | 2013-02-18 | 1 | -16/+8 |
|
|
* | | | | | | | | Merge topic 'ide-compiler-vars-cleanup' | Brad King | 2013-02-20 | 3 | -8/+0 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | VS,Xcode: Remove unused CMAKE_GENERATOR_* variables | Brad King | 2013-02-19 | 3 | -8/+0 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge topic 'xcode-organize-sources' | Brad King | 2013-02-20 | 1 | -2/+13 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | Xcode: Sort source files | Alexander Chehovsky | 2013-02-18 | 1 | -1/+12 |
|
|
| * | | | | | | Xcode: Fix nested source group handling (#12943) | Alexander Chehovsky | 2013-02-18 | 1 | -1/+1 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-02-20 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge topic 'ninja-custom-command-implicit' | Brad King | 2013-02-19 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Ninja: remove implicit dependency on custom command outputs | Peter Kümmel | 2013-02-16 | 1 | -1/+1 |
|
|
* | | | | | | Merge topic 'sublime-text-2-generator' | Brad King | 2013-02-19 | 4 | -0/+598 |
|\ \ \ \ \ \ |
|
| * | | | | | | Update generator to use new cmGeneratorTarget api. | Robert Maynard | 2013-02-19 | 1 | -11/+14 |
|
|
| * | | | | | | Merge branch 'master' into sublime-text-2-generator | Robert Maynard | 2013-02-19 | 47 | -438/+1577 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Remove ability to generate sublime clang files. | Robert Maynard | 2013-02-19 | 3 | -109/+5 |
|
|
| * | | | | | | | 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 branch 'master' into sublime-text-2-generator | Morné Chamberlain | 2012-11-24 | 87 | -982/+889 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | SublimeText 2 Gen: Set the sublimeclang_options_script property. | Morné Chamberlain | 2012-11-24 | 2 | -1/+29 |
|
|
| * | | | | | | | | | Merge branch 'master' into sublime-text-2-generator | Morné Chamberlain | 2012-11-11 | 34 | -570/+1895 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Sublime Text 2 Gen: Per-source Compile flags are now saved in a separate file. | Morné Chamberlain | 2012-11-11 | 2 | -160/+263 |
|
|
| * | | | | | | | | | | SublimeText2 Gen: Fixed the issue where include directory flags used -D | Morné Chamberlain | 2012-11-07 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | SublimeText2 Gen: Improved use of define, include flags from CMAKE_C(XX)_FLAGS | Morné Chamberlain | 2012-11-04 | 2 | -19/+26 |
|
|