1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 13:51:00 +00:00
serenity/Applications/IRCClient
Lawrence Manning f0a6b42066 Move common Application build steps into their own Makefile.common
Further consolidation is of course possible, eg the Games/ programs
follow the same rules more or less.
2019-06-25 21:35:50 +02:00
..
.gitignore IRCClient: Start working on a simple graphical IRC client. 2019-03-15 12:14:23 +01:00
IRCAppWindow.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
IRCAppWindow.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCChannel.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCChannel.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
IRCChannelMemberListModel.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
IRCChannelMemberListModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCClient.cpp Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
IRCClient.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCLogBuffer.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCLogBuffer.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
IRCLogBufferModel.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCLogBufferModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCQuery.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCQuery.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
IRCWindow.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
IRCWindow.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCWindowListModel.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
IRCWindowListModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
main.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00