summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: fix it so that the FRAMEWORK property does not break the building of nor...Bill Hoffman2007-05-081-0/+5
* ENH: initial support for creation of frameworks on MacBill Hoffman2007-05-081-2/+5
* BUG: Fix ComputeLinkInformation. When using a loader_flag link item the full...Brad King2007-04-181-9/+14
* BUG: Cannot escape link items because some need the spaces to separate argume...Brad King2007-04-181-6/+6
* BUG: Fix ComputeLinkInformation for non-linked targets. Why is it called for...Brad King2007-04-181-7/+14
* ENH: Added use of platform variable CMAKE_SHARED_MODULE_LOADER_<lang>_FLAG to...Brad King2007-04-171-15/+35
* ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the defa...Brad King2007-04-101-0/+12
* ENH: make sure default /System framework is not added with -FBill Hoffman2007-03-301-0/+3
* ENH: Added target property ENABLE_EXPORTS for executable targets. It enables...Brad King2007-03-221-3/+13
* ENH: Added computation of object file names that are almost always short enou...Brad King2007-03-161-3/+89
* BUG: Reverting previous changes related to using an empty string for a relati...Brad King2007-03-141-2/+2
* BUG: During relative path conversion if the remote and target paths are the s...Brad King2007-03-141-2/+2
* BUG: Fix check of EXCLUDE_FROM_ALL property to use boolean type. This is req...Brad King2007-03-131-1/+1
* ENH: some code cleanupKen Martin2007-03-121-11/+1
* BUG: Use real path subdirectory check instead of substring comparison to iden...Brad King2007-03-091-40/+17
* ENH: Implemented new policy to choose the directory part of the object file n...Brad King2007-03-091-15/+33
* ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...Brad King2007-03-091-2/+6
* BUG: Some calls to Convert() were converting for MAKEFILE but then passing th...Brad King2007-03-081-1/+1
* ENH: SetupPathConversions is now called automatically on demand.Brad King2007-03-081-3/+9
* ENH: Modified GetObjectFileNameWithoutTarget to use relative paths for object...Brad King2007-03-071-9/+8
* ENH: Improved computation of RelativePathTopSource and RelativePathTopBinary ...Brad King2007-03-071-31/+35
* ENH: Set RelativePathTopSource and RelativePathTopBinary independently for ea...Brad King2007-03-071-5/+44
* COMP: Add missing include for assert.Brad King2007-03-071-0/+2