chatterino:test/clang-tidy-ci

Last commit made on 2022-07-31
Get this branch:
git clone -b test/clang-tidy-ci https://git.launchpad.net/chatterino

Branch merges

Branch information

Name:
test/clang-tidy-ci
Repository:
lp:chatterino

Recent commits

4164d04... by pajlada

test clang-tidy ci

81773c7... by pajlada

Add .clang-tidy file and CI (#3890)

The CI comments are optional

3f1b16a... by pajlada

[Chore] Remove unused class MessageContainer (#3889)

20c974f... by Daniel Sage <email address hidden>

Added support for Twitch's Chat Replies (#3722)

Co-authored-by: Rasmus Karlsson <email address hidden>

a280089... by James Upjohn <email address hidden>

Drop trailing whitespace from Twitch system messages (#3888)

Co-authored-by: Rasmus Karlsson <email address hidden>

bda060f... by Daniel Sage <email address hidden>

Delete .pri files, move warnings to src/CMakeLists.txt (#3883)

218718e... by James Upjohn <email address hidden>

fix: prevent system messages from being ignored in multi-channel search (#3875)

c585527... by Daniel Sage <email address hidden>

Add option to display tabs on the right and bottom (#3847)

Co-authored-by: Rasmus Karlsson <email address hidden>

3b9ac74... by Daniel Sage <email address hidden>

Fix crash when closing all tabs on macOS (#3860)

Co-authored-by: Rasmus Karlsson <email address hidden>

044dd8a... by Mm2PL <email address hidden>

Remove official support for QMake (#3839)

* delet chatterino.pro

* Update documentation

* Update Github Actions config

* Update Cirrus CI config

* Attempt to fix Cirrus CI

* Add changelog entry

* Delete tools/update_filelist.py

It was a QMake-only script? Maybe will need revert + change to CMake or something?

* fix?

* Fuck this linter

* Attempt to clean up build.yml a little

* Add cmaake to install list, remove step for qmake PATH

* Change list entries to always use 1.

Sneaky unrelated change

* These are no longer tests!

* FUCK YOU PRETTIER

* Make BUILDING_ON_LINUX.md simpler

* Get rid of Jenkins

* Get rid of travis

* Remove dupes

* Remove appveyor

* Remove qmake from conanfile

* Try removing explicit qmake path

* Nothing uses the qt style plugins installer anymore

* Update manual linux building instructions

* Update freebsd compilation instructions with a copy paste from the linux instructions

* Remove unused docker files

* Remove linux breakpad build script as it's unused

* Update changelog entry phrasing

* Lint build markdown files

* Change top changelog entry to not be confused as a link

* Skip QtCreator conan setup if conan is disabled

This reduces the amount of warnings & errors Windows users get with
QtCreator

* lint building on linux file

Co-authored-by: Rasmus Karlsson <email address hidden>