summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-0/+9
* ENH: Enable use of link script whenever incremental archive construction rule...Brad King2008-01-301-1/+2
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-174/+46
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-6/+6
* BUG: Fix generation of Watcom link lines.Brad King2008-01-231-4/+3
* BUG: Work-around bug in MSVC 6 command line parsing.Brad King2008-01-231-1/+34
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-366/+112
* ENH: improve backwards compatibilityKen Martin2008-01-191-5/+1
* BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ...Ken Martin2008-01-181-11/+8
* ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.Brad King2008-01-181-0/+32
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-181-35/+0
* ENH: use CTestTestfile.txtKen Martin2008-01-171-12/+3
* ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...Brad King2008-01-171-8/+19
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-0/+117
* BUG: Removed stray debugging statement.Brad King2008-01-131-3/+0
* ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...Brad King2008-01-131-0/+5
* ENH: add CMAKE_DEFINE_FLAG_(LANG) that can replace -D flags with what the com...Bill Hoffman2008-01-111-1/+39
* BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...Brad King2008-01-071-3/+22
* BUG: Do not remove the source file extension when computing an object file na...Brad King2007-12-291-4/+7
* ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsi...Brad King2007-12-291-0/+41
* COMP: Fixed data loss warning.Brad King2007-12-201-2/+2
* STYLE: fix warnings: comparison signed/unsigned, unused variableAlexander Neundorf2007-12-191-6/+4
* ENH: add support for chrpath, so the RPATH in ELF files can be changed whenAlexander Neundorf2007-12-181-2/+27
* STYLE: restructure OutputLinkLibraries() a bit, so that new there is aAlexander Neundorf2007-11-261-19/+48
* ENH: fix spelling errorBill Hoffman2007-10-221-1/+1
* ENH: do not always add -arch flagsBill Hoffman2007-10-201-6/+23
* BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ...David Cole2007-10-151-2/+2
* BUG: fix for bug 0003618 , allow one arch in OSX_ARCHS to workBill Hoffman2007-10-121-10/+6
* ENH: add flag so a terminating slash for the link path can be specified (need...Alexander Neundorf2007-08-281-0/+3
* STYLE: more space in the cmake_install.cmake script (easier to read)Alexander Neundorf2007-08-211-2/+2
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...Brad King2007-08-011-0/+12
* BUG: Only pay attention to the FRAMEWORK target property for SHARED library t...David Cole2007-08-011-1/+2
* PERF: micro optimization: the (*pos1) && (*pos1=='/') were redundant, andAlexander Neundorf2007-07-231-5/+3
* STYLE: fix line lengths and add "remove -f" to the docsAlexander Neundorf2007-07-171-1/+2
* ENH: produce a lot more output when running with --debug-outputAlexander Neundorf2007-07-171-0/+5
* BUG: handle dependencies to imported targets better: don't create aAlexander Neundorf2007-06-211-1/+1
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-40/+26
* ENH: determine typesize by compiling a file and reading strings from the comp...Alexander Neundorf2007-06-041-1/+2
* ENH: Made cmTarget::GetSourceFiles method return reference to const so additi...Brad King2007-05-281-3/+3
* BUG: don't use non-imported target when cross compiling as commands in custom...Alexander Neundorf2007-05-241-2/+6
* ENH: Removed unused code now that INSTALL_FILES and INSTALL_PROGRAMS are not ...Brad King2007-05-231-1/+0
* ENH: Removed unused code now that INSTALL_FILES and INSTALL_PROGRAMS are not ...Brad King2007-05-231-28/+0
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-4/+1
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-6/+5
* ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to bloc...Brad King2007-05-181-3/+11
* COMP: fix link rules with nmake, the linker command has to be converted to sh...Alexander Neundorf2007-05-181-0/+1
* ENH: Added testing for custom command line arguments containing all special c...Brad King2007-05-171-0/+5
* BUG: Do not emit /usr/lib32 or /usr/lib64 as linker paths. Submitted by Davi...Brad King2007-05-161-0/+2
* BUG: fix -D escaped quotes for watcomBill Hoffman2007-05-101-0/+1
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-0/+39