1
0
Fork 0
mirror of https://github.com/Chatterino/chatterino2.git synced 2024-11-21 22:24:07 +01:00
Commit graph

23 commits

Author SHA1 Message Date
pajlada
d4558b5fe5
Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check () 2023-09-09 11:11:19 +00:00
nerix
a045d3ee81
Use sccache on Windows ()
* build: support sccache and windows
2023-06-11 10:31:04 +00:00
nerix
9bfd12ba3c
Fix builds from CI showing up as modified ()
This change also adds a new environment variable used while building: `CHATTERINO_REQUIRE_CLEAN_GIT` which, if set, will error out during your build's GIT stage.
This is used in CI to ensure we don't accidentally introduce a change that would result in builds showing up as "modified" again.

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-02-16 13:56:20 +00:00
Edgar
9f5477c433
🔨 Automatically generate resources files with cmake ()
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
Fixes https://github.com/Chatterino/chatterino2/issues/3949
2022-11-19 12:29:12 +01:00
nerix
9fd00a9c6c
docs: add CLion debugging info () 2022-09-08 21:18:32 +02:00
kornes
7d9c3c65da
Add Visual Studio stuff to .gitignore ()
Co-authored-by: Kasia <zneix@zneix.eu>
2022-05-22 14:16:52 +00:00
Ian
addcbb10f9
Add guide for building chatterino2 on Windows with vcpkg () 2022-05-15 15:57:31 +00:00
Paweł
ffc69a83ff
Add .cache to gitignore ()
While compiling with `cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=YES` cmake can create a bunch of files in `.cache/`, indexing all codebase, allowing coc.nvim to make use of it, giving full rich autocompletion with all definitions etc. on NeoVim
2022-01-14 23:35:23 +00:00
pajlada
e00938dfde
Add support for CMake (buildsystem generator) ()
Co-authored-by: Edgar <Edgar@AnotherFoxGuy.com>
2021-03-28 16:58:51 +02:00
gempir
80e84b1d8a
Commands are now saved upon pressing Ok in the settings window ()
Commands are now saved upon pressing the Ok Button in the settings window, similar to the rest of the settings.
2020-10-04 13:02:29 +02:00
Rasmus Karlsson
140a9e4352 Update .gitignore build ignores so it only ignores folders 2019-07-21 12:18:41 +02:00
fourtf
1d682c4a93 added add split button 2018-09-04 21:39:54 +02:00
Rasmus Karlsson
d9c0d37bd2 Ignore /build/ folder 2018-05-06 14:16:16 +02:00
coral
0e8b50c4e9 New setting menu icons! ()
* LUL

* Added system icon for OSX
2018-01-02 03:44:52 +01:00
Rasmus Karlsson
c8c65f8f09 ignore Thumbs.db file 2017-09-24 18:13:44 +02:00
fourtf
ca65e543ec Added code for ubuntu color style 2017-08-17 14:52:41 +02:00
fourtf
64211268ba updated .gitignore for vim 2017-08-05 17:00:37 +02:00
Rasmus Karlsson
1296aac245 ignore gdb history file 2017-07-28 19:43:14 +02:00
Rasmus Karlsson
6898f9c2db update gitignore 2017-06-10 22:33:24 +02:00
Rasmus Karlsson
548fbe5866 rename twitchaccount file to twitchuser to match class name 2017-05-30 15:22:44 +02:00
Rasmus Karlsson
5614322a08 Add chatterino binary file to .gitignore 2017-05-27 15:38:26 +02:00
Rasmus Karlsson
8527219b53 Ignore generated files 2017-05-27 14:58:47 +02:00
fourtf
39c59e1df7 Initial commit 2016-12-29 17:18:13 +01:00