| Commit message (Expand) | Author | Age | Files | Lines |
* | AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048) | Alex Neundorf | 2012-11-06 | 1 | -3/+7 |
|
|
* | Makefile: Support directory names containing '=' (#12934) | Brad King | 2012-06-06 | 1 | -19/+32 |
|
|
* | Build object library targets in Makefiles | Brad King | 2012-03-13 | 1 | -0/+1 |
|
|
* | Pre-compute object file names before Makefile generation | Brad King | 2012-03-09 | 1 | -39/+0 |
|
|
* | Merge branch 'cleanup-object-file-names' into object-library | Brad King | 2012-03-09 | 1 | -11/+14 |
|\ |
|
| * | Hide Makefile local object info inside local generator | Brad King | 2012-03-08 | 1 | -0/+14 |
|
|
| * | Remove unused partial OBJECT_FILES property implementation | Brad King | 2012-03-06 | 1 | -11/+0 |
|
|
* | | Extract and use the INCLUDE_DIRECTORIES target properties. | Stephen Kelly | 2012-02-22 | 1 | -22/+0 |
|/ |
|
* | Merge topic 'warn-funny-path-names' | David Cole | 2012-02-07 | 1 | -0/+15 |
|\ |
|
| * | Allow directory names containing '=' and warn if necessary (#12934) | Brad King | 2012-02-06 | 1 | -0/+15 |
|
|
* | | Exit the loop when we have determined the language. | Stephen Kelly | 2012-01-08 | 1 | -0/+1 |
|
|
* | | fix #12262: dependency scanning for ASM files | Alex Neundorf | 2011-12-18 | 1 | -0/+2 |
|
|
* | | Merge topic 'fix-typo' | David Cole | 2011-11-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix typo. | Stephen Kelly | 2011-11-04 | 1 | -1/+1 |
|
|
* | | | Watcom: Use shortpath to CMake if full path has parens (#12548) | Brad King | 2011-11-03 | 1 | -17/+25 |
|/ / |
|
* | | fix #12262: use the C dependency scanner also for ASM files | Alex Neundorf | 2011-10-05 | 1 | -1/+1 |
|
|
* | | Fix for bug #12413, nmake did not handle targets with + in the name. | Bill Hoffman | 2011-08-24 | 1 | -0/+2 |
|
|
* | | MinGW: Remove old workaround and use native echo (#12283) | Brad King | 2011-06-16 | 1 | -5/+2 |
|
|
* | | Change working drive only in MinGW Makefiles | Brad King | 2011-04-08 | 1 | -2/+5 |
|
|
* | | Fix working drive of make rules on Windows | Brad King | 2011-04-08 | 1 | -3/+6 |
|
|
* | | Optionally pass include directories with response files | Brad King | 2011-03-17 | 1 | -0/+14 |
|/ |
|
* | Factor out common custom command generator | Brad King | 2010-12-08 | 1 | -20/+7 |
|
|
* | Improve signature of cmLocalGenerator::GetRealDependency | Brad King | 2010-12-08 | 1 | -3/+6 |
|
|
* | Don't enforce VERBOSE makefiles for the CodeBlocks generator | Alex Neundorf | 2010-11-11 | 1 | -2/+1 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2010-11-11 | 1 | -36/+36 |
|
|
* | Enable calling commands with : in argv[1] (#9963) | David Cole | 2010-09-10 | 1 | -2/+9 |
|
|
* | Fix failing ExternalProject test on Borland dashboards. | David Cole | 2010-06-03 | 1 | -0/+22 |
|
|
* | Fix warnings in CMake source code. | David Cole | 2009-09-30 | 1 | -5/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Major optimization of C/C++ dependency scanning. | Alexander Neundorf | 2009-09-23 | 1 | -7/+19 |
|
|
* | Rescan dependencies also if CMakeDirectoryInformation.cmake has changed. | Alexander Neundorf | 2009-09-22 | 1 | -7/+37 |
|
|
* | Major improvement of the generated targets in Eclipse. | Alexander Neundorf | 2009-09-16 | 1 | -0/+26 |
|
|
* | BUG: Disable color makefile inside try-compile | Brad King | 2009-07-21 | 1 | -1/+4 |
|
|
* | ENH: Pass config to cmTarget RPATH install methods | Brad King | 2009-07-08 | 1 | -1/+1 |
|
|
* | ENH: Cleanup make progress rule generation code | Brad King | 2009-06-25 | 1 | -74/+9 |
|
|
* | STYLE: Remove unused variable | Brad King | 2009-06-25 | 1 | -1/+0 |
|
|
* | ENH: Skip 'SHELL = /bin/sh' in Makefiles on VMS | Brad King | 2009-06-10 | 1 | -0/+2 |
|
|
* | ENH: On VMS use _dir and _tmp, not .dir and .tmp | Brad King | 2009-06-10 | 1 | -0/+4 |
|
|
* | BUG: Remove implicit include dir suppression | Brad King | 2009-02-24 | 1 | -1/+1 |
|
|
* | ENH: Add rule substitutions useful for launchers | Brad King | 2009-02-10 | 1 | -0/+7 |
|
|
* | ENH: Define RULE_LAUNCH_* properties | Brad King | 2009-02-10 | 1 | -3/+34 |
|
|
* | ENH: Give target in which custom commands build | Brad King | 2009-02-10 | 1 | -2/+8 |
|
|
* | STYLE: fix two typos in the comments, patch from Daniel DOT Teske AT Nokia DO... | Alexander Neundorf | 2009-02-09 | 1 | -1/+1 |
|
|
* | ENH: Refactor custom command rule hashing | Brad King | 2009-02-02 | 1 | -1/+10 |
|
|
* | ENH: Refactor passing of max length object dir | Brad King | 2008-12-16 | 1 | -5/+5 |
|
|
* | ENH: Fix optional use of relative paths. | Brad King | 2008-10-09 | 1 | -28/+27 |
|
|
* | ENH: Simplify makefile ref to interactive editor | Brad King | 2008-10-09 | 1 | -3/+3 |
|
|
* | BUG: Fix convenience rule working directory | Brad King | 2008-10-06 | 1 | -3/+3 |
|
|
* | ENH: Allow users to specify macro-like #include line transforms for dependenc... | Brad King | 2008-05-14 | 1 | -0/+26 |
|
|
* | BUG: Fix generation of some paths into .cmake files in the build tree to esca... | Brad King | 2008-05-10 | 1 | -2/+2 |
|
|