1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 14:47:35 +00:00
serenity/Userland
Michiel Visser e07ec02470 LibCrypto: Move all elliptic curve private methods into .cpp
All the elliptic curve implementations had a long list of private
methods which were all stored in a single .cpp file. Now we simply use
static methods instead.
2022-03-20 00:51:50 +03:30
..
Applets ClipboardHistory: Show ranges and max dimensions for copied glyphs 2022-03-18 01:12:26 +01:00
Applications Spreadsheet+LibGUI: Calculate cell position given scroll position 2022-03-19 09:31:29 +03:30
Demos Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
DevTools HackStudio: Search for libraries definitions in Userland/ 2022-03-19 22:02:44 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
Libraries LibCrypto: Move all elliptic curve private methods into .cpp 2022-03-20 00:51:50 +03:30
Services RequestServer: Keep the EnsureConnection job alive until it finishes 2022-03-19 22:04:35 +01:00
Shell Shell: Stop parsing options after the script name 2022-03-11 08:41:21 +03:30
Utilities grep: Properly update match state when handling files 2022-03-19 22:05:40 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00