pajlada
3924861a3d
Fix Linux CMake build for old installs ( #4167 )
2022-11-20 12:26:28 +01:00
Edgar
9f5477c433
🔨 Automatically generate resources files with cmake ( #4159 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
Fixes https://github.com/Chatterino/chatterino2/issues/3949
2022-11-19 12:29:12 +01:00
pajlada
aac9ea53d0
Harden emote parsing ( #3885 )
2022-11-05 10:04:35 +00:00
pajlada
6c38d3ecab
Add the ability to skip generation of git and date data ( #3800 )
...
This can be done by setting the `CHATTERINO_SKIP_DATE_GEN` and `CHATTERINO_SKIP_GIT_GEN` environment variables
2022-06-05 14:44:20 +00:00
Kasia
a7939b727f
Organized version information ( #3781 )
...
added new `GIT_MODIFIED` variable - used to determine whether the vcs tree was compiled or not at the time of building the app
added information about running in DEBUG mode which might be very helpful to determine whether one is running a DEBUG build, e.g. in the process of troubleshooting/determining crash causes
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-06-04 19:00:42 +00:00
kornes
b14bfd2aad
Fix vcpkg manifest and finding RapidJSON and Websocketpp modules ( #3753 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2022-05-21 15:38:10 +00:00
nerix
f97780d84e
Improve Twitch PubSub connection reliability ( #3643 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-05-07 15:22:39 +00:00
pajlada
208d017cc3
Add sanitizers for cmake ( #2608 )
...
These can be enabled using the `SANITIZE_{ADDRESS,MEMORY,THREAD,UNDEFINED}` cmake flags
2021-04-10 11:26:20 +00:00
Edgar
19d9791cba
🔧 Removed SourceFileUtils ( #2571 )
...
Not needed anymore from version 3.8 of CMake (which is our minimum required)
2021-04-03 16:49:24 +02:00
pajlada
e00938dfde
Add support for CMake (buildsystem generator) ( #2468 )
...
Co-authored-by: Edgar <Edgar@AnotherFoxGuy.com>
2021-03-28 16:58:51 +02:00