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
*
ENH: Added information about target needing a source file when one cannot be ...
Brad King
2006-05-05
1
-1/+1
*
ENH: Added <config>_OUTPUT_NAME target property to allow the output name to b...
Brad King
2006-04-18
1
-2/+13
*
COMP: Remove warnings
Andy Cedilnik
2006-03-28
1
-0/+6
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-125/+129
*
STYLE: fix line lengths
Bill Hoffman
2006-03-10
1
-14/+29
*
ENH: Replaced UpdateLocation method with call to GetLocation. Added comment ...
Brad King
2006-03-03
1
-44/+10
*
ENH: Add support for exporting graphviz of the project dependencies
Andy Cedilnik
2006-03-03
1
-0/+5
*
BUG: Fixed installation of MacOSX Bundle executables and the corresponding in...
Brad King
2006-03-03
1
-2/+1
*
ENH: Finished CMAKE_<CONFIG>_POSTFIX feature and documented it. The value of...
Brad King
2006-03-02
1
-10/+39
*
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...
Brad King
2006-02-24
1
-6/+54
*
ENH: Add a notion of a global target
Andy Cedilnik
2006-02-23
1
-1/+7
*
ENH: Switched order of slash and configuration name in cmGlobalGenerator::App...
Brad King
2006-02-20
1
-1/+1
*
BUG: Fixed relink with new install framework.
Brad King
2006-02-19
1
-1/+2
*
ENH: Generate import libraries for DLLs on Cygwin and MinGW.
Brad King
2006-02-18
1
-37/+60
*
ENH: Implemented RPATH specification support. It is documented by the comman...
Brad King
2006-02-16
1
-0/+101
*
BUG: Fixed cmTarget::GetFullPath to not append the configuration name when on...
Brad King
2006-02-03
1
-9/+4
*
BUG: Sweeping changes to cleanup computation of target names. This should
Brad King
2006-01-13
1
-101/+209
*
ENH: for all custom commands that can not be given to a target, add them to a...
Bill Hoffman
2006-01-09
1
-0/+10
*
BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix
Bill Hoffman
2006-01-02
1
-4/+1
*
COMP: Remove warnings
Andy Cedilnik
2005-12-30
1
-0/+1
*
ENH: add better support for framework linking
Bill Hoffman
2005-12-26
1
-1/+20
*
ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ...
Brad King
2005-12-14
1
-39/+32
*
ENH: executable prefix and post fix variables should not be the same as the e...
Bill Hoffman
2005-11-23
1
-4/+2
*
BUG: Do not expand escape sequences when re-expanding variables in include di...
Brad King
2005-11-22
1
-1/+1
*
ENH: Added versioned executable support. This partially addresses bug#2143. ...
Brad King
2005-08-17
1
-4/+67
*
ENH: make sure source file depends are used to determine if custom commands a...
Bill Hoffman
2005-07-26
1
-3/+6
*
ENH: added Alexander's target property TYPE
Ken Martin
2005-07-01
1
-0/+30
*
ENH: some better checks
Ken Martin
2005-06-22
1
-1/+7
*
ENH: make LOCATION an computed property of the target and get rid of a bunch ...
Ken Martin
2005-06-22
1
-17/+61
*
ENH: removed old 1.2 compatability
Ken Martin
2005-06-09
1
-40/+0
*
ENH: another step to the next generator still not optimized yet
Ken Martin
2005-05-18
1
-2/+5
*
ENH: Created cmTarget::GetLibraryNames to replace cmLocalUnixMakefileGenerato...
Brad King
2005-04-22
1
-0/+105
*
ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove...
Brad King
2005-04-22
1
-3/+105
*
ENH: Speedup by only getting the source once
Andy Cedilnik
2005-04-13
1
-3/+7
*
COMP: Using const_iterator instead of iterator to walk through custom command...
Brad King
2005-02-18
1
-1/+1
*
COMP: remove warnings
Bill Hoffman
2004-10-22
1
-10/+0
*
COMP: fix warnings
Bill Hoffman
2004-10-21
1
-0/+4
*
ENH: add the ability to generate custom commands for a language that is not s...
Bill Hoffman
2004-10-21
1
-4/+69
*
ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...
Bill Hoffman
2004-09-29
1
-1/+1
*
BUG: fix perfered linker language code
Bill Hoffman
2004-09-22
1
-1/+1
*
ENH: major changes to support addition of languages from cmake modules direct...
Bill Hoffman
2004-09-22
1
-42/+68
*
ENH: initial fortran support
Bill Hoffman
2004-08-06
1
-0/+18
*
BUG: fix for bug 998, fix spelling errors
Bill Hoffman
2004-07-26
1
-2/+2
*
ENH: add a property for HAS_CXX to a target that will force the use of a c++ ...
Bill Hoffman
2004-04-22
1
-0/+4
*
ENH: remove warnings on sgi
Bill Hoffman
2004-04-07
1
-3/+5
*
BUG: _LINK_TYPE cache variable should never be switched from optimized to deb...
Brad King
2004-04-02
1
-7/+34
*
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
Andy Cedilnik
2003-12-18
1
-1/+1
*
ENH: add support for OBJECT_DEPENDS for visual studio
Bill Hoffman
2003-07-31
1
-0/+47
*
BUG: Fix copy/paste typo
Andy Cedilnik
2003-07-22
1
-3/+3
*
moved function into cmTarget
Ken Martin
2003-06-24
1
-0/+104
[next]