| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Fix <CONFIG>_POSTFIX property/variable docs | Brad King | 2008-12-15 | 1 | -4/+13 |
|
|
* | ENH: add missing property definitions | Bill Hoffman | 2008-10-07 | 1 | -0/+26 |
|
|
* | STYLE: add documentation for the "TYPE" target property | Alexander Neundorf | 2008-10-02 | 1 | -0/+7 |
|
|
* | ENH: Allow link line computation for static libs | Brad King | 2008-09-15 | 1 | -3/+0 |
|
|
* | ENH: Allow a custom list of debug configurations | Brad King | 2008-09-04 | 1 | -5/+29 |
|
|
* | ENH: Create Info.plist files in OS X Frameworks | Brad King | 2008-09-02 | 1 | -0/+20 |
|
|
* | ENH: Disallow link-type keywords in link interface | Brad King | 2008-08-19 | 1 | -0/+64 |
|
|
* | ENH: Clarify link interface documentation | Brad King | 2008-08-19 | 1 | -5/+14 |
|
|
* | ENH: Add UNKNOWN type for IMPORTED libraries | Brad King | 2008-08-18 | 1 | -2/+18 |
|
|
* | STYLE: Convert unused target type cases to default | Brad King | 2008-08-18 | 1 | -15/+3 |
|
|
* | ENH: Support full-path libs w/out valid names. | Brad King | 2008-07-23 | 1 | -0/+3 |
|
|
* | ENH: Add full target version signature cmTarget::GetTargetVersion. | Brad King | 2008-07-09 | 1 | -3/+16 |
|
|
* | ENH: Allow users to specify a custom Info.plist template | Brad King | 2008-05-17 | 1 | -5/+19 |
|
|
* | ENH: Allow users to specify macro-like #include line transforms for dependenc... | Brad King | 2008-05-14 | 1 | -0/+18 |
|
|
* | BUG: Make sure all source files are found before generating. | Brad King | 2008-05-12 | 1 | -0/+15 |
|
|
* | BUG: A per-config target name postfix should be ignored for Mac bundle and fr... | Brad King | 2008-04-14 | 1 | -2/+8 |
|
|
* | BUG: Correct Mac OS X framework behavior | Brad King | 2008-04-08 | 1 | -138/+174 |
|
|
* | BUG: Do not create target output directory in cmTarget. Let the generators d... | Brad King | 2008-04-07 | 1 | -19/+3 |
|
|
* | ENH: support unset of properties | Ken Martin | 2008-04-01 | 1 | -4/+0 |
|
|
* | ENH: Add note to Fortran_MODULE_DIRECTORY property documentation about using ... | Brad King | 2008-03-28 | 1 | -1/+3 |
|
|
* | STYLE: Fix line-too-long for new INTERNAL_ERROR messages. | Brad King | 2008-03-15 | 1 | -4/+3 |
|
|
* | ENH: Add policy CMP_0004 to require library names to have no leading or trail... | Brad King | 2008-03-13 | 1 | -0/+3 |
|
|
* | ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003. | Brad King | 2008-03-13 | 1 | -0/+5 |
|
|
* | ENH: Improve new error/warning message generation | Brad King | 2008-03-13 | 1 | -0/+13 |
|
|
* | ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, bett... | Bill Hoffman | 2008-03-13 | 1 | -6/+32 |
|
|
* | BUG: Fix memory leak when cmTarget instances are assigned. We really need to... | Brad King | 2008-03-04 | 1 | -0/+2 |
|
|
* | ENH: Allow users to work around problems with the builtin chrpath by setting ... | Brad King | 2008-03-02 | 1 | -0/+6 |
|
|
* | ENH: Cleanup builtin chrpath support | Brad King | 2008-03-02 | 1 | -0/+15 |
|
|
* | BUG: Do not try to change the RPATH when installing a target if CMAKE_SKIP_RP... | Brad King | 2008-03-01 | 1 | -0/+12 |
|
|
* | ENH: Use builtin chrpath instead of relinking ELF targets | Brad King | 2008-03-01 | 1 | -5/+9 |
|
|
* | COMP: Fix Borland 5.5 build | Brad King | 2008-02-24 | 1 | -9/+9 |
|
|
* | ENH: Better linker search path computation. | Brad King | 2008-02-21 | 1 | -1/+42 |
|
|
* | COMP: Fix HP warning about cmTargetInternalPointer::operator= checking for se... | Brad King | 2008-02-19 | 1 | -1/+2 |
|
|
* | ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties | Brad King | 2008-02-18 | 1 | -41/+116 |
|
|
* | ENH: Allow multiple OS X applications bundles to be created in a single build... | Brad King | 2008-02-14 | 1 | -1/+13 |
|
|
* | ENH: Enforce global target name uniqueness. | Brad King | 2008-02-11 | 1 | -4/+15 |
|
|
* | ENH: Avoid computing link information for static library targets. They do no... | Brad King | 2008-02-07 | 1 | -0/+3 |
|
|
* | BUG: Make sure linking to a shared lib on windows uses import library and not... | Brad King | 2008-02-06 | 1 | -2/+6 |
|
|
* | BUG: Do not create versioned executable names on Xcode where they are not sup... | Brad King | 2008-02-06 | 1 | -1/+1 |
|
|
* | ENH: When linking to versioned targets whose real file name is known pass the... | Brad King | 2008-02-06 | 1 | -4/+47 |
|
|
* | ENH: Pass dependent library search path to linker on some platforms. | Brad King | 2008-02-01 | 1 | -3/+3 |
|
|
* | COMP: Fix shadowed local warning. | Brad King | 2008-02-01 | 1 | -3/+3 |
|
|
* | ENH: Support linking to shared libs with dependent libs | Brad King | 2008-01-31 | 1 | -29/+129 |
|
|
* | ENH: Add target property LINK_SEARCH_END_STATIC to help people building stati... | Brad King | 2008-01-31 | 1 | -0/+12 |
|
|
* | ENH: Implemented link-interface specification feature. | Brad King | 2008-01-30 | 1 | -0/+119 |
|
|
* | BUG: cmTarget instances should not be copied. Removed pass-by-value argument... | Brad King | 2008-01-29 | 1 | -11/+24 |
|
|
* | ENH: Add cmTarget::GetLinkInformation method to allow several places in the g... | Brad King | 2008-01-29 | 1 | -32/+63 |
|
|
* | ENH: Document PRIVATE_HEADER, PUBLIC_HEADER, and RESOURCE target properties a... | Brad King | 2008-01-28 | 1 | -0/+30 |
|
|
* | ENH: Support exporting/importing of AppBundle targets. | Brad King | 2008-01-28 | 1 | -0/+10 |
|
|
* | ENH: Support exporting/importing of Framework targets. | Brad King | 2008-01-28 | 1 | -32/+16 |
|
|