.. |
algorithmfwd.h
|
stl_algo.h (partition_copy): Add in C++0x mode.
|
2008-06-26 17:55:23 +00:00 |
allocator.h
|
run_doxygen: Remove html_output_dir.
|
2008-03-26 06:27:35 +00:00 |
basic_ios.h
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
basic_ios.tcc
|
localefwd.h: Remove redundant inline qualifiers.
|
2007-04-29 16:06:09 +00:00 |
basic_string.h
|
basic_string.h (stod, [...]): Declare in C++0x mode.
|
2008-06-16 09:58:54 +00:00 |
basic_string.tcc
|
cxxabi-internal.h: Remove, to be replaced by...
|
2007-05-08 02:50:32 -04:00 |
boost_concept_check.h
|
boost_concept_check.h (*AssociativeContainerConcept): Remove, unused.
|
2007-10-09 13:30:56 +00:00 |
boost_sp_shared_count.h
|
boost_shared_ptr.h: Add support for allocators, aliasing, make_shared and rvalue-references.
|
2007-12-15 22:28:29 +00:00 |
c++config
|
re PR libstdc++/36130 (Atomics regression test fail to compile when parallel mode is enabled)
|
2008-05-06 18:57:46 +00:00 |
char_traits.h
|
run_doxygen: Remove html_output_dir.
|
2008-03-26 06:27:35 +00:00 |
codecvt.h
|
run_doxygen: Remove html_output_dir.
|
2008-03-26 06:27:35 +00:00 |
concept_check.h
|
|
|
cpp_type_traits.h
|
bitset (bitset(const char*)): Implement DR 778 in debug-mode too.
|
2008-05-29 11:42:08 +00:00 |
deque.tcc
|
stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove.
|
2008-06-13 12:03:13 +00:00 |
fstream.tcc
|
sstream: Adjust braces.
|
2008-05-14 13:12:02 +00:00 |
functexcept.h
|
condition_variable: New.
|
2008-05-06 21:11:47 +00:00 |
functional_hash.h
|
functional_hash.h: Do not include ext/numeric_traits.h.
|
2007-11-20 14:06:53 +00:00 |
gslice_array.h
|
localefwd.h: Consistent @file placement...
|
2006-12-05 23:24:07 +00:00 |
gslice.h
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
hashtable.h
|
find.h: Doxygen fixups.
|
2007-09-12 15:33:43 +00:00 |
indirect_array.h
|
localefwd.h: Consistent @file placement...
|
2006-12-05 23:24:07 +00:00 |
ios_base.h
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
istream.tcc
|
istream.tcc (basic_istream<>::sentry:: sentry(basic_istream<>&, bool)): Explicitely convert to bool.
|
2007-11-15 22:59:12 +00:00 |
list.tcc
|
stl_list.h (insert(iterator, value_type&&)): Just forward to emplace.
|
2007-11-23 11:49:07 +00:00 |
locale_classes.h
|
run_doxygen: Remove html_output_dir.
|
2008-03-26 06:27:35 +00:00 |
locale_classes.tcc
|
re PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc breaks compilation with -fno-rtti)
|
2008-01-07 11:11:02 +00:00 |
locale_facets_nonio.h
|
run_doxygen: Remove html_output_dir.
|
2008-03-26 06:27:35 +00:00 |
locale_facets_nonio.tcc
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
locale_facets.h
|
run_doxygen: Remove html_output_dir.
|
2008-03-26 06:27:35 +00:00 |
locale_facets.tcc
|
locale_facets.tcc (num_put<>::_M_insert_int): When ios_base::showpos and the type is signed and the value is zero, prepend +.
|
2007-11-27 01:59:41 +00:00 |
localefwd.h
|
localefwd.h: Remove redundant inline qualifiers.
|
2007-04-29 16:06:09 +00:00 |
mask_array.h
|
localefwd.h: Consistent @file placement...
|
2006-12-05 23:24:07 +00:00 |
move.h
|
move.h (swap(_Tp (&)[_Nm], _Tp (&)[_Nm])): Add, per DR 809.
|
2008-06-22 13:57:06 +00:00 |
ostream_insert.h
|
cxxabi-internal.h: Remove, to be replaced by...
|
2007-05-08 02:50:32 -04:00 |
ostream.tcc
|
cxxabi-internal.h: Remove, to be replaced by...
|
2007-05-08 02:50:32 -04:00 |
postypes.h
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
slice_array.h
|
localefwd.h: Consistent @file placement...
|
2006-12-05 23:24:07 +00:00 |
sstream.tcc
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
stl_algo.h
|
stl_algo.h (partition_copy): Add in C++0x mode.
|
2008-06-26 17:55:23 +00:00 |
stl_algobase.h
|
[multiple changes]
|
2008-06-21 16:55:17 +00:00 |
stl_bvector.h
|
stl_bvector.h (vector<bool>::reserve): Move out of line...
|
2007-12-11 19:08:26 +00:00 |
stl_construct.h
|
[multiple changes]
|
2008-01-18 08:16:51 +00:00 |
stl_deque.h
|
stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove.
|
2008-06-13 12:03:13 +00:00 |
stl_function.h
|
documentation.html: First pass at unified table of contents.
|
2007-11-13 17:43:57 +00:00 |
stl_heap.h
|
[multiple changes]
|
2008-06-21 16:55:17 +00:00 |
stl_iterator_base_funcs.h
|
stl_iterator_base_funcs.h (next, prev): Add in C++0x mode.
|
2008-06-17 21:33:15 +00:00 |
stl_iterator_base_types.h
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
stl_iterator.h
|
[multiple changes]
|
2008-06-21 16:55:17 +00:00 |
stl_list.h
|
stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove.
|
2008-06-13 12:03:13 +00:00 |
stl_map.h
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
stl_multimap.h
|
re PR libstdc++/35566 (multiset constructor uses insert_unique instead of insert_equal!)
|
2008-03-13 17:48:21 +00:00 |
stl_multiset.h
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
stl_numeric.h
|
Add parallel mode.
|
2007-09-11 22:32:51 +00:00 |
stl_pair.h
|
[multiple changes]
|
2008-06-21 16:55:17 +00:00 |
stl_queue.h
|
stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove.
|
2008-06-13 12:03:13 +00:00 |
stl_raw_storage_iter.h
|
stl_raw_storage_iter.h (class raw_storage_iterator): Adjust template parameter name.
|
2007-05-05 01:15:46 +00:00 |
stl_relops.h
|
[multiple changes]
|
2008-01-18 08:16:51 +00:00 |
stl_set.h
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
stl_stack.h
|
stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove.
|
2008-06-13 12:03:13 +00:00 |
stl_tempbuf.h
|
[multiple changes]
|
2008-01-18 08:16:51 +00:00 |
stl_tree.h
|
stl_tree.h (_Rb_tree<>::_Rb_tree_impl<, true>): Remove, identical in mainline to the primary template.
|
2007-11-22 18:54:36 +00:00 |
stl_uninitialized.h
|
stl_deque.h (deque<>::push_back<>(_Args...), [...]): Add.
|
2007-11-12 16:01:09 +00:00 |
stl_vector.h
|
stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove.
|
2008-06-13 12:03:13 +00:00 |
stream_iterator.h
|
|
|
streambuf_iterator.h
|
stl_algobase.h (struct __miter_base): Add.
|
2007-10-27 12:07:04 +00:00 |
streambuf.tcc
|
re PR libstdc++/26181 (istream::operator>>(streambuf*) fails to set eofbit)
|
2006-02-10 18:29:04 +00:00 |
stringfwd.h
|
localefwd.h: Consistent @file placement...
|
2006-12-05 23:24:07 +00:00 |
unique_ptr.h
|
[multiple changes]
|
2008-06-21 16:55:17 +00:00 |
valarray_after.h
|
localefwd.h: Consistent @file placement...
|
2006-12-05 23:24:07 +00:00 |
valarray_array.h
|
auto_ptr.h: Fix comment typos.
|
2008-01-31 18:44:55 +00:00 |
valarray_array.tcc
|
|
|
valarray_before.h
|
localefwd.h: Consistent @file placement...
|
2006-12-05 23:24:07 +00:00 |
vector.tcc
|
stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove.
|
2008-06-13 12:03:13 +00:00 |