Video-Frame (not sample)
[ardour.git] / libs / pbd /
2018-11-29 Robin GareusFix a tiny memory-leak when calling vfork
2018-11-20 Robin GareusPrepare session-metadata export to external command
2018-11-19 Robin GareusFix Windows and Mac Builds
2018-11-19 Robin GareusAdd API to write raw data to child processes.
2018-10-26 Robin GareusGlib throws a const FileError exception
2018-10-15 Paul Davisremove use of hardcoded -fPIC compiler flag, and use...
2018-10-11 Robin GareusConsolidate relative sched_get_priority computation
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-21 Robin GareusFix --no-nls (2/5), prefer #if in libs
2018-09-10 John EmmasInitial changes needed for building Mixbus (with MSVC...
2018-08-07 Paul Davisbetter debug message with correct namespace for EventLo...
2018-05-19 John EmmasMove a couple of #undef's
2018-05-17 Robin GareusAdd a time-profiler with statistics
2018-02-15 John EmmasWhen building with MSVC, allow for the fact that Mixbus...
2017-11-26 Robin GareusFix "open folder" for non-ASCII paths on Windows
2017-10-30 Robin GareusMove coreaudio_set_realtime_policy into libpbd
2017-10-27 John EmmasAccommodate newly added/removed source(s) in our MSVC...
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-28 John EmmasCheck in a few MSVC projects to accommodate the change...
2017-09-21 Robin GareusDon't recurse into MacVST bundle-folders during plugin...
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-08-04 Robin GareusNO-OP: whitespace
2017-08-04 Robin GareusGraph profiling: allow to override max DSP thread count...
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-03 Robin GareusPBD::init() failing is fatal in main(), don't silently...
2017-07-02 Robin GareusControllable focus notification API
2017-06-22 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-06-22 Tim MayberryRemove LocaleGuard from PBD::Controllable state methods
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-25 Tim MayberryRemove normalization of property names from libpbd...
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 correct property names in PBD::Undo class
2017-04-21 Tim MayberryUse hyphen for XML property names
2017-04-20 Robin GareusRelax LocaleGuards
2017-04-19 John EmmasChanges needed for building Tim's new 'string_convert...
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 API in xml tests
2017-04-18 Tim MayberryUse XMLNode::set_property in PBD::PropertyTemplate...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in PBD::Configuration...
2017-04-18 Tim MayberryUse XMLNode::set_property API in PBD::MementoCommand...
2017-04-18 Tim MayberryUse XMLNode::set_property API in PBD::StatefulDiffComma...
2017-04-18 Tim MayberryUse XMLNode::set_property API in PBD::Undo class
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in PBD::Stateful
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in PBD::Controllable
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 ID::to_s() in libpbd instead of ID::print()
2017-04-18 Tim MayberryUse PBD string conversion functions in PBD::ID instead...
2017-04-18 Tim MayberryMake boolean string values 0 and 1 to maintain backward...
2017-04-17 Tim MayberryFix string-convert tests for Windows and hopefully...
2017-04-16 Robin GareusFix Doxygen syntax (amend/revert f1a4767ac)
2017-04-16 John EmmasAccommodate newly introduced source(s) in our MSVC...
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-03-27 Robin GareusRevert "profile instant.xml save"
2017-03-25 Robin Gareusprofile instant.xml save
2017-03-10 Robin GareusFix solo/mute when loading old (4.x) sessions.
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
next