| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'fix-compile-OBJECT_DIR' | Brad King | 2014-01-02 | 1 | -7/+5 |
|\ |
|
| * | Replace <OBJECT_DIR> rule placeholder consistently (#14667) | Brad King | 2014-01-02 | 1 | -7/+5 |
|
|
* | | Remove INTERFACE build targets. | Stephen Kelly | 2013-12-10 | 1 | -3/+0 |
|
|
* | | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. | Stephen Kelly | 2013-11-25 | 1 | -3/+6 |
|
|
* | | Port some of the generator API to cmGeneratorTarget. | Stephen Kelly | 2013-11-22 | 1 | -3/+3 |
|
|
* | | Create make rules for INTERFACE_LIBRARY targets. | Stephen Kelly | 2013-10-21 | 1 | -0/+3 |
|/ |
|
* | Unify the way the flags of a static library are read | Patrick Gansterer | 2013-07-31 | 1 | -6/+2 |
|
|
* | Revert "Use --sysroot when cross compiling." | Stephen Kelly | 2013-07-12 | 1 | -20/+0 |
|
|
* | Use --sysroot when cross compiling. | Stephen Kelly | 2013-06-07 | 1 | -0/+20 |
|
|
* | OS X: Fix getting of CFBundle LOCATION property. | Clinton Stimpson | 2013-06-03 | 1 | -2/+0 |
|
|
* | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -7/+6 |
|
|
* | Always use the auto_ptr from cmsys. | Stephen Kelly | 2012-11-20 | 1 | -2/+0 |
|
|
* | Merge topic 'ninja-LIBPATH' | Brad King | 2012-10-02 | 1 | -4/+7 |
|\ |
|
| * | Ninja: move -LIBPATH behind -link option | Peter Kümmel | 2012-10-01 | 1 | -4/+7 |
|
|
* | | Merge topic 'vs-pdb-output' | Brad King | 2012-10-01 | 1 | -1/+5 |
|\ \
| |/
|/| |
|
| * | Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) | Yuchen Deng | 2012-09-25 | 1 | -1/+5 |
|
|
* | | Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
* | | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|/ |
|
* | Re-factor bundle content copying rules generation. | Nicolas Despres | 2012-07-17 | 1 | -3/+1 |
|
|
* | Re-factor CFBundle generation. | Nicolas Despres | 2012-07-17 | 1 | -27/+2 |
|
|
* | Re-factor OS X bundle and framework generation. | Nicolas Despres | 2012-07-17 | 1 | -114/+17 |
|
|
* | Remove trailing white-spaces. | Nicolas Despres | 2012-07-17 | 1 | -8/+8 |
|
|
* | Support building shared libraries or modules without soname (#13155) | Modestas Vainius | 2012-04-30 | 1 | -1/+5 |
|
|
* | Build object library targets in Makefiles | Brad King | 2012-03-13 | 1 | -0/+26 |
|
|
* | Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib | Brad King | 2011-12-05 | 1 | -0/+7 |
|
|
* | Factor makefile generator link rule lookup into helper function | Brad King | 2011-12-05 | 1 | -1/+1 |
|
|
* | Merge topic 'include-flags-response-file' | Brad King | 2011-03-22 | 1 | -3/+3 |
|\ |
|
| * | Generate target-wide flags before individual build rules | Brad King | 2011-03-17 | 1 | -3/+3 |
|
|
* | | Add support for CFBundle targets on the Mac (#11295) | Richard Bateman | 2011-01-11 | 1 | -0/+49 |
|/ |
|
* | Consolidate duplicate link rule make dependency code | Brad King | 2010-11-05 | 1 | -24/+1 |
|
|
* | Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768) | Brad King | 2010-05-28 | 1 | -0/+4 |
|
|
* | -improve crosscompiling from Linux to iphone (#10526) | Alex Neundorf | 2010-05-01 | 1 | -2/+0 |
|
|
* | Fix line-too-long style violations | Brad King | 2009-10-23 | 1 | -1/+2 |
|
|
* | Define per-target OSX_ARCHITECTURES property | Brad King | 2009-10-21 | 1 | -0/+4 |
|
|
* | Create INTERPROCEDURAL_OPTIMIZATION build feature | Brad King | 2009-10-02 | 1 | -0/+6 |
|
|
* | Centralize language flag addition for Makefiles | Brad King | 2009-10-02 | 1 | -2/+4 |
|
|
* | Fix use of module .def files for MS tools | Brad King | 2009-09-29 | 1 | -23/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Do not call CollapseFullPath for PDB file names | Brad King | 2009-09-17 | 1 | -1/+1 |
|
|
* | ENH: Pass config to cmTarget::GetLinkerLanguage | Brad King | 2009-07-08 | 1 | -5/+10 |
|
|
* | ENH: Pass config to cmTarget RPATH install methods | Brad King | 2009-07-08 | 1 | -2/+2 |
|
|
* | ENH: Simpler cmTarget::GetLinkerLanguage signature | Brad King | 2009-07-07 | 1 | -10/+5 |
|
|
* | ENH: Pass config to cmTarget::GetDirectory() | Brad King | 2009-07-03 | 1 | -4/+4 |
|
|
* | ENH: Create cmMakefileTargetGenerator::ConfigName | Brad King | 2009-07-03 | 1 | -19/+11 |
|
|
* | ENH: Always imply CLEAN_DIRECT_OUTPUT target prop | Brad King | 2009-05-01 | 1 | -91/+28 |
|
|
* | ENH: Allow projects to disable per-rule echo lines | Brad King | 2009-03-16 | 1 | -19/+22 |
|
|
* | STYLE: Separate unrelated logic | Brad King | 2009-03-16 | 1 | -3/+12 |
|
|
* | ENH: Define RULE_LAUNCH_* properties | Brad King | 2009-02-10 | 1 | -0/+2 |
|
|
* | ENH: Give target in which custom commands build | Brad King | 2009-02-10 | 1 | -3/+6 |
|
|
* | ENH: Factor out listing of objects on command line | Brad King | 2008-10-15 | 1 | -29/+3 |
|
|