| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | STYLE: Remove computed but unused variable. | Brad King | 2008-10-15 | 1 | -3/+0 |
|
|
* | ENH: Fix optional use of relative paths. | Brad King | 2008-10-09 | 1 | -3/+3 |
|
|
* | ENH: Create Info.plist files in OS X Frameworks | Brad King | 2008-09-02 | 1 | -2/+11 |
|
|
* | ENH: Build large archives incrementally | Brad King | 2008-08-04 | 1 | -0/+4 |
|
|
* | ENH: Set version info for shared libs on OSX. | Brad King | 2008-07-09 | 1 | -0/+42 |
|
|
* | BUG: make sure OBJECT_DIR is in the path of the SHELL | Bill Hoffman | 2008-04-11 | 1 | -1/+4 |
|
|
* | BUG: Correct Mac OS X framework behavior | Brad King | 2008-04-08 | 1 | -58/+80 |
|
|
* | BUG: Do not create target output directory in cmTarget. Let the generators d... | Brad King | 2008-04-07 | 1 | -0/+2 |
|
|
* | ENH: Handle large object file lists on some platforms | Brad King | 2008-02-27 | 1 | -1/+27 |
|
|
* | BUG: Link scripts should be generated with copy-if-different and included as ... | Brad King | 2008-02-20 | 1 | -1/+1 |
|
|
* | ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties | Brad King | 2008-02-18 | 1 | -115/+30 |
|
|
* | ENH: Allow multiple OS X applications bundles to be created in a single build... | Brad King | 2008-02-14 | 1 | -16/+0 |
|
|
* | ENH: Avoid computing link information for static library targets. They do no... | Brad King | 2008-02-07 | 1 | -1/+5 |
|
|
* | ENH: Enable use of link script whenever incremental archive construction rule... | Brad King | 2008-01-30 | 1 | -3/+16 |
|
|
* | ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC... | Brad King | 2008-01-30 | 1 | -9/+97 |
|
|
* | ENH: Support exporting/importing of Framework targets. | Brad King | 2008-01-28 | 1 | -7/+4 |
|
|
* | ENH: Simplified and moved link script implementation up from cmMakefileLibrar... | Brad King | 2007-12-28 | 1 | -91/+47 |
|
|
* | ENH: Add a depends check step to custom targets. Add support for the IMPLICI... | Brad King | 2007-12-21 | 1 | -3/+4 |
|
|
* | ENH: do not remove executables and dll's before linking them so that incremen... | Bill Hoffman | 2007-10-18 | 1 | -9/+13 |
|
|
* | ENH: Finish up the Framework creation code restructuring. Frameworks build an... | David Cole | 2007-10-10 | 1 | -19/+19 |
|
|
* | ENH: Improve framework support in the makefile generator to match the support... | David Cole | 2007-08-14 | 1 | -96/+71 |
|
|
* | ENH: Simplify makefile target generator listing of object files to clean. | Brad King | 2007-08-02 | 1 | -6/+2 |
|
|
* | BUG: Only pay attention to the FRAMEWORK target property for SHARED library t... | David Cole | 2007-08-01 | 1 | -2/+3 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -16/+5 |
|
|
* | ENH: prevent crash | Bill Hoffman | 2007-06-04 | 1 | -0/+6 |
|
|
* | ENH: initial support for creation of frameworks on Mac | Bill Hoffman | 2007-05-08 | 1 | -1/+246 |
|
|
* | BUG: A utility target should not run the custom commands from its source file... | Brad King | 2007-05-01 | 1 | -1/+1 |
|
|
* | ENH: Added support for import libraries created by executable and module targ... | Brad King | 2007-03-19 | 1 | -9/+2 |
|
|
* | ENH: Do not compute a path name for the import library if there is no import ... | Brad King | 2007-03-09 | 1 | -3/+9 |
|
|
* | ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation... | Brad King | 2007-03-09 | 1 | -17/+10 |
|
|
* | BUG: Need to account for import library directory when constructing the clean... | Brad King | 2007-03-09 | 1 | -1/+1 |
|
|
* | ENH: Added implib option to cmTarget::GetDirectory to support a separate dire... | Brad King | 2007-03-09 | 1 | -1/+5 |
|
|
* | ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar... | Brad King | 2007-03-08 | 1 | -1/+1 |
|
|
* | ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil... | Brad King | 2007-03-08 | 1 | -6/+6 |
|
|
* | BUG: Some calls to Convert() were converting for MAKEFILE but then passing th... | Brad King | 2007-03-08 | 1 | -21/+7 |
|
|
* | BUG: Do not clean the .pdb file for a target just before it is linked! This ... | Brad King | 2007-02-01 | 1 | -1/+5 |
|
|
* | BUG: The .pdb file generated for a library or executable should match the rea... | Brad King | 2007-02-01 | 1 | -3/+10 |
|
|
* | ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalU... | Brad King | 2006-12-14 | 1 | -1/+1 |
|
|
* | ENH: Adding image version number (major.minor) property to windows binaries. ... | Brad King | 2006-10-16 | 1 | -0/+18 |
|
|