summaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/printf_core
AgeCommit message (Expand)Author
2025-06-13[libc] Fix bugs found when testing with all headers (#144049)William Huynh
2025-03-12[libc] Template the writing mode for the writer class (#111559)Joseph Huber
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2024-08-02[libc] Fix printf handling of INT_MIN width (#101729)Michael Jones
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash
2024-02-07[libc] Support C23 'b' (binary) modifier in printf (#80851)Artem Tyurin
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc] Template the printf / scanf parser class (#66277)Joseph Huber
2023-07-20[libc] Move printf writer to new designMichael Jones
2023-02-24[libc] Clarify printf percent conversion behavior.Michael Jones
2023-02-22[libc] Prevent printf index mode crashesMichael Jones
2023-02-15[libc][NFC] Make tuning macros start with LIBC_COPT_Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-11-07[libc][obvious] fix printf failing to stop on %\0Michael Jones
2022-10-28[libc] add scanf parser and core utilitiesMichael Jones
2022-08-25[NFC][libc] Fix unused variable in string_writer_test testGuillaume Chatelet
2022-08-24[libc] move printf to use StringViewsMichael Jones
2022-08-19[reland][libc][NFC] Use STL case for bitGuillaume Chatelet
2022-08-19Revert "[libc][NFC] Use STL case for bit"Guillaume Chatelet
2022-08-19[libc][NFC] Use STL case for bitGuillaume Chatelet
2022-08-15[libc] add guard for file pieces of printfMichael Jones
2022-06-27[libc] add printf oct conversionMichael Jones
2022-06-17[libc] add printf pointer convMichael Jones
2022-06-16[libc] add printf hex conversionMichael Jones
2022-06-15[libc] refactor printf file writingMichael Jones
2022-06-09[libc] add printf base 10 integer conversionMichael Jones
2022-06-09[libc] simplify printf converter testsMichael Jones
2022-06-01[libc] Implement FLAGS option for generating all combinations for targets.Tue Ly
2022-05-17[libc] add sprintfMichael Jones
2022-05-12[libc] add printf converterMichael Jones
2022-05-08[libc] Add LINK_LIBRARIES option to add_fp_unittest and add_libc_unittest.Tue Ly
2022-05-06[libc][NFC] add index mode to printf parserMichael Jones
2022-05-03[libc] add printf writerMichael Jones
2022-04-22[libc] Add Printf FormatSection MatcherMichael Jones
2022-04-08[libc][NFC] implement printf parserMichael Jones