aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/bitmap_allocator.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely1-2/+7
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-1/+1
2011-09-08PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli1-2/+0
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik1-5/+4
2011-06-10throw_allocator.h: Use noexcept.Paolo Carlini1-7/+7
2011-05-28Makefile.am: Add new ptr_traits.h header.Jonathan Wakely1-7/+12
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-4/+10
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-2/+1
2010-05-20[multiple changes]Paolo Carlini1-3/+3
2009-10-08bitmap_allocator.h: Minor clean-ups.Paolo Carlini1-81/+41
2009-04-24array (at): Do not use builtin_expect.Jan Hubicka1-1/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-0/+2
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik1-2/+6
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-2/+0
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-0/+2
2008-06-21[multiple changes]Paolo Carlini1-2/+2
2008-03-26run_doxygen: Remove html_output_dir.Benjamin Kosnik1-0/+1
2008-01-31auto_ptr.h: Fix comment typos.Ralf Wildenhues1-2/+2
2007-10-27throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.Paolo Carlini1-3/+10
2006-11-29throw_allocator.h: Consistent @file markup.Benjamin Kosnik1-30/+30
2006-11-12bitmap_allocator.h: Uglify some names.Paolo Carlini1-37/+38
2006-09-14atomicity.h: Move to...Benjamin Kosnik1-179/+29
2006-09-07debug.h (_GLIBCXX_DEBUG_ONLY): New.Benjamin Kosnik1-21/+12
2006-09-04re PR c++/28871 (massive C++ compile time slowdown)Benjamin Kosnik1-1/+1
2006-04-23re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std)Marc Glisse1-5/+8
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik1-4/+3
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-06-29PR libstdc++/21244 (cont^2)Paolo Carlini1-10/+12
2005-04-152005-04-14 Benjamin Kosnik <bkoz@redhat.com>Benjamin Kosnik1-11/+23
2004-12-19bitmap_allocator.h: Make doxygen style comments for internal functions and cl...Dhruv Matani1-49/+150
2004-11-24doxygroups.cc: Add std::tr1 namespace.Benjamin Kosnik1-1/+0
2004-10-21bitmap_allocator.h (allocate): Throw std::bad_alloc when n > max_size().Paolo Carlini1-1/+7
2004-10-17bitmap_allocator.h: Change unsigned int -> size_t...Dhruv Matani1-85/+91
2004-10-15bitmap_allocator.h: Qualify ::operator delete.Paolo Carlini1-6/+9
2004-10-14bitmap_allocator.h (bitmap_allocator::_Alloc_block): Rename __unused to __M_u...Paolo Carlini1-1/+1
2004-10-14bitmap_allocator.h: Clean-up add/remove functions.Dhruv Matani1-619/+925
2004-03-24bitmap_allocator.h: (_Bit_scan_forward) -> Made this function call __builtin_...Dhruv Matani1-102/+138
2004-03-12ballocator_doc.txt: New file.Dhruv Matani1-0/+823