Commit Graph

3 Commits

Author SHA1 Message Date
Uwe Hermann db1aabc15d Use the "default" keyword.
This patch was generated using clang-tidy:

  clang-tidy -checks="-*,modernize-use-equals-default" -fix

(with manual fixups to move the "= default" to the .hpp)
2017-03-23 19:21:05 +01:00
Uwe Hermann 6f925ba9d6 Don't use std:: in the code directly (where possible).
Use "using std::foo" to make the actual code itself a lot more readable.

There are some exceptions where we usually cannot do this, e.g. std::thread
often conflicts with "thread" from Qt or Boost.
2017-03-18 20:00:51 +01:00
Daniel Elstner dddff2e7c6 android: Read firmware resources from assets
Set up a resource reader to load firmware resources as assets
bundled with the APK.
2015-09-28 17:29:48 +02:00