aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/printf_core
AgeCommit message (Expand)AuthorFilesLines
2024-02-07[libc] Support C23 'b' (binary) modifier in printf (#80851)Artem Tyurin1-0/+14
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet3-109/+109
2023-09-21[libc] Template the printf / scanf parser class (#66277)Joseph Huber1-4/+5
2023-07-20[libc] Move printf writer to new designMichael Jones4-231/+331
2023-02-24[libc] Clarify printf percent conversion behavior.Michael Jones1-0/+25
2023-02-22[libc] Prevent printf index mode crashesMichael Jones1-0/+49
2023-02-15[libc][NFC] Make tuning macros start with LIBC_COPT_Guillaume Chatelet1-2/+2
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy3-4/+4
2022-11-07[libc][obvious] fix printf failing to stop on %\0Michael Jones1-0/+13
2022-10-28[libc] add scanf parser and core utilitiesMichael Jones1-33/+33
2022-08-25[NFC][libc] Fix unused variable in string_writer_test testGuillaume Chatelet1-0/+1
2022-08-24[libc] move printf to use StringViewsMichael Jones4-154/+141
2022-08-19[reland][libc][NFC] Use STL case for bitGuillaume Chatelet1-6/+6
2022-08-19Revert "[libc][NFC] Use STL case for bit"Guillaume Chatelet1-6/+6
2022-08-19[libc][NFC] Use STL case for bitGuillaume Chatelet1-6/+6
2022-08-15[libc] add guard for file pieces of printfMichael Jones1-2/+2
2022-06-27[libc] add printf oct conversionMichael Jones1-15/+31
2022-06-17[libc] add printf pointer convMichael Jones1-0/+20
2022-06-16[libc] add printf hex conversionMichael Jones1-0/+28
2022-06-15[libc] refactor printf file writingMichael Jones2-22/+22
2022-06-09[libc] add printf base 10 integer conversionMichael Jones1-0/+14
2022-06-09[libc] simplify printf converter testsMichael Jones1-64/+58
2022-06-01[libc] Implement FLAGS option for generating all combinations for targets.Tue Ly1-2/+2
2022-05-17[libc] add sprintfMichael Jones1-0/+1
2022-05-12[libc] add printf converterMichael Jones2-0/+203
2022-05-08[libc] Add LINK_LIBRARIES option to add_fp_unittest and add_libc_unittest.Tue Ly1-2/+2
2022-05-06[libc][NFC] add index mode to printf parserMichael Jones1-0/+196
2022-05-03[libc] add printf writerMichael Jones2-0/+217
2022-04-22[libc] Add Printf FormatSection MatcherMichael Jones2-56/+30
2022-04-08[libc][NFC] implement printf parserMichael Jones2-0/+300