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
/
cmTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG: don't use non-imported target when cross compiling as commands in custom...
Alexander Neundorf
2007-05-24
1
-3/+3
*
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....
Brad King
2007-05-23
1
-6/+6
*
BUG: Target names in the COMMAND part of a custom command should not create a...
Brad King
2007-05-23
1
-38/+32
*
COMP: don't user string::clear(), fix warnings about unused variables
Alexander Neundorf
2007-05-23
1
-4/+4
*
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
Alexander Neundorf
2007-05-22
1
-39/+141
*
BUG: An empty configuration name is equivalent to no configuration.
Brad King
2007-05-17
1
-1/+1
*
BUG: fix segfault when trying to get the object file for a sourcefile in an
Alexander Neundorf
2007-05-15
1
-12/+15
*
STYLE: fix line lengths
Alexander Neundorf
2007-05-14
1
-4/+6
*
STYLE: fix line length
Alexander Neundorf
2007-05-10
1
-2/+4
*
STYLE: functions use upper case for the first letter
Alexander Neundorf
2007-05-09
1
-5/+5
*
ENH: now target names can be used in add_custom_command() and
Alexander Neundorf
2007-05-09
1
-2/+52
*
ENH: initial support for creation of frameworks on Mac
Bill Hoffman
2007-05-08
1
-1/+18
*
ENH: added internal target property for the name of the project file
Ken Martin
2007-04-10
1
-0/+6
*
ENH: Created method cmTarget::GetExportMacro to centralize computation of the...
Brad King
2007-03-28
1
-0/+27
*
ENH: Added target property ENABLE_EXPORTS for executable targets. It enables...
Brad King
2007-03-22
1
-0/+17
*
ENH: Added support for import libraries created by executable and module targ...
Brad King
2007-03-19
1
-18/+59
*
ENH: add project to target map, not used yet, but created
Bill Hoffman
2007-03-13
1
-3/+2
*
ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTO...
Brad King
2007-03-09
1
-28/+134
*
ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...
Brad King
2007-03-09
1
-6/+15
*
ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...
Brad King
2007-03-08
1
-2/+6
*
COMP: Fixed enumeration-not-used warning in switch.
Brad King
2007-03-08
1
-13/+18
*
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...
Brad King
2007-03-08
1
-28/+48
*
ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn...
Andy Cedilnik
2007-02-23
1
-4/+4
*
BUG: fix accidental checkin
Ken Martin
2007-02-19
1
-50/+6
*
ENH: turn on spaces in path test
Ken Martin
2007-02-19
1
-2/+49
*
STYLE: fix line length issues
Bill Hoffman
2007-02-17
1
-1/+2
*
ENH: check in initial conv library stuff
Bill Hoffman
2007-02-16
1
-3/+63
*
ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n...
Brad King
2007-02-01
1
-0/+11
*
BUG: The .pdb file generated for a library or executable should match the rea...
Brad King
2007-02-01
1
-8/+22
*
COMP: fix some warnings and style issues
Ken Martin
2006-12-08
1
-1/+2
*
ENH: make properties a bit more formal with documentation and chaining
Ken Martin
2006-12-07
1
-14/+247
*
ENH: fix bug in full path to target depends stuff
Bill Hoffman
2006-12-07
1
-0/+2
*
BUG: better fix for .dll.lib problem
Bill Hoffman
2006-11-30
1
-1/+8
*
COMP: fix compile issue on Sun hopefully
Ken Martin
2006-11-29
1
-2/+2
*
COMP: fix compile issue on Sun
Ken Martin
2006-11-29
1
-4/+8
*
ENH: updated handling of debug and optimized target link libraries
Ken Martin
2006-11-29
1
-92/+58
*
ENH: fix line length problem
Bill Hoffman
2006-11-27
1
-6/+6
*
ENH: fix crash in plplot build
Bill Hoffman
2006-11-27
1
-1/+2
*
BUG: fix problem when a target name is the same as the output of a custom com...
Bill Hoffman
2006-11-25
1
-4/+30
*
ENH: fix a bug with useing debuf optimized libs from other builds
Ken Martin
2006-11-16
1
-0/+4
*
ENH: Adding image version number (major.minor) property to windows binaries. ...
Brad King
2006-10-16
1
-1/+37
*
ENH: Adding version number to the name of a DLL built in cygwin but not the i...
Brad King
2006-10-05
1
-0/+11
*
ENH: Added support for getting a target's location on a per-configuration bas...
Brad King
2006-09-29
1
-1/+9
*
ENH: Added target property CLEAN_DIRECT_OUTPUT to not clean all forms of a li...
Brad King
2006-08-03
1
-0/+11
*
COMP: Fix and/or disable warnings for Borland 5.6 build.
Brad King
2006-08-01
1
-9/+9
*
ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker s...
Brad King
2006-06-15
1
-0/+1
*
ENH: Changing shared library versioned file names on OSX to conform to that p...
Brad King
2006-06-05
1
-1/+21
*
ENH: fix for vtk 4.4 and other projects that may try to link to a module
Bill Hoffman
2006-05-19
1
-0/+5
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-10/+18
*
ENH: Added information about target needing a source file when one cannot be ...
Brad King
2006-05-05
1
-1/+1
[next]