index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
ArgsParser.cpp
Age
Commit message (
Expand
)
Author
2023-04-30
LibCore: Implement integral ArgsParser positionals through a template
Fabian Dellwing
2023-04-30
LibCore: Add support for short integral type to ArgsParser
Fabian Dellwing
2023-04-01
LibCore: Remove colons from markdown header names in ArgsParser
Tim Ledbetter
2023-03-31
LibCore: Don't assume ArgsParser arguments are non-empty
Ali Mohammad Pur
2023-03-03
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
Andreas Kling
2023-03-01
LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&)
Ali Mohammad Pur
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-26
LibCore: Add add_option aggregating the same option multiple times
Liav A
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-14
Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version
kleines Filmröllchen
2022-07-21
LibCore: Add support for long integral types to ArgsParser
Tim Schumacher
2022-07-21
LibCore: Implement integral ArgsParser options through a template
Tim Schumacher
2022-07-14
LibCore: Introduce support for optional ArgsParser option values
Tim Schumacher
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-14
LibCore: Don't print optional arguments in ArgsParser help messages
Tim Schumacher
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
AK: Explicitly calculate length of char* when printing
sin-ack
2022-04-11
LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)`
Sam Atkins
2022-04-06
LibCore+Base: Hide empty options sections in manpages
sin-ack
2022-04-06
LibCore+Base: Add way to hide ArgsParser opt.s from specific usage texts
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
LibCore: Set the correct invariant length for consecutive short options
Ali Mohammad Pur
2022-03-27
LibCore: Add Vector<size_t> variant of add_option()
Kenneth Myhra
2022-03-26
LibCore: Allow marking options as 'hidden' in ArgsParser
Ali Mohammad Pur
2022-03-26
Shell+LibCore: Provide argument help strings as display trivia
Ali Mohammad Pur
2022-03-26
LibCore: Make ArgsParser perform some completion if passed --complete
Ali Mohammad Pur
2022-02-17
ArgsParser: Add support for Optional<size_t>
brapru
2022-01-21
LibCore: Add ArgsParser::add_option for Optional double
mjz19910
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-26
LibCore: Add Vector<StringView> variant of add_positional_argument()
Andreas Kling
2021-11-01
LibCore: Make ArgsParser '--help' description more general
Ben Wiederhake
2021-11-01
LibCore: Enable emitting markdown from ArgsParser
Ben Wiederhake
2021-10-23
LibCore: Add ignored options to ArgsParser
Jean-Baptiste Boric
2021-09-11
Everywhere: Fix format-vulnerabilities
Ben Wiederhake
2021-09-02
LibCore+LibGUI: Define a Serenity version in LibCore
Mahmoud Mandour
2021-08-20
LibCore: Show version and help before parsing positional arguments
TheFightingCatfish
2021-08-15
LibCore: Make --version print same version as in LibGUI's About dialogs
Nico Weber
2021-08-15
LibCore: Include math.h instead of defining isnan() in ArgsParser.cpp
Nico Weber
2021-08-14
LibCore: Add --version flag to ArgsParser
Nico Weber
2021-07-08
LibCore: Remove overly informal language in ArgsParser error message
Andreas Kling
[next]