| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'tid-system-argument' | Brad King | 2013-07-16 | 1 | -1/+2 |
|\ |
|
| * | Add Target API to determine if an include is a system include. | Stephen Kelly | 2013-07-02 | 1 | -1/+2 |
|
|
* | | Merge topic 'compile-defs-debugging' | Brad King | 2013-07-15 | 1 | -3/+2 |
|\ \ |
|
| * | | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string. | Stephen Kelly | 2013-07-11 | 1 | -3/+2 |
| |/ |
|
* | | Revert "Use --sysroot when cross compiling." | Stephen Kelly | 2013-07-12 | 1 | -17/+1 |
|/ |
|
* | Merge topic 'ninja_phony_targets' | Brad King | 2013-07-01 | 1 | -12/+12 |
|\ |
|
| * | Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static | Robert Maynard | 2013-07-01 | 1 | -12/+12 |
|
|
* | | Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling | Brad King | 2013-06-27 | 1 | -32/+2 |
|/ |
|
* | Use --sysroot when cross compiling. | Stephen Kelly | 2013-06-07 | 1 | -1/+17 |
|
|
* | Merge topic 'VISIBILITY_PRESET-property' | Brad King | 2013-06-05 | 1 | -0/+3 |
|\ |
|
| * | Introduce target property <LANG>_VISIBILITY_PRESET | Stephen Kelly | 2013-06-02 | 1 | -0/+3 |
|
|
* | | Merge topic 'target-COMPILE_OPTIONS' | Brad King | 2013-06-03 | 1 | -4/+6 |
|\ \ |
|
| * | | Add cmLocalGenerator::GetCompileOptions. | Stephen Kelly | 2013-06-02 | 1 | -4/+6 |
| |/ |
|
* | | Merge topic 'framework-refactor' | Brad King | 2013-06-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -1/+1 |
|
|
* | | Ninja: Fix OBJECT_DIR placeholder path conversion | Brad King | 2013-04-11 | 1 | -5/+3 |
|/ |
|
* | Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037) | Stephen Kelly | 2013-03-25 | 1 | -4/+1 |
|
|
* | Ninja: remove implicit dependency on custom command outputs | Peter Kümmel | 2013-02-16 | 1 | -1/+1 |
|
|
* | Move GetCompileDefinitions to cmTarget. | Stephen Kelly | 2013-01-29 | 1 | -2/+2 |
|
|
* | Process the INTERFACE_PIC property from linked dependencies | Stephen Kelly | 2013-01-10 | 1 | -1/+2 |
|
|
* | Ninja: fix usage of cldeps with ctest launchers | Mathias Gaunard | 2012-11-30 | 1 | -7/+9 |
|
|
* | Revert "Move GetLinkInformation to cmGeneratorTarget" | Stephen Kelly | 2012-11-21 | 1 | -1/+1 |
|
|
* | Merge topic 'fix-INCLUDE_DIRECTORIES-multiconfig' | David Cole | 2012-10-17 | 1 | -2/+4 |
|\ |
|
| * | Fix config-specific INCLUDE_DIRECTORIES in multi-config generators | Stephen Kelly | 2012-10-17 | 1 | -2/+4 |
|
|
* | | Merge topic 'ninja-custom-command-implicit' | Brad King | 2012-10-09 | 1 | -1/+1 |
|\ \ |
|
| * | | Ninja: implicit dependency for custom command files | Peter Kümmel | 2012-10-03 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'ninja-dont-pollute-current-dir' | Brad King | 2012-10-09 | 1 | -2/+12 |
|\ \ |
|
| * | | Ninja: don't pollute current dir when using gui (#13495) | Peter Kümmel | 2012-10-09 | 1 | -2/+12 |
| |/ |
|
* | | Ninja: also set OBJECT_DIR when compiling | Peter Kümmel | 2012-10-03 | 1 | -1/+9 |
|/ |
|
* | Merge topic 'vs-pdb-output' | Brad King | 2012-10-01 | 1 | -2/+2 |
|\ |
|
| * | Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) | Yuchen Deng | 2012-09-25 | 1 | -2/+2 |
|
|
* | | Merge topic 'ninja-OBJECT_DEPENDS' | David Cole | 2012-09-28 | 1 | -4/+3 |
|\ \ |
|
| * | | Ninja: OBJECT_DEPENDS should set an implicit dependency | Peter Kümmel | 2012-09-25 | 1 | -4/+3 |
| |/ |
|
* | | Merge topic 'use-generator-target' | David Cole | 2012-09-25 | 1 | -11/+5 |
|\ \
| |/
|/| |
|
| * | Add a wrapper for accessing config-specific compile-definitions. | Stephen Kelly | 2012-09-19 | 1 | -2/+2 |
|
|
| * | Append the COMPILE_DEFINITIONS from the Makefile to all targets. | Stephen Kelly | 2012-09-19 | 1 | -6/+0 |
|
|
| * | Move GetIncludeDirectories to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
| * | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
| * | Move GetLinkInformation to cmGeneratorTarget | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
* | | Ninja: filter target specific compile flags with language specific regex | Peter Kümmel | 2012-09-18 | 1 | -5/+35 |
|/ |
|
* | Ninja: suppress cmcldeps only for source file signature try_compiles | Peter Kümmel | 2012-09-05 | 1 | -2/+1 |
|
|
* | Merge topic 'ninja-target-pdb-cleanup' | David Cole | 2012-08-24 | 1 | -22/+24 |
|\ |
|
| * | Ninja: remove GetTargetPDB because it is used only once | Peter Kümmel | 2012-08-22 | 1 | -16/+11 |
|
|
| * | Ninja:split out setting of msvc TARGET_PDB | Peter Kümmel | 2012-08-22 | 1 | -13/+18 |
|
|
| * | Ninja: prepare msvc pdb cleanup | Peter Kümmel | 2012-08-22 | 1 | -2/+4 |
|
|
* | | Merge topic 'compile-definitions-unique' | David Cole | 2012-08-24 | 1 | -16/+13 |
|\ \
| |/
|/| |
|
| * | Don't duplicate -D defines sent to the compiler. | Stephen Kelly | 2012-08-20 | 1 | -16/+13 |
|
|
* | | Ninja: don't crash on returned 0 pointer | Peter Kümmel | 2012-08-17 | 1 | -21/+18 |
|
|
* | | Ninja: cmcldeps needs a compiler | Peter Kümmel | 2012-08-17 | 1 | -4/+7 |
|/ |
|
* | Merge topic 'ninja-fix-macosx' | David Cole | 2012-07-24 | 1 | -2/+49 |
|\ |
|