pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cmake
Module Name: pkgsrc
Committed By: adam
Date: Wed May 29 09:59:15 UTC 2013
Modified Files:
pkgsrc/devel/cmake: Makefile PLIST distinfo
Removed Files:
pkgsrc/devel/cmake/patches: patch-Utilities_KWIML_ABI.h.in
Log Message:
Changes 2.8.11:
This new release of CMake features the introduction of Target Usage
Requirements and a Generator Toolset Selection for Visual Studio and XCode, as
well as a variety of other improvements.
With the Target Usage Requirements, developers can now specify target usage
requirements for their consumers such as include directories and preprocessor
definitions, whereas in previous versions only link dependencies were
supported. Additionally, with the target_link_libraries(myexe yourlib),
developers can now build myexe sources with requirements specified by yourlib.
There are also a new target include directory and target compile definitions
commands that offer public, private, and interface options. The detailed
discussion on this topic is available on the KDE website.
The new Generator Toolset selection for Visual Studio and XCode inform the IDE
which compiler toolchain to use. Other improvements include the introduction of
the ExternalData Module and the ability to reference data unambiguously from
source tree by the content hash.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/cmake/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/cmake/PLIST
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.3 -r0 \
pkgsrc/devel/cmake/patches/patch-Utilities_KWIML_ABI.h.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index