| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -89/+491 |
|
|
* | ENH: Created cmComputeLinkDepends to compute link dependencies. | Brad King | 2008-01-27 | 1 | -5/+2 |
|
|
* | ENH: Implement linking with paths to library files instead of -L and -l separ... | Brad King | 2008-01-22 | 1 | -59/+72 |
|
|
* | BUG: Added missing documentation of LINK_FLAGS_<CONFIG> property. | Brad King | 2008-01-21 | 1 | -1/+5 |
|
|
* | ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple... | Brad King | 2008-01-17 | 1 | -0/+10 |
|
|
* | ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for... | Brad King | 2008-01-16 | 1 | -4/+4 |
|
|
* | ENH: Add explicit documentation entry for configuration-specific <CONFIG>_COM... | Brad King | 2008-01-15 | 1 | -0/+5 |
|
|
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat... | Brad King | 2008-01-14 | 1 | -2/+26 |
|
|
* | STYLE: Spelling fixes on documentation | Amitha Perera | 2008-01-10 | 1 | -4/+4 |
|
|
* | ENH: only allow usage of chrpath if the executable file format is ELF | Alexander Neundorf | 2008-01-02 | 1 | -13/+5 |
|
|
* | ENH: Implemented Fortran module output directory and search path flags. | Brad King | 2007-12-30 | 1 | -0/+10 |
|
|
* | ENH: add support for chrpath, so the RPATH in ELF files can be changed when | Alexander Neundorf | 2007-12-18 | 1 | -0/+45 |
|
|
* | ENH: Added SOURCES property to targets. This is based on patch from issues #... | Brad King | 2007-12-17 | 1 | -0/+34 |
|
|
* | BUG: For imported target directory, do not return pointer to freed memory. | Brad King | 2007-11-21 | 1 | -3/+3 |
|
|
* | BUG: fix undefined property FRAMEWORK | Ken Martin | 2007-10-30 | 1 | -0/+8 |
|
|
* | BUG: Fix the dashboards! Put it back the way it was so it always creates the ... | David Cole | 2007-10-12 | 1 | -1/+1 |
|
|
* | ENH: Finish up the Framework creation code restructuring. Frameworks build an... | David Cole | 2007-10-10 | 1 | -8/+102 |
|
|
* | ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of... | Brad King | 2007-09-10 | 1 | -0/+6 |
|
|
* | STYLE: fix typo | Alexander Neundorf | 2007-08-09 | 1 | -1/+1 |
|
|
* | ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t... | Brad King | 2007-08-03 | 1 | -2/+3 |
|
|
* | BUG: Target exclusion-from-all tests should always use the root local generat... | Brad King | 2007-08-03 | 1 | -2/+2 |
|
|
* | ENH: Added cmTarget::GetLanguages method to centralize computation of the lis... | Brad King | 2007-08-02 | 1 | -8/+14 |
|
|
* | BUG: Only pay attention to the FRAMEWORK target property for SHARED library t... | David Cole | 2007-08-01 | 1 | -2/+4 |
|
|
* | BUG: <CONFIG>_LOCATION property should use the config name in the directory a... | Brad King | 2007-08-01 | 1 | -5/+11 |
|
|
* | ENH: second try for handling the linker language with integer priority values... | Alexander Neundorf | 2007-07-12 | 1 | -42/+40 |
|
|
* | COMP: revert last commit for now, broke Visual Studio | Alexander Neundorf | 2007-07-11 | 1 | -41/+43 |
|
|
* | ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not a | Alexander Neundorf | 2007-07-11 | 1 | -43/+41 |
|
|
* | STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, a... | Brad King | 2007-07-02 | 1 | -180/+211 |
|
|
* | ENH: here we really want only non-imported targets, as discussed with Brad | Alexander Neundorf | 2007-06-27 | 1 | -2/+2 |
|
|
* | BUG: handle dependencies to imported targets better: don't create a | Alexander Neundorf | 2007-06-21 | 1 | -2/+2 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -247/+224 |
|
|