| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Target API to determine if an include is a system include. | Stephen Kelly | 2013-07-02 | 1 | -1/+2 |
|
|
* | Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling | Brad King | 2013-06-27 | 1 | -46/+4 |
|
|
* | Use --sysroot when cross compiling. | Stephen Kelly | 2013-06-07 | 1 | -0/+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 | -13/+19 |
|\ \ |
|
| * | | Add cmLocalGenerator::GetCompileOptions. | Stephen Kelly | 2013-06-02 | 1 | -13/+19 |
| |/ |
|
* | | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'fix-COMPILE_DEFINITIONS-config' | Brad King | 2013-03-26 | 1 | -3/+0 |
|\ |
|
| * | Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037) | Stephen Kelly | 2013-03-25 | 1 | -3/+0 |
|
|
* | | Replace <TARGET> in CMAKE_<LANG>_COMPILE_OBJECT rule variables | Brad King | 2013-03-22 | 1 | -0/+8 |
|/ |
|
* | 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 |
|
|
* | Makefile: Use modern link information for framework search paths | Brad King | 2012-12-07 | 1 | -11/+15 |
|
|
* | Revert "Move GetLinkInformation to cmGeneratorTarget" | Stephen Kelly | 2012-11-21 | 1 | -4/+2 |
|
|
* | Fix config-specific INCLUDE_DIRECTORIES in multi-config generators | Stephen Kelly | 2012-10-17 | 1 | -4/+14 |
|
|
* | Merge topic 'vs-pdb-output' | Brad King | 2012-10-01 | 1 | -1/+1 |
|\ |
|
| * | Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) | Yuchen Deng | 2012-09-25 | 1 | -1/+1 |
|
|
* | | Add a wrapper for accessing config-specific compile-definitions. | Stephen Kelly | 2012-09-19 | 1 | -5/+4 |
|
|
* | | Append the COMPILE_DEFINITIONS from the Makefile to all targets. | Stephen Kelly | 2012-09-19 | 1 | -4/+0 |
|
|
* | | Move GetIncludeDirectories to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -4/+8 |
|
|
* | | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
* | | Move GetLinkInformation to cmGeneratorTarget | Stephen Kelly | 2012-09-19 | 1 | -2/+4 |
|/ |
|
* | Don't duplicate -D defines sent to the compiler. | Stephen Kelly | 2012-08-20 | 1 | -13/+21 |
|
|
* | Ninja: remove warnings | Peter Kümmel | 2012-07-18 | 1 | -10/+9 |
|
|
* | Re-factor OS X content generator start up. | Nicolas Despres | 2012-07-17 | 1 | -12/+2 |
|
|
* | Re-factor bundle content copying rules generation. | Nicolas Despres | 2012-07-17 | 1 | -35/+37 |
|
|
* | Remove unused ivars to eliminate compiler warnings | David Cole | 2012-06-20 | 1 | -4/+2 |
|
|
* | Refactor generation of shared library flags | Stephen Kelly | 2012-06-12 | 1 | -5/+1 |
|
|
* | VS: Restore header files marked as OS X Framework content (#13196) | Brad King | 2012-05-07 | 1 | -8/+18 |
|
|
* | Add $<TARGET_OBJECTS:...> expression to use an object library | Brad King | 2012-03-16 | 1 | -0/+3 |
|
|
* | Build object library targets in Makefiles | Brad King | 2012-03-13 | 1 | -11/+19 |
|
|
* | Pre-compute object file names before Makefile generation | Brad King | 2012-03-09 | 1 | -10/+4 |
|
|
* | Simplify cmMakefileTargetGenerator using cmGeneratorTarget | Brad King | 2012-03-09 | 1 | -50/+40 |
|
|
* | Merge branch 'cleanup-object-file-names' into object-library | Brad King | 2012-03-09 | 1 | -10/+2 |
|\ |
|
| * | Hide Makefile local object info inside local generator | Brad King | 2012-03-08 | 1 | -10/+2 |
|
|
* | | Extract and use the INCLUDE_DIRECTORIES target properties. | Stephen Kelly | 2012-02-22 | 1 | -3/+32 |
|
|
* | | Refactor GetIncludeFlags to take includes instead of fetching them | Stephen Kelly | 2012-02-22 | 1 | -1/+5 |
|/ |
|
* | Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib | Brad King | 2011-12-05 | 1 | -0/+10 |
|
|
* | Factor makefile generator link rule lookup into helper function | Brad King | 2011-12-05 | 1 | -0/+7 |
|
|
* | Fortran: Add support for free- and fixed-form flags | Brad King | 2011-08-31 | 1 | -0/+35 |
|
|
* | Make std::map usage more portable in language=>flags/defines maps | Brad King | 2011-05-17 | 1 | -14/+22 |
|
|
* | make compile command output optional | Manuel Klimek | 2011-04-25 | 1 | -1/+2 |
|
|
* | implement cxx command output | Manuel Klimek | 2011-04-25 | 1 | -2/+19 |
|
|
* | cache flags and defines | Manuel Klimek | 2011-04-25 | 1 | -45/+52 |
|
|
* | refactor flags and defines | Manuel Klimek | 2011-04-25 | 1 | -55/+65 |
|
|
* | Optionally pass include directories with response files | Brad King | 2011-03-17 | 1 | -2/+35 |
|
|
* | Factor old-style -D flags out from -I flag generation | Brad King | 2011-03-15 | 1 | -0/+5 |
|
|
* | Merge topic 'link-depend-def-file' | Brad King | 2010-12-16 | 1 | -0/+6 |
|\ |
|
| * | Make link rule depend on ".def" file (#11014) | Brad King | 2010-12-15 | 1 | -0/+6 |
|
|