Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Open Pull Requests

Last updated 12 minutes ago

boostorg/accumulators

2 open requests:

  • Reduce the number of MSVC level 4 warnings (created: 3 Oct 2016, updated: 3 Oct 2016)
  • replace deprecated binders and adapters by more modern equivalents (created: 6 Nov 2016, updated: 6 Nov 2016)
  • boostorg/algorithm

    12 open requests:

  • any_of and any_of_equal call std::find_if and std::find respectively (created: 15 Apr 2014, updated: 8 Sep 2014)
  • use const_formatter insted of dissect_formatter Ticket #10131 (created: 18 Jun 2014, updated: 30 Jun 2014)
  • Feature/longest increasing substring (created: 13 Aug 2014, updated: 13 Aug 2014)
  • Feature/longest increasing subsequence (created: 17 Aug 2014, updated: 17 Aug 2014)
  • Added constexpr modifiers for C++14 mode and some tests (created: 25 Jan 2016, updated: 8 Mar 2016)
  • Remove std::*nary_function (created: 22 May 2016, updated: 22 May 2016)
  • Fix test compile breaks and warnings (created: 19 Jul 2016, updated: 19 Jul 2016)
  • Adding Aho-Corasick to Boost.Algorithm (created: 24 Aug 2016, updated: 7 Oct 2016)
  • Musser-Nishanov generic sequence-matching algorithm(s) (created: 11 Sep 2016, updated: 27 Sep 2016)
  • Fuzzy search (created: 10 Oct 2016, updated: 10 Oct 2016)
  • Adding Manacker algorithm (created: 11 Oct 2016, updated: 27 Nov 2016)
  • New search algorithms for Boost.Algorithm (created: 23 Oct 2016, updated: 1 Nov 2016)
  • boostorg/array

    1 open request:

  • More constexpr and noexcept modifiers; docs and tests update (created: 5 Aug 2015, updated: 5 Aug 2015)
  • boostorg/asio

    36 open requests:

  • support dynamic linking on other plaftorms than windows (created: 17 Dec 2013, updated: 15 Jun 2014)
  • Only write to locked_ while we hold the lock (created: 8 Dec 2014, updated: 22 Oct 2015)
  • Initialize member variables in constructor (created: 8 Dec 2014, updated: 8 Dec 2014)
  • Replace deprecated API with equivalent non-deprecated version (created: 20 Jan 2015, updated: 20 Jan 2015)
  • Don't release lock until after signaling condition (created: 27 Jan 2015, updated: 27 Jan 2015)
  • Fix rare race condition (created: 30 Jan 2015, updated: 30 Jan 2015)
  • Throw error on fcntl fail (created: 25 Feb 2015, updated: 25 Feb 2015)
  • Fix WinRT build (created: 9 Mar 2015, updated: 20 Mar 2015)
  • Fix spelling of "occurred" (created: 3 Apr 2015, updated: 3 Apr 2015)
  • Haiku: link to libnetwork (created: 8 Apr 2015, updated: 5 May 2015)
  • Added Windows Phone 8.1 support (created: 30 Apr 2015, updated: 30 Nov 2015)
  • Added an important note to the available() (created: 15 May 2015, updated: 15 May 2015)
  • Fix macro redefinition warning in VS2015 (created: 20 Aug 2015, updated: 17 May 2016)
  • Support the macro `OPENSSL_NO_SSL3` (created: 3 Sep 2015, updated: 4 Nov 2015)
  • Enables the timer scheduler's customization for both deadline and waitable timers (created: 18 Sep 2015, updated: 23 Sep 2015)
  • winrt: Fix socket_types.hpp when targeting win10 (created: 13 Oct 2015, updated: 13 Oct 2015)
  • Add additional checks to handle ERROR_MORE_DATA (created: 22 Oct 2015, updated: 22 Oct 2015)
  • Fix data loss when async_read_some is pending (created: 25 Oct 2015, updated: 25 Oct 2015)
  • Remove deprecated SSL3 methods (created: 4 Nov 2015, updated: 4 Nov 2015)
  • Remove deprecated SSL3 methods (created: 4 Nov 2015, updated: 4 Nov 2015)
  • Fix duplicate definition of BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT (created: 15 Nov 2015, updated: 15 Nov 2015)
  • Silence gcc warnings about unused error category variables (created: 16 Nov 2015, updated: 16 Nov 2015)
  • Get the current total capacity of the streambuf (created: 5 Apr 2016, updated: 5 Apr 2016)
  • Fix win_tss_ptr clang with MS CodeGen (created: 19 Apr 2016, updated: 19 Apr 2016)
  • Fix select in doxygen section iteration (created: 20 Apr 2016, updated: 20 Apr 2016)
  • Fix boringssl support (created: 20 Apr 2016, updated: 21 Apr 2016)
  • Enable use of __declspec(thread) for BOOST_ASIO_WINDOWS_APP (created: 27 Apr 2016, updated: 27 Apr 2016)
  • Fixed minor copy&paste bug in comment (created: 8 Jun 2016, updated: 8 Jun 2016)
  • Fix read_until and async_read_until documentation (created: 18 Jul 2016, updated: 18 Jul 2016)
  • Fix __MSABI_LONG error on Cygwin (created: 20 Jul 2016, updated: 20 Jul 2016)
  • Recognize loopback IPv4-mapped IPv6 addresses as loopback (created: 22 Jul 2016, updated: 22 Jul 2016)
  • Fix Helgrind warning on using pthread_cond_signal while unlocked (created: 28 Jul 2016, updated: 28 Jul 2016)
  • https://svn.boost.org/trac/boost/ticket/12320 (created: 4 Aug 2016, updated: 4 Aug 2016)
  • Fixed OpenSSL 1.1.0 check for LibreSSL as well (created: 22 Oct 2016, updated: 22 Oct 2016)
  • Fixed bad link (created: 11 Nov 2016, updated: 11 Nov 2016)
  • fully qualify handler_type<> template in BOOST_ASIO_HANDLER_TYPE macro (created: 12 Nov 2016, updated: 17 Nov 2016)
  • boostorg/assign

    3 open requests:

  • Use BOOST_THROW_EXCEPTION macro to throw (created: 12 Dec 2013, updated: 8 Oct 2014)
  • rvalue reference, perfect forwarding and variadic template support (created: 7 Sep 2014, updated: 3 Dec 2014)
  • update for boot ticket 10984 (created: 22 Oct 2015, updated: 5 Jan 2016)
  • boostorg/bcp

    1 open request:

  • Update paths for new location of Boost Build (created: 26 Dec 2013, updated: 13 Jul 2014)
  • boostorg/bind

    1 open request:

  • SelectOverload proof of concept (created: 30 Oct 2014, updated: 30 Oct 2014)
  • boostorg/boost

    9 open requests:

  • add a --with-toolset=xxx command-line parameter to bootstrap.bat (created: 7 Dec 2013, updated: 12 Jun 2014)
  • Fixed relative path of sub project libraries to be /boostorg/* (created: 24 Aug 2014, updated: 19 Feb 2015)
  • Make sure all headers are installed before build (created: 15 Sep 2014, updated: 1 Oct 2014)
  • bootstrap.sh failed detect PYTHON_ROOT with Python3 (created: 20 Jan 2015, updated: 20 Jan 2015)
  • Fix Python3 compatibility (created: 12 Mar 2015, updated: 12 Mar 2015)
  • set sharedlib version on aix when aix-soname=svr4 (created: 23 Apr 2015, updated: 23 Apr 2015)
  • changes in Boost.Optional expected failures (created: 19 Feb 2016, updated: 19 Feb 2016)
  • add fiber to regression tests (created: 7 Jun 2016, updated: 7 Jun 2016)
  • list of excludedd compilers for boost.fiber (created: 8 Jun 2016, updated: 8 Jun 2016)
  • boostorg/boostbook

    2 open requests:

  • Make copyright footer generation simpler and more flexible (created: 8 Dec 2014, updated: 8 Dec 2014)
  • Generate meta viewport element (created: 8 Dec 2014, updated: 8 Dec 2014)
  • boostorg/bpm

    1 open request:

  • Allow specifying library metadata in a .boost file (created: 4 Jan 2016, updated: 5 Jan 2016)
  • boostorg/build

    13 open requests:

  • Ipo/LTO Whole Program Optimization (created: 28 Jul 2014, updated: 5 May 2015)
  • msvc: allow dlls without lib file (created: 4 Aug 2014, updated: 5 May 2015)
  • Implement ability to have "rootless" projects (created: 11 Jun 2015, updated: 11 Jun 2015)
  • toolset file for gnu compilers on cray xc30 (nersc edison) (created: 29 Oct 2015, updated: 29 Oct 2015)
  • Add arm64 instruction set (created: 19 Nov 2015, updated: 14 Dec 2015)
  • Solaris Studio C++11 link errors (created: 19 Nov 2015, updated: 14 Dec 2015)
  • [WIP] Additional tools for none-eabi programs (created: 3 Mar 2016, updated: 23 Jul 2016)
  • Fixed Qt5 module for Mac OS (created: 6 Apr 2016, updated: 14 Apr 2016)
  • support writing compile_database.json (created: 8 Jul 2016, updated: 8 Jul 2016)
  • Add a vcs module, with Git and Subversion support (created: 6 Aug 2016, updated: 4 Sep 2016)
  • Fix strip-eol for long command output (created: 15 Aug 2016, updated: 4 Nov 2016)
  • Fix build Python Port Ubuntu x64 (created: 29 Sep 2016, updated: 29 Sep 2016)
  • Added doc for bzip2 toolset (created: 5 Dec 2016, updated: 5 Dec 2016)
  • boostorg/compatibility

    1 open request:

  • Update the limits.hpp documentation (created: 8 Jun 2014, updated: 16 Jun 2014)
  • boostorg/compute

    17 open requests:

  • adding print_kernel_id.cpp to visualize global & local kernel id (created: 20 Jun 2014, updated: 29 Dec 2014)
  • Change vector<T> to use the system-wide default queue (created: 30 Oct 2014, updated: 30 Oct 2014)
  • Add arithmetic operators to valarray #381 (created: 7 Jan 2015, updated: 25 Jan 2015)
  • Modify black scholes example to use internal RNG from library instead of std::rand (created: 25 Jan 2015, updated: 25 Jan 2015)
  • added clear_persistent_cache and minor update to persistent caching (created: 21 Mar 2015, updated: 22 Mar 2015)
  • Persistent cache (created: 22 Mar 2015, updated: 22 Mar 2015)
  • Backwards compatibility (created: 30 Mar 2015, updated: 21 Apr 2015)
  • Add AppVeyor CI support (created: 19 May 2015, updated: 28 Feb 2016)
  • Build with RelWithDebInfo on Travis-CI (created: 1 Aug 2015, updated: 1 Aug 2015)
  • fix random number generator (created: 20 Feb 2016, updated: 20 Feb 2016)
  • Fixed nth_element, added unary_nor (created: 8 Mar 2016, updated: 9 Mar 2016)
  • Distributed infrastructure and algorithms (created: 16 Aug 2016, updated: 29 Aug 2016)
  • Added accessors to vector types (created: 23 Aug 2016, updated: 24 Aug 2016)
  • Added BOOST_COMPUTE_MAX_CL_VERSION to specify the newest version to use (created: 23 Aug 2016, updated: 23 Aug 2016)
  • added headers to program::compile (created: 14 Sep 2016, updated: 14 Sep 2016)
  • Check platform extension for issue #676 (created: 20 Dec 2016, updated: 20 Dec 2016)
  • Add Wrapper to clfft clblas (created: 23 Dec 2016, updated: 23 Dec 2016)
  • boostorg/config

    5 open requests:

  • add defect macro BOOST_NO_CXX14_INTEGER_SEQUENCE (created: 23 Apr 2015, updated: 27 Jul 2015)
  • Introduce a new build option called BOOST_NO_GLOBAL_FILESYSTEM_NAMESPACE (created: 30 Aug 2015, updated: 10 Sep 2015)
  • Provide BOOST_RESTRICT and BOOST_NO_RESTRICT_REFERENCES (created: 4 Nov 2015, updated: 4 Nov 2015)
  • New macros galore (mostly codegen related) (created: 16 Nov 2015, updated: 3 Sep 2016)
  • Master (created: 8 Dec 2016, updated: 21 Dec 2016)
  • boostorg/container

    1 open request:

  • [inspection report] remove tabs and fix copyright notice format (created: 20 Dec 2016, updated: 20 Dec 2016)
  • boostorg/crc

    1 open request:

  • Suppress MSVC warning C4800 caused by static_cast<bool>(unsigned) (created: 17 Feb 2016, updated: 15 Apr 2016)
  • boostorg/date_time

    3 open requests:

  • Fixed a bug for parsing posix timezone: + on the west from UTC, - on the east (created: 6 Oct 2015, updated: 18 Dec 2015)
  • Adds a few more parsing input format flags (created: 9 Dec 2015, updated: 9 Dec 2015)
  • Don't export all of gregorian::month, only select functions (created: 4 Nov 2016, updated: 4 Nov 2016)
  • boostorg/dynamic_bitset

    1 open request:

  • Add support for Boost Serialization of dynamic_bitset<> (created: 24 Jun 2015, updated: 24 Jun 2015)
  • boostorg/exception

    2 open requests:

  • added support for error_info r-value references (created: 21 Mar 2015, updated: 22 Mar 2015)
  • Avoid class/struct mismatch in forward declaration and implementation (created: 7 Oct 2016, updated: 7 Oct 2016)
  • boostorg/filesystem

    12 open requests:

  • Removing inconsistency between the source code and its tutorial (created: 28 Apr 2015, updated: 22 Jul 2015)
  • Introduced VxWorks Simulator root and corrected canonical for VxWorks (created: 29 Apr 2015, updated: 15 Feb 2016)
  • Universal windows (created: 1 Oct 2015, updated: 27 Apr 2016)
  • Ported filesystem files for Windows Phone 8.1 (created: 3 Nov 2015, updated: 10 Dec 2015)
  • Don't auto-link when the user requested that we don't (created: 16 Dec 2015, updated: 4 Dec 2016)
  • Pass function name as wide-char string on WinCE (created: 16 Dec 2015, updated: 21 Dec 2015)
  • WinCE has no current directory (created: 16 Dec 2015, updated: 16 Dec 2015)
  • Use previous 'temp_directory_path' code for WinCE (created: 16 Dec 2015, updated: 16 Dec 2015)
  • filesystem: getting file_type from a directory_entry without causing a system call on linux (created: 29 Jan 2016, updated: 29 Jan 2016)
  • Fixed internal inconsistency from exception in end recursive dir iterator (created: 29 Aug 2016, updated: 29 Aug 2016)
  • Fix typos in documentation (created: 7 Dec 2016, updated: 7 Dec 2016)
  • Fix errno propagation in space(p, ec) (created: 11 Dec 2016, updated: 11 Dec 2016)
  • boostorg/foreach

    2 open requests:

  • foreach: work around nameclash with the Qt foreach macro (created: 3 Mar 2015, updated: 4 Mar 2015)
  • update for boost ticket #12523 (created: 13 Oct 2016, updated: 13 Oct 2016)
  • boostorg/function

    1 open request:

  • Suppress weak vtables warning (created: 31 Aug 2016, updated: 31 Aug 2016)
  • boostorg/geometry

    9 open requests:

  • Feature: Improve Variant support (run-time exception, lazy_not_implemented) (created: 5 May 2015, updated: 30 Mar 2016)
  • Support for reading and writing Multi-geometries (created: 26 Aug 2015, updated: 5 Sep 2016)
  • Fix bug in Boost.Geometry's set operations for areal geometries (created: 27 Aug 2015, updated: 16 Oct 2015)
  • Fix/centroid multipolygon empty exterior ring (created: 28 Nov 2015, updated: 28 Nov 2015)
  • Prevent integer overflow during segment touch ratio calculation (created: 26 Jul 2016, updated: 28 Jul 2016)
  • Feature/geo intersection2 (created: 16 Aug 2016, updated: 11 Dec 2016)
  • Feature/area (created: 17 Aug 2016, updated: 7 Sep 2016)
  • Feature/envelope expand geo (created: 27 Oct 2016, updated: 1 Dec 2016)
  • handle_colocations.hpp always includes <iostream> (created: 22 Dec 2016, updated: 22 Dec 2016)
  • boostorg/gil

    3 open requests:

  • Include numeric_conversion and remove usage of deprecated boost/cast.hpp (created: 10 Jun 2014, updated: 13 Jun 2014)
  • Take input filename on the command line to test/image (created: 21 Mar 2015, updated: 21 Mar 2015)
  • Added support for screen origin bit of targa files (Ticket 8429) (created: 22 Mar 2015, updated: 22 Mar 2015)
  • boostorg/graph

    9 open requests:

  • Support for edge multiplicities in brandes_betweenness_centrality (created: 25 Apr 2014, updated: 17 Jul 2014)
  • dijkstra_shortest_paths_no_init supports pruning on distances (created: 23 Jul 2014, updated: 20 Oct 2015)
  • avoid requirement of boost::closed_plus in dijkstra_shortest_paths (created: 23 Oct 2015, updated: 23 Oct 2015)
  • Dijkstra SPP can take multiple start vertices (created: 29 Aug 2016, updated: 29 Aug 2016)
  • [subgraph.hpp] add_vertex(u_global, g) on a subgraph does not recursi… (created: 2 Nov 2016, updated: 2 Nov 2016)
  • Examples: Use modern C++ (created: 2 Nov 2016, updated: 2 Nov 2016)
  • Add rank spanning branchings routine for possible inclusion in library (created: 6 Nov 2016, updated: 6 Nov 2016)
  • fix comments about boost::detail::vector_matrix (created: 29 Nov 2016, updated: 29 Nov 2016)
  • Fix compiler error with release builds on VS2015 (created: 22 Dec 2016, updated: 22 Dec 2016)
  • boostorg/graph_parallel

    2 open requests:

  • Support for edge multiplicities in non_distributed_betweenness_centrality (created: 23 May 2014, updated: 19 Jun 2014)
  • Update to write_graphviz for better placement of graph properties and to (created: 28 Apr 2015, updated: 28 Apr 2015)
  • boostorg/hana

    5 open requests:

  • Add support for reference_wrappers in make_xxx (created: 13 Sep 2015, updated: 27 Feb 2016)
  • Official support for views (created: 28 Sep 2016, updated: 1 Oct 2016)
  • Make sure core metafunctions return IntegralConstants (created: 17 Nov 2016, updated: 17 Nov 2016)
  • Unsigned integral constants are not EuclideanRings (created: 17 Nov 2016, updated: 17 Nov 2016)
  • Improve support for EBO in containers (created: 11 Dec 2016, updated: 15 Dec 2016)
  • boostorg/icl

    3 open requests:

  • Add an "inplace_assign" functor to boost::icl::interval_map (created: 22 May 2015, updated: 22 May 2015)
  • Allow construction from ranges of intervals (created: 6 Sep 2016, updated: 6 Sep 2016)
  • Fix compiler error when building with FASTBuild (created: 22 Dec 2016, updated: 22 Dec 2016)
  • boostorg/inspect

    1 open request:

  • Make inspect acknowledge (C) and (c) for copyright (created: 7 Aug 2015, updated: 7 Aug 2015)
  • boostorg/integer

    1 open request:

  • Fix compile error on GCC6 or later (created: 30 Jul 2016, updated: 30 Jul 2016)
  • boostorg/interprocess

    5 open requests:

  • Adding fallback to WMI bootstamp (created: 16 Apr 2015, updated: 16 Apr 2015)
  • Ported interprocess file for Windows Phone 8.1 (created: 3 Nov 2015, updated: 3 Nov 2015)
  • implement full duplex message mode for significantly improved throughput (created: 28 Dec 2015, updated: 28 Dec 2015)
  • Add wchar_t* file name support for file_mapping constructor (created: 24 Aug 2016, updated: 24 Aug 2016)
  • use <iosfwd> instead of producing undefined behavior (created: 25 Aug 2016, updated: 25 Aug 2016)
  • boostorg/interval

    2 open requests:

  • Enforce rounding in rounded_arith_opp to fix incorrect behaviour (created: 24 Jun 2014, updated: 24 Jun 2014)
  • + runtime check of rounding mode support (created: 12 Jun 2015, updated: 13 Jun 2015)
  • boostorg/intrusive

    2 open requests:

  • Augmented binary search trees (created: 12 Mar 2014, updated: 12 Sep 2014)
  • Update intrusive.qbk (created: 27 Dec 2016, updated: 27 Dec 2016)
  • boostorg/io

    1 open request:

  • Fix for gcc and clang. Right now gcc throws an old ABI version of std… (created: 27 Oct 2016, updated: 10 Nov 2016)
  • boostorg/iostreams

    1 open request:

  • indirect_streambuf performance optimization (created: 6 Dec 2016, updated: 6 Dec 2016)
  • boostorg/local_function

    2 open requests:

  • Fixed includes to use Phoenix v3 directly (created: 17 Dec 2013, updated: 16 Jul 2014)
  • Remove use of deprecated macros in documentation (created: 11 Sep 2015, updated: 19 Oct 2015)
  • boostorg/locale

    7 open requests:

  • Update gregorian.cpp (created: 3 Jan 2014, updated: 12 Nov 2015)
  • Make basic_format moveable (created: 23 Jan 2014, updated: 6 Mar 2016)
  • Fix Boost.Locale compilation under gcc < 2.3.4 (created: 24 Oct 2014, updated: 24 Oct 2014)
  • fix for build failure with recommended icu configuration (created: 9 Nov 2014, updated: 9 Nov 2014)
  • Fix throw when date_time is incorrect #9584 (created: 13 Jan 2015, updated: 13 Jan 2015)
  • Remove unused local typedef (created: 12 Feb 2015, updated: 12 Feb 2015)
  • Fix compilation error in GNU gettext backend (created: 31 May 2015, updated: 20 Sep 2015)
  • boostorg/lockfree

    3 open requests:

  • Add a check for begin == end to allow users to supply an empty list to lockfree::stack::push (created: 19 Feb 2016, updated: 11 Jun 2016)
  • Add move-construction and emplacement support (created: 11 Apr 2016, updated: 11 Apr 2016)
  • minimal changes to allow single move only values to be pushed and poped (created: 2 Aug 2016, updated: 5 Sep 2016)
  • boostorg/math

    9 open requests:

  • Allow instrumentation in RTTI-off env and improve error reporting (created: 2 Sep 2014, updated: 3 Sep 2014)
  • FFT (created: 9 Apr 2016, updated: 25 May 2016)
  • The subresultant algorithm for gcd of polynomial over UFD (created: 20 Apr 2016, updated: 25 Aug 2016)
  • Algebraic traits (created: 3 May 2016, updated: 30 Jun 2016)
  • Polynomial fixes: for mixed-type arithmetic etc (created: 15 May 2016, updated: 5 Jun 2016)
  • Mark eligible quaternion, octonion functions constexpr (created: 26 May 2016, updated: 9 Jun 2016)
  • Polynomial: fixes for Stein gcd (created: 26 Jun 2016, updated: 11 Dec 2016)
  • Reimplement quaternion routines without valarray (created: 5 Nov 2016, updated: 5 Nov 2016)
  • Added missing header path, gmp and mpfr libraries (created: 29 Dec 2016, updated: 29 Dec 2016)
  • boostorg/mpi

    1 open request:

  • workaround an Open MPI bug: (created: 4 Nov 2016, updated: 4 Nov 2016)
  • boostorg/mpl

    1 open request:

  • Add basic support for CMake (created: 19 Nov 2015, updated: 19 Nov 2015)
  • boostorg/msm

    3 open requests:

  • Added rvalue references support to back::state_machine (created: 11 Apr 2016, updated: 11 Apr 2016)
  • Fix unused typedef warning in state_machine.hpp (created: 20 May 2016, updated: 20 May 2016)
  • Moveable types passed as state_machine_def parameters (created: 10 Aug 2016, updated: 10 Aug 2016)
  • boostorg/multi_array

    1 open request:

  • Improve allocator support in multi_array (created: 7 May 2014, updated: 12 Jun 2014)
  • boostorg/optional

    3 open requests:

  • Suppress weak vtables warning (created: 31 Aug 2016, updated: 31 Aug 2016)
  • Fix gcc warnings about data which may be used unitialized (created: 19 Oct 2016, updated: 19 Oct 2016)
  • update for ticket #12634: (created: 30 Nov 2016, updated: 30 Nov 2016)
  • boostorg/polygon

    1 open request:

  • Use copy_construct() instead of two set() call for rectangle assign() (created: 10 Jul 2016, updated: 10 Jul 2016)
  • boostorg/preprocessor

    1 open request:

  • Array and tuple utils (created: 11 Sep 2015, updated: 20 Dec 2015)
  • boostorg/program_options

    4 open requests:

  • Add try catch for get_canonical_option_name() (created: 3 Nov 2015, updated: 3 Nov 2015)
  • Simplify vector initialization (created: 22 Apr 2016, updated: 22 Apr 2016)
  • Additional examples (created: 1 Jun 2016, updated: 1 Jun 2016)
  • Support for semicolon comment delimiter (created: 4 Jun 2016, updated: 4 Jun 2016)
  • boostorg/property_tree

    8 open requests:

  • Ticket 10272 (created: 31 Jul 2014, updated: 24 Aug 2014)
  • Added new trim_whitespace_without_normalization option (created: 17 Feb 2016, updated: 17 Feb 2016)
  • Replace the usage of typeid with boost::typeindex (created: 20 Feb 2016, updated: 20 Feb 2016)
  • Replace try/catch with macros from no_exceptions_support (created: 21 Feb 2016, updated: 22 Feb 2016)
  • Account for character class being char or unsigned char (created: 28 Mar 2016, updated: 28 Mar 2016)
  • Fix write_json non-pretty print extra endl (created: 22 Apr 2016, updated: 22 Apr 2016)
  • Fix operator / for string_path and string objects (created: 16 Sep 2016, updated: 16 Sep 2016)
  • Enhanced xml pretty printing with nodes having attributes only (created: 25 Oct 2016, updated: 25 Oct 2016)
  • boostorg/proto

    1 open request:

  • Compiler bug was fixed in VC++ 2013, workaround no longer necessary (created: 24 Aug 2015, updated: 3 Sep 2015)
  • boostorg/ptr_container

    5 open requests:

  • Cherry pick old changes from develop (created: 22 May 2014, updated: 25 Aug 2015)
  • Fix const_element_containers test failure (created: 20 Aug 2014, updated: 8 Oct 2015)
  • Fix ptr_list compile break (created: 2 Mar 2015, updated: 8 Jul 2015)
  • Fix gcc warning with -Wextra (created: 28 Oct 2015, updated: 20 May 2016)
  • Fix for Visual C++ C4267 'conditional expression is constant' warning (created: 12 Feb 2016, updated: 12 Feb 2016)
  • boostorg/python

    19 open requests:

  • Switch visibility support to BOOST_SYMBOL_EXPORT. Refs #2114 (created: 4 Jan 2014, updated: 4 Nov 2014)
  • Only use 'pragma once' when supported (created: 20 Mar 2014, updated: 2 Aug 2014)
  • added 'construct_custodian_for' and test (created: 11 May 2014, updated: 26 Mar 2015)
  • Hold the GIL while releasing shared_ptr_deleter's python handle (created: 3 Nov 2014, updated: 12 Mar 2016)
  • Fix Trac #10933 incomplete type in "contains" (created: 14 Jan 2015, updated: 14 Jan 2015)
  • Ssize t warning - trac #3353 (created: 13 May 2015, updated: 13 May 2015)
  • GCC warns about unused local typedef (created: 15 May 2015, updated: 4 Sep 2015)
  • respect alignment of types (created: 16 Aug 2015, updated: 16 Aug 2015)
  • add support of lambdas to get_signature (created: 16 Aug 2015, updated: 16 Aug 2015)
  • Couple of Null check corrections (created: 14 Oct 2015, updated: 9 Dec 2015)
  • Remove not reachable condition (created: 3 Nov 2015, updated: 8 Dec 2015)
  • Close the file handle used in exec_file() (for #52) (created: 8 Jan 2016, updated: 26 Feb 2016)
  • Change String handling in Python 3 to byte type (created: 4 Feb 2016, updated: 3 Mar 2016)
  • Weaken the precondition of registry insertion in Boost.Python (created: 10 Feb 2016, updated: 21 Apr 2016)
  • Tuple converter (created: 28 Feb 2016, updated: 28 Feb 2016)
  • Improve initialization scalability (created: 12 Mar 2016, updated: 12 Mar 2016)
  • Add Python ABI suffix to libboost_python (created: 19 Aug 2016, updated: 19 Aug 2016)
  • exec/eval(): add overloads for char const* (created: 21 Oct 2016, updated: 21 Oct 2016)
  • Updated python library reference url for pickle (created: 17 Nov 2016, updated: 17 Nov 2016)
  • boostorg/random

    9 open requests:

  • Fix overflow in uniform_real_distribution. Fixes #8351 (created: 7 Feb 2014, updated: 5 Jul 2014)
  • fix documentation about requirement for min and max value (created: 5 Jul 2014, updated: 5 Jul 2014)
  • Fixed ticket #10110 (created: 18 Nov 2014, updated: 18 Nov 2014)
  • Avoid passing large parameters by value (created: 28 May 2015, updated: 28 May 2015)
  • Port to CloudABI (created: 31 Aug 2015, updated: 18 Dec 2015)
  • No undesired auto linking (created: 16 Dec 2015, updated: 16 Dec 2015)
  • Added constexpr support to min/max functions of random number generators. Fixes #12251 (created: 3 Jun 2016, updated: 7 Jun 2016)
  • Fixed unused parameters warnings (created: 1 Sep 2016, updated: 1 Sep 2016)
  • Fixed name shadowing warnings (created: 1 Sep 2016, updated: 1 Sep 2016)
  • boostorg/range

    5 open requests:

  • move(), move_backwards() algorithms, moved_range, move adaptor addon + copy_backward() test fix (created: 20 Feb 2014, updated: 16 Jun 2014)
  • irange: introduce one-parameter variant of irange (created: 17 Jan 2016, updated: 17 Jan 2016)
  • Added BOOST_CONSTEXPR for begin()/end() (created: 24 Jan 2016, updated: 24 Jan 2016)
  • Update irange.hpp (created: 9 Apr 2016, updated: 9 Apr 2016)
  • Allow iterator copy for lambda in transformed and filtered (created: 23 Oct 2016, updated: 23 Oct 2016)
  • boostorg/rational

    1 open request:

  • pow and reciprocal for rationals (created: 5 Sep 2015, updated: 14 May 2016)
  • boostorg/regex

    4 open requests:

  • Add re2 and pcre jit test and fix posix regex bugs (created: 19 Aug 2015, updated: 19 Aug 2015)
  • Prevent unnecessary string scanning (created: 27 Aug 2015, updated: 27 Aug 2015)
  • Ported regex files for Windows Phone 8.1 (created: 3 Nov 2015, updated: 7 Nov 2015)
  • Per boost ticket 12490 (created: 28 Sep 2016, updated: 28 Sep 2016)
  • boostorg/regression

    2 open requests:

  • Install executable in bin dir (created: 30 Apr 2015, updated: 2 Jun 2015)
  • [report] Handle more compiler errors (created: 31 Mar 2016, updated: 31 Mar 2016)
  • boostorg/scope_exit

    1 open request:

  • Update for ticket #11849 (created: 5 Jan 2016, updated: 5 Jan 2016)
  • boostorg/serialization

    24 open requests:

  • Fix void typo and delete parameter (created: 2 Sep 2014, updated: 2 Sep 2014)
  • add missing semicolon (created: 11 Sep 2014, updated: 13 Sep 2014)
  • Initialize m_buffer_out (created: 11 Nov 2014, updated: 6 Mar 2015)
  • Fix warning in variant.hpp (created: 9 Feb 2015, updated: 9 Feb 2015)
  • Fix bug ticket 11127 (created: 19 Mar 2015, updated: 19 Mar 2015)
  • Fix serialization::array missing return statement error (created: 6 Apr 2015, updated: 6 Apr 2015)
  • Typo in comment (created: 16 Apr 2015, updated: 16 Apr 2015)
  • Delete recreated files (created: 20 Jul 2015, updated: 20 Jul 2015)
  • Remove unused parameter warning (created: 18 Aug 2015, updated: 18 Aug 2015)
  • fix typo (created: 14 Sep 2015, updated: 14 Sep 2015)
  • fix typo (created: 14 Sep 2015, updated: 14 Sep 2015)
  • Fixing typos (created: 9 Oct 2015, updated: 9 Oct 2015)
  • Change archives to backup and restore the C++ locale: (created: 17 Oct 2015, updated: 17 Oct 2015)
  • Fix order of destruction of state-saver (created: 22 Oct 2015, updated: 22 Oct 2015)
  • Missing initialization in constructor (created: 3 Nov 2015, updated: 3 Nov 2015)
  • Portable binary archive (created: 20 Feb 2016, updated: 24 Feb 2016)
  • fix bugs in macro BOOST_SERIALIZATION_FACTORY (created: 29 Apr 2016, updated: 29 Apr 2016)
  • Fix undefined reference to codecvt_null<wchar_t> (created: 14 May 2016, updated: 22 May 2016)
  • Disable `BOOST_STRONG_TYPEDEF` tests for pre-C++11 compilers (created: 31 May 2016, updated: 31 May 2016)
  • Remove extra ";"s from strong type members (created: 10 Jul 2016, updated: 10 Jul 2016)
  • bad make_array friend declaration (created: 15 Oct 2016, updated: 15 Oct 2016)
  • Emplace_hint incorrectly selected (created: 17 Oct 2016, updated: 17 Oct 2016)
  • Remove explicit check for <forward_list> (created: 10 Nov 2016, updated: 10 Nov 2016)
  • [Ticket #12144] Don't use defined in a macro definition (created: 27 Nov 2016, updated: 27 Nov 2016)
  • boostorg/sort

    1 open request:

  • TimSort (created: 28 Nov 2016, updated: 1 Jan 2017)
  • boostorg/spirit

    22 open requests:

  • correct incorrect context_debug output (created: 5 Jun 2014, updated: 13 Jun 2014)
  • Fixing line_pos_iterator column numbering bug and get_current_line bug (created: 14 Jun 2014, updated: 16 Jun 2014)
  • karma: support boost::recursive_wrapper (created: 28 Aug 2014, updated: 1 Sep 2015)
  • Suppress always false warning (created: 12 Apr 2015, updated: 30 Sep 2015)
  • Add support for custom character filters on the symbols parser (created: 25 May 2015, updated: 25 May 2015)
  • auto makes this simpler (created: 29 May 2015, updated: 29 May 2015)
  • define iterator_t only if it's referenced (created: 2 Jun 2015, updated: 2 Jun 2015)
  • X3: Make use of implicit constructibility (created: 16 Jun 2015, updated: 16 Jun 2015)
  • attribute type specification used `basic_string` (created: 21 Jun 2015, updated: 21 Jun 2015)
  • fixed 1.59.0 rc3: compiler warnings in real_impl.hpp (created: 12 Aug 2015, updated: 13 Aug 2015)
  • fixed 1.59.0 rc3: compiler warnings in real_impl.hpp (created: 13 Aug 2015, updated: 31 Aug 2015)
  • Fix expect directive's handling of container attributes (created: 19 Aug 2015, updated: 19 Aug 2015)
  • Facilitate the requirements to custom floating-point type (comparison) (created: 3 Nov 2015, updated: 30 Dec 2015)
  • [MSVC] fix error C2995 (created: 23 Jan 2016, updated: 11 Jul 2016)
  • [MSVC] problem with BOOST_FUSION_DEFINE_STRUCT_INLINE (created: 16 Mar 2016, updated: 17 Mar 2016)
  • Kleene star can't into single-element sequence (created: 19 Mar 2016, updated: 19 Mar 2016)
  • Test for bug #12085 (created: 27 Mar 2016, updated: 27 Mar 2016)
  • Fix compile error (created: 6 May 2016, updated: 28 Jun 2016)
  • Karma.Tests: Added `regression_real_policy_sign.cpp` to test suite (created: 17 Aug 2016, updated: 17 Aug 2016)
  • Revert "fix sequence partitioning problem" (created: 31 Aug 2016, updated: 1 Sep 2016)
  • Fixes #12599: real_generator failure (created: 10 Nov 2016, updated: 10 Nov 2016)
  • Fixes #5983: real_generator failure (created: 10 Nov 2016, updated: 10 Nov 2016)
  • boostorg/statechart

    2 open requests:

  • Fix UnconsumedResultTest on modern compilers (created: 3 Mar 2015, updated: 24 Mar 2015)
  • Fix dead link in index.html (created: 6 Feb 2016, updated: 6 Feb 2016)
  • boostorg/system

    2 open requests:

  • Use `BOOST_NOEXCEPT_OR_NOTHROW` instead of `throw()` (created: 23 Oct 2015, updated: 23 Oct 2015)
  • Do not include windows.h in header only mode (created: 29 Feb 2016, updated: 29 Feb 2016)
  • boostorg/test

    7 open requests:

  • Edits for #7417 - Detailed test status is not available in the Boost.Test log (status, assertions, passed) and so live test case status cannot be tracked (created: 18 Oct 2014, updated: 14 Jan 2015)
  • Fixes for #7419 - Support multiple calls to framework::init() allowing wrappers to support running tests using test tools in full systems (created: 18 Oct 2014, updated: 18 Oct 2014)
  • Fix: activate virtual destructors for all msvc versions (created: 8 Mar 2015, updated: 18 Mar 2015)
  • Preliminary support for the universal windows platform (created: 1 Oct 2015, updated: 5 Oct 2015)
  • Allow joins to properly join grids (created: 19 May 2016, updated: 23 May 2016)
  • replace deprecated binders and adapters, and random_shuffle by more m… (created: 6 Nov 2016, updated: 7 Nov 2016)
  • Fix typo (created: 19 Dec 2016, updated: 22 Dec 2016)
  • boostorg/thread

    1 open request:

  • Check for _POSIX_TIMEOUTS more neatly (created: 29 Jan 2015, updated: 4 Feb 2015)
  • boostorg/throw_exception

    1 open request:

  • added support for error_info r-value references (created: 21 Mar 2015, updated: 25 Mar 2015)
  • boostorg/timer

    2 open requests:

  • Allow timer to be built with -fno-exceptions (created: 6 Sep 2015, updated: 6 Sep 2015)
  • universal-windows: GetProcessTimes is not supported (created: 7 Oct 2015, updated: 7 Oct 2015)
  • boostorg/tr1

    1 open request:

  • Fix typo (created: 19 Feb 2014, updated: 9 Jul 2014)
  • boostorg/type_erasure

    4 open requests:

  • Fix if compiler misses support for rvalue-ref and/or variadic templates (created: 22 Jun 2016, updated: 22 Jun 2016)
  • Fix construction of any from static_binding (created: 22 Jun 2016, updated: 22 Jun 2016)
  • Disable C++11 code path in dynamic_vtable.hpp (created: 4 Jul 2016, updated: 4 Jul 2016)
  • Move assignment support (created: 21 Jul 2016, updated: 25 Jul 2016)
  • boostorg/type_index

    2 open requests:

  • Add support for using runtime_cast without requiring type_id_runtime (created: 5 Nov 2016, updated: 5 Nov 2016)
  • Rename BOOST_TYPE_INDEX_NO_BASE_CLASS to BOOST_TYPE_INDEX_ROOT_CLASS (created: 5 Nov 2016, updated: 5 Nov 2016)
  • boostorg/type_traits

    1 open request:

  • [inspection report] remove tabs and non-ASCII chars, add newline, etc (created: 6 Dec 2016, updated: 6 Dec 2016)
  • boostorg/typeof

    3 open requests:

  • [typeof][msvc-8.0] bug fix related to problem with included version of Boost.Test on msvc-8.0 (created: 20 Apr 2014, updated: 23 Jun 2016)
  • Fix compilation error with MSC+Clang (created: 16 Mar 2016, updated: 16 Mar 2016)
  • Fix for clang on windows (created: 27 Mar 2016, updated: 28 Mar 2016)
  • boostorg/ublas

    3 open requests:

  • Develop (created: 25 Aug 2016, updated: 22 Nov 2016)
  • silence unused parameter warnings in release mode (created: 31 Aug 2016, updated: 31 Aug 2016)
  • Adjust to serialization array changes (created: 10 Dec 2016, updated: 10 Dec 2016)
  • boostorg/units

    4 open requests:

  • units: Improve precision of angle conversion (created: 22 Jun 2015, updated: 25 Jun 2015)
  • Merge added dimensions and units (created: 11 Aug 2015, updated: 15 Aug 2015)
  • Add constexpr support (created: 14 Aug 2016, updated: 14 Aug 2016)
  • Make comparisons between heterogenous and homogenous quantities possible (created: 8 Sep 2016, updated: 8 Sep 2016)
  • boostorg/utility

    5 open requests:

  • Add support for lambdas to boost::generator_iterator (created: 16 Dec 2013, updated: 18 Jun 2014)
  • Feature/n3762 (created: 24 Dec 2013, updated: 24 Jun 2014)
  • Fix Ticket #9518 (created: 18 Oct 2015, updated: 19 Oct 2015)
  • Refine on result_of with c++11 variadics (created: 25 Feb 2016, updated: 25 Feb 2016)
  • Add array constructors for string_view (created: 31 Dec 2016, updated: 31 Dec 2016)
  • boostorg/website

    4 open requests:

  • BUGFIX: Fixing patch paths proposed in #82 to make it appliable on released boost zip (created: 23 Jun 2015, updated: 23 Jun 2015)
  • Fix strict XHTML and add Boost Application Development Cookbook Onlin… (created: 23 Oct 2015, updated: 17 Nov 2015)
  • Add known issues in Boost.Container and Boost.TypeTraits (created: 1 Jan 2016, updated: 12 Jan 2016)
  • Add support for storing metadata in a .boost file instead of meta/libraries.json (created: 5 Jan 2016, updated: 5 Jan 2016)