summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
AgeCommit message (Expand)Author
2015-11-12provide a mechanism to force ID regeneration/reset in PBD::Stateful when sett...Paul Davis
2015-11-10Replace spaces with tabs in pbd/stateful.hTim Mayberry
2015-10-30add API to suspend timers signal emission.Robin Gareus
2015-10-22Add PBD::Searchpath::contains method to check if a Searchpath contains a pathTim Mayberry
2015-10-22Expose protected PBD::Searchpath APITim Mayberry
2015-10-21add commentary and clean up blank linesPaul Davis
2015-10-21variable name change: percent is 0..100, 0..1.0 is a fractionPaul Davis
2015-10-21ensure that mutator function for CONFIG_VARIABLE_SPECIAL is used when assigni...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-27update semantics of PBD::remove_directory()Robin Gareus
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