summaryrefslogtreecommitdiff
path: root/libs/pbd/timing.cc
AgeCommit message (Collapse)Author
2020-03-26Some initial changes (currently for libpbd only) to help a new contributer ↵John Emmas
who's trying to build with MSVC2017 These changes compile okay for me (using VS2019) although they wouldn't link to my older-built libraries. Hopefully he'll be okay if he builds everything with the same compiler.
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2018-05-19Move a couple of #undef'sJohn Emmas
'pbd/timing.h' now includes a call to 'std::numeric_limits<>::max()'
2016-10-10Change position of average in PBD::timing_summary and add msecsTim Mayberry
2015-01-02Accommodate some newly introduced source files for building with MSVC (libpbd)John Emmas
2015-01-01Add Timing, TimingData and Timed classes for time measurement to pbd/timing.hTim Mayberry