pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 13 10:56:36 UTC 2014
Modified Files:
pkgsrc/devel/boost-build: Makefile PLIST buildlink3.mk
pkgsrc/devel/boost-docs: Makefile
pkgsrc/devel/boost-headers: Makefile PLIST buildlink3.mk
pkgsrc/devel/boost-jam: Makefile buildlink3.mk
pkgsrc/devel/boost-libs: PLIST buildlink3.mk
pkgsrc/devel/boost-python: Makefile buildlink3.mk
pkgsrc/meta-pkgs/boost: Makefile.common distinfo
pkgsrc/meta-pkgs/boost/patches: patch-ae patch-ag
Added Files:
pkgsrc/meta-pkgs/boost/patches: patch-boost_core_noncopyable.hpp
Removed Files:
pkgsrc/meta-pkgs/boost/patches:
patch-boost_archive_iterators_transform__width.hpp
patch-boost_dynamic__bitset_dynamic__bitset.hpp
patch-boost_noncopyable.hpp
Log Message:
Changes 1.56.0:
Modularization
Boost version control has migrated to a system using git submodules. This
shouldn't make too much of a difference to users, although the directory
structure is now a bit different.
Parts of some libraries have been moved into different modules, and several new
modules have been extracted from existing code. All header paths should remain
the same. The new modules are:
Assert:
Customizable assert macros. Maintained by Peter Dimov.
Core:
Core utilities used by other libraries, with minimal dependencies. Maintained
by Peter Dimov, Glen Fernandes and Andrey Semashev.
Lexical_Cast:
General literal text conversions, such as an int represented a string, or
vice-versa, from Kevlin Henney.
Throw_Exception:
A common infrastructure for throwing exceptions from Boost libraries, from Emil
Dotchevski.
Winapi:
Windows API declarations without <windows.h>, for internal Boost use.
New Libraries
Align:
Memory alignment functions, allocators, and adaptors, from Glen Fernandes.
Type_Index:
Runtime/Compile time copyable type info, from Antony Polukhin.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/boost-build/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/boost-build/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/boost-build/buildlink3.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/boost-docs/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/boost-headers/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/boost-headers/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/boost-headers/buildlink3.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/boost-jam/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/boost-jam/buildlink3.mk
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/boost-libs/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/boost-libs/buildlink3.mk
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/boost-python/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/boost-python/buildlink3.mk
cvs rdiff -u -r1.44 -r1.45 pkgsrc/meta-pkgs/boost/Makefile.common
cvs rdiff -u -r1.67 -r1.68 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/meta-pkgs/boost/patches/patch-ae \
pkgsrc/meta-pkgs/boost/patches/patch-ag
cvs rdiff -u -r1.1 -r0 \
pkgsrc/meta-pkgs/boost/patches/patch-boost_archive_iterators_transform__width.hpp
\
pkgsrc/meta-pkgs/boost/patches/patch-boost_dynamic__bitset_dynamic__bitset.hpp \
pkgsrc/meta-pkgs/boost/patches/patch-boost_noncopyable.hpp
cvs rdiff -u -r0 -r1.1 \
pkgsrc/meta-pkgs/boost/patches/patch-boost_core_noncopyable.hpp
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