Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
Andrew Kaster
|
c145d5410c
Userland: Don't leak objects when constructor arguments throw
|
1 年之前 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 年之前 |
Tim Ledbetter
|
25778d07e9
LibChess: Add optional ponder move to the BestMove command
|
2 年之前 |
Tim Ledbetter
|
c885df98da
LibChess: Flesh out InfoCommand implementation
|
2 年之前 |
Tim Ledbetter
|
18735960de
LibChess: Add the ucinewgame command
|
2 年之前 |
Sam Atkins
|
a10cc37ef0
LibChess: Return ErrorOr<String> from to-algebraic/fen methods
|
2 年之前 |
Sam Atkins
|
8529e660ca
LibChess: Move inputs when creating chess Commands
|
2 年之前 |
Sam Atkins
|
29c41e953b
LibChess: Convert Commands to use String and propagate errors
|
2 年之前 |
Sam Atkins
|
6576bbc098
LibChess: Return Commands by pointer from `FooCommand::from_string()`
|
2 年之前 |
Sam Atkins
|
b904435866
LibChess: Fix typo that always created DebugCommands as "on"
|
2 年之前 |
Tim Ledbetter
|
13dbc69c23
LibChess: Add the UCI quit command
|
2 年之前 |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Brendan Coles
|
0f084e0531
LibChess: SetOptionCommand: Set provided option name and value
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |