| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Pass config to cmTarget::GetDirectory() | Brad King | 2009-07-03 | 1 | -1/+1 |
|
|
* | ENH: Create cmMakefileTargetGenerator::ConfigName | Brad King | 2009-07-03 | 1 | -2/+2 |
|
|
* | ENH: Cleanup make progress rule generation code | Brad King | 2009-06-25 | 1 | -39/+0 |
|
|
* | ENH: Allow projects to disable per-rule echo lines | Brad King | 2009-03-16 | 1 | -14/+20 |
|
|
* | ENH: Allow projects to disable per-rule progress | Brad King | 2009-03-16 | 1 | -9/+22 |
|
|
* | ENH: Factor out makefile progress rule commands | Brad King | 2009-03-16 | 1 | -24/+18 |
|
|
* | BUG: Pass shared library export symbol in DEFINES | Brad King | 2009-02-27 | 1 | -2/+1 |
|
|
* | 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 | -1/+1 |
|
|
* | BUG: Fix preprocess and assembly rule expansion | Brad King | 2009-02-02 | 1 | -12/+12 |
|
|
* | BUG: Do not expand rule variables in info rules | Brad King | 2009-02-02 | 1 | -33/+36 |
|
|
* | ENH: Refactor custom command rule hashing | Brad King | 2009-02-02 | 1 | -6/+5 |
|
|
* | BUG: Fix color check for dependency scanning | Brad King | 2008-10-15 | 1 | -2/+5 |
|
|
* | ENH: Support object lists longer than 128K on MSVC | Brad King | 2008-10-15 | 1 | -8/+29 |
|
|
* | ENH: Factor out listing of objects on command line | Brad King | 2008-10-15 | 1 | -0/+38 |
|
|
* | ENH: Fix optional use of relative paths. | Brad King | 2008-10-09 | 1 | -5/+5 |
|
|
* | ENH: Simplify framework -F flag generation | Brad King | 2008-10-09 | 1 | -1/+3 |
|
|
* | ENH: Use new link info during dependency scanning | Brad King | 2008-09-15 | 1 | -7/+7 |
|
|
* | BUG: Include less content as input to "rule hash" computation. | Brad King | 2008-06-03 | 1 | -1/+7 |
|
|
* | ENH: Introduce "rule hashes" to help rebuild files when rules change. | Brad King | 2008-06-02 | 1 | -7/+6 |
|
|
* | BUG: Fix makefile generator to have link rules depend on all full path librar... | Brad King | 2008-05-21 | 1 | -38/+7 |
|
|
* | ENH: Add SKIP_RULE_DEPENDS option for add_custom_command() | Brad King | 2008-05-14 | 1 | -2/+5 |
|
|
* | BUG: Fix generation of some paths into .cmake files in the build tree to esca... | Brad King | 2008-05-10 | 1 | -2/+4 |
|
|
* | BUG: fix for bug 6834 RC should not get all COMPILE_FLAGS from a target and s... | Bill Hoffman | 2008-04-22 | 1 | -2/+27 |
|
|
* | BUG: When MACOSX_PACKAGE_LOCATION specifies Headers/foo we must still create ... | Brad King | 2008-04-14 | 1 | -2/+7 |
|
|
* | BUG: make sure OBJECT_DIR is in the path of the SHELL | Bill Hoffman | 2008-04-11 | 1 | -0/+3 |
|
|
* | BUG: Correct Mac OS X framework behavior | Brad King | 2008-04-08 | 1 | -5/+5 |
|
|
* | BUG: response file must be a copy if different or you get relinks every time ... | Bill Hoffman | 2008-04-03 | 1 | -0/+1 |
|
|
* | ENH: Handle large object file lists on some platforms | Brad King | 2008-02-27 | 1 | -0/+24 |
|
|
* | ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED an... | Brad King | 2008-02-24 | 1 | -14/+4 |
|
|
* | BUG: Link scripts should be generated with copy-if-different and included as ... | Brad King | 2008-02-20 | 1 | -1/+4 |
|
|
* | ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties | Brad King | 2008-02-18 | 1 | -32/+26 |
|
|
* | ENH: Cleanup building of OS X bundle content | Brad King | 2008-02-15 | 1 | -16/+68 |
|
|
* | ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC... | Brad King | 2008-01-30 | 1 | -30/+77 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -2/+2 |
|
|
* | ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a... | Brad King | 2008-01-18 | 1 | -0/+4 |
|
|
* | ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme... | Brad King | 2008-01-17 | 1 | -4/+4 |
|
|
* | ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for... | Brad King | 2008-01-16 | 1 | -4/+4 |
|
|
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat... | Brad King | 2008-01-14 | 1 | -2/+51 |
|
|
* | BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec... | Brad King | 2008-01-07 | 1 | -5/+9 |
|
|
* | ENH: Implemented Fortran module output directory and search path flags. | Brad King | 2007-12-30 | 1 | -0/+95 |
|
|
* | ENH: Simplified and moved link script implementation up from cmMakefileLibrar... | Brad King | 2007-12-28 | 1 | -0/+32 |
|
|
* | ENH: Store in DependInfo.cmake files a list of the corresponding files for th... | Brad King | 2007-12-28 | 1 | -0/+31 |
|
|
* | ENH: Add a depends check step to custom targets. Add support for the IMPLICI... | Brad King | 2007-12-21 | 1 | -1/+27 |
|
|
* | BUG: The dependency scanning target should be symbolic. | Brad King | 2007-12-21 | 1 | -1/+1 |
|
|
* | ENH: Enabled color printing of "Scanning dependencies of target ..." message. | Brad King | 2007-12-19 | 1 | -2/+3 |
|
|
* | ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar... | Brad King | 2007-12-19 | 1 | -25/+1 |
|
|
* | ENH: fix for bug 6102, allow users to change the compiler | Bill Hoffman | 2007-12-13 | 1 | -0/+12 |
|
|
* | STYLE: Fixed line-too-long. | Brad King | 2007-11-23 | 1 | -1/+2 |
|
|
* | ENH: Change compiler working directory to the local build tree location when ... | Brad King | 2007-11-21 | 1 | -17/+41 |
|
|