summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2017-04-19Add a template based get/set_property API to PBD::XMLNodeTim Mayberry
2017-04-19Use PBD string conversion functions in PBD::ConfigurationVariableTim Mayberry
2017-04-19Use PBD string conversion functions in PBD::Property classTim Mayberry
2017-04-19Add DEFINE_ENUM_CONVERT macro for defining PBD::string_to/to_string for enumsTim Mayberry
2017-04-19Remove now unused ID::print methodTim Mayberry
2017-04-19Use ID::to_s() in libpbd instead of ID::print()Tim Mayberry
2017-04-19Use PBD string conversion functions in PBD::ID instead of snprintfTim Mayberry
2017-04-19Make boolean string values 0 and 1 to maintain backwards compatibilityTim Mayberry
2017-04-17Fix string-convert tests for Windows and hopefully macOS/OS XTim Mayberry
2017-04-16Fix Doxygen syntax (amend/revert f1a4767ac)Robin Gareus
2017-04-16Accommodate newly introduced source(s) in our MSVC project (libpbd)John Emmas
2017-04-16Add locale independent and thread safe string conversion API with testsTim Mayberry
2017-04-16Add PBD::DEBUG::StringConvert debug bitTim Mayberry
2017-04-16Fix indentation and make comment style consistent in PBD::PropertyList headerTim Mayberry
2017-04-16Silence -Wunused-valueRobin Gareus
2017-03-27Revert "profile instant.xml save"Robin Gareus
2017-03-25profile instant.xml saveRobin Gareus
2017-03-10Fix solo/mute when loading old (4.x) sessions.Robin Gareus
2017-02-06add new API to PBD::Controllable, ::get_save_value()Paul Davis
2017-02-06Remove a JE addition to one of the qm-dsp source files (no longer needed)John Emmas
2017-02-05Some minor changes in preparation for building the newer Vamp pluginsJohn Emmas
2017-01-22more consistent terminology in a commentPaul Davis
2017-01-20Reap invalidation recordsRobin Gareus
2017-01-20Free dead request-buffersRobin Gareus
2017-01-05syncing with upstreamDobroslav Slavenskoj
2017-01-05Fixing LV2_SUPPORT #ifdefsDobroslav Slavenskoj
2016-12-16MIDI tracer actually changes the event-loopRobin Gareus
2016-12-15some further invalidation details:Robin Gareus
2016-12-15store InvalidationRecord in a Connection object and ref/unref it as appropriatePaul Davis
2016-12-15add ::use_count() method to InvalidationRecordPaul Davis
2016-12-15std::list::erase() needs a non-const iterator.;Paul Davis
2016-12-15and now with eraseRobin Gareus
2016-12-15C++98 compatible iterator eraseRobin Gareus
2016-12-15rework request invalidationRobin Gareus
2016-12-14Add a trash pool for invalidation requests.Robin Gareus
2016-12-14NO-OP: re-indentRobin Gareus
2016-12-14Atomically to invalidate requestRobin Gareus
2016-12-14Add some more invalidation debug messages.Robin Gareus
2016-12-14The threading anecdotes - Episode 7Robin Gareus
2016-12-14skip dead threads (if the event remains, it'll be cleaned up below)Robin Gareus
2016-12-14fix potential invalid lockRobin Gareus
2016-12-14rework locking (fa07233a, 112fba182)Robin Gareus
2016-12-14release locks before deleting recordRobin Gareus
2016-12-14amend prev commitRobin Gareus
2016-12-13mutex 'er upRobin Gareus
2016-12-08Add LIBPBD_API to a function declarationJohn Emmas
2016-12-08For building with MSVC, std::strtof() didn't get introduced until VS2013John Emmas
2016-12-07Fix another crash at exit.Robin Gareus
2016-12-07fix parsing "-inf" in config variablesRobin Gareus
2016-12-04Make libpbd and evoral capable of standalone buildDavid Robillard