summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Time.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Use consistent naming for context parametersDavid Robillard1-3/+2
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-2/+2
2019-03-09Clean up includes and forward declarationsDavid Robillard1-4/+6
2018-09-23Use lowercase namespace namesDavid Robillard1-7/+7
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-1/+1
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-2/+2
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-2/+2
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-5/+1
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-01-08Add log plugin.David Robillard1-0/+2
2012-11-16Remove unnecessary include.David Robillard1-1/+0
2012-11-16Add time internal that sends Jack transport updates as LV2 time positions.David Robillard1-0/+82