git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge branch 'dietoref1-2prep-2-3-4-5-6-7-dwzpair-altlink-sharedstmt-dieref-dwz3...
[lldb.git]
/
libcxx
/
test
/
2021-09-22
Joe Loser
[libc++][test] Remove disable_missing_braces_warning...
tree
|
commitdiff
2021-09-22
Joe Loser
[libc++] Disallow volatile types in std::allocator
tree
|
commitdiff
2021-09-22
Joe Loser
[libc++][test] Fix iterator assertion in span.cons...
tree
|
commitdiff
2021-09-21
Arthur O'Dwyer
[libc++] counting_semaphore should not be default-const...
tree
|
commitdiff
2021-09-21
Mark de Wever
[libc++][format] Adds parser std-format-spec.
tree
|
commitdiff
2021-09-20
Arthur O'Dwyer
[libc++] [P0919] Some belated review on D87171.
tree
|
commitdiff
2021-09-20
Arthur O'Dwyer
[libc++] [LIBCXX-DEBUG-FIXME] Constexpr char_traits...
tree
|
commitdiff
2021-09-10
Arthur O'Dwyer
[libc++] Clean up test_iterators.h. NFCI.
tree
|
commitdiff
2021-09-09
Xing Xue
[libc++] Add missing short wchar handling for codecvt_u...
tree
|
commitdiff
2021-09-09
Louis Dionne
[libc++][NFC] Consistently reindent test cases for...
tree
|
commitdiff
2021-09-09
Louis Dionne
[libc++][NFC] Move misplaced XFAIL annotation
tree
|
commitdiff
2021-09-09
Louis Dionne
[libc++][NFC] Remove remnants of _LIBCPP_HAS_NO_STDOUT...
tree
|
commitdiff
2021-09-09
Louis Dionne
[libc++][NFC] Remove #endif comments for really small...
tree
|
commitdiff
2021-09-09
Louis Dionne
[libc++] Implement C++20's P0476R2: std::bit_cast
tree
|
commitdiff
2021-09-09
Louis Dionne
[libc++] Implement P1951, default arguments for pair...
tree
|
commitdiff
2021-09-08
Arthur O'Dwyer
[libc++] Comma-operator-proof a lot of algorithm/contai...
tree
|
commitdiff
2021-09-08
Martin Storsjö
[libcxx] [test] Simplify get_temp_file_name() for mingw
tree
|
commitdiff
2021-09-07
Arthur O'Dwyer
[libc++] Fix std::to_address(array).
tree
|
commitdiff
2021-09-07
Joe Loser
[libc++][NFC] Test span is nothrow trivially destructible
tree
|
commitdiff
2021-09-05
Ruslan Arutyunyan
[libc++][compare] Implement three_way_comparable[_with...
tree
|
commitdiff
2021-09-04
Mark de Wever
[libc++][format] Implement formatters.
tree
|
commitdiff
2021-09-03
Louis Dionne
[libc++] Add an assertion in the subrange constructors...
tree
|
commitdiff
2021-09-03
Amy Kwan
[libc++][NFC] Mark values in gdb pretty print compariso...
tree
|
commitdiff
2021-09-03
Louis Dionne
[libc++][NFC] Remove uses of 'using namespace std;...
tree
|
commitdiff
2021-09-02
Arthur O'Dwyer
[libc++] Define insert_iterator::iter with ranges:...
tree
|
commitdiff
2021-09-02
Louis Dionne
[libc++][NFC] Replace uses of stdr:: by just std::ranges::
tree
|
commitdiff
2021-09-01
Mark de Wever
[libc++][format] Add __format_arg_store.
tree
|
commitdiff
2021-09-01
Louis Dionne
[libc++][NFC] Correct comment about P0600 missing node_...
tree
|
commitdiff
2021-09-01
Joe Loser
[libcxx] contiguous iterator concept: don't require...
tree
|
commitdiff
2021-08-31
Louis Dionne
[libc++] Remove workaround for broken __is_trivially_co...
tree
|
commitdiff
2021-08-31
Mark de Wever
[libc++][NFC] split <charconv>.
tree
|
commitdiff
2021-08-30
Fangrui Song
[libc++] Support -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR...
tree
|
commitdiff
2021-08-30
Louis Dionne
[libc++] Various cleanups in the ranges tests
tree
|
commitdiff
2021-08-27
Louis Dionne
[libc++][NFC] Fix include guard for decay_copy.h and...
tree
|
commitdiff
2021-08-27
Louis Dionne
[libc++][NFC] Remove unused helper function in the...
tree
|
commitdiff
2021-08-26
Louis Dionne
[libc++] Implement the underlying mechanism for range...
tree
|
commitdiff
2021-08-26
Louis Dionne
[libc++] XFAIL align.pass.cpp for PowerPC LE
tree
|
commitdiff
2021-08-26
Joe Loser
[libc++][NFC] Fix typo in test/support/test_range.h
tree
|
commitdiff
2021-08-25
Louis Dionne
[libc++] Assume that compilers support extended constex...
tree
|
commitdiff
2021-08-24
Louis Dionne
[libc++] Remove support for CloudABI, which has been...
tree
|
commitdiff
2021-08-20
Louis Dionne
[libc++] Remove test-suite annotations for unsupported...
tree
|
commitdiff
2021-08-20
Muiez Ahmed
[SystemZ][z/OS] Avoid assumption for character value...
tree
|
commitdiff
2021-08-20
Louis Dionne
[libc++] Remove more test-suite workarounds for unsuppo...
tree
|
commitdiff
2021-08-20
Albion Fung
[libc++][PowerPC] Fix a test case failure when compiled...
tree
|
commitdiff
2021-08-20
Louis Dionne
[libc++][NFC] Fix minor errors and inconsistencies...
tree
|
commitdiff
2021-08-20
Louis Dionne
[libc++] Fix XFAIL annotation
tree
|
commitdiff
2021-08-18
Louis Dionne
[libc++] Split off tests for aligned_alloc & friends...
tree
|
commitdiff
2021-08-18
Arthur O'Dwyer
[libc++] Implement structured binding for std::ranges...
tree
|
commitdiff
2021-08-18
Arthur O'Dwyer
[libc++] [P1614] Implement std::compare_three_way_result.
tree
|
commitdiff
2021-08-18
Louis Dionne
[libc++] Remove workarounds for the lack of deduction...
tree
|
commitdiff
2021-08-18
Louis Dionne
[libc++][NFC] Fix copy-paste errors in tests
tree
|
commitdiff
2021-08-18
Louis Dionne
[libc++] Convert test-suite workarounds for some C11...
tree
|
commitdiff
2021-08-17
Louis Dionne
[libc++] Do not require movability in __non_propagating...
tree
|
commitdiff
2021-08-17
Louis Dionne
[libc++][NFC] Refactor tests for transform_view
tree
|
commitdiff
2021-08-16
Louis Dionne
[libc++][NFC] Replace uses of 'constexpr friend' by...
tree
|
commitdiff
2021-08-13
zoecarver
[libcxx][ranges] Move `namespace views` into `namespace...
tree
|
commitdiff
2021-08-13
zoecarver
[libcxx][ranges] Add `ranges::join_view`.
tree
|
commitdiff
2021-08-13
zoecarver
[libcxx][ranges] Add `ranges::iota_view`.
tree
|
commitdiff
2021-08-12
Louis Dionne
[libc++] Remove Lit annotations for unsupported GCC...
tree
|
commitdiff
2021-08-12
zoecarver
[libcxx][ranges] Add `unreachable_sentinel`.
tree
|
commitdiff
2021-08-11
Louis Dionne
[libc++] Avoid conflating stderr and stdout in the DSL
tree
|
commitdiff
2021-08-11
Louis Dionne
[libc++] Remove workarounds for missing __builtin_addressof
tree
|
commitdiff
2021-08-11
Arthur O'Dwyer
[libc++] Restore `basic_ios`'s implicit conversion...
tree
|
commitdiff
2021-08-11
Louis Dionne
[libc++] Remove _LIBCPP_HAS_UNIQUE_OBJECT_REPRESENTATIONS
tree
|
commitdiff
2021-08-11
Louis Dionne
[libc++] Remove _LIBCPP_HAS_NO_IS_AGGREGATE
tree
|
commitdiff
2021-08-11
Louis Dionne
[libc++] Add the __bind_back and __compose helpers
tree
|
commitdiff
2021-08-11
Arthur O'Dwyer
[libc++][modularisation] Split up <concepts> into granu...
tree
|
commitdiff
2021-08-10
zoecarver
[libcxx][ranges] Add `views::counted` CPO.
tree
|
commitdiff
2021-08-10
Mark de Wever
[libcxx] Remove _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVAL...
tree
|
commitdiff
2021-08-10
Louis Dionne
[libc++][NFC] Simplify tests for bind_front
tree
|
commitdiff
2021-08-10
Martin Storsjö
[libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME...
tree
|
commitdiff
2021-08-10
Martin Storsjö
[libcxx] [test] Fix the new_faligned_allocation.pass...
tree
|
commitdiff
2021-08-10
Martin Storsjö
[libcxx] [test] Generalize defines for skipping allocat...
tree
|
commitdiff
2021-08-09
zoecarver
[libcxx][ranges] Add `ranges::reverse_view`.
tree
|
commitdiff
2021-08-09
Louis Dionne
[libc++] Refactor __perfect_forward, bind_front and...
tree
|
commitdiff
2021-08-09
Arthur O'Dwyer
[libc++] [test] IWYU in <concepts> tests.
tree
|
commitdiff
2021-07-30
zoecarver
[libcxx][ranges] Add `std::ranges::single_view`.
tree
|
commitdiff
2021-07-30
Louis Dionne
[libc++][NFC] Fix copy-paste error in the transform_vie...
tree
|
commitdiff
2021-07-30
Louis Dionne
[libc++] Handle arrays in std::destroy_at
tree
|
commitdiff
2021-07-29
Ruslan Arutyunyan
[libc++][modularisation] Split <compare> into internal...
tree
|
commitdiff
2021-07-29
Jason Liu
[libc++] money_get::do_get() set failbit and eofbit...
tree
|
commitdiff
2021-07-29
Arthur O'Dwyer
[libc++] Implement the resolutions of LWG3506 and LWG3522.
tree
|
commitdiff
2021-07-28
Louis Dionne
[libc++] Add UNSUPPORTED for clang-14 since the underly...
tree
|
commitdiff
2021-07-28
zoecarver
[libcxx][ranges] Add ranges::take_view.
tree
|
commitdiff
2021-07-27
zoecarver
[libcxx][ranges] Add `counted_iterator`.
tree
|
commitdiff
2021-07-27
zoecarver
[libcxx][nfc] Delete `cpp20_input_iterator`'s default...
tree
|
commitdiff
2021-07-27
Mark de Wever
[libc++] Disable incomplete library features.
tree
|
commitdiff
2021-07-27
Nancy Wang
[SystemZ][z/OS][libcxx]: Disable align_val_t test cases...
tree
|
commitdiff
2021-07-27
Marek Kurdej
[libc++] [c++2b] [P2166] Prohibit string and string_vie...
tree
|
commitdiff
2021-07-26
Arthur O'Dwyer
[libc++] Fix signed overflow inside ranges::advance.
tree
|
commitdiff
2021-07-26
Louis Dionne
[libc++] Implement the output_iterator and output_range...
tree
|
commitdiff
2021-07-26
Louis Dionne
[libc++] Add range_size_t
tree
|
commitdiff
2021-07-23
Mark de Wever
[libcxx][nfc] Cleanup libc++ specific tests.
tree
|
commitdiff
2021-07-23
zoecarver
[libcxx][nfc] Global `constexpr friend` -> `friend...
tree
|
commitdiff
2021-07-23
zoecarver
[libcxx][ranges] Add `ranges::common_view`.
tree
|
commitdiff
2021-07-23
Louis Dionne
[libc++] Avoid triggering warnings for implicit conversion
tree
|
commitdiff
2021-07-22
Christopher Di Bella
[libcxx][modularisation] properly modularises advance...
tree
|
commitdiff
2021-07-22
Louis Dionne
[libc++] Add helper type non-propagating-cache
tree
|
commitdiff
2021-07-21
Christopher Di Bella
[libcxx][ranges] implements dangling, borrowed_iterator...
tree
|
commitdiff
2021-07-21
Nancy Wang
[SystemZ][z/OS][libcxx]: add the missing comment for...
tree
|
commitdiff
next