{14} Active Tickets by Library / Component (3355 matches)

Results (2901 - 3000 of 3355)

smart_ptr (34 matches)

Ticket Summary Status Resolution Version Type Priority Owner
#9322 spinlock_gcc_arm.hpp fails when building iOS arm64 new Boost 1.54.0 Bugs Peter Dimov
#9315 boost shared_ptr should detect __sync support in clang new Boost 1.54.0 Bugs Peter Dimov
#9314 boost shared_ptr should use C++11 atomics when available new Boost 1.54.0 Feature Requests Peter Dimov
#9164 Dereference null return value in make_shared_object.hpp new Boost 1.54.0 Bugs Peter Dimov
#11843 shared_ptr hash support doesn't work for shared_ptr<T[]> or shared_ptr<T[N]> new Boost 1.59.0 Bugs Peter Dimov
#8923 boost/detail/lightweight_thread.hpp: Ignores failures from WaitForSingleObject new Boost 1.54.0 Bugs Peter Dimov
#11879 Incorrect use of reset cause unexpected impact on previous code segment new Boost 1.57.0 Bugs Peter Dimov
#8689 Solaris: make_shared<const T> compile error new Boost 1.51.0 Bugs Peter Dimov
#11933 warnings in 1.60 when compiling with nvcc new Boost 1.60.0 Bugs Peter Dimov
#8599 enable_shared_from_this -- no throw alternative new Boost 1.52.0 Feature Requests Peter Dimov
#8485 Compile error, same as #5431, but Windows Vista (64 bit) new Boost 1.53.0 Bugs Peter Dimov
#12019 Conversion from unique_ptr to shared_ptr is too broad new Boost 1.60.0 Bugs Peter Dimov
#12168 Issue with shared_ptr on boost python new Boost 1.58.0 Bugs Peter Dimov
#12278 Library requirements errors. new Boost Development Trunk Bugs Peter Dimov
#12335 Integer overflow in use counter of shared pointers. new Boost 1.61.0 Bugs Peter Dimov
#12351 boost::make_shared doesn't use constructor forwarding through move emulation new Boost 1.59.0 Patches Peter Dimov
#12418 boost.smart_ptr: mips assembly doesn't compile in mips16e mode new Boost 1.61.0 Patches Peter Dimov
#7125 weak_ptr::lock() thread safety new Boost 1.50.0 Feature Requests Peter Dimov
#6829 [smart_ptr] make_shared is slower than shared_ptr(new) in MSVC new Boost Development Trunk Bugs Peter Dimov
#12604 neither scoped_array nor checked_delete do check for nullptr new Boost 1.62.0 Bugs Peter Dimov
#5925 shared_array: size, begin, end, data? new Boost 1.47.0 Feature Requests Peter Dimov
#5673 Quick allocator error in multi thread new Boost 1.44.0 Bugs Peter Dimov
#5625 sp_counted_base implementation using boost.atomic new Patches Peter Dimov
#13165 inplace_ptr new Boost 1.64.0 Feature Requests Peter Dimov
#13204 Warning when compiling with -Wdeprecated-dynamic-exception-spec in clang new Boost 1.65.0 Bugs Peter Dimov
#11622 std::auto_ptr is deprecated new Boost 1.59.0 Bugs Peter Dimov
#4637 An extra scoped_array(n) constructor, please! new Boost 1.44.0 Feature Requests Peter Dimov
#2911 shared_from_this free function new Boost 1.38.0 Feature Requests Frank Mori Hess
#2314 Finish intrusive_ptr_test.cpp new Boost 1.36.0 Bugs Peter Dimov
#2312 intrusive_ptr::operator= should have by-value argument new Boost 1.36.0 Patches Peter Dimov
#13538 Issue in addressof.hpp? new Boost 1.67.0 Support Requests Peter Dimov
#1913 Null deleter for shared_ptr new Boost 1.35.0 Feature Requests Peter Dimov
#1107 Add weak_use_count to weak_ptr as a debugging aid new Feature Requests Peter Dimov
#810 support for weak_ptr binding new None None Feature Requests 5 Peter Dimov

sort (4 matches)

