summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
AgeCommit message (Expand)Author
2015-09-18Make sure that those recently moved functions will be visible if they're need...John Emmas
2015-09-17add string_compose argument specializations so that empty std::string and emp...Paul Davis
2015-09-17fix g_lstat() Robin Gareus
2015-09-17add glib/stdio compat wrapper for mingw64-w32Robin Gareus
2015-09-16Add PBD::QPC::initialize to initialize timer and call it from PBD::initTim Mayberry
2015-09-16Move Windows MMCSS related utility functions into libpbdTim Mayberry
2015-09-16Add PBD::DebugBit for debugging thread related debugging outputTim Mayberry
2015-09-16Rename PBD::QPC::get_timer_valid to check_timer_valid and perform timer testTim Mayberry
2015-09-16Fix PBD::MMTIMER::reset_resolution and add some documentationTim Mayberry
2015-09-16Move Windows timer utility functions from PA backend into libpbdTim Mayberry
2015-09-12plug some memory leaks in libsRobin Gareus
2015-09-12Event Pool usage debugging, see also 6ade16b38Robin Gareus
2015-09-05fix bitwise enum parsingRobin Gareus
2015-09-02Move AudioBackend related debug bits into libardourTim Mayberry
2015-08-19Add PBD::DebugBit for debugging issues with undo historyTim Mayberry
2015-08-18Change return type and name of get_win_special_folderTim Mayberry
2015-08-18Fix Searchpath::operator+ to return by value rather than reference and not mo...Tim Mayberry
2015-08-11clean up FPU code with some ideas from Chromium and the webPaul Davis
2015-07-31WinMME based midi input/output for portaudio backendTim Mayberry
2015-07-26Move ARDOUR::touch_file to pbd/file_utils.hTim Mayberry
2015-07-18Minor changes to ensure that MSVC knows about 'CaptureStackBackTrace()'John Emmas
2015-06-29volatile should not be used to describe non-hardware lvalues, and fix const c...Paul Davis
2015-06-29increase debug bitset size to accomodate additional debug bits imported from ...Paul Davis
2015-06-29add PBD::DEBUG bits for WavesAudio and WavesMIDIPaul Davis
2015-06-29[Summary] AudioPort buffer does not need 64 byte alignment which cache_aligne...Greg Zharun
2015-06-29Added optimized AVX function for sample processingPaul Davis
2015-06-29[Summary] Added correct memory alignment for Windows in ../pbd/malign.hGreg Zharun
2015-06-29[Summary] Added possibility to identify IO thread which does not have require...GZharun
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
2015-04-27allow to compile PBD::Signals w/o connection debuggingRobin Gareus
2015-04-27const iteratorsRobin Gareus
2015-04-26Expose “/route/trim” midi binding.Robin Gareus
2015-03-16add PBD::toggle_file_existence()Paul Davis
2015-03-12Revert commit 635578b3 relating to pthread debuggingTim Mayberry
2015-03-12Define DEBUG_THREAD_SELF when debug is enabledTim Mayberry
2015-03-11fix “no per-thread pool” abortRobin Gareus
2015-03-09Move 'poor_mans_glob()' into libpbdJohn Emmas
2015-03-03recursive regexp file search.Robin Gareus
2015-03-01Xthread: blocking read + non-blocking write mode.Robin Gareus
2015-02-28In libpbd the sources 'localeguard.cc/.h' and 'locale_guard.cc/.h' are essent...John Emmas
2015-02-27Fix unnecessary const violation.David Robillard
2015-02-12Fix whitespace in pbd/debug.hTim Mayberry
2015-02-05make two obvously const methods actually be constPaul Davis
2015-02-05expand PBD::Pool API and add additional DEBUG_TRACE output.Paul Davis
2015-01-18Dramatically improve windows session-save-time by avoiding recursive calls to...Ben Loftis
2015-01-10Add support for the C99 function 'log2()' which is newly needed by 'gtk2_ardo...John Emmas
2015-01-01Add PBD debug macros for recording timing dataTim Mayberry
2015-01-01Add PBD::Timer/StandardTimer/BlinkTimer classes for convenient timeoutsTim Mayberry
2015-01-01Add Timing, TimingData and Timed classes for time measurement to pbd/timing.hTim Mayberry
2014-12-26class 'PBD::Configuration' doesn't actually get exported from libpbd - so mak...John Emmas