Custom Query (141 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 100 of 141)

1 2

Status: assigned (4 matches)

Ticket Summary Owner Type Component Version Ticket
#2628 Sequence concept incorrectly fails for basic_string acharles Bugs concept_check Boost 1.37.0
#6954 property map 'put' should support move semantics Noel Belcourt Bugs property_map Boost Development Trunk
#7729 concept_def.hpp multiple inclusion prevention macro bug acharles Bugs graph Boost 1.52.0
#9939 Patch to add "no exceptions" support to dynamic_bitset acharles Patches dynamic_bitset Boost 1.55.0

Status: closed (96 matches)

Ticket Summary Owner Type Component Version Ticket
#1841 Optional: C++0x features akrzemi1 Patches optional Boost 1.36.0
#2839 move-emulated swap causes overloaded ambiguous fun call Antony Polukhin Bugs variant Boost 1.38.0
#3020 warning using boost::variant<boost::mpl_::void_> Antony Polukhin Bugs variant Boost 1.48.0
#4227 operator safe bool Fernando Cacciola Bugs optional Boost 1.44.0
#4454 iterator range output format, and for IO adaptor Neil Groves Feature Requests range Boost 1.44.0
#4572 Add make_iterator_range(void*, size_t) Neil Groves Feature Requests range Boost 1.44.0
#4620 Range Adaptor: enumerate(d) Neil Groves Patches range Boost 1.44.0
#4688 std::runtime_error: locale::facet::_S_create_c_locale name not valid Beman Dawes Bugs filesystem Boost 1.52.0
#5159 find_first()/find_next(): simplify and optimize acharles Feature Requests dynamic_bitset Boost Development Trunk
#5817 Default template parameters for any_range Neil Groves Feature Requests range Boost 1.47.0
#6164 Add a function to dynamic_bitset to test and set acharles Feature Requests dynamic_bitset Boost 1.48.0
#6526 pop_front() and pop_back() Neil Groves Feature Requests range Boost 1.48.0
#6700 Exceptionless lexical_cast Antony Polukhin Feature Requests lexical_cast Boost 1.48.0
#6792 hash_value() for iterator_range Neil Groves Feature Requests range Boost 1.48.0
#6918 Boost Chrono compilation failure on HP uX due to undefined pthread_getcpuclockid viboes Bugs chrono Boost 1.49.0
#6947 boost::dynamic_bitset not support move constructor/assignment operator acharles Feature Requests dynamic_bitset Boost Development Trunk
#7294 boost::hash does not compile with ranges Neil Groves Feature Requests range Boost 1.51.0
#7328 Boost fails to Build with gccxml / msvc9 Neil Groves Feature Requests range Boost 1.51.0
#7446 Async: Add when_any viboes Feature Requests thread Boost 1.51.0
#7447 Async: Add when_all viboes Feature Requests thread Boost 1.51.0
#7448 Async: Add async taking a scheduler parameter viboes Feature Requests thread Boost 1.51.0
#7842 Inaccuracies on intro page for range adaptors Neil Groves Bugs range Boost Development Trunk
#7856 pop_front() and pop_back() docs missing Neil Groves Bugs range Boost 1.52.0
#7885 Support references to range types as inputs to range metafunctions Neil Groves Feature Requests range Boost 1.52.0
#7911 Mark move constructors and move assignments of varint with BOOST_NOEXCEPT_IF Antony Polukhin Feature Requests variant Boost 1.53.0
#8026 Documentation for point concept is missing a typedef Andrii Sydorchuk Bugs polygon Boost 1.53.0
#8028 Document boost::combine(range1, range2) Neil Groves Bugs range Boost Development Trunk
#8070 prefer GetTickCount64 over GetTickCount viboes Bugs thread Boost 1.55.0
#8274 Add concurrent queue viboes Feature Requests thread Boost 1.52.0
#8303 [documentation] size() returns difference type Neil Groves Bugs range Boost 1.56.0
#8310 Wrong results with overlapping polygons Barend Gehrels Bugs geometry Boost 1.52.0
#8332 Add support for Android Steven Watanabe Patches build Boost 1.53.0
#8344 C4244 in dynamic_bitset.hpp due to std::size_t and std::streamsize type difference acharles Bugs dynamic_bitset Boost 1.53.0
#8375 sym_difference of non-closed polygons returns closed polygon Barend Gehrels Bugs geometry Boost 1.55.0
#8376 difference of non-closed polygons returns closed polygon Barend Gehrels Bugs geometry Boost 1.55.0
#8445 dynamic_bitset::all() acharles Feature Requests dynamic_bitset Boost 1.53.0
#8513 Async: Add a basic thread_pool executor. viboes Feature Requests thread Boost 1.54.0
#8518 Sync: Add a latch class viboes Feature Requests thread Boost 1.54.0
#8575 boost::polygon::operators::operator* crashes on a specific pair of polygons Andrii Sydorchuk Bugs polygon Boost 1.53.0
#8594 range_return utterly undocumented Neil Groves Bugs range Boost 1.53.0
#8927 boost::partition takes ForwardRange, while calls std::partition which takes Bidirectional on C++98 Neil Groves Bugs range Boost 1.54.0
#9005 optional docs use reset() akrzemi1 Bugs optional Boost 1.54.0
#9046 Refactoring of lexical cast Antony Polukhin Tasks lexical_cast Boost Development Trunk
#9054 filesystem::path::codecvt() segfault pre-main with static filesystem Beman Dawes Bugs filesystem Boost 1.54.0
#9058 with_lock_guard function viboes Feature Requests thread Boost 1.54.0
#9103 execution of slots on deletion of signals Frank Mori Hess Bugs signals2 Boost 1.54.0
#9163 Use variadic temnplates in Boost.Variant Antony Polukhin Feature Requests variant Boost Development Trunk
#9245 Check for process errors in make_qbk.py Barend Gehrels Bugs geometry Boost 1.54.0
#9271 C4512 warnings with VS 2013 RTM Antony Polukhin Bugs lexical_cast Boost Development Trunk
#9282 performance regression in boost::unordered on 64-bit platforms Daniel James Bugs unordered Boost 1.53.0
#9333 ex_scoped_thread compile fails on msvc-12.0 viboes Bugs thread Boost Development Trunk
#9334 Boost 1.55.0 beta1: circular_buffer incompatible with shared memory allocators? Antony Polukhin Bugs circular_buffer Boost 1.55.0
#9337 chrono::process_cpu_clock time points wrong by factor 1000 on Linux viboes Bugs chrono Boost Development Trunk
#9341 compile error scoped_thread(move semantics) intel-linux-14.0.1 viboes Bugs thread Boost 1.54.0
#9342 Regression on process_cpu_clock::timepoint io on V2 viboes Bugs chrono Boost 1.54.0
#9366 async(Executor, ...) fails to compile with msvc-10,11,12 viboes Bugs thread Boost Development Trunk
#9386 Compilation error with polygon and multi_array Andrii Sydorchuk Bugs polygon Boost 1.54.0
#9402 test_excutor regression on msvc-10,11,12 viboes Bugs thread Boost Development Trunk
#9404 ex_make_future regression error viboes Bugs thread Boost 1.54.0
#9415 -Wunused-local-typedef with gcc 4.8.1 jsiek Bugs concept_check Boost 1.55.0
#9419 boost::chrono::floor()/round() and negative durations is wrong viboes Bugs chrono Boost 1.54.0
#9462 Fix ValueType&& any_cast(any&&) Antony Polukhin Bugs any Boost 1.54.0
#9471 Synchronization documentation nits viboes Bugs thread Boost 1.55.0
#9479 polymorphic_get<> for variant Antony Polukhin Feature Requests variant Boost 1.54.0
#9514 [range] adjacent_filteref docs incorrect about range category Neil Groves Bugs range Boost 1.55.0
#9522 boost context support for powerpc64le olli Bugs context Boost 1.55.0
#9535 Missing exception safety might result in crash viboes Bugs thread Boost 1.55.0
#9563 boost::geometry:sym_difference fails when called with two polygons with almost identical points Barend Gehrels Bugs geometry Boost 1.55.0
#9571 Add a dynamic executor and an executor adaptor viboes Feature Requests thread Boost 1.54.0
#9618 try_join_for problem: program is not terminate. viboes Bugs thread Boost 1.55.0
#9621 dynamic_bitset.hpp MSVC compiler warning C4996 in call to std::fill_n acharles Bugs dynamic_bitset Boost 1.54.0
#9625 Please rewrite boost::thread::~thread() reference section viboes Bugs thread Boost 1.54.0
#9628 boost.geometry.within - not working for point in polygon awulkiew Bugs geometry Boost 1.55.0
#9632 public method start_thread in boost::thread class viboes Bugs thread Boost 1.53.0
#9635 UUID Library is_nil() Documentation Andy Tompkins Bugs uuid Boost 1.55.0
#9659 lexical_cast<bool> not functioning properly Antony Polukhin Bugs lexical_cast Boost 1.47.0
#9672 PDF and CDF of a laplace distribution throwing domain_error Paul A. Bristow Feature Requests math Boost Development Trunk
#9673 thread compilation with MingW/gcc on Windows gives errors timblechmann Bugs thread Boost Release Branch
#9698 boost::chrono::thread_clock not declared in OSX viboes Bugs chrono Boost 1.54.0
#9708 boost::condition_variable::timed_wait unexpectedly wakes up while should wait infinite viboes Bugs thread Boost 1.52.0
#9711 future continuation called twice viboes Bugs thread Boost 1.55.0
#9712 Documentation errors Paul A. Bristow Bugs math Boost 1.55.0
#9725 dynamic_bitset.hpp: implicit conversion changes signedness acharles Bugs dynamic_bitset Boost 1.55.0
#9801 I can no longer create and iterator_range from a stable_vector Ion Gaztañaga Bugs container Boost Release Branch
#9811 boost/boost/chrono/duration.hpp:355:56: error: call to non-constexpr function 'static std::numeric_limits<float>::_Ty std::numeric_limits<float>::max()' /home/zosun/input_service/inputservices-core-service/other/boost/boost/chrono/duration.hpp: In static member function 'static constexpr double boost::chrono::detail::chrono_numeric_limits<double, true>::lowest()': viboes Bugs chrono Boost 1.54.0
#9812 BinaryOperation boost::transform only stops when it reaches the end of rng1, even if rng2 is shorter Neil Groves Bugs range Boost 1.54.0
#9828 boost::geometry::union_(...) creates redundant closing point Barend Gehrels Bugs geometry Boost 1.55.0
#9851 Iterators from rang have different category than the range Neil Groves Bugs range Boost 1.55.0
#9859 Remove references to gcc-mingw viboes Patches chrono Boost Development Trunk
#9860 mem_fun_cxx98 doesn't compile with c++11 Douglas Gregor Bugs function Boost 1.54.0
#9866 Remove references to gcc-mingw viboes Bugs ratio Boost Development Trunk
#9867 Remove references to gcc-mingw viboes Bugs thread Boost Development Trunk
#9879 compiler_status fails to compile in C++98 mode René Rivera Bugs Regression Testing USE GITHUB Boost 1.55.0
#9915 Documentation issues regarding vector constructors and resize methods - value/default initialization Ion Gaztañaga Bugs container Boost 1.55.0
#9916 Allocator propagation incorrect in the assignment operator of most containers Ion Gaztañaga Bugs container Boost 1.55.0
#9918 chrono compilation error on Solaris, funciton timegm viboes Bugs chrono Boost 1.55.0
(more results for this group on next page)
1 2
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.