#12822 MSVC14u3: compiler warning new Boost 1.63.0 Bugs Paul A. Bristow
#13127 out of bound memory access in integer_sort new Boost 1.64.0 Bugs Paul A. Bristow
#12821 Crash in integer_sort when reverse sorting a struct new Boost 1.63.0 Bugs Paul A. Bristow
#12823 Partial sort"'`-- new Boost 1.63.0 Feature Requests Paul A. Bristow

spirit (38 matches)

#4742 Karma produces not the supposed output for a real number generator in scientific mode new Boost 1.44.0 Bugs Hartmut Kaiser
#7723 prune include directives new Boost 1.52.0 Support Requests Joel de Guzman
#8597 Add single precision float support for spirit and/or utree new Boost 1.53.0 Feature Requests Joel de Guzman
#7637 Karma allow integrals as type for real_generator new Boost 1.52.0 Patches Joel de Guzman
#8439 Formatting for and-predicate and not-predicate new Boost 1.53.0 Bugs Hartmut Kaiser
#7621 Stateful policies support for Qi bool parsers new Boost 1.52.0 Patches Joel de Guzman
#8820 Reduce debug symbols size new Boost 1.54.0 Bugs Joel de Guzman
#7538 boost::spirit::istream_iterator does not handle incrememt correctly at the end new Boost 1.52.0 Bugs Joel de Guzman
#12906 Add support for string_view new Boost 1.63.0 Feature Requests Joel de Guzman
#11824 [spirit][qi] skip_flag::dont_postskip not working as expected new Boost 1.59.0 Bugs Joel de Guzman
#6402 boost::spirit::lazy( *X ) does not have same semantics as *X new Boost 1.46.1 Bugs Joel de Guzman
#6444 qi::lit(<char>) parses into a '\0' in 1.47 and 1.48 reopened Boost 1.48.0 Bugs Joel de Guzman
#9580 [spirit.lex] self("state") += calls a wrong operator += new Boost Development Trunk Bugs Hartmut Kaiser
#7315 A fusion adapted struct with a single member doesn't work with the Qi list operator new Boost 1.52.0 Bugs Joel de Guzman
#8013 Fusion sequence attribute compatibility new Boost 1.53.0 Bugs Joel de Guzman
#5591 Inherited attributes and copy() function new Boost 1.46.1 Bugs Joel de Guzman
#12932 "Char >> (Literal | Sequence)" unpacking new Boost 1.63.0 Feature Requests Joel de Guzman
#9114 Documentation examples not working new Boost 1.54.0 Bugs Joel de Guzman
#11718 No debug output when karma.hpp is included before qi.hpp new Boost 1.55.0 Bugs Joel de Guzman
#10548 Spirit.Lex does not support scoped enum new Boost 1.55.0 Feature Requests Hartmut Kaiser
#8529 boost/spirit/home/karma/stream/stream.hpp comments about special overload incomplete new Boost 1.52.0 Bugs Hartmut Kaiser
#11704 Can't pass a generic lambda as an argument to a parser new Boost 1.59.0 Bugs Joel de Guzman
#13313 Problem when mixing repeat with epsilon parser new Boost 1.65.0 Bugs Joel de Guzman
#10954 boost::spirit::iterator_policies::split_std_deque memory leak on reference count new Boost 1.57.0 Bugs Joel de Guzman
#5785 regression in parsing a list of lists new Boost 1.47.0 Bugs Joel de Guzman
#10706 boost::spirit::basic_istream_iterator does not satisfy single pass iterator requirements new Boost 1.56.0 Bugs Joel de Guzman
#8579 qi::as/qi::attr_cast<container_type> cannot be combined with some other parsers new Boost Development Trunk Bugs Joel de Guzman
#11621 Regexp doesn't match "\\" new Boost Development Trunk Bugs Joel de Guzman
#6066 Getting back std::string from a utree string node throws std::bad_cast new Boost 1.47.0 Bugs Joel de Guzman
#9405 boost::spirit::karma::real_generator prints a number multiplied by 10 new Boost 1.49.0 Bugs Hartmut Kaiser
#12918 Spirit:extra template parameters in mini_c sample new Boost 1.63.0 Bugs Joel de Guzman
#6106 New map[] directive to augment qi::symbols when doing binary parsing new Boost Release Branch Patches Joel de Guzman
#7732 Spirit Karma calls compile unqualified, which causes it to use compile functions found by ADL new Boost Development Trunk Bugs Joel de Guzman
#4336 [spirit] A trait to access encoding-specific parsers new Boost 1.44.0 Feature Requests Hartmut Kaiser
#11188 can not use repeat(int)[] with std::ref and phoenix::ref new Boost 1.58.0 Bugs Joel de Guzman
#9900 patch for GCC -Wshadow warnings in spirit/home/classic new Boost Release Branch Patches Joel de Guzman
#9052 Support of Stateful Allocators in spirit new Boost 1.54.0 Feature Requests Joel de Guzman
#13207 boost::spirit::istream_iterator unusable with boost::asio::ip::tcp::iostream new Boost 1.65.0 Bugs Joel de Guzman

