summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/vector/bool
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1640-40/+40
* libstdc++: Implement std::pair/tuple/misc enhancements from P2321R2Patrick Palka2022-08-231-0/+26
* libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559]Jonathan Wakely2022-02-171-0/+13
* Update copyright years.Jakub Jelinek2022-01-0340-40/+40
* libstdc++: Replace hyphens in effective target keywordsJonathan Wakely2021-11-247-8/+8
* libstdc++: Implement constexpr std::vector for C++20Jonathan Wakely2021-11-129-19/+1038
* c++: value-init vs zero-init in expand_aggr_init_1 [PR65816]Patrick Palka2021-06-011-1/+0
* libstdc++: Remove redundant -std=gnu++17 option from containers testsJonathan Wakely2021-05-101-1/+0
* Update copyright years.Jakub Jelinek2021-01-0440-40/+40
* libstdc++: Fix some more warnings in testJonathan Wakely2020-10-301-24/+24
* libstdc++: Avoid warnings in testsJonathan Wakely2020-10-291-1/+2
* libstdc++: Fix and improve std::vector<bool> implementation.François Dumont2020-07-312-13/+41
* libstdc++: Make testsuite usable with -fno-exceptionsJonathan Wakely2020-07-301-1/+1
* libstdc++: Add comparison operators to sequence containersJonathan Wakely2020-04-171-0/+73
* Update copyright years.Jakub Jelinek2020-01-0139-39/+39
* Apply C++20 changes to various iterator typesJonathan Wakely2019-10-301-0/+30
* Move from state of allocators (LWG2593)François Dumont2019-05-171-1/+1
* Add __gnu_test::NullablePointer utility to testsuiteJonathan Wakely2019-05-141-1/+1
* Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely2019-05-132-4/+0
* Update copyright years.Jakub Jelinek2019-01-0138-38/+38
* PR libstdc++/87809 avoid invalid expressions in exception specificationsJonathan Wakely2018-10-301-0/+42
* Fix tests that fail in C++98 modeJonathan Wakely2018-08-231-1/+1
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-261-1/+0
* deque.tcc (deque<>::_M_assign_aux): Cast to void to ensure overloaded comma n...François Dumont2018-05-021-0/+41
* Update copyright years.Jakub Jelinek2018-01-0336-36/+36
* re PR libstdc++/82558 (V8 JavaScript engine segfaults since r249235)François Dumont2017-10-161-0/+32
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-151-1/+1
* Get rid of dg-skip-if etc. default argsRainer Orth2017-06-171-1/+1
* PR libstdc++/80893 don't run test for C++98 modesJonathan Wakely2017-06-171-0/+2
* stl_bvector.h (__fill_bvector(_Bit_type*, unsigned int, unsigned int, bool)):...François Dumont2017-06-161-0/+67
* PR libstdc++/80893 Fix null dereference in vector<bool>Jonathan Wakely2017-05-311-0/+74
* Update copyright years.Jakub Jelinek2017-01-0133-33/+33
* 57619.C: Rename to 57619.cc.Paolo Carlini2016-10-1719-37/+0
* Implement P0084R2, Emplace return type, for C++17Jonathan Wakely2016-10-171-0/+38
* Fix dg-require before dg-run directives in testsuite.Christophe Lyon2016-09-141-1/+1
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2616-21/+16
* PR 72847 Prevent double-free in std::vector<bool>Jonathan Wakely2016-08-161-0/+49
* Update copyright years.Jakub Jelinek2016-01-0431-31/+31
* c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely2015-07-131-10/+1
* Update copyright years.Jakub Jelinek2015-01-0531-31/+31
* vector (std::__debug::vector<>::clear()): Do not reset guaranteed capacity.François Dumont2014-12-201-15/+18
* Make std::vector<bool> meet C++11 allocator requirements.Jonathan Wakely2014-10-318-0/+498
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-164-4/+4
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0223-23/+23
* stl_bvector.h (vector<bool>::emplace_back()): LWG 2187: Define.Jonathan Wakely2013-11-151-0/+51
* const_iterator.cc: Tweak, avoid potential undefined behavior.Paolo Carlini2013-07-051-2/+2
* stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]):...Paolo Carlini2013-06-301-1/+4
* stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++...Paolo Carlini2013-06-271-0/+27
* re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons...Paolo Carlini2013-05-101-0/+33
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0320-20/+20