R-Goc
919f44f3a5
LibCore: Explicitly export symbols from LibCore
...
This patch adds explicit symbol export to LibCore. This leads to about
350 less symbols being exported.
2026-02-26 18:31:57 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00
Ben Wiederhake
52a8062084
LibCore: Offer to display a general description
2020-12-06 00:06:53 +01:00
Nico Weber
b143e604d7
LibCore: Add an ArgsParser::add_option() overload for doubles
2020-11-07 18:28:35 +01:00
Diego Iastrubni
64c15798e7
LibCore: Add support for double on argparse
...
Code is pretty trivial. If someone needs "float" support, a copy-paste
will be in place.
Build system was confused between math.h from rootfs, and toolchain. I
fixed the problem caused by `math.h` by locally using the builtin
`isnan()` from the compiler. It's ugly - but works. I am looking for
other alternatives.
2020-08-12 13:57:06 +02:00
AnotherTest
1c4f38749e
LibCore: Allow ArgsParser::parse() to not exit on failure
...
This allows its use in places where multiple calls to
ArgsParser::parse() are needed, such as Shell builtins.
2020-05-17 11:58:08 +02:00
Andreas Kling
d17e23bd27
LibCore: Remove leading C from filenames
2020-02-06 15:04:03 +01:00