summaryrefslogtreecommitdiff
path: root/libcxx/utils/generate_header_tests.py
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Adjust tests using ext/* headers that undefine __DEPRECATEDJohn Brawn2023-05-111-3/+1
* [libc++][PSTL] Implement std::{any, all, none}_ofNikolas Klauser2023-04-291-1/+1
* [libc++] Make bsd_locale_fallbacks.h modular and move it into __locale/locale...Nikolas Klauser2023-04-211-1/+1
* [libc++] Remove <experimental/coroutine>Chuanqi Xu2023-01-301-1/+0
* [C++] [Coroutines] Deprecates the '-fcoroutines-ts' flagChuanqi Xu2023-01-181-0/+3
* [libcxx] adds an include-what-you-use (IWYU) mapping fileChristopher Di Bella2022-11-221-1/+2
* [libc++] Introduce a setting to remove fstream from the libraryLouis Dionne2022-11-201-1/+1
* [libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abortLouis Dionne2022-07-291-2/+2
* [libc++] Add a test to pin down the set of transitive public includesLouis Dionne2022-06-231-0/+1
* [libc++] Fix modules builds when features are removedLouis Dionne2022-06-081-1/+1
* [libc++] Make sure that all headers can be included with modules enabledLouis Dionne2022-05-251-5/+13
* [libc++][P0943] Add stdatomic.h header.Louis Dionne2022-05-061-0/+1
* [libc++] Implement tests for private headers using the new generatorLouis Dionne2022-04-041-0/+1
* [libc++][NFC] Rename generate_assertion_tests.py to generate_header_tests.pyLouis Dionne2022-04-041-0/+140
* [libc++] Implement all public header tests using the new generatorLouis Dionne2022-04-041-206/+0
* [libc++] Remove _LIBCXX_MODULES_BUILD and ext/ headers from header testsNikolas Klauser2022-03-031-8/+0
* [libc++] Use -I instead of -isystem to include headers in the test suiteNikolas Klauser2022-03-031-1/+3
* [libc++][test] Run clang-tidy during CINikolas Klauser2022-02-161-0/+1
* [libc++] Revert <stdatomic.h> changesLouis Dionne2022-02-151-1/+0
* [libc++] [C++2b] [P0943] Add stdatomic.h header.Marek Kurdej2022-02-141-0/+1
* [libc++] Remove <experimental/filesystem> headerJoe Loser2022-02-121-1/+0
* [libc++] [test] Add a test for proper _Uglification of template parameter names.Arthur O'Dwyer2022-01-141-4/+3
* [libc++] libcxx/utils: s/preambule/preamble/g. NFC.Arthur O'Dwyer2022-01-101-10/+10
* [libc++] Enable <atomic> when threads are disabledLouis Dionne2021-11-171-1/+0
* [libcxx] [Coroutine] Conform Coroutine ImplementationChuanqi Xu2021-11-161-1/+2
* [libc++] Add an option to disable wide character support in libc++Louis Dionne2021-10-121-0/+5
* [libc++] Disable incomplete library features.Mark de Wever2021-07-271-0/+2
* [libc++] NFC: Sort header lists in test scriptsLouis Dionne2021-07-051-3/+3
* [libc++] Remove the line of stdout output from this generator. NFCI.Arthur O'Dwyer2021-04-301-1/+0
* [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistentLouis Dionne2021-01-191-0/+3
* generate_header_tests.py: Sort the header files ASCIIbetically.Arthur O'Dwyer2020-12-141-4/+5
* [libc++] Add a script to automatize updating test for a new header.Marek Kurdej2020-12-101-0/+203