Commit Graph

8 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 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
Gerhard Sittig efdec55aec license: remove FSF postal address from boiler plate license text
Remove the FSF postal address as it might change (it did in the past).
Reference the gnu.org website instead which is more stable.
2017-01-07 16:11:15 +01:00
Jens Steinhauser c677193dc6 View: Change the type of tick_period to pv::util::Timestamp
This makes the tick position/label calculation in the ruler more precise,
avoiding rounded values for zero which would yield to "+0" or "-0" labels.
2015-09-04 12:54:52 +02:00
Joel Holdsworth b3f22de060 Corrected project name in header comments 2012-10-12 21:20:44 +01:00
Joel Holdsworth 4ceab49abb Added subsampling for fast lookup 2012-09-03 14:00:02 +01:00
Joel Holdsworth 4780b4c82d Initial tests for LogicDataSnapshot 2012-09-03 14:00:02 +01:00
Joel Holdsworth f0fa92c6c4 Added empty unit testing framework 2012-09-03 13:59:56 +01:00