ALSA-backend: dedicated Midi-Buffer n-periods (only use for HW output)
[ardour.git] / libs / pbd /
2014-06-19 John EmmasRemove (no longer needed) sources from an MSVC project
2014-06-19 John EmmasMove the definition for 'strtok_r' (to avoid clashing...
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Tim MayberryRemove PathScanner class from libpbd
2014-06-17 Tim MayberryReplace all use of PathScanner with equivalent function...
2014-06-17 Tim MayberryAdd default arguments to match those in PathScanner...
2014-06-17 Tim MayberryMove member functions from PathScanner to functions...
2014-06-17 Tim MayberryMove PathScanner::operator() into header
2014-06-17 Tim MayberryRemove unused methods in PathScanner
2014-06-17 Tim MayberryRename PathScanner::run_scan_internal to PathScanner...
2014-06-17 Tim MayberryRemove PathScanner::run_scan and use PathScanner::run_s...
2014-06-17 Tim MayberryAdd PathScanner::find_files_matching_regex and move...
2014-06-17 Tim MayberryRemove member filter argument from PathScanner methods...
2014-06-17 Tim MayberryChange PBD::PathScanner API to return results by value...
2014-06-15 Robin Gareusplug some leaks
2014-06-15 Robin Gareusfix pathscanner / stl_vector related memory leaks
2014-06-14 Robin Gareustracking down concurrency issus is fun.
2014-06-12 Colin FletcherExport dialog: tidy code, & remove some superfluous...
2014-06-12 Colin FletcherSearch $PATH for command when creating SystemExec from...
2014-06-10 Robin Gareusclose dir opened with opendir() - fixes accumulated...
2014-06-05 Robin Gareusincrease system-exec timeouts for kill.
2014-06-02 Paul Davisfix errors in manual conflict resolution
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin Fletcherremove debug output from system_exec
2014-05-19 Paul DavisMerge branch 'noppc' of https://github.com/mojofunk...
2014-05-19 Paul DavisMerge branch 'mingw-updates' of https://github.com...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-18 Colin FletcherSystemExec: copy last argument from command line to...
2014-05-13 Tim MayberryUse COMPILER_MINGW define rather than __MINGW64__
2014-05-13 Tim MayberryReinstate code removed that allows building with mingw...
2014-05-13 Tim MayberryAlways link to ole32 when building with mingw for get_w...
2014-05-06 John EmmasAdd a couple of pthread helper macros
2014-04-29 Carl HetheringtonMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-04-29 Paul Davisfinish unfinished work at basing all install paths...
2014-04-20 Robin Gareusclose stdin as first attempt to terminate process cleanly.
2014-04-20 Robin Gareusfix SystemExec for windows
2014-04-14 John EmmasMake sure that the input string doesn't go out of scope...
2014-04-14 Paul Davisbackport 1d85ab27a7e and ba128eea from cairocanvas...
2014-04-11 John EmmasOops - correct some typos in my previous commit
2014-04-11 John EmmasMake sure we use the correct style of filepath separato...
2014-04-11 John EmmasRemove 'pipex' from my pbd.vcproj as it's not needed...
2014-04-08 John EmmasAdd the main VC project files for building Ardour3...
2014-04-04 Paul Davisfix conceptual error/thinko in EnvironmentalProtectionA...
2014-03-24 Paul Daviscomment tweak
2014-03-24 Paul Davisfix a race condition between the death of a thread...
2014-03-22 Robin Gareusreplace use of Gio:: for plugin state
2014-03-22 Robin Gareusreplace use of Gio:: with primitives (fix for #5889...
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-13 Robin Gareusrework SystemExec - use vfork wrapper (and lots of...
2014-03-12 Paul Davisfix #ifdef in localtime_r header (from Valeriy)
2014-03-12 John EmmasA few days ago a #define got changed because the releva...
2014-03-11 Robin Gareusprototype vfork exec-wrapper.
2014-03-10 Paul Davisfix up waf build in wake of search path changes earlier...
2014-03-10 Paul Davisadd PBD::downcase() functions to libpbd
2014-03-09 Robin Gareusadd missing include to define LIBPBD_API (mingw build)
2014-03-08 John EmmasAdd a couple of visibility specifiers that were missing
2014-03-08 John EmmasUse LIBPBD_TEMPLATE_API and LIBPBD_TEMPLATE_MEMBER_API...
2014-03-04 Robin Gareusmingw build fixes (tested with i686-w64-mingw32 on...
2014-03-03 Paul Davisminor fix for libpbd wscript on windows
2014-03-02 Paul Davismove export_search_path(), previously in gtk2_ardour...
2014-03-02 Paul Davisuse "new" VST search path code and adjust build system...
2014-03-02 Paul Davisremove fallback_folders code, add simpler more focused...
2014-03-02 Paul Davisfor windows build, add fallback_folders.cc to libpbd...
2014-03-02 Paul Davisadd likely stub code for adding linkage to libole when...
2014-03-02 Paul Davisadd -DPROGRAM_NAME to libpbd compile flags
2014-03-02 Paul DavisREALLY REALLY CORRECT template export macros for libpbd
2014-03-01 Paul DavisREALLY CORRECT template export macros for libpbd
2014-03-01 Paul Davisuse template export forms for MemementoCommand
2014-03-01 Paul DavisCORRECT template export macros for libpbd
2014-03-01 Paul Davisadd template export macros for libpbd
2014-03-01 Paul Davisfix use of export macros to work with mingw(64). Templa...
2014-03-01 Paul Davisfix use of export macros to work with mingw(64)
2014-03-01 Paul Davisfix correct export macro guard in libpbd for mingw64
2014-03-01 Paul Daviswhen mingw is mingw64, it appears that we need to use...
2014-02-27 Robin Gareusmove Paths Dialog to libgtkmm2ext
2014-02-27 Paul Davisglib only allows <glib.h> these days; typedef enum...
2014-02-26 Robin Gareusmake PBD's path-scanner OS agnostic (use glib)
2014-02-25 Robin Gareusfix system-exec (wait for app to start)
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-19 Robin Gareusmove SystemExec to libpbd
2014-02-17 Paul Davisuse boost::uuids method to get a string from a boost...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-07 Paul Davisequivalent change to realpath() error return as was...
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
next