aboutsummaryrefslogtreecommitdiffstats
path: root/src/Timer.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-17*: use std::numeric_limitsMax Kellermann1-2/+4
2013-10-15system/clock: convert to C++Max Kellermann1-4/+4
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-3/+3
2013-05-12timer: convert to classDenis Krjuchkov1-28/+19
2013-02-27Add some comments to keep track of timer units.Hagen Fritsch1-3/+5
2012-08-14timer: use monotonic clock if availableMax Kellermann1-13/+4
2011-12-13timer: fix time unit mixup in timer_delay()Max Kellermann1-1/+1
2011-08-27rename 'Timer' to 'struct timer'Jonathan Neuschäfer1-8/+8
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-11-18timer: fix integer overflow in timer_delay()Max Kellermann1-1/+1
2010-11-05output_plugin: add method delay()Max Kellermann1-3/+3
2010-11-05timer: add function timer_delay()Max Kellermann1-0/+13
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-19utils: use g_usleep() instead of my_usleep()Max Kellermann1-2/+1
2009-01-03timer: use GLib instead of utils.hMax Kellermann1-4/+5
2008-10-10audio_format: added audio_format_frame_size()Max Kellermann1-1/+1
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-1/+1
2008-10-08don't include os_compat.hMax Kellermann1-1/+4
2008-09-09timer: constant pointersMax Kellermann1-1/+1
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+2
2008-01-26fixed -Wshadow warningsMax Kellermann1-4/+4
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+1
2007-06-12Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman1-7/+1
2007-06-09switching to us instead of ms on runtimeRoger Bystrøm1-2/+2
2007-06-09Added timer_get_runtime_ms to know how long the timer has been runningRoger Bystrøm1-1/+7
2007-05-30Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman1-0/+80