ladybird/Userland
Andreas Kling eaf88cc78a AK: Rename create<T> => make_ref_counted<T>
And also try_create<T> => try_make_ref_counted<T>.

A global "create" was a bit much. The new name matches make<T> better,
which we've used for making single-owner objects since forever.
2021-09-03 02:36:09 +02:00
..
Applets Everywhere: Use my cool new @serenityos.org email address 2021-09-01 11:37:25 +04:30
Applications AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
Demos Userland: Remove IRC Client 2021-08-24 16:37:28 +02:00
DevTools AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games GameOfLife: Don't enable rotate button if a pattern isn't selected 2021-08-31 15:46:58 +01:00
Libraries AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
Services LibWeb+WebContent: Add query for hovered DOM node to OOPWV 2021-09-02 22:16:41 +02:00
Shell AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
Utilities js: Implement pretty-printing of Intl.Locale 2021-09-02 17:56:42 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00