- 31 Jan, 2008 4 commits
-
-
Brad King authored
ENH: Add target property LINK_SEARCH_END_STATIC to help people building static binaries on some platforms.
-
Brad King authored
BUG: Move decision to switch library paths found in implicit link directories to use -l options from cmFindLibraryCommand to cmComputeLinkInformation. Existing projects may depend on find_library returning a full path. This slightly weakens cmComputeLinkInformation but is necessary for compatibility.
-
Brad King authored
-
Brad King authored
-
- 30 Jan, 2008 18 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
BUG: Fixed previous commit in cmExportFileGenerator to separate libraries correctly in the import link list.
-
Brad King authored
-
Brad King authored
- Shared libs and executables with exports may now have explicit transitive link dependencies specified - Created LINK_INTERFACE_LIBRARIES and related properties - Exported targets get the interface libraries as their IMPORTED_LINK_LIBRARIES property. - The export() and install(EXPORT) commands now give an error when a linked target is not included since the user can change the interface libraries instead of adding the target.
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
-
Bill Hoffman authored
ENH: fix for bug 3218 dependant projects are written out automatically if they are in the project. Also fix bug 5829, remove hard coded CMAKE_CONFIGURATION_TYPES from vs 7 generator
-
Bill Hoffman authored
-
Brad King authored
ENH: Make add_custom_command interpret relative OUTPUT locations with respect to the build tre instead of the source tree. This can greatly simplify user code since generating a file will not need to reference CMAKE_CURRENT_BINARY_DIR. The new behavior is what users expect 99% of the time.
-
Brad King authored
BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property hack. This fixes the LOCATION property when retrieved via the get_property command.
-
Bill Hoffman authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
- 29 Jan, 2008 15 commits
-
-
Brad King authored
ENH: Enable use of link script whenever incremental archive construction rules are available. Enable use of archive construction rules on MSYS.
-
Brad King authored
-
Brad King authored
BUG: cmTarget instances should not be copied. Removed pass-by-value arguments from cmLocalVisualStudio7Generator::WriteGroup and cmLocalVisualStudio6Generator::WriteGroup. Updated cmTarget to make this easier to find.
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Brad King authored
ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a target from cmComputeLinkInformation instead of duplicating the computation.
-
Sebastien Barre authored
-
Brad King authored
ENH: Add cmTarget::GetLinkInformation method to allow several places in the generators to share link information while only computing it once per configuration for a target. Use it to simplify the chrpath feature.
-
Clinton Stimpson authored
ENH: Allow QT4_WRAP_CPP to work with dir1/myobject.h dir2/myobject.h Fixes #5067.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
- 28 Jan, 2008 3 commits
-
-
Brad King authored
- Added EXACT option to request an exact version. - Enforce version using check provided by package. - Updated FindPackageTest to test versioning in config mode.
-
Clinton Stimpson authored
ENH: Improve find for glib/gthread when Qt is configured to use it. Fixes #6220.
-
Brad King authored
-