summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2014-06-14tracking down concurrency issus is fun.Robin Gareus
2014-06-12Export dialog: tidy code, & remove some superfluous debug outputColin Fletcher
2014-06-12Search $PATH for command when creating SystemExec from command lineColin Fletcher
2014-06-10close dir opened with opendir() - fixes accumulated fd for plugin state savesRobin Gareus
2014-06-05increase system-exec timeouts for kill.Robin Gareus
2014-06-02fix errors in manual conflict resolutionPaul Davis
2014-06-02merge with master and fix 4 conflicts by handPaul Davis
2014-05-19remove debug output from system_execColin Fletcher
2014-05-19Merge branch 'mingw-updates' of https://github.com/mojofunk/ardour into cairo...Paul Davis
2014-05-19Merge branch 'export-dialog' into cairocanvasColin Fletcher
2014-05-18SystemExec: copy last argument from command line to argv[]Colin Fletcher
2014-05-14Use COMPILER_MINGW define rather than __MINGW64__Tim Mayberry
2014-05-14Reinstate code removed that allows building with mingw and the pthreads-win32...Tim Mayberry
2014-05-14Always link to ole32 when building with mingw for get_win_special_folderTim Mayberry
2014-05-06Add a couple of pthread helper macrosJohn Emmas
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-20close stdin as first attempt to terminate process cleanly.Robin Gareus
2014-04-20fix SystemExec for windowsRobin Gareus
2014-04-14Make sure that the input string doesn't go out of scope when using boost::tok...John Emmas
2014-04-14backport 1d85ab27a7e and ba128eea from cairocanvas branch to remove GIO (pos...Paul Davis
2014-04-11Oops - correct some typos in my previous commitJohn Emmas
2014-04-11Make sure we use the correct style of filepath separator on WindowsJohn Emmas
2014-04-11Remove 'pipex' from my pbd.vcproj as it's not needed for Ardour3John Emmas
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-04-04fix conceptual error/thinko in EnvironmentalProtectionAgency when using unset...Paul Davis
2014-03-24comment tweakPaul Davis
2014-03-24fix a race condition between the death of a thread that communicates with an ...Paul Davis
2014-03-22replace use of Gio:: for plugin stateRobin Gareus
2014-03-22replace use of Gio:: with primitives (fix for #5889 part 1)Robin Gareus
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-12fix #ifdef in localtime_r header (from Valeriy)Paul Davis
2014-03-12A few days ago a #define got changed because the relevant section of code was...John Emmas
2014-03-11prototype vfork exec-wrapper.Robin Gareus
2014-03-10fix up waf build in wake of search path changes earlier todayPaul Davis
2014-03-10add PBD::downcase() functions to libpbdPaul Davis
2014-03-09add missing include to define LIBPBD_API (mingw build)Robin Gareus
2014-03-08Add a couple of visibility specifiers that were missingJohn Emmas
2014-03-08Use LIBPBD_TEMPLATE_API and LIBPBD_TEMPLATE_MEMBER_API where appropriateJohn Emmas
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-03minor fix for libpbd wscript on windowsPaul Davis
2014-03-02move export_search_path(), previously in gtk2_ardour/main.cc, into libs/pbdPaul Davis
2014-03-02use "new" VST search path code and adjust build system to reflect new source ...Paul Davis
2014-03-02remove fallback_folders code, add simpler more focused get_vst_search_path() ...Paul Davis
2014-03-01for windows build, add fallback_folders.cc to libpbd source listPaul Davis
2014-03-01add likely stub code for adding linkage to libole when building libpbd on win...Paul Davis
2014-03-01add -DPROGRAM_NAME to libpbd compile flagsPaul Davis
2014-03-01REALLY REALLY CORRECT template export macros for libpbdPaul Davis
2014-03-01REALLY CORRECT template export macros for libpbdPaul Davis
2014-03-01use template export forms for MemementoCommandPaul Davis
2014-03-01CORRECT template export macros for libpbdPaul Davis