Custom Query (98 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Status: closed (95 matches)

Ticket Summary Owner Type Component Version Ticket
#1850 request for unlock_guard (and/or unique_unlock) to compliment lock_guard/unique_lock viboes Feature Requests thread Boost 1.35.0
#2380 boost::move from lvalue does not work with gcc viboes Bugs thread Boost 1.44.0
#2575 Bug- Boost 1.36.0 on Itanium platform viboes Patches thread Boost 1.36.0
#2637 Request for shared_mutex duration timed_lock and timed_lock_shared viboes Feature Requests thread Boost 1.37.0
#2741 proposal to manage portable and non portablethread attributes viboes Feature Requests thread Boost 1.37.0
#3160 Duplicate tutorial code in boost::thread viboes Tasks thread Boost 1.39.0
#3215 Clamp function Marshall Clow Feature Requests algorithm Boost 1.39.0
#3567 Request for shared_lock_guard viboes Feature Requests thread Boost 1.40.0
#4345 thread::id and joining problem with cascade of threads viboes Bugs thread Boost 1.43.0
#4521 Error using boost::move on packaged_task (MSVC 10) viboes Bugs thread Boost 1.44.0
#4705 C++03 Move Support Undocumented viboes Bugs thread Boost 1.44.0
#4711 Must use implementation details to return move-only types viboes Bugs thread Boost 1.44.0
#4921 BOOST_THREAD_USE_DLL and BOOST_THREAD_USE_LIB are crucial and need to be documented viboes Bugs thread Boost Development Trunk
#5013 documentation: boost::thread: pthreas_exit causes terminate() viboes Bugs thread Boost 1.36.0
#5173 boost::this_thread::get_id is very slow viboes Feature Requests thread Boost 1.45.0
#5351 interrupt a future get boost::unknown_exception viboes Patches thread Boost 1.46.0
#5516 Upgrade lock is not acquired when previous upgrade lock releases if another read lock is present viboes Patches thread Boost 1.42.0
#5674 assertion failed in boost::range::copy_n() Neil Groves Patches range Boost 1.46.1
#5681 boost::range::equal doesn't work correctly with single pass ranges Neil Groves Bugs range Boost 1.46.1
#5800 lexical_cast doesn't compile without exceptions Antony Polukhin Bugs lexical_cast Boost 1.47.0
#5971 size() return type should be size_type, not difference_type Neil Groves Bugs range Boost 1.47.0
#5990 shared_future<T>::get() has wrong return type viboes Patches thread Boost 1.48.0
#5993 range::accumulate is missing a const in a concept check Neil Groves Bugs range Boost 1.47.0
#6149 as_literal used on string container making unnecessary expensive copy Neil Groves Bugs range Boost 1.48.0
#6166 Transform from cartesian to spherical equatorial 3D not implemented Barend Gehrels Patches geometry Boost 1.48.0
#6190 Warnings in unordered when compiled with "-Wshadow" Daniel James Bugs unordered Boost 1.48.0
#6194 Adapt to Boost.Move viboes Feature Requests thread Boost 1.48.0
#6195 c++11 compliance: Provide the standard time related interface using Boost.Chrono viboes Feature Requests thread Boost 1.48.0
#6217 Enhance Boost.Thread shared mutex interface with upwards conversions following Howard Hinnant proposal viboes Feature Requests thread Boost 1.48.0
#6222 Compile error with SunStudio: unique_future move viboes Bugs thread Boost 1.48.0
#6224 Add the use of standard noexcept on compilers supporting them viboes Tasks thread Boost 1.48.0
#6225 Add the use of standard =delete defaulted operations on compilers supporting them viboes Tasks thread Boost 1.48.0
#6226 add explicit bool conversion from locks viboes Tasks thread Boost 1.48.0
#6228 Add promise constructor with allocator following the standard c++11 viboes Tasks thread Boost 1.48.0
#6229 Rename the unique_future to future following the c++11 viboes Tasks thread Boost 1.48.0
#6230 Follows the exception reporting mechanism as defined in the c++11 viboes Tasks thread Boost 1.48.0
#6231 Add BasicLockable requirements in the documentation to follow c++11 viboes Tasks thread Boost 1.48.0
#6266 c++11 compliance: thread destructor should call terminate if joinable viboes Feature Requests thread Boost 1.48.0
#6269 c++11 compliance: thread move assignment should call terminate if joinable viboes Feature Requests thread Boost 1.48.0
#6272 c++11 compliance: Add thread::id hash specialization viboes Feature Requests thread Boost 1.48.0
#6342 c++11 compliance: Adapt the one_flag to the c++11 interface viboes Feature Requests thread Boost 1.48.0
#6354 PGI: Compiler threading support is not turned on viboes Bugs thread Boost Development Trunk
#6361 integer overflow in boost::chrono::process_real_cpu_clock::now() under Windows 32bits viboes Bugs chrono Boost 1.48.0
#6423 json_parser_read.hpp bug with libc++ Sebastian Redl Bugs property_tree Boost 1.48.0
#6441 lexical_cast uses non existing std::basic_stringstream<char>::pptr when compiling with -DBOOST_NO_STD_LOCALE Antony Polukhin Bugs lexical_cast Boost 1.48.0
#6456 trunk compilation errors converting future_errc to int viboes Bugs thread Boost Development Trunk
#6492 os_file_functions.hpp:448: comparison always false limited range data type Ion Gaztañaga Bugs interprocess Boost 1.49.0
#6498 boost::ratio won't compile with default settings viboes Bugs ratio Boost 1.47.0
#6504 Compile error when casting std::string to containers::wstring Antony Polukhin Bugs lexical_cast Boost 1.48.0
#6523 Tune lexical_cast for VC Antony Polukhin Tasks lexical_cast Boost 1.48.0
#6530 [iostreams]: typos in comments and documentation, part 1 Daniel James Bugs iostreams Boost Development Trunk
#6562 boost::lexical_cast works for "nan" but throws an error for "NaN" Antony Polukhin Bugs lexical_cast Boost 1.48.0
#6570 Adding noexcept to boost::declval viboes Patches utility Boost Development Trunk
#6577 Add meta-function to extract the raw type, meta-function to compare raw types John Maddock Feature Requests type_traits Boost Development Trunk
#6584 Point to linestring distance calculation Barend Gehrels Bugs geometry Boost Development Trunk
#6585 Multipoint syntax variant Barend Gehrels Patches geometry Boost Development Trunk
#6596 Docs bug in boost_1_49_0_beta1/doc/html/boost/algorithm/find_head.html Marshall Clow Bugs algorithm Boost 1.49.0
#6612 Boost thread debug std::cerr << __LINE__ in futures.hpp viboes Bugs thread Boost Development Trunk
#6620 Boost Asio error with (unreleased) gcc 4.7 - monotonic / steady clock chris_kohlhoff Bugs asio Boost Development Trunk
#6628 compiler warning in process_cpu_clocks.hpp viboes Bugs chrono Boost 1.49.0
#6635 Boost.Locale UTF encode function passes wrong type to output iterator Artyom Beilis Bugs locale Boost 1.49.0
#6641 boost::spirit::qi rule parsing bug Joel de Guzman Bugs spirit Boost 1.49.0
#6645 lexical_cast<float>("0.0") -> warning: Antony Polukhin Bugs lexical_cast Boost 1.49.0
#6655 Inclusion of <boost/signals2.hpp> causes valid code to fail to compile with Clang Frank Mori Hess Bugs signals2 Boost 1.49.0
#6666 thread_clock.hpp needs pthread.h viboes Bugs chrono Boost 1.48.0
#6669 Apple clang++ -stdc=c++0x breaks on lexical_cast.hpp Antony Polukhin Bugs lexical_cast Boost 1.49.0
#6671 upgrade_lock: missing mutex and release functions viboes Feature Requests thread Boost 1.49.0
#6672 upgrade_lock:: missing constructors from time related types viboes Feature Requests thread Boost 1.49.0
#6675 upgrade_lock:: missing non-member swap viboes Feature Requests thread Boost 1.49.0
#6676 lock conversion should be explicit viboes Feature Requests thread Boost 1.49.0
#6678 Boost 1.49 compilation warnings [FreeBSD] Bugs Building Boost Boost 1.49.0
#6692 spinlock_gcc_arm.hpp uses deprecated assembly instructions on ARMv7 Peter Dimov Bugs smart_ptr Boost 1.49.0
#6693 tribool.hpp causes warnings under -Wshadow on gcc Marshall Clow Bugs logic Boost 1.49.0
#6695 config/auto_link.hpp #errors unnecessarily errors when mixing /RTC and release CRTs John Maddock Bugs config Boost 1.46.1
#6696 boost::geometry::intersection on two triangles creates self-intersecting polygon Barend Gehrels Bugs geometry Boost 1.49.0
#6728 function_property_map Jeremiah Willcock Feature Requests property_map Boost 1.49.0
#6760 PUSH_BACK/_FRONT on empty array broken pmenso57 Bugs preprocessor Boost 1.49.0
#6762 missing return value in function viboes Patches chrono Boost 1.49.0
#6771 unordered_map comparing float in assertion statement causes large warning in gcc Daniel James Bugs unordered Boost Release Branch
#6774 typo in doc/libs/1_49_0/libs/test/doc/html/intro.html Gennadiy Rozental Bugs test Boost 1.49.0
#6781 Docs not clear about support of empty containers No-Maintainer Tasks preprocessor Boost 1.49.0
#6784 boost::unordered compilation failure in emplace_args.hpp with Solaris Studio 12.3 Daniel James Bugs unordered Boost 1.49.0
#6794 boost-1.49.0 fails to build with gcc-4.6.2: boost/smart_ptr/intrusive_ptr.hpp:94:5: internal compiler error: Segmentation fault Daniel James Bugs quickbook Boost 1.49.0
#6806 Support std::array Daniel James Feature Requests hash Boost 1.49.0
#6808 "pedantic" warning in property tree (extra semi-colon) Sebastian Redl Bugs property_tree Boost Development Trunk
#6812 boost::lexical_cast<float>(".") returns 0 instead of throwing Antony Polukhin Bugs lexical_cast Boost 1.48.0
#6820 make_big_value() in big_constant.hpp uses constexpr incorrectly John Maddock Bugs math Boost Development Trunk
#6833 Missing ICU namespace scope in Boost.Locale Artyom Beilis Bugs locale Boost 1.49.0
#6840 Mistake in Boost 1.49 String Algorithm Documentation Marshall Clow Bugs string_algo Boost 1.49.0
#6849 Document <boost/functional/hash/hash_fwd.hpp> Daniel James Bugs hash Boost 1.49.0
#6857 reserve() Daniel James Feature Requests unordered Boost 1.49.0
#6908 Compile error due to unprotected definitions of _WIN32_WINNT and WINVER viboes Bugs thread Boost Development Trunk
#6927 Boost.Program_options can't link with G++'s Profile features Vladimir Prus Bugs program_options Boost 1.49.0
#6940 TIME_UTC is a macro in C11 viboes Bugs thread Boost 1.49.0
#6959 call of abs is ambiguous viboes Patches thread Boost 1.50.0

Status: new (2 matches)

Ticket Summary Owner Type Component Version Ticket
#6626 shallow_array_adaptor bug in swap function Gunter Bugs uBLAS Boost 1.49.0
#6828 functional/forward broken with decltype-based boost::result_of t_schwinger Patches functional/forward Boost Development Trunk

Status: reopened (1 match)

Ticket Summary Owner Type Component Version Ticket
#1499 xxx is not a member of 'boost::signals::detail::named_slot_map_iterator Douglas Gregor Bugs signals Boost 1.55.0
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.