Brad King
|
01dc699d82
ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they are nearly the same. This is another step for bug#2240.
|
18 vuotta sitten |
Brad King
|
1a734f238a
COMP: Fixed enumeration-not-used warning in switch.
|
18 vuotta sitten |
Brad King
|
33ee83714d
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
|
18 vuotta sitten |
Andy Cedilnik
|
8ad3430931
ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsInAll use EXCLUDE_FROM_ALL. Also, enable the test that tests this
|
19 vuotta sitten |
Ken Martin
|
84315a7d57
BUG: fix accidental checkin
|
19 vuotta sitten |
Ken Martin
|
09699018cc
ENH: turn on spaces in path test
|
19 vuotta sitten |
Bill Hoffman
|
f7cd9f76ce
STYLE: fix line length issues
|
19 vuotta sitten |
Bill Hoffman
|
ca0230a33e
ENH: check in initial conv library stuff
|
19 vuotta sitten |
Brad King
|
4bc0fd0941
ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file name for a target.
|
19 vuotta sitten |
Brad King
|
712345ffc4
BUG: The .pdb file generated for a library or executable should match the real file name used for the target. This addresses bug#3277.
|
19 vuotta sitten |
Ken Martin
|
1dd5db0235
COMP: fix some warnings and style issues
|
19 vuotta sitten |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 vuotta sitten |
Bill Hoffman
|
26b527ac0f
ENH: fix bug in full path to target depends stuff
|
19 vuotta sitten |
Bill Hoffman
|
5ff037e894
BUG: better fix for .dll.lib problem
|
19 vuotta sitten |
Ken Martin
|
2915f24274
COMP: fix compile issue on Sun hopefully
|
19 vuotta sitten |
Ken Martin
|
d6219588c0
COMP: fix compile issue on Sun
|
19 vuotta sitten |
Ken Martin
|
daa6d2bc04
ENH: updated handling of debug and optimized target link libraries
|
19 vuotta sitten |
Bill Hoffman
|
0954696e3e
ENH: fix line length problem
|
19 vuotta sitten |
Bill Hoffman
|
b3d5e0fa2d
ENH: fix crash in plplot build
|
19 vuotta sitten |
Bill Hoffman
|
9baa760315
BUG: fix problem when a target name is the same as the output of a custom command
|
19 vuotta sitten |
Ken Martin
|
786fdbc196
ENH: fix a bug with useing debuf optimized libs from other builds
|
19 vuotta sitten |
Brad King
|
b155f3aa1c
ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
|
19 vuotta sitten |
Brad King
|
e0a662a3dd
ENH: Adding version number to the name of a DLL built in cygwin but not the import library. This addresses bug#3571.
|
19 vuotta sitten |
Brad King
|
fdcc888c56
ENH: Added support for getting a target's location on a per-configuration basis (ex. DEBUG_LOCATION). This does not fix but helps with bug#3250.
|
19 vuotta sitten |
Brad King
|
441d208bb3
ENH: Added target property CLEAN_DIRECT_OUTPUT to not clean all forms of a library name so that static and shared libraries of the same name can coexist in a single build directory.
|
19 vuotta sitten |
Brad King
|
ab61137eb1
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 vuotta sitten |
Brad King
|
b4542762a7
ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker search path directories not inside the project to the INSTALL_RPATH automatically. The property is initialized by the variable CMAKE_INSTALL_RPATH_USE_LINK_PATH when the target is created.
|
19 vuotta sitten |
Brad King
|
932e3524fc
ENH: Changing shared library versioned file names on OSX to conform to that platform's convention.
|
19 vuotta sitten |
Bill Hoffman
|
0f2f074978
ENH: fix for vtk 4.4 and other projects that may try to link to a module
|
19 vuotta sitten |
Ken Martin
|
cac30b5ff8
STYLE: fix line length
|
19 vuotta sitten |