Commit Graph

4 Commits

Author SHA1 Message Date
Uwe Hermann aca9aa834c Use alphabetical order for #includes.
This patch was generated using clang-tidy:

  clang-tidy -checks="-*,llvm-include-order" -fix
2017-03-28 11:43:40 +02:00
Uwe Hermann 0402d7a3e4 Use bool literals for boolean values.
This patch was generated using clang-tidy:

  clang-tidy -checks="-*,modernize-use-bool-literals" -fix
2017-03-23 17:59:00 +01:00
Uwe Hermann cafe470ed9 Don't use deprecated headers.
This patch was generated using clang-tidy:

  clang-tidy -checks="-*,modernize-deprecated-headers" -fix

(with some additional manual fixups)
2017-03-23 17:59:00 +01:00
Soeren Apel 51307fd601 Use natural sort order for DecodeTrace channel selector drop-down 2016-03-15 18:34:38 +01:00