Age | Commit message (Expand) | Author | Files | Lines |
2016-08-23 | Add C++17 constexpr to debug and profile mode arrays | Jonathan Wakely | 1 | -0/+4 |
2016-08-23 | libstdc++/77334 move assign RB trees of non-copyable types | Jonathan Wakely | 1 | -0/+5 |
2016-08-23 | Remove reference to -pthreads option in libstdc++ manual | Jonathan Wakely | 1 | -0/+3 |
2016-08-23 | Use dg-do preprocess instead of compile for tests | Jonathan Wakely | 1 | -0/+3 |
2016-08-23 | Implement resolution of LWG DR 685 precisely | Jonathan Wakely | 1 | -0/+16 |
2016-08-23 | Add constexpr to <iterator> and <array> for C++17 | Jonathan Wakely | 1 | -0/+21 |
2016-08-22 | Split _M_dfs() into smaller functions. | Tim Shen | 1 | -0/+11 |
2016-08-22 | libstdc++/68297 avoid throw/catch in make_exception_ptr | Gleb Natapov | 1 | -0/+27 |
2016-08-22 | Update links to libstdc++ Doxygen pages | Jonathan Wakely | 1 | -0/+4 |
2016-08-22 | Add noexcept to std::function swap | Jonathan Wakely | 1 | -0/+8 |
2016-08-19 | Simplify dg-options for tests using pthreads | Jonathan Wakely | 1 | -0/+43 |
2016-08-19 | Define std::not_fn for C++17 | Jonathan Wakely | 1 | -0/+9 |
2016-08-19 | Define std::atomic<T>::is_always_lock_free for C++17 | Jonathan Wakely | 1 | -0/+7 |
2016-08-19 | Fix ambiguities in C++17 mode | Jonathan Wakely | 1 | -0/+7 |
2016-08-19 | Update C++17 library status table | Jonathan Wakely | 1 | -0/+6 |
2016-08-18 | Implement the latest proposed resolution of LWG 2756. | Ville Voutilainen | 1 | -0/+25 |
2016-08-18 | Implement <variant> | Tim Shen | 1 | -0/+14 |
2016-08-18 | Expand libstdc++ docs on testing | Jonathan Wakely | 1 | -0/+5 |
2016-08-18 | Improve documentation of libstdc++ test targets | Jonathan Wakely | 1 | -0/+3 |
2016-08-18 | Document libstdc++.so versioning in manual | Jonathan Wakely | 1 | -0/+3 |
2016-08-18 | Improve markup in libstdc++ manual | Jonathan Wakely | 1 | -0/+5 |
2016-08-18 | Remove unintended dg-options directive | Jonathan Wakely | 1 | -0/+5 |
2016-08-17 | Fix invalid dg-do directive | Jonathan Wakely | 1 | -0/+3 |
2016-08-17 | Use effective target instead of -std in dg-options | Jonathan Wakely | 1 | -0/+13 |
2016-08-17 | Add c++11 effective target to tests for C++11 features | Jonathan Wakely | 1 | -0/+4 |
2016-08-17 | Add comment explaining why -std=c++14 is needed. | Jonathan Wakely | 1 | -0/+2 |
2016-08-17 | Remove duplicate dg-options directive | Jonathan Wakely | 1 | -0/+3 |
2016-08-17 | Adjust DG directives in libstdc++ Profile Mode test | Jonathan Wakely | 1 | -0/+3 |
2016-08-17 | Adjust DG directives in libstdc++ XFAIL test | Jonathan Wakely | 1 | -0/+4 |
2016-08-17 | Adjust testcases for C++17 compatibility | Jonathan Wakely | 1 | -0/+18 |
2016-08-17 | Adjust testcase for C++14 compatibility | Jonathan Wakely | 1 | -0/+3 |
2016-08-17 | PR 77264 constrain new std::basic_string overloads | Jonathan Wakely | 1 | -0/+38 |
2016-08-16 | PR 72847 Prevent double-free in std::vector<bool> | Jonathan Wakely | 1 | -0/+12 |
2016-08-15 | Implement LWG 2744 and LWG 2754. | Ville Voutilainen | 1 | -0/+19 |
2016-08-15 | Add a feature macro for C++17 make_from_tuple. | Ville Voutilainen | 1 | -0/+8 |
2016-08-15 | ops.cc: Always include ostream and ext/stdio_filebuf.h. | Uros Bizjak | 1 | -0/+8 |
2016-08-15 | re PR testsuite/72840 (PASS->NA: 20_util/ratio/cons/cons_overflow_neg.cc) | Thomas Preud'homme | 1 | -0/+6 |
2016-08-11 | Implement C++17 make_from_tuple. | Ville Voutilainen | 1 | -0/+6 |
2016-08-11 | Implement LWG 2758. | Ville Voutilainen | 1 | -0/+15 |
2016-08-06 | Update C++17 library status table | Jonathan Wakely | 1 | -0/+3 |
2016-08-06 | * testsuite/lib/libstdc++.exp: Fix typo in comment. | Jonathan Wakely | 1 | -0/+2 |
2016-08-06 | Use ::new to avoid finding overloaded operator new | Jonathan Wakely | 1 | -0/+5 |
2016-08-06 | Add std::apply for C++17 | Jonathan Wakely | 1 | -0/+18 |
2016-08-05 | Correct status of __cpp_lib_enable_shared_from_this | Jonathan Wakely | 1 | -0/+3 |
2016-08-05 | Implement C++17 rounding functions for std::chrono (P0092R1) | Jonathan Wakely | 1 | -0/+11 |
2016-08-05 | Use __invoke in std::function internals | Jonathan Wakely | 1 | -0/+9 |
2016-08-04 | Define std::is_callable and std::is_nothrow_callable | Jonathan Wakely | 1 | -0/+30 |
2016-08-04 | Update C++17 library implementation status table | Jonathan Wakely | 1 | -0/+3 |
2016-08-04 | Define std::enable_shared_from_this::weak_from_this | Jonathan Wakely | 1 | -0/+5 |
2016-08-04 | Simplify std::__invoke_impl definitions | Jonathan Wakely | 1 | -0/+10 |