Skip to content

Commit f5013df

Browse files
committed
First pass at converting from qmake to cmake.
1 parent 1ef9cad commit f5013df

File tree

217 files changed

+491
-1038
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+491
-1038
lines changed

.clang-tidy

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
---
3+
Checks: '*,-fuchsia-*,-google-*,-zircon-*,-abseil-*,-modernize-use-trailing-return-type,-llvm-*'
4+
WarningsAsErrors: '*'
5+
HeaderFilterRegex: ''
6+
FormatStyle: none

.cmake-format.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
additional_commands:
2+
foo:
3+
flags:
4+
- BAR
5+
- BAZ
6+
kwargs:
7+
DEPENDS: '*'
8+
HEADERS: '*'
9+
SOURCES: '*'
10+
bullet_char: '*'
11+
dangle_parens: false
12+
enum_char: .
13+
line_ending: unix
14+
line_width: 120
15+
max_pargs_hwrap: 3
16+
separate_ctrl_name_with_space: false
17+
separate_fn_name_with_space: false
18+
tab_size: 2

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ stage/
4949
.snapcraft/
5050
flameshot*.tar.bz2
5151

52+
.vscode/
53+
build/
5254

5355
# NVIM
5456
*~

.travis.yml

-98
This file was deleted.

.travis/linux_after_success.sh

-31
This file was deleted.

.travis/linux_before_install.sh

-7
This file was deleted.

.travis/linux_install.sh

-15
This file was deleted.

.travis/linux_script.sh

-42
This file was deleted.

.travis/osx_script.sh

-55
This file was deleted.

.travis/services/0x0.st.sh

-25
This file was deleted.

.travis/services/file.io.sh

-26
This file was deleted.

.travis/services/transfer.sh.sh

-19
This file was deleted.

0 commit comments

Comments
 (0)