| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ENH: Add UNKNOWN type for IMPORTED libraries | Brad King | 2008-08-18 | 1 | -0/+1 |
|
|
* | STYLE: Convert unused target type cases to default | Brad King | 2008-08-18 | 1 | -10/+2 |
|
|
* | BUG: Custom command depends may match sources | Brad King | 2008-08-05 | 1 | -0/+9 |
|
|
* | BUG: Do not convert RPATH entries to full path. | Brad King | 2008-08-05 | 1 | -1/+1 |
|
|
* | BUG: Fix escaping in link scripts | Brad King | 2008-08-05 | 1 | -1/+1 |
|
|
* | BUG: fix for bug 7421, fortran did not get arch flags on the mac | Bill Hoffman | 2008-07-30 | 1 | -1/+1 |
|
|
* | COMP: fix compiler warning and follow style | Bill Hoffman | 2008-07-22 | 1 | -1/+3 |
|
|
* | ENH: Allow users to specify a custom Info.plist template | Brad King | 2008-05-17 | 1 | -69/+39 |
|
|
* | ENH: add support for Intel Fortran Visual studio IDE | Bill Hoffman | 2008-04-30 | 1 | -1/+1 |
|
|
* | BUG: Do not escape shell operators when generating command lines. | Brad King | 2008-04-29 | 1 | -0/+23 |
|
|
* | BUG: move this back out of the if statemtn | Bill Hoffman | 2008-04-29 | 1 | -1/+1 |
|
|
* | ENH: allow users to set sysroot | Bill Hoffman | 2008-04-28 | 1 | -1/+11 |
|
|
* | ENH: fix for the correct path to cmake | Bill Hoffman | 2008-03-28 | 1 | -1/+1 |
|
|
* | ENH: change CMP_ to CMP | Ken Martin | 2008-03-13 | 1 | -1/+1 |
|
|
* | ENH: Improve handling of old-style compatibility. | Brad King | 2008-03-07 | 1 | -9/+23 |
|
|
* | ENH: Cleanup builtin chrpath support | Brad King | 2008-03-02 | 1 | -11/+0 |
|
|
* | BUG: Do not place $(CMAKE_COMMAND) in link scripts. | Brad King | 2008-03-01 | 1 | -0/+6 |
|
|
* | ENH: Allow multiple OS X applications bundles to be created in a single build... | Brad King | 2008-02-14 | 1 | -0/+83 |
|
|
* | ENH: Pass dependent library search path to linker on some platforms. | Brad King | 2008-02-01 | 1 | -0/+9 |
|
|
* | ENH: Enable use of link script whenever incremental archive construction rule... | Brad King | 2008-01-30 | 1 | -1/+2 |
|
|
* | ENH: Add cmTarget::GetLinkInformation method to allow several places in the g... | Brad King | 2008-01-29 | 1 | -174/+46 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -6/+6 |
|
|
* | BUG: Fix generation of Watcom link lines. | Brad King | 2008-01-23 | 1 | -4/+3 |
|
|
* | BUG: Work-around bug in MSVC 6 command line parsing. | Brad King | 2008-01-23 | 1 | -1/+34 |
|
|
* | ENH: Implement linking with paths to library files instead of -L and -l separ... | Brad King | 2008-01-22 | 1 | -366/+112 |
|
|
* | ENH: improve backwards compatibility | Ken Martin | 2008-01-19 | 1 | -5/+1 |
|
|
* | BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ... | Ken Martin | 2008-01-18 | 1 | -11/+8 |
|
|
* | ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources. | Brad King | 2008-01-18 | 1 | -0/+32 |
|
|
* | ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a... | Brad King | 2008-01-18 | 1 | -35/+0 |
|
|
* | ENH: use CTestTestfile.txt | Ken Martin | 2008-01-17 | 1 | -12/+3 |
|
|
* | ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme... | Brad King | 2008-01-17 | 1 | -8/+19 |
|
|
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat... | Brad King | 2008-01-14 | 1 | -0/+117 |
|
|
* | BUG: Removed stray debugging statement. | Brad King | 2008-01-13 | 1 | -3/+0 |
|
|
* | ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ... | Brad King | 2008-01-13 | 1 | -0/+5 |
|
|
* | ENH: add CMAKE_DEFINE_FLAG_(LANG) that can replace -D flags with what the com... | Bill Hoffman | 2008-01-11 | 1 | -1/+39 |
|
|
* | BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec... | Brad King | 2008-01-07 | 1 | -3/+22 |
|
|
* | BUG: Do not remove the source file extension when computing an object file na... | Brad King | 2007-12-29 | 1 | -4/+7 |
|
|
* | ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsi... | Brad King | 2007-12-29 | 1 | -0/+41 |
|
|
* | COMP: Fixed data loss warning. | Brad King | 2007-12-20 | 1 | -2/+2 |
|
|
* | STYLE: fix warnings: comparison signed/unsigned, unused variable | Alexander Neundorf | 2007-12-19 | 1 | -6/+4 |
|
|
* | ENH: add support for chrpath, so the RPATH in ELF files can be changed when | Alexander Neundorf | 2007-12-18 | 1 | -2/+27 |
|
|
* | STYLE: restructure OutputLinkLibraries() a bit, so that new there is a | Alexander Neundorf | 2007-11-26 | 1 | -19/+48 |
|
|
* | ENH: fix spelling error | Bill Hoffman | 2007-10-22 | 1 | -1/+1 |
|
|
* | ENH: do not always add -arch flags | Bill Hoffman | 2007-10-20 | 1 | -6/+23 |
|
|
* | BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ... | David Cole | 2007-10-15 | 1 | -2/+2 |
|
|
* | BUG: fix for bug 0003618 , allow one arch in OSX_ARCHS to work | Bill Hoffman | 2007-10-12 | 1 | -10/+6 |
|
|
* | ENH: add flag so a terminating slash for the link path can be specified (need... | Alexander Neundorf | 2007-08-28 | 1 | -0/+3 |
|
|
* | STYLE: more space in the cmake_install.cmake script (easier to read) | Alexander Neundorf | 2007-08-21 | 1 | -2/+2 |
|
|
* | ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a... | Brad King | 2007-08-01 | 1 | -0/+12 |
|
|
* | BUG: Only pay attention to the FRAMEWORK target property for SHARED library t... | David Cole | 2007-08-01 | 1 | -1/+2 |
|
|