--- - branch: MAIN date: Mon Jul 1 04:00:10 UTC 2019 files: - new: '1.28' old: '1.27' path: pkgsrc/devel/boost-build/PLIST pathrev: pkgsrc/devel/boost-build/PLIST@1.28 type: modified - new: '1.54' old: '1.53' path: pkgsrc/devel/boost-headers/Makefile pathrev: pkgsrc/devel/boost-headers/Makefile@1.54 type: modified - new: '1.43' old: '1.42' path: pkgsrc/devel/boost-headers/PLIST pathrev: pkgsrc/devel/boost-headers/PLIST@1.43 type: modified - new: '1.43' old: '1.42' path: pkgsrc/devel/boost-headers/buildlink3.mk pathrev: pkgsrc/devel/boost-headers/buildlink3.mk@1.43 type: modified - new: '1.37' old: '1.36' path: pkgsrc/devel/boost-jam/buildlink3.mk pathrev: pkgsrc/devel/boost-jam/buildlink3.mk@1.37 type: modified - new: '1.76' old: '1.75' path: pkgsrc/devel/boost-libs/Makefile pathrev: pkgsrc/devel/boost-libs/Makefile@1.76 type: modified - new: '1.38' old: '1.37' path: pkgsrc/devel/boost-libs/PLIST pathrev: pkgsrc/devel/boost-libs/PLIST@1.38 type: modified - new: '1.49' old: '1.48' path: pkgsrc/devel/boost-libs/buildlink3.mk pathrev: pkgsrc/devel/boost-libs/buildlink3.mk@1.49 type: modified - new: '1.2' old: '1.1' path: pkgsrc/devel/boost-mpi/Makefile pathrev: pkgsrc/devel/boost-mpi/Makefile@1.2 type: modified - new: '1.2' old: '1.1' path: pkgsrc/devel/boost-mpi/PLIST pathrev: pkgsrc/devel/boost-mpi/PLIST@1.2 type: modified - new: '1.6' old: '1.5' path: pkgsrc/devel/py-boost/PLIST pathrev: pkgsrc/devel/py-boost/PLIST@1.6 type: modified - new: '1.82' old: '1.81' path: pkgsrc/meta-pkgs/boost/Makefile.common pathrev: pkgsrc/meta-pkgs/boost/Makefile.common@1.82 type: modified - new: '1.125' old: '1.124' path: pkgsrc/meta-pkgs/boost/distinfo pathrev: pkgsrc/meta-pkgs/boost/distinfo@1.125 type: modified - new: '1.2' old: '1.1' path: pkgsrc/meta-pkgs/boost/patches/patch-boost_stacktrace_detail_collect__unwind.ipp pathrev: pkgsrc/meta-pkgs/boost/patches/patch-boost_stacktrace_detail_collect__unwind.ipp@1.2 type: modified - new: '1.3' old: '1.2' path: pkgsrc/meta-pkgs/boost/patches/patch-boost_test_impl_execution__monitor.ipp pathrev: pkgsrc/meta-pkgs/boost/patches/patch-boost_test_impl_execution__monitor.ipp@1.3 type: modified - new: '1.4' old: '1.3' path: pkgsrc/meta-pkgs/boost/patches/patch-boostcpp.jam pathrev: pkgsrc/meta-pkgs/boost/patches/patch-boostcpp.jam@1.4 type: modified id: 20190701T040010Z.f8bd54eee1824c1ff661291f5daec9a012b6d09c log: "Update to 1.70.0\n\nChangelog:\nNew Libraries\n\n Outcome: A set of tools for reporting and handling function failures in contexts where directly using C++ exception handling is unsuitable, from Niall Douglas.\n Histogram: Fast and extensible multi-dimensional histograms with convenient interface for C++14, from Hans Dembinski.\n\nUpdated Libraries\n\n Asio:\n This release includes a number of new features, bug fixes, performance enhancements, and documentation improvements. Notable changes include:\n Added the ability to use custom I/O executors with I/O objects (such as sockets).\n Added a new async_result form with an initiate static member function.\n Updated the Coroutines TS support and promoted it to the asio namespace.\n Added a new DynamicBuffer_v2 concept which is CopyConstructible.\n Added a new async_compose function that simplifies the implementation of user-defined asynchronous operations.\n \ Added a make_strand helper function.\n Relaxed the completion condition type requirements to only require move-constructibility rather than copy-constructibility.\n Added a constructor for local::basic_endpoint that takes a string_view.\n Added the noexcept qualifier to various functions.\n Added a new BOOST_ASIO_DISABLE_VISIBILITY configuration #define.\n Enabled recycling of the memory used to type-erase a function object with the polymorphic executor.\n Changed receive operations to return the correct number of bytes transferred when truncation (error::message_size) occurs on a datagram-oriented socket.\n Fixed calculation of absolute timeout when the backend uses pthread_cond_timedwait.\n Changed the range-based asynchronous connect operation to deduce the EndpointSequence iterator type.\n Fixed buffer_sequence_begin and buffer_sequence_end to prevent implicit conversion.\n Ensured SSL handshake errors are propagated to the peer before the local operation completes.\n Suppressed the eof error on SSL shutdown as it actually indicates success.\n Added a fallback error code for when we OpenSSL produces an SSL_ERROR_SYSCALL result without an associated error.\n Changed composed asynchronous read and write operations to move buffer sequence objects.\n Fixed a macOS-specific warning about the deprecation of OSMemoryBarrier.\n Fixed compile errors that occur when using the composed read and write operations with MSVC 11.0.\n \ Improved dispatch, post and defer documentation.\n Fixed a Windows-specific memory leak that may occur when system_executor is used.\n \ Consult the Revision History for further details.\n Beast: BIG Update!!!\n \ Some APIs have changed.\n The reference shows a star â\x98\N next to each new item.\n Beast needs your help!\n Tell Us how you or your company use Beast\n Please report any bugs, feature requests, or general feedback\n Join the C++ Slack Workspace for free and chat with us in the #beast and #boost channels\n Don't forget to star the repository â­\x90!\n More tutorials, code like the pros!\n Networking Refresher teaches you from the ground up.\n Updated Asynchronous Echo example\n Updated Detect SSL composed operation tutorial\n websocket-chat-multi threaded chat server with a JavaScript browser client\n basic_stream and tcp_stream offer:\n Timeouts: async_read_some, async_write_some complete with error::timeout on expiration!\n Traffic-shaping policies simple and unlimited, or a user-defined RatePolicy!\n Put the strand directly on the socket using P1322R0, no more bind_executor at call sites!\n Base classes async_base and stable_async_base and handle all composed operation boilerplate for you.\n ssl_stream provides a movable, assignable SSL stream with a flat write optimization.\n All asynchronous operations use Asio's async_initiate for efficient integration with Coroutines TS.\n â\x9A¡ faster compilation, define BOOST_BEAST_SEPARATE_COMPILATION and #include in one of your .cpp files!\n See the full Release Notes for a complete list of changes.\n Context:\n #91: cleanup of stack if creating ucontext fails\n #97: add missing BOST_CONTEXT_DECL in stack_context\n #98: fix jump_i386_sysv_macho writing garbage to the x87 control word\n Coroutine2:\n \ #28: don't crash on pthread_cancel\n DLL:\n New macro BOOST_DLL_USE_STD_FS. Define it to 1 to make the Boost.DLL use C++17's std::filesystem::path, std::system_error and std::error_code (#21). Note that exception types change from boost::system::system_error to std::system_error, so make sure to update catches.\n Significant rewrite of the dynamic loadable detection and decoration logic. More precise errors are now reported in case of loading failures. Added shared_library::decorate() function that returns a decorated path to the library without doing any platform related queries and detections. Prefer using shared_library::load and shared_library constructors for better results (many thanks to Loïc Touraine for the work PR#23).\n CI hardening, docs updates, typos fixes, cleanups and mg\n #196: fix high contention on remote_ready_splk_\n Filesystem:\n Fixed a few instances of dereferencing std::string::end() in path implementation.\n Fixed program termination in case of out of memory condition in directory iteratorsnce to error_code. (#58)\n Fixed possible linking errors caused by missing definitions of static members of path. (#12759)\n Fixed possible use of uninitialized data in directory iterator increment operation on Linux.\n Added support fortatus query overloads for directory_entry. This avoids a relatively expensive OS query when file status is requested for a result of dereferencing a directory iterator. (PR#55)\n Reworked current_path and read_symlink implementation to avoid possiblfilesystems. The functions now have an internal limit of the path size they will accept from the OS, which is currently 16 MiB.\n Increased the size of the internal buffer used by copy_file.\n Integer:\n Added Extended Euclidean Algorithm and Modular Multiplicative Inverse function. (Nick Thompson, PR#11)\n Log:\n New features:\n Added support for generating another log file name before collecting the file in the text file sink backend. This allows to combine appending to aexisting log file with timestamps and file counters in log filenames, and, consequently, file collection in general.\n \ See changelog for more details.\n Math:\n New features:\n Add Lanczos smoothing derivatives\n Move numols/ to boost/math/differentiation/finite_difference.hpp.\n \ Add mean, variance, skewness, kurtosis, median, Gini coefficient, and median absolute deviation to tools/univariate_statistics.hpp.\n Add correlation coefficients and covariand absolute Gini coefficient, Hoyer sparsity, oracle SNR, and the M[sub 2]M[sub 4] SNR estimator to tools/signal_statistics.hpp.\n \ Add total variation, l0, l1, l2, and sup norms, as well as corresponding distance functions to tools/norms.hpp.\n for polynomials, support complex coefficients, add .prime() and .integrate() methods.\n Add quadratic_roots to tools/roots.hpp.\n \ Add support for complex-valued functions to Newton's method in roots.hpp.\n \ Add Catmull-Rom inted mp_invoke to mp_invoke_q\n Added mp_similar\n \ Added mp_set_union, mp_set_intersection, mp_set_difference\n Added mp_not_fn\n Added mp_transform_first, mp_transform_second, mp_transform_third\n \ Added mp_filter\n Addedp_valid_q\n Added mp_back, mp_pop_back\n \ Multi-index Containers:\n size_type and difference_type are now defined as the allocator's same-named types. This will not make any difference in the vast majority of cases, but allows for some degreevia user-defined allocator types (see issue #17 for motivation). For the moment being, this change is not documented in the reference section (i.e., it has semi-official status).\n Maintenance work.\n Multiprecision:\n Fix various conversioncheck for compatibility with Boost.Optional.\n Prevent instantiation of std::numeric_limits on any old type when checking for convertibility. See #98.\n Update variable precision code to account for arbitrary precision integers. See #103.\n lization archives.\n Fix bug in fixed precision iostream formatting in mpf_float and mpfr_float. See #113.\n Add more overloads for special functions which are better handled natively by MPFR.\n Fixed bug in generic exp implementation wh.\n Fixed generic conversion from float to integer to avoid undefined behaviour. See #110.\n PolyCollection:\n Improved handling of stateful allocators and allocator propagation traits, after an error reported by Billy O'Neal (PR#9).\n ug with an internal cache structure.\n Spirit:\n Removed use of deprecated boost/detail/iterator.hpp header. PR#432\n X3\n Integer parsers should now handle user defined types. PR#429\n Note: The check_overflow trait defan std::numeric_limits::is_bounded instead of boost::integer_traits::is_integral.\n \ Removed sequence into plain parsing. Now it triggers a compile time error instead of silently parsing the the sequence and taking the last value as a resulte_rule instantiation with BOOST_SPIRIT_INSTANTIATE when:\n A rule has no attribute. PR#455\n An actual attribute is not of type a rule was declared with. PR#456 #457\n A huge thanks goes out to Xeverous for reporting Fixed unneded attribute synthesization and no-transformation attribute reference pass-through in rules. #444 PR#449 PR#452\n Removed broken 1.0#INF parser. It was poorly documented and never worked. #415 PR#458 #8699\n The undocumenoved due to bugs PR#449 and to simplify attribute transformation. PR#460\n If you were using it to workaround bugs in attribute transformation - they should not be needed anymore as of this release.\n \ The integer value parser now respe10 value. PR#469\n Fixed underflow check for a (Min % Base) == 0 corner case. PR#469\n Fixed an output value on overflow of IgnoreOverflowDigits=true integer parser. PR#470\n \ Container attribute elements were copyied, but notial handling of references in transform_attribute was removed. PR#480\n V2\n Macro name collisions and namespace conflicts with Boost.Endian were fixed. PR#349 PR#482\n \ utree\n Fixed UB in tag getter due to left shi Fixed double-conversion (spirit::string -> std::string -> spirit::string). PR#462\n \ Qi\n Added static asserts for rule skipper type problems. PR#427\n The check_overflow trait default implementation now reoost::integer_traits::is_integral PR#429\n Integer parsers should now handle user defined types. PR#429\n Note: The check_overflow trait default implementation now relies on std::numeric_limits::is_bounded instead of boosl.\n Removed broken 1.0#INF parser. It was poorly documented and never worked. #415 PR#458 #8699\n The undocumented make_attribute trait was merged into transform_attribute trait. PR#471\n The pre_transform, post_tility functions were removed in favor of directly using pre/post/fail of the transform trait. PR#467\n The integer value parser now respects std::numeric_limits::digits10 value. PR#469\n \ Fixed underflow check for a (Min % B Fixed an output value on overflow of IgnoreOverflowDigits=true integer parser. PR#470\n Special handling of references in transform_attribute was removed. PR#480\n Lex\n \ Fixed UB in default constructor of ken type. PR#420\n Classic:\n \ Fixed position_iterator forming reference to local when the underlying iterator dereference operator returns a non-reference type. PR#422 #9737\n Stacktrace:\n \ Build fix for iOS 32-bit ARM (many thanksng the fix PR#70)\n Fixed multiple typos, warnings and updated the docs.\n Test:\n Boost.test v3.10 see the Changes log for more details.\n Breaking changes:\n Boost.Test minimal.hpp is now showing a deprecation warning,\n omparison may fail tests that were silently not using the floating point comparison logic prior to this release,\n Internal API change to unit_test_log_formatter, see detailed change log,\n New feature:\n Floating point compariso non-floating point and arithmetic operands: expressions like BOOST_TEST(3.0001 == 3) now use floating point support of Boost.Test,\n Custom datasets are not required to declare the sample type field anymore,\n Extending template test riadic definition,\n Windows support for timed tests,\n Timed test on test-suites,\n Removed dependency to Boost.Timer,\n New macro BOOST_TEST_INFO_SCOPE for scoped context declaration,\n Improved BOOST_TE and pull requests:\n Trac tickets: #7397, #9434, #13106, #13418\n \ GitHub Issues: #133, #138, #141, #157, #160, #174, #176, #177, #180, #181, #194, #196, #198, #199, #202, #203, #204\n GitHub Pull Requests: PR#171, PR#172, PR PR#195, PR#195, PR#197, PR#205\n TypeIndex:\n Support for the GHS C++ compiler added (many thanks to Brandon Castellano for providing the patch PR#28)\n Optimized string and type comparisons (many thanks to Andrey Semashev for providing the-win compilation (many thanks to Peter Dimov for providing the patch PR#25)\n CI hardening.\n TypeTraits:\n Added is_bounded_array and is_unbounded_array (Glen Fernandes).\n Added copy_reference and copy_cv_ref (Glen Fernandes).\n /clr option.\n Misc compiler compatibility fixes.\n Variant:\n Many cleanups and internal improvements, many thanks to Nikita Kniazev (PR#55, PR#56, PR#57) and Louis Dionne (PR#51)\n \ CI hardening.\n uBlas:\n Addition of tensorassoy PR#65)\n Addition of basic OpenCL support (many thanks to Fady Essam PR#59)\n Integration of basic benchmark suite (many thanks to Stefan Seefeld PR#57)\n CI integration and hardening\n\nCompilers Tested\n\nBoost's primary test compileang: 3.0, 4.0.1, 6.0.1\n Clang, C++0x: 3.0\n Clang, C++11: 3.0, 3.1, 3.2, 3.3, 3.4, 4.0.1, 6.0.1, 7.0.0, 8.0.0\n Clang, C++14: 3.5.0, 3.6.0, 3.7.1, 3.8.0, 3.9.1, 4.0.0, 4.0.1, 5.0.2, 6.0.1, 7.0.0, 8.0.0\n Clang, C++17: 5.0.2, 6.0.17, 4.5.3, 4.6.3, 5.4.0, 8.0.1\n GCC, C++0x: 4.4.7\n GCC, C++11: 4.7.3, 4.8.5, 4.9.4, 5.4.0, 6.4.0, 7.1.0, 8.0.1\n GCC, C++14: 5.4.0, 5.5.0, 6.4.0, 7.1.0, 7.3.0, 8.0.1\n GCC, C++17: 7.3.0, 8.0.1\n Intel, C++14: 18.0\n OS X:\n, 9.1.0, 10.0.0\n Apple Clang, C++11: 9.0.0, 9.1.0, 10.0.0\n \ Apple Clang, C++14: 9.0.0, 9.1.0, 10.0.0\n Apple Clang, C++17: 9.1.0, 10.0.0\n Apple Clang, C++1z: 9.0.0\n Apple Clang, C++2a: 10.0.0\n Windows:\n GCC: 3.4.4.0, 4.5.4\n GCC, C++0x: 4.6.4\n \ GCC, C++11: 4.7.3, 4.8.1, 4.9.3\n GCC, C++14: 5.1.0, 5.2.0, 5.3.0, 6.1.0, 6.2.0, 6.3.0, 6.4.0\n GCC, C++17: 7.1.0, 7.2.0, 7.3.0\n Visual C++: 7.1, 8.0, 9.0, 10.0, 11.0, 12.0, 14.0, 14.1\n Fr\n Clang, C++11: 4.0.0\n Clang, C++14: 4.0.0\n Clang, C++1z: 4.0.0\n\nBoost's additional test compilers include:\n\n Linux:\n Clang: 3.0, 3.8.1, 3.9.1, 4.0.1, 5.0.2, 6.0.1\n Clang, C++0x: 3.0\n Clang, C++11: 3.0, 3.1, 3..0.0, 8.0.0\n Clang, C++14: 3.5.0, 3.6.0, 3.7.1, 3.8.0, 3.9.1, 4.0.0, 4.0.1, 5.0.2, 6.0.1, 7.0.0, 8.0.0\n Clang, C++17: 5.0.2, 6.0.1, 7.0.0, 8.0.0\n \ GCC: 4.4.7, 4.5.3, 4.6.3, 4.9.4, 5.4.0, 5.5.0, 8.0.1\n GCC, C++0x: 4.4.7\n G9.4, 5.4.0, 6.4.0, 7.1.0, 8.0.1\n GCC, C++14: 5.4.0, 5.5.0, 6.3.0, 6.4.0, 7.1.0, 7.3.0, 8.0.1, 8.1.0\n GCC, C++17: 7.3.0, 8.0.1\n Intel, C++14: 18.0\n OS X:\n Apple Clang: 9.0.0, 9.1.0, 10.0.0\n Apple Clang, C++11: 9.0.0, 9ang, C++14: 9.0.0, 9.1.0, 10.0.0\n Apple Clang, C++17: 9.1.0, 10.0.0\n Apple Clang, C++1z: 9.0.0\n Apple Clang, C++2a: 10.0.0\n Windows:\n GCC: 3.4.5, 4.1.2, 4.2.4, 4.3.3, 4.4.0, 4.5.4\n \ GCC, C++0x: 4.6.4\n GCC, C++11 GCC, C++14: 5.1.0, 5.2.0, 5.3.0, 6.1.0, 6.2.0, 6.3.0, 6.4.0\n GCC, C++17: 7.1.0, 7.2.0, 7.3.0\n Visual C++: 7.1, 8.0, 9.0, 10.0, 11.0, 12.0, 14.0, 14.1\n FreeBSD:\n Clang: 4.0.0\n Clang, C++11: 4.0.0\n Clang, C++14: 4.0.0\n" module: pkgsrc subject: 'CVS commit: pkgsrc' unixtime: '1561953610' user: ryoon