Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ec9bba0
add parse_precision.
barcharcraz Oct 1, 2020
98222f2
adopt style review comments.
Oct 12, 2020
735b93d
actually call the test functions.
Oct 14, 2020
19e27af
add parse_precision.
barcharcraz Oct 1, 2020
fe59f7a
adopt style review comments.
Oct 12, 2020
272f691
add parse format spec
Oct 12, 2020
6743459
add tests for parse_format_specs
Oct 12, 2020
337e45f
initial commit for string_parsing
Oct 14, 2020
7f82c69
remove duplicate test frunctions
Oct 20, 2020
306b65c
on_text and some on_format_specs
Oct 21, 2020
3ceb7fe
add basic_format_specs and the formatter dispatcher.
Nov 19, 2020
598bc39
forgot a semicolon.
Nov 19, 2020
167dc6f
now we need to do _Write... :|
Dec 11, 2020
e8bb72f
more work on format checkers
Jan 22, 2021
06fa2fe
add _Format_arg_type_to_enum
Jan 22, 2021
755e7bd
add char* writer
Jan 23, 2021
a6830dd
make it compile
Jan 23, 2021
d26d4b3
flesh out format_args_store.
Jan 30, 2021
7f18de4
don't need overloaded
Jan 30, 2021
dc29afb
get rid of a bunch of declvals.
Feb 1, 2021
ac5e58a
compile vformat (does not link)
Feb 3, 2021
ca4a966
make width and precision unsigned int internally (instead of int)
Feb 3, 2021
a346bde
add some comments for shat the various helpery classes actually do.
Feb 3, 2021
932a1e6
formatting (heh) fixes.
Feb 3, 2021
ec2f7a2
uncomment and fix requirement for _Parse_replacement_field_callbacks
Feb 3, 2021
c922962
don't write out the entire format string when encountering a replacem…
Feb 3, 2021
0347fa6
resolve some code review comments
Feb 10, 2021
ed38d38
fix merge artifacts, convert from _Type to _Basic_format_arg_type
Feb 16, 2021
9c6865d
address code review comments
Feb 17, 2021
d0e5304
alphabatize test.lst
Feb 17, 2021
3adac1c
static_cast<unsigned int>(0) instead of unsigned{}
Feb 17, 2021
3715c9f
remove dead _STL_INTERNAL_CHECK and find in the correct range
Feb 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading