serenity/Userland
Brian Gianforcaro 511822c9fe HackStudio: Fix typo in C++ file extension mapping code
This looks like a copy past bug where we were checking "cc" twice
instead of checking for the equivalent header extension.

Found by Sonar Cloud.
2021-09-01 18:06:14 +02:00
..
Applets Everywhere: Use my cool new @serenityos.org email address 2021-09-01 11:37:25 +04:30
Applications SoundPlayer: Fix file leak in M3UParser::from_file(..) 2021-09-01 18:06:14 +02:00
Demos Userland: Remove IRC Client 2021-08-24 16:37:28 +02:00
DevTools HackStudio: Fix typo in C++ file extension mapping code 2021-09-01 18:06:14 +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 LibJS: Change offset in ISODateTimeWithinLimits to actually 24h 2021-09-01 15:11:35 +01:00
Services RequestServer: Use smart pointers for allocating protocols 2021-09-01 01:22:14 +02:00
Shell Shell: Use new Statistics tool in 'time -n' command 2021-08-31 16:38:22 +02:00
Utilities Everywhere: Use my cool new @serenityos.org email address 2021-09-01 11:37:25 +04:30
CMakeLists.txt