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: 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
*
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
[next]