Skip to content

Commit

Permalink
First pass at converting from qmake to cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
borgmanJeremy committed Jul 11, 2020
1 parent 1ef9cad commit f5013df
Show file tree
Hide file tree
Showing 217 changed files with 491 additions and 1,038 deletions.
6 changes: 6 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

---
Checks: '*,-fuchsia-*,-google-*,-zircon-*,-abseil-*,-modernize-use-trailing-return-type,-llvm-*'
WarningsAsErrors: '*'
HeaderFilterRegex: ''
FormatStyle: none
18 changes: 18 additions & 0 deletions .cmake-format.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
additional_commands:
foo:
flags:
- BAR
- BAZ
kwargs:
DEPENDS: '*'
HEADERS: '*'
SOURCES: '*'
bullet_char: '*'
dangle_parens: false
enum_char: .
line_ending: unix
line_width: 120
max_pargs_hwrap: 3
separate_ctrl_name_with_space: false
separate_fn_name_with_space: false
tab_size: 2
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ stage/
.snapcraft/
flameshot*.tar.bz2

.vscode/
build/

# NVIM
*~
Expand Down
98 changes: 0 additions & 98 deletions .travis.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .travis/linux_after_success.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .travis/linux_before_install.sh

This file was deleted.

15 changes: 0 additions & 15 deletions .travis/linux_install.sh

This file was deleted.

42 changes: 0 additions & 42 deletions .travis/linux_script.sh

This file was deleted.

55 changes: 0 additions & 55 deletions .travis/osx_script.sh

This file was deleted.

25 changes: 0 additions & 25 deletions .travis/services/0x0.st.sh

This file was deleted.

26 changes: 0 additions & 26 deletions .travis/services/file.io.sh

This file was deleted.

19 changes: 0 additions & 19 deletions .travis/services/transfer.sh.sh

This file was deleted.

Loading

0 comments on commit f5013df

Please sign in to comment.