statechart (8 matches)

#9290 boost statechart documentation does not mention, that the state machine should be terminated with terminate() new Boost 1.54.0 Bugs Andreas Huber
#4062 Write a FAQ item on why state constructors do not have access to event data assigned Boost 1.42.0 Tasks Andreas Huber
#6894 Highlight context forwarding in async state machine docs assigned Boost 1.49.0 Bugs Andreas Huber
#4063 Add debugging support assigned Boost 1.42.0 Feature Requests Andreas Huber
#4064 std::bad_cast should be thrown with BOOST_THROW_EXCEPTION assigned Boost 1.42.0 Bugs Andreas Huber
#11084 segfault in process_queued_events, boost statechart new Boost 1.57.0 Bugs Andreas Huber
#9460 boost::statechart::fifo_worker not working well when BOOST_THREAD_DONT_PROVIDE_NESTED_LOCKS is defined new Boost 1.55.0 Bugs Andreas Huber
#9525 Assert with program termination due to context<...>() call in simple_state's entry action is incorrect new Boost 1.49.0 Bugs Andreas Huber

static_assert (1 match)

#10689 static_assert.hpp: unrecognized #pragma GCC system_header new Boost 1.56.0 Bugs John Maddock

string_algo (9 matches)

#13579 memory management in algorithm::is_any_of new Boost 1.63.0 Bugs Marshall Clow
#9318 Improve performance of boost string algorithms when converting case new Boost 1.53.0 Feature Requests Marshall Clow
#8831 Reuse capacity from user containers in order to prevent superfluous allocations new Boost 1.54.0 Feature Requests Marshall Clow
#11021 Natural sort new Boost 1.57.0 Feature Requests Marshall Clow
#11651 boost::to_upper and boost::to_lower damages non ascii-charasters in std::u32string new Boost 1.59.0 Bugs Marshall Clow
#11101 urlencode() and urldecode() new Boost 1.57.0 Feature Requests Marshall Clow
#8582 Improve string algorithm Stacking new Boost 1.55.0 Feature Requests Marshall Clow
#13618 Support for string_view etc... new Boost 1.67.0 Feature Requests Marshall Clow
#7494 boost::replace_all is very slow on debug build when Format size is big assigned Boost 1.45.0 Bugs Marshall Clow

swap (4 matches)

#8625 Add function to indicate if `swap` is no-throw new Boost 1.55.0 Feature Requests joseph.gauterin
#9510 std::swap should be pulled in from <utility> in C++11 new Boost 1.55.0 Patches joseph.gauterin
#7968 swap: Add noexcept to conform with C++11 on compilers supporting it. new Boost 1.53.0 Feature Requests joseph.gauterin
#9469 std::swap should be pulled in from <utility> in C++11 new Boost 1.55.0 Bugs joseph.gauterin

system (2 matches)

#11597 undefined reference to boost::system::generic_category() new Boost 1.59.0 Bugs Beman Dawes
#7910 MSVC-11 can't find some symbols in Boost::System static library new Boost 1.52.0 Bugs Beman Dawes
Note: See TracReports for help on using and creating reports.