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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-13/+32
*
ENH: Implement linking with paths to library files instead of -L and -l separ...
Brad King
2008-01-22
1
-2/+4
*
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...
Brad King
2008-01-17
1
-0/+1
*
ENH: Moved global inter-target dependency analysis and cycle-prevention code ...
Brad King
2007-12-23
1
-1/+1
*
ENH: add support for chrpath, so the RPATH in ELF files can be changed when
Alexander Neundorf
2007-12-18
1
-0/+3
*
ENH: Finish up the Framework creation code restructuring. Frameworks build an...
David Cole
2007-10-10
1
-0/+21
*
ENH: Add InstallNameFixupPath to support installing built frameworks on the M...
David Cole
2007-08-24
1
-1/+14
*
ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...
Brad King
2007-08-02
1
-1/+8
*
STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, a...
Brad King
2007-07-02
1
-38/+42
*
ENH: Merging changes from branch CMake-SourceFile2-b between tags
Brad King
2007-06-18
1
-26/+7
*
STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and
Alexander Neundorf
2007-06-15
1
-2/+2
*
ENH: Made cmTarget::GetSourceFiles method return reference to const so additi...
Brad King
2007-05-28
1
-1/+3
*
ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad...
Brad King
2007-05-28
1
-1/+6
*
BUG: Target names in the COMMAND part of a custom command should not create a...
Brad King
2007-05-23
1
-2/+3
*
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
Alexander Neundorf
2007-05-22
1
-1/+20
*
STYLE: functions use upper case for the first letter
Alexander Neundorf
2007-05-09
1
-1/+1
*
ENH: now target names can be used in add_custom_command() and
Alexander Neundorf
2007-05-09
1
-2/+9
*
ENH: Created method cmTarget::GetExportMacro to centralize computation of the...
Brad King
2007-03-28
1
-0/+5
*
ENH: Added support for import libraries created by executable and module targ...
Brad King
2007-03-19
1
-0/+4
*
ENH: some code cleanup
Ken Martin
2007-03-12
1
-8/+0
*
ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTO...
Brad King
2007-03-09
1
-0/+1
*
ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...
Brad King
2007-03-09
1
-2/+2
*
ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...
Brad King
2007-03-08
1
-3/+3
*
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...
Brad King
2007-03-08
1
-0/+4
*
ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn...
Andy Cedilnik
2007-02-23
1
-3/+3
*
BUG: fix accidental checkin
Ken Martin
2007-02-19
1
-4/+0
*
ENH: turn on spaces in path test
Ken Martin
2007-02-19
1
-0/+4
*
ENH: check in initial conv library stuff
Bill Hoffman
2007-02-16
1
-0/+3
*
ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n...
Brad King
2007-02-01
1
-0/+3
*
BUG: The .pdb file generated for a library or executable should match the rea...
Brad King
2007-02-01
1
-3/+6
*
ENH: make properties a bit more formal with documentation and chaining
Ken Martin
2006-12-07
1
-1/+11
*
ENH: updated handling of debug and optimized target link libraries
Ken Martin
2006-11-29
1
-20/+17
*
ENH: Adding image version number (major.minor) property to windows binaries. ...
Brad King
2006-10-16
1
-0/+5
*
ENH: fix for vtk 4.4 and other projects that may try to link to a module
Bill Hoffman
2006-05-19
1
-1/+1
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-5/+9
*
ENH: Added global TargetManifest computation between Configure and Generate s...
Brad King
2006-04-04
1
-0/+3
*
ENH: Add proper support for installing bundles
Andy Cedilnik
2006-03-28
1
-1/+1
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-47/+49
*
ENH: fix line length style stuff
Bill Hoffman
2006-03-10
1
-3/+6
*
ENH: Replaced UpdateLocation method with call to GetLocation. Added comment ...
Brad King
2006-03-03
1
-3/+0
*
ENH: Add support for exporting graphviz of the project dependencies
Andy Cedilnik
2006-03-03
1
-0/+2
*
COMP: Even more global target fixes
Andy Cedilnik
2006-02-24
1
-2/+2
*
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...
Brad King
2006-02-24
1
-1/+12
*
ENH: Add a notion of a global target
Andy Cedilnik
2006-02-23
1
-1/+1
*
BUG: Fixed relink with new install framework.
Brad King
2006-02-19
1
-1/+8
*
ENH: Generate import libraries for DLLs on Cygwin and MinGW.
Brad King
2006-02-18
1
-12/+12
*
ENH: Implemented RPATH specification support. It is documented by the comman...
Brad King
2006-02-16
1
-2/+14
*
BUG: Sweeping changes to cleanup computation of target names. This should
Brad King
2006-01-13
1
-20/+37
*
ENH: add better support for framework linking
Bill Hoffman
2005-12-26
1
-0/+6
*
ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ...
Brad King
2005-12-14
1
-18/+13
[next]