1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:58:11 +00:00
serenity/Userland
AnotherTest 6a6f19a72f Spreadsheet: Store the column index in a Position instead of its name
This will make constructing (and destructing) Positions a lot cheaper
(as it no longer needs to ref() and unref() a String).
Resulted from #5483, but doesn't fix it.
2021-02-24 21:02:02 +01:00
..
Applications Spreadsheet: Store the column index in a Position instead of its name 2021-02-24 21:02:02 +01:00
Demos Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DevTools Profiler: Add help documentation 2021-02-24 20:40:00 +01:00
DynamicLoader Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC 2021-02-24 14:54:26 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services AK: Make dbgln_if() avoid evaluating the arguments when disabled 2021-02-24 13:07:28 +01:00
Shell Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Tests Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Utilities Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00