Age | Commit message (Expand) | Author | Files | Lines |
2008-07-18 | c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__. | Kris Van Hees | 3 | -0/+21 |
2008-07-18 | vector (insert(iterator, _Tp&&), [...]): Enable only when _Tp != bool. | Paolo Carlini | 1 | -0/+7 |
2008-07-18 | vector (insert(iterator, _Tp&&), [...]): Enable only when _Tp != bool. | Paolo Carlini | 2 | -6/+12 |
2008-07-18 | libstdc++.exp (check_v3_target_c_std): Avoid unused variable warnings leading... | Paolo Carlini | 2 | -1/+6 |
2008-07-16 | assign_neg.cc: Adjust dg-error lines. | Paolo Carlini | 5 | -5/+14 |
2008-07-16 | unique_ptr.h: Remove stray character. | Paolo Carlini | 2 | -1/+5 |
2008-07-16 | user.cfg.in: Add complex, ratio, intializer_list. | Benjamin Kosnik | 9 | -65/+104 |
2008-07-15 | chrono: New, as per N2661. | Chris Fairles | 28 | -7/+2220 |
2008-07-15 | re PR libstdc++/36832 (error compiling with crope) | Paolo Carlini | 3 | -5/+64 |
2008-07-15 | find_selectors.h: Correct name for include guard #ifndef. | Johannes Singler | 40 | -50/+60 |
2008-07-12 | date_time: Remove, per N2549, in WP. | Paolo Carlini | 17 | -606/+37 |
2008-07-10 | balanced_quicksort.h: (qsb_divide) Replace "*end" by "*(end - 1)" in assertion. | Johannes Singler | 2 | -4/+9 |
2008-07-10 | re PR libstdc++/36451 (Broken links in libstdc++ online documentation) | Benjamin Kosnik | 22 | -116/+122 |
2008-07-10 | unwind-cxx.h (__is_gxx_forced_unwind_class, [...]): Define for ARM EABI unwin... | Joseph Myers | 4 | -5/+47 |
2008-07-10 | re PR libstdc++/36552 (includes itself: ext/pb_ds/detail/left_child_next_sibl... | Andreas Beckmann | 2 | -3/+7 |
2008-07-09 | typedefs-2.cc, [...]: Use -Wl,--no-enum-size-warning for arm*-*-linux*eabi. | Joseph Myers | 3 | -0/+8 |
2008-07-09 | 2008-07-09 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -0/+8 |
2008-07-09 | random_shuffle.h: (sequential_random_shuffle) Copy data back. | Johannes Singler | 2 | -0/+78 |
2008-07-08 | type_traits: Add common_type. | Chris Fairles | 4 | -0/+207 |
2008-07-08 | libstdc++.exp (check_v3_target_stdint): New. | Paolo Carlini | 12 | -116/+162 |
2008-07-06 | system_error (is_error_code_enum): Use identifier _Tp instead of _T to avoid ... | Roger Sayle | 2 | -2/+8 |
2008-07-05 | postypes.h: Do not include <stdint.h>. | Paolo Carlini | 3 | -6/+12 |
2008-07-05 | [multiple changes] | Paolo Carlini | 4 | -11/+110 |
2008-07-04 | ratio: New, per N2661. | Chris Fairles | 11 | -0/+760 |
2008-07-04 | re PR libstdc++/36616 (Open issues from a test run) | Paolo Carlini | 3 | -42/+24 |
2008-07-03 | stof.cc: Improve check on long double limits. | Paolo Carlini | 5 | -4/+19 |
2008-07-03 | Makefile.am: Add initializer_list to the headers. | Paolo Carlini | 4 | -19/+33 |
2008-07-03 | tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT. | Jason Merrill | 3 | -12/+23 |
2008-07-02 | Implement WG21 N2672, Initializer List proposed wording | Jason Merrill | 3 | -0/+82 |
2008-06-30 | backward_warning.h: Fix typo. | Alfred E. Heggestad | 2 | -3/+8 |
2008-06-29 | string_conversions.cc: Remove. | Paolo Carlini | 10 | -252/+375 |
2008-06-29 | stl_algo.h (copy_n): Add in C++0x mode. | Paolo Carlini | 13 | -1/+569 |
2008-06-28 | stl_algo.h (partition_point): Add in C++0x mode. | Paolo Carlini | 8 | -0/+293 |
2008-06-28 | re PR libstdc++/36660 (pb_ds/detail/resize_policy/sample_resize_trigger.hpp h... | Paolo Carlini | 2 | -3/+7 |
2008-06-27 | vec.cc (__aeabi_vec_dtor_cookie): Handle NULL array address. | Mark Mitchell | 2 | -0/+20 |
2008-06-27 | stl_algo.h (is_partitioned): Add in C++0x mode. | Paolo Carlini | 8 | -8/+269 |
2008-06-27 | stl_numeric.h (iota): Add in C++0x mode. | Paolo Carlini | 12 | -24/+229 |
2008-06-26 | stl_algo.h (partition_copy): Add in C++0x mode. | Paolo Carlini | 8 | -15/+377 |
2008-06-26 | pointer_array.cc: New. | Chris Fairles | 9 | -0/+546 |
2008-06-26 | base.h (plus, multiplies): Use __typeof__, not typeof. | Paolo Carlini | 2 | -8/+13 |
2008-06-25 | default.cc: Avoid -Wall warnings. | Paolo Carlini | 8 | -25/+74 |
2008-06-25 | stl_algo.h (__find_if_not, [...]): Add in C++0x, per N2666. | Paolo Carlini | 23 | -10/+1191 |
2008-06-24 | parallel_mode.xml: Clarify use of explicit parallel algorithms. | Benjamin Kosnik | 36 | -268/+448 |
2008-06-24 | stl_algo.h (remove_if): Cast __pred result to bool. | Paolo Carlini | 5 | -3/+157 |
2008-06-24 | re PR libstdc++/36616 (Open issues from a test run) | Paolo Carlini | 3 | -8/+38 |
2008-06-24 | 2008-06-24 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -0/+1 |
2008-06-24 | exception.hpp (__throw_container_error, [...]): Mark inline. | Paolo Carlini | 2 | -9/+16 |
2008-06-22 | move.h (swap(_Tp (&)[_Nm], _Tp (&)[_Nm])): Add, per DR 809. | Paolo Carlini | 6 | -7/+93 |
2008-06-21 | [multiple changes] | Paolo Carlini | 1 | -0/+0 |
2008-06-21 | [multiple changes] | Paolo Carlini | 22 | -29/+588 |