Add a time-profiler with statistics
[ardour.git] / libs / pbd / pbd /
2018-05-17 Robin GareusAdd a time-profiler with statistics
2017-10-30 Robin GareusMove coreaudio_set_realtime_policy into libpbd
2017-10-26 Robin GareusAdd a RAII SpinLock (using boost's spinlock)
2017-10-18 Robin GareusFix g_stat() for 64bit windows/mingw64
2017-10-03 Robin GareusPrepare support for compression levels (archive + flac)
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Robin GareusAdd TouchChanged signal (and re-indent)
2017-09-16 Robin GareusNamespace PBD::RingBuffer
2017-08-30 Ben LoftisAvoid assert() when loading xml: Throw an XMLerror...
2017-08-29 Robin GareusAbstract definition of rt-scheduler policy
2017-08-29 Robin GareusAdd a PBD API to set pthread priority
2017-08-04 Robin GareusAdd API to set thread-priority (for ctrl-surfaces)
2017-07-30 Robin GareusNO-OP: name-change (_list and _lock are also used in...
2017-07-25 Robin GareusMake start_touch() truly idempotent
2017-07-02 Robin GareusControllable focus notification API
2017-06-21 Paul Daviscompilation requires <stdint.h>
2017-06-21 Robin GareusRemove internal_to_user/user_to_internal API
2017-06-21 Robin GareusCentralize control-parameter math functions in libpbd.
2017-06-12 Robin GareusVCA/SlavableAutomationCtrl re-design:
2017-05-29 Robin GareusNO-OP: whitespace
2017-05-29 Daniel Sheelerduplicate routes start off unsoloed to avoid issues...
2017-05-06 Robin GareusNO-OP: whitespace and FSF address
2017-05-05 Paul Davisextend PBD::ID API to allow construction and operator...
2017-04-22 Robin GareusAdd mechanism to reset/lock semaphores
2017-04-21 Tim MayberryUse hyphen for XML property names
2017-04-18 Tim MayberryAdd additional PBD::string_to/to_string specializations...
2017-04-18 Tim MayberryRemove PBD::to_string() function from pbd/convert.h
2017-04-18 Tim MayberryRemove now unused PBD::string_is_affirmative function
2017-04-18 Tim MayberryRemove unused XMLNode::add_property methods
2017-04-18 Tim MayberryUse XMLNode::set_property in PBD::PropertyTemplate...
2017-04-18 Tim MayberryUse XMLNode::set_property API in PBD::MementoCommand...
2017-04-18 Tim MayberryAdd pbd/types_convert.h header for PBD::to_string/strin...
2017-04-18 Tim MayberryAdd a template based get/set_property API to PBD::XMLNode
2017-04-18 Tim MayberryUse PBD string conversion functions in PBD::Configurati...
2017-04-18 Tim MayberryUse PBD string conversion functions in PBD::Property...
2017-04-18 Tim MayberryAdd DEFINE_ENUM_CONVERT macro for defining PBD::string_...
2017-04-18 Tim MayberryRemove now unused ID::print method
2017-04-18 Tim MayberryUse PBD string conversion functions in PBD::ID instead...
2017-04-16 Robin GareusFix Doxygen syntax (amend/revert f1a4767ac)
2017-04-16 Tim MayberryAdd locale independent and thread safe string conversio...
2017-04-16 Tim MayberryAdd PBD::DEBUG::StringConvert debug bit
2017-04-16 Tim MayberryFix indentation and make comment style consistent in...
2017-04-15 Robin GareusSilence -Wunused-value
2017-02-06 Paul Davisadd new API to PBD::Controllable, ::get_save_value()
2017-02-06 John EmmasRemove a JE addition to one of the qm-dsp source files...
2017-02-05 John EmmasSome minor changes in preparation for building the...
2017-01-22 Paul Davismore consistent terminology in a comment
2017-01-20 Robin GareusReap invalidation records
2017-01-20 Robin GareusFree dead request-buffers
2017-01-05 Dobroslav Slavenskojsyncing with upstream
2017-01-05 Dobroslav SlavenskojFixing LV2_SUPPORT #ifdefs
2016-12-16 Robin GareusMIDI tracer actually changes the event-loop
2016-12-15 Robin Gareussome further invalidation details:
2016-12-15 Paul Davisstore InvalidationRecord in a Connection object and...
2016-12-15 Paul Davisadd ::use_count() method to InvalidationRecord
2016-12-15 Paul Davisstd::list::erase() needs a non-const iterator.;
2016-12-15 Robin Gareusand now with erase
2016-12-15 Robin GareusC++98 compatible iterator erase
2016-12-15 Robin Gareusrework request invalidation
2016-12-14 Robin GareusAdd a trash pool for invalidation requests.
2016-12-14 Robin GareusNO-OP: re-indent
2016-12-14 Robin GareusAtomically to invalidate request
2016-12-14 Robin GareusAdd some more invalidation debug messages.
2016-12-14 Robin GareusThe threading anecdotes - Episode 7
2016-12-14 Robin Gareusskip dead threads (if the event remains, it'll be clean...
2016-12-14 Robin Gareusfix potential invalid lock
2016-12-14 Robin Gareusrework locking (fa07233a, 112fba182)
2016-12-13 Robin Gareusamend prev commit
2016-12-13 Robin Gareusmutex 'er up
2016-12-08 John EmmasAdd LIBPBD_API to a function declaration
2016-12-07 Robin GareusFix another crash at exit.
2016-12-06 Robin Gareusfix parsing "-inf" in config variables
2016-11-24 Robin GareusFix mysterious crashes such as #7049
2016-11-18 John EmmasRemove the MSVC 'poll()' emulation now that Ardour...
2016-10-29 Robin GareusAllow to construct a XML tree from a text buffer
2016-10-09 Tim MayberryRemove PropertyMap from XMLNode class
2016-10-09 Tim MayberryAdd XMLNode::operator==/!=() for comparing XMLNode...
2016-10-09 Tim MayberryAdd PBD::Timing::elapsed_msecs() as convenience API
2016-09-19 Robin Gareusadd API to create [tar.xz] archives
2016-09-19 Tim MayberryMove PBD::canonical_path to pbd/file_utils.h/cc and...
2016-09-14 Robin Gareusimplement file-[un]archive progress report
2016-09-13 Robin GareusAdd support for built-in file/url unzip/untar
2016-08-19 John EmmasMove 'round()' / 'trunc()' etc so that they won't confl...
2016-08-19 John Emmas'roundf()' wasn't introduced in MSVC until VS2013 ...
2016-08-14 Paul Davischange PBD::Transmitter code to use PBD::Signal<> not...
2016-07-19 Robin Gareusre-add TLSF
2016-07-14 Robin Gareusprevent duplicate symbols (fix OSX compilation)
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Paul Davisredesign PBD::LocaleGuard to work correctly (i.e. not...
2016-07-14 Robin Gareusadd a natural sort algorithm
2016-07-10 Robin Gareusadd a single-element ring-buffer write function
2016-07-01 Paul Davisadd the potential for a bit more debugging of signal...
2016-07-01 Paul Davisadd the potential for a bit more debugging of signal...
2016-06-26 Robin GareusEnable build for FreeBSD (part 1/2)
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisa slew of as-yet incomplete work to get VCA solo+mute...
2016-05-31 Paul Davisadd a new Controllable::NotAutomable flag
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-28 John EmmasEmulate 'log1p()' and 'expm1()' using 'log()' and ...
next