Age | Commit message (Expand) | Author | Files | Lines |
2008-08-17 | acinclude.m4 ([AC_LC_MESSAGES]): Use AC_TRY_COMPILE instead of AC_TRY_LINK. | Paolo Carlini | 5 | -446/+217 |
2008-08-17 | acinclude.m4 ([GLIBCXX_CHECK_LFS], [...]): Use GCC_TRY_COMPILE_OR_LINK instea... | Paolo Carlini | 5 | -4535/+1093 |
2008-08-14 | Re-instate last patch... | Paolo Carlini | 17 | -43/+1084 |
2008-08-13 | 2008-08-13 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 5 | -0/+0 |
2008-08-13 | 2008-08-13 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 17 | -1078/+47 |
2008-08-13 | Add exception propagation support as per N2179. | Sebastian Redl | 17 | -43/+1113 |
2008-08-12 | re PR libstdc++/37100 (/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/... | Paolo Carlini | 2 | -1/+6 |
2008-08-12 | 2008-08-12 Johannes Singler <singler@ira.uka.de> | Johannes Singler | 2 | -1/+7 |
2008-08-12 | configure.ac: Run unconditionally GLIBCXX_CHECK_INT64_T and GLIBCXX_CHECK_C99... | Paolo Carlini | 6 | -3033/+1284 |
2008-08-11 | Formatting fixes for include/tr1_impl/regex. | Stephen M. Webb | 4 | -206/+582 |
2008-08-11 | c_locale.cc: Include <cstdio>. | Paolo Carlini | 2 | -1/+6 |
2008-08-11 | configure.ac: Run GLIBCXX_CHECK_STDIO_MACROS unconditionally. | Paolo Carlini | 3 | -75/+78 |
2008-08-10 | type_traits (_DEFINE_SPEC*): Simplify. | Paolo Carlini | 3 | -90/+137 |
2008-08-09 | Revert fix for libstdc++/35637, thanks to other/36901. | Paolo Carlini | 2 | -19/+22 |
2008-08-09 | ctype_members.cc: Include <cstdio>. | Paolo Carlini | 2 | -1/+6 |
2008-08-08 | ios_base.h: Undef _IOS_BASE_SEEK_CUR and _IOS_BASE_SEEK_END at the end of the... | Paolo Carlini | 3 | -1/+13 |
2008-08-07 | * include/tr1_impl/regex (match_results): Add cbegin()/cend() per N2691 WD. | Stephen M. Webb | 2 | -2/+24 |
2008-08-06 | acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): New, checks for common values of... | Paolo Carlini | 11 | -12/+143 |
2008-08-06 | acinclude.m4 ([GLIBCXX_CHECK_INT64_T]): Also check whether int64_t is actuall... | Paolo Carlini | 5 | -6/+218 |
2008-08-05 | testsuite_api.h (diamond_derivation<>::test): Expect ambiguity together with ... | Paolo Carlini | 14 | -33/+58 |
2008-08-04 | postypes.h: Reinstate inclusion of <stdint.h>; also define the __STDC_* macros. | Paolo Carlini | 3 | -9/+31 |
2008-08-01 | acinclude.m4 ([GLIBCXX_CHECK_CLOCK_GETTIME]): Reinstate clock_gettime search,... | Paolo Bonzini | 12 | -6/+196 |
2008-07-31 | chrono (duration): Use explicitly defaulted ctor, cctor, dtor and assignment. | Chris Fairles | 6 | -30/+187 |
2008-07-31 | libstdc++.exp (libstdc++_init): Set v3-libgomp. | Paolo Carlini | 2 | -24/+13 |
2008-07-29 | set.h: Minor formatting fixes. | Paolo Carlini | 15 | -25/+42 |
2008-07-29 | utility: Include <initializer_list>, per the current WP. | Paolo Carlini | 6 | -15/+22 |
2008-07-28 | re PR libstdc++/36949 ([C++0x] make_shared does not initialize enable_shared_... | Paolo Carlini | 3 | -4/+48 |
2008-07-24 | re PR libstdc++/36924 (mt_allocator/deallocate_local_thread-5.cc and ext/mt_... | Paolo Carlini | 13 | -182/+23 |
2008-07-23 | condition_variable: Update to N2691 WD. | Chris Fairles | 7 | -65/+163 |
2008-07-23 | acinclude.m4 ([GLIBCXX_CHECK_CLOCK_GETTIME]): Define GLIBCXX_LIBS. | Chris Fairles | 12 | -5/+194 |
2008-07-22 | sso_string_base.h (__sso_string_base<>::__sso_string_base(std::initializer_li... | Paolo Carlini | 4 | -11/+17 |
2008-07-21 | Add initializer_list support as per N2679. | Jason Merrill | 62 | -22/+2189 |
2008-07-21 | arm-eabi-extra.ver: New file. | Mark Mitchell | 3 | -0/+28 |
2008-07-19 | 2008-07-19 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 5 | -18/+39 |
2008-07-18 | 2008-07-18 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -1/+0 |
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 |