aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2008-06-05random_shuffle.h: (parallel_random_shuffle_drs) Get the actual number of thre...Johannes Singler2-4/+5
2008-06-04assoc_container.hpp: Change allocator typedef to allocator_type, as per exist...Benjamin Kosnik23-45/+45
2008-06-02vector.tcc (vector<>::_M_insert_aux): In C++0x mode, avoid a memory leak if t...Paolo Carlini1-19/+31
2008-05-31re PR libstdc++/36338 (heap_sort effectively hangs with -D_GLIBCXX_DEBUG)Paolo Carlini1-5/+13
2008-05-29bitset (bitset(const char*)): Implement DR 778 in debug-mode too.Paolo Carlini2-0/+22
2008-05-26cmath (pow(float, int), [...]): Do not define in C++0x mode, per DR 550.Paolo Carlini5-8/+58
2008-05-26tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out.Paolo Carlini13-33/+52
2008-05-25complex (complex<>::real(_Tp), [...]): Add per DR 387.Paolo Carlini1-0/+84
2008-05-25complex: Trivial stylistic changes...Paolo Carlini1-456/+341
2008-05-23tuple: Replace int -> size_t throughout per DR 775.Paolo Carlini3-51/+104
2008-05-23cmath (fpclassify): Use __builtin_fpclassify.Paolo Carlini2-20/+6
2008-05-23hashtable_policy.h (_Map_base<,, [...]): Add per DR 761.Paolo Carlini1-2/+50
2008-05-22complex (proj(const std::complex<>&), proj(_Tp)): Add per DR 781.Paolo Carlini3-17/+70
2008-05-21bitset (bitset<>::bitset(const char*)): Add per DR 778.Paolo Carlini1-8/+19
2008-05-20PR c++/33979 (partial)Paolo Carlini3-0/+112
2008-05-16system_error: Align to current draft specifications.Benjamin Kosnik2-28/+186
2008-05-16parallel_mode.xml: Documented the new choices, factoring out common tags.Johannes Singler4-196/+347
2008-05-15mutex (mutex::try_lock): Eat errors.Benjamin Kosnik1-28/+10
2008-05-14sstream: Adjust braces.Benjamin Kosnik2-19/+23
2008-05-12vector (vector<>::_M_requires_reallocation): Just use this->capacity().Stefano Soffia1-8/+11
2008-05-10vector (vector<>::_M_requires_reallocation): Fix macro.Roberto Bagnara1-2/+2
2008-05-07quicksort.h: (parallel_sort_qs_conquer) Explicitly request number of threads ...Johannes Singler1-4/+1
2008-05-07mutex (mutex::mutex): Fix usage of initializing macro.Benjamin Kosnik1-76/+76
2008-05-06condition_variable: New.Benjamin Kosnik5-1/+558
2008-05-06re PR libstdc++/36130 (Atomics regression test fail to compile when parallel ...Benjamin Kosnik1-10/+7
2008-05-062008-05-06 Johannes Singler <singler@ira.uka.de>Johannes Singler2-78/+120
2008-05-02c++config: Revert _GLIBCXX_LONG_DOUBLE_COMPAT change.Benjamin Kosnik1-3/+2
2008-04-30Makefile.am (install-headers): Cope with empty parallel_headers.Ralf Wildenhues2-4/+8
2008-04-29c++config: Remove space between '#' and 'undef' for _GLIBCXX_LONG_DOUBLE_COMPAT.Benjamin Kosnik1-1/+1
2008-04-29c++config: Move os_defines and cpu_defines after namespace definitions and ba...Benjamin Kosnik1-32/+27
2008-04-26re PR libstdc++/35922 (std::unordered_map missing in debug mode)Benjamin Kosnik1-1/+5
2008-04-24re PR libstdc++/35887 (stl parallel includes installed for --disable-libgomp)Benjamin Kosnik2-45/+50
2008-04-24re PR libstdc++/35969 (GLIBCXX_DEBUG: list::merge triggers bad assert)Paolo Carlini1-14/+25
2008-04-24acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Check for set of all used __sy...Benjamin Kosnik1-2/+2
2008-04-23quicksort.h: Reformat,Johannes Singler6-789/+1210
2008-04-232008-04-23 Johannes Singler <singler@ira.uka.de>Johannes Singler2-163/+164
2008-04-20re PR libstdc++/35954 (cannot build from read-only source tree)Ralf Wildenhues2-32/+8
2008-04-20Makefile.am: Fix most stamp rules to regenerate the links for all sources new...Ralf Wildenhues2-182/+93
2008-04-16re PR libstdc++/35915 (atomic.cc:31:20: error: stdint.h: No such file)Andreas Tobler1-0/+1
2008-04-14c++config: Guard _LDBL_ macros with __cplusplus.Benjamin Kosnik1-1/+2
2008-04-10[multiple changes]Benjamin Kosnik6-21/+4600
2008-04-10tuple: Consistency check for include guard, doxygen file markup.Benjamin Kosnik6-16/+19
2008-04-07re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind())Johannes Singler9-2338/+2429
2008-03-29re PR libstdc++/35725 (ambiguous std::fill with character array)Paolo Carlini1-9/+15
2008-03-26run_doxygen: Remove html_output_dir.Benjamin Kosnik49-270/+271
2008-03-20re PR libstdc++/35637 (tr1::function fails with const member function pointer)Paolo Carlini1-15/+19
2008-03-20set_operations.h: Removed superfluous set_intersection.Johannes Singler1-14/+0
2008-03-18configure.ac (libtool_VERSION): To 6:11:0.Benjamin Kosnik1-1/+0
2008-03-16[multiple changes]Paolo Carlini1-0/+242
2008-03-16[multiple changes]Paolo Carlini3-0/+3