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:           Fri Nov  7 19:28:38 UTC 2014

Modified Files:
        pkgsrc/devel/boost-build: PLIST buildlink3.mk
        pkgsrc/devel/boost-headers: PLIST buildlink3.mk
        pkgsrc/devel/boost-jam: buildlink3.mk
        pkgsrc/devel/boost-libs: Makefile buildlink3.mk hacks.mk
        pkgsrc/devel/boost-python: buildlink3.mk
        pkgsrc/meta-pkgs/boost: Makefile.common distinfo options.mk
Removed Files:
        pkgsrc/meta-pkgs/boost/patches: patch-boost_variant_static_visitor.hpp

Log Message:
Chamges 1.57.0:
Updated Libraries
Any:
RTTI is not required any more (TypeIndex library is used for RTTI emulation)
Fixed 8958

Asio:
Fixed the kqueue reactor so that it works on FreeBSD.
Fixed an issue in the kqueue reactor which resulted in spinning when using serial ports on Mac OS.
Fixed kqueue reactor support for read-only file descriptors.
Fixed a compile error when using the /dev/poll reactor.
Changed the Windows backend to use WSASocketW, as WSASocketA has been deprecated.
Fixed some warnings reported by Visual C++ 2013.
Fixed integer type used in the WinRT version of the byte-order conversion functions.
Changed documentation to indicate that use_future and spawn() are not made available when including the asio.hpp convenience header.
Explicitly marked asio::strand as deprecated. Use asio::io_service::strand instead.

Circular Buffer:
Fixed some warnings and move_if_noexcept from Boost.Move is used

Config:
BOOST_HAS_PRAGMA_DETECT_MISMATCH macro was added

Container:
Added support for initializer_list.
Fixed double destruction bugs in vector and backward expansion capable allocators.

Coroutine:
optionally register stacks with valgrind
10386 MSVC link error in asymmetric_coroutine.hpp: symbol already defined
10536 call to 'begin(...pull_coroutine< R > & c)' is ambiguous

Flyweight:
Added serialization support via Boost Serialization.
flyweight default constructor was made explicit in Boost 1.56, which introduces a regression in some initialization scenarios. The former non-explicit default constructor has been restored

More...


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/boost-build/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/boost-build/buildlink3.mk
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/boost-headers/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/boost-headers/buildlink3.mk
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/boost-jam/buildlink3.mk
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/boost-libs/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/boost-libs/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/boost-libs/hacks.mk
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/boost-python/buildlink3.mk
cvs rdiff -u -r1.46 -r1.47 pkgsrc/meta-pkgs/boost/Makefile.common
cvs rdiff -u -r1.70 -r1.71 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/meta-pkgs/boost/options.mk
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/meta-pkgs/boost/patches/patch-boost_variant_static_visitor.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