mirror-chatterino2/src/util
Rasmus Karlsson adf3ff3075 Switch some c-style includes to c++-style includes (i.e. stdint.h to
cstdint)

Make MessageElement to a class to fit better with the derived classes.
Make MessageLayoutElement to a class to fit better with the derived
classes.

Remove virtual from override functions

Replace all instances of boost::signals2 with pajlada::Signals. This
lets us properly use clang code model to check for issues.

Add missing virtual destructor to AbstractIrcServer
Add missing virtual destructor to MessageLayoutElement

Remove unused "connectedConnection" connection in TwitchChannel

Fix typo in TrimChannelName function
Fix typo in MessageParseArgs

Replace some raw pointers with unique pointers where it made more sense.
This allowed us to remove some manually written destructors whose only
purpose was to delete that raw pointer.

Reformat: Add namespace comments
Reformat: Add empty empty lines between main namespace beginning and end
Reformat: Re-order includes
Reformat: Fix some includes that used quotes where they should use angle
brackets
Reformat: Replace some typedef's with using's

Filter out more useless warnings
2018-04-03 03:00:34 +02:00
..
benchmark.hpp refactored message drawing and layouting 2017-10-11 10:34:04 +02:00
completionmodel.cpp Update a usernames "timeAdded" every time it tries to be added 2018-03-30 15:58:05 +02:00
completionmodel.hpp Update a usernames "timeAdded" every time it tries to be added 2018-03-30 15:58:05 +02:00
concurrentmap.hpp General cleanups/reformats 2018-03-31 13:44:15 +02:00
distancebetweenpoints.hpp General cleanups/reformats 2018-03-31 13:44:15 +02:00
emotemap.hpp Reformat 2018-04-01 16:44:25 +02:00
flagsenum.hpp Add helper methods to FlagsEnum where I can make sure that it actually works forsenT 2018-03-31 11:23:07 +02:00
helpers.hpp Add helper method for creating a UUID 2017-12-22 14:33:04 +01:00
irchelpers.hpp General cleanups/reformats 2018-03-31 13:44:15 +02:00
layoutcreator.hpp Switch some c-style includes to c++-style includes (i.e. stdint.h to 2018-04-03 03:00:34 +02:00
nativeeventhelper.hpp Switch some c-style includes to c++-style includes (i.e. stdint.h to 2018-04-03 03:00:34 +02:00
networkmanager.cpp Networkmanager (#134) 2017-10-27 20:09:02 +02:00
networkmanager.hpp General cleanups/reformats 2018-03-31 13:44:15 +02:00
networkrequest.cpp test code 2018-01-19 22:45:33 +01:00
networkrequest.hpp Switch some c-style includes to c++-style includes (i.e. stdint.h to 2018-04-03 03:00:34 +02:00
networkrequester.hpp test code 2018-01-19 22:45:33 +01:00
networkworker.hpp Switch some c-style includes to c++-style includes (i.e. stdint.h to 2018-04-03 03:00:34 +02:00
posttothread.hpp Switch some c-style includes to c++-style includes (i.e. stdint.h to 2018-04-03 03:00:34 +02:00
property.hpp Switch some c-style includes to c++-style includes (i.e. stdint.h to 2018-04-03 03:00:34 +02:00
serialize-custom.hpp Move highlight phrases to new settings system 2018-01-04 01:52:37 +01:00
streamlink.cpp Fix and improve Streamlink code 2018-03-24 14:15:27 +01:00
streamlink.hpp Switch some c-style includes to c++-style includes (i.e. stdint.h to 2018-04-03 03:00:34 +02:00
urlfetch.hpp Switch some c-style includes to c++-style includes (i.e. stdint.h to 2018-04-03 03:00:34 +02:00