index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmLocalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
PERF: micro optimization: the (*pos1) && (*pos1=='/') were redundant, and
Alexander Neundorf
2007-07-23
1
-5/+3
*
STYLE: fix line lengths and add "remove -f" to the docs
Alexander Neundorf
2007-07-17
1
-1/+2
*
ENH: produce a lot more output when running with --debug-output
Alexander Neundorf
2007-07-17
1
-0/+5
*
BUG: handle dependencies to imported targets better: don't create a
Alexander Neundorf
2007-06-21
1
-1/+1
*
ENH: Merging changes from branch CMake-SourceFile2-b between tags
Brad King
2007-06-18
1
-40/+26
*
ENH: determine typesize by compiling a file and reading strings from the comp...
Alexander Neundorf
2007-06-04
1
-1/+2
*
ENH: Made cmTarget::GetSourceFiles method return reference to const so additi...
Brad King
2007-05-28
1
-3/+3
*
BUG: don't use non-imported target when cross compiling as commands in custom...
Alexander Neundorf
2007-05-24
1
-2/+6
*
ENH: Removed unused code now that INSTALL_FILES and INSTALL_PROGRAMS are not ...
Brad King
2007-05-23
1
-1/+0
*
ENH: Removed unused code now that INSTALL_FILES and INSTALL_PROGRAMS are not ...
Brad King
2007-05-23
1
-28/+0
*
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....
Brad King
2007-05-23
1
-4/+1
*
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
Alexander Neundorf
2007-05-22
1
-6/+5
*
ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to bloc...
Brad King
2007-05-18
1
-3/+11
*
COMP: fix link rules with nmake, the linker command has to be converted to sh...
Alexander Neundorf
2007-05-18
1
-0/+1
*
ENH: Added testing for custom command line arguments containing all special c...
Brad King
2007-05-17
1
-0/+5
*
BUG: Do not emit /usr/lib32 or /usr/lib64 as linker paths. Submitted by Davi...
Brad King
2007-05-16
1
-0/+2
*
BUG: fix -D escaped quotes for watcom
Bill Hoffman
2007-05-10
1
-0/+1
*
ENH: now target names can be used in add_custom_command() and
Alexander Neundorf
2007-05-09
1
-0/+39
*
ENH: fix it so that the FRAMEWORK property does not break the building of nor...
Bill Hoffman
2007-05-08
1
-0/+5
*
ENH: initial support for creation of frameworks on Mac
Bill Hoffman
2007-05-08
1
-2/+5
*
BUG: Fix ComputeLinkInformation. When using a loader_flag link item the full...
Brad King
2007-04-18
1
-9/+14
*
BUG: Cannot escape link items because some need the spaces to separate argume...
Brad King
2007-04-18
1
-6/+6
*
BUG: Fix ComputeLinkInformation for non-linked targets. Why is it called for...
Brad King
2007-04-18
1
-7/+14
*
ENH: Added use of platform variable CMAKE_SHARED_MODULE_LOADER_<lang>_FLAG to...
Brad King
2007-04-17
1
-15/+35
*
ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the defa...
Brad King
2007-04-10
1
-0/+12
*
ENH: make sure default /System framework is not added with -F
Bill Hoffman
2007-03-30
1
-0/+3
*
ENH: Added target property ENABLE_EXPORTS for executable targets. It enables...
Brad King
2007-03-22
1
-3/+13
*
ENH: Added computation of object file names that are almost always short enou...
Brad King
2007-03-16
1
-3/+89
*
BUG: Reverting previous changes related to using an empty string for a relati...
Brad King
2007-03-14
1
-2/+2
*
BUG: During relative path conversion if the remote and target paths are the s...
Brad King
2007-03-14
1
-2/+2
*
BUG: Fix check of EXCLUDE_FROM_ALL property to use boolean type. This is req...
Brad King
2007-03-13
1
-1/+1
*
ENH: some code cleanup
Ken Martin
2007-03-12
1
-11/+1
*
BUG: Use real path subdirectory check instead of substring comparison to iden...
Brad King
2007-03-09
1
-40/+17
*
ENH: Implemented new policy to choose the directory part of the object file n...
Brad King
2007-03-09
1
-15/+33
*
ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...
Brad King
2007-03-09
1
-2/+6
*
BUG: Some calls to Convert() were converting for MAKEFILE but then passing th...
Brad King
2007-03-08
1
-1/+1
*
ENH: SetupPathConversions is now called automatically on demand.
Brad King
2007-03-08
1
-3/+9
*
ENH: Modified GetObjectFileNameWithoutTarget to use relative paths for object...
Brad King
2007-03-07
1
-9/+8
*
ENH: Improved computation of RelativePathTopSource and RelativePathTopBinary ...
Brad King
2007-03-07
1
-31/+35
*
ENH: Set RelativePathTopSource and RelativePathTopBinary independently for ea...
Brad King
2007-03-07
1
-5/+44
*
COMP: Add missing include for assert.
Brad King
2007-03-07
1
-0/+2
*
ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. ...
Brad King
2007-03-07
1
-12/+170
*
ENH: remove qnx special stuff that does not work
Bill Hoffman
2007-02-28
1
-9/+0
*
ENH: one more pass at paths with spaces and parens
Bill Hoffman
2007-02-28
1
-22/+9
*
ENH: go back to \ escapes for qnx
Bill Hoffman
2007-02-26
1
-8/+22
*
ENH: go back to EscapeForShell version
Bill Hoffman
2007-02-26
1
-22/+8
*
ENH: try and use \ for space and () escapes
Bill Hoffman
2007-02-25
1
-8/+22
*
ENH: try another thing 3
Bill Hoffman
2007-02-24
1
-1/+1
[next]