aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_vector.h
AgeCommit message (Expand)AuthorFilesLines
2005-12-15stl_vector.h (vector<>::_M_get_Tp_allocator): Change to return by ref and add...Paolo Carlini1-1/+5
2005-11-02[multiple changes]Paolo Carlini1-1/+5
2005-08-29PR libstdc++/23578 (DR 464 [Ready])Paolo Carlini1-0/+15
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-06-06[multiple changes]Paolo Carlini1-32/+3
2005-06-03re PR libstdc++/21770 (rebinding allocator::value type vs. container::value_t...Paolo Carlini1-19/+29
2005-05-10re PR libstdc++/18604 (Use of unqualified names conflict with names in global...Paolo Carlini1-13/+13
2005-01-31cpp_type_traits.h: Add types to the structs thus making type_traits.h redunda...Paolo Carlini1-4/+4
2004-07-28stl_construct.h (_Destroy): New three-argument overload that takes an allocat...Matt Austern1-14/+22
2004-07-14re PR libstdc++/16505 ([3.4 only] std::uninitialized_fill_n() incorrect signa...Paolo Carlini1-13/+13
2004-07-04basic_string.h: Trivial formatting fixes and/or const-ification of some varia...Paolo Carlini1-3/+3
2004-06-09re PR libstdc++/15775 (Allocator::pointer consistently ignored)Paolo Carlini1-10/+10
2004-04-26stl_vector.h: Trivial formatting fixes.Paolo Carlini1-60/+100
2004-04-16c++config (_GLIBCXX_STD): New.Benjamin Kosnik1-2/+2
2004-03-25stl_list.h: Created a _List_impl class and made it derive from the allocator...Dhruv Matani1-43/+48
2004-02-08Remove trailing whitespace (see ChangeLog for longwinded description).Bernardo Innocenti1-110/+110
2004-01-29Makefile.am (bits_headers): Remove allocator_traits.h.Benjamin Kosnik1-1/+1
2004-01-07[multiple changes]Benjamin Kosnik1-37/+48
2003-12-18demangle.h: Fix allocator type correctness, i.e.Matt Austern1-76/+21
2003-11-11[multiple changes]Benjamin Kosnik1-2/+2
2003-07-14c_locale.h: Include <cstdlib> and <cstring>.Mark Mitchell1-3/+3
2003-07-05Move from CPP to CXX.Benjamin Kosnik1-4/+4
2003-07-04stl_list.h: Fully qualify standard functions with std::, thus avoiding Koenig...Paolo Carlini1-15/+15
2003-06-10BUGS: Update from 2.90.8 snapshot.Phil Edwards1-11/+11
2003-04-28localename.cc: Standardize exception strings.Benjamin Kosnik1-1/+1
2003-04-28configure.in: Test for libintl.h.Phil Edwards1-1/+1
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-28/+33
2003-01-12tables.html: Finished now.Phil Edwards1-27/+1
2002-12-23stl_deque.h: Fix typo.Sylvain Pion1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+1
2002-11-16re PR libstdc++/8230 (Buggy allocator behaviour)Benjamin Kosnik1-758/+781
2002-09-10stl_vector.h (vector<>): Don't use a name with different meanings before and ...Gabriel Dos Reis1-2/+2
2002-08-23linker-map.gnu: Verbose comments, clean up spacing.Phil Edwards1-4/+4
2002-08-09deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines ...Phil Edwards1-863/+860
2002-07-20abi.txt: New file.Phil Edwards1-27/+19
2002-07-11stl_deque.h: Fix misspelling of `Create' as `Creats'.Matt Kraai1-1/+1
2002-06-12Makefile.am: Add new files.Phil Edwards1-344/+33
2002-06-03stl_deque.h, [...]: Reformat to (mostly) match C++STYLE.Phil Edwards1-154/+179
2002-05-21stl_vector.h: Reformat to follow C++STYLE.Phil Edwards1-337/+520
2002-04-16[multiple changes]Gabriel Dos Reis1-2/+3
2002-04-16re PR libstdc++/4164 (33 Memory Leak when using iostream)Benjamin Kosnik1-12/+14
2002-03-27Intro.3: Date tweak.Phil Edwards1-1/+10
2002-03-06re PR libstdc++/5734 (2 extensions (empty push_back() and is_sorted()) are no...Phil Edwards1-0/+5
2002-02-08stl_map.h: Tweak doxygen markup.Stephan Buys1-40/+300
2001-12-31stl_bvector.h: Change calls to 3-argument distance() into standard 2-argument...Phil Edwards1-6/+3
2001-12-12ctype_inline.h: Remove spaces.Benjamin Kosnik1-8/+8
2001-12-06std_bitset.h: Use GLIBCPP in multiple-inclusion guard.Phil Edwards1-3/+3
2001-11-02c_io_stdio.h: Correct grammar in comments.Phil Edwards1-2/+3
2001-11-01re PR libstdc++/3666 (Invalid concept-checking code.)Phil Edwards1-1/+1
2001-10-24Make -fno-exceptions work.Benjamin Kosnik1-14/+34