summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
AgeCommit message (Expand)Author
2014-06-02fix errors in manual conflict resolutionPaul Davis
2014-06-02merge with master and fix 4 conflicts by handPaul Davis
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-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-06Add a couple of pthread helper macrosJohn Emmas
2014-04-14backport 1d85ab27a7e and ba128eea from cairocanvas branch to remove GIO (pos...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-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-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-02move export_search_path(), previously in gtk2_ardour/main.cc, into libs/pbdPaul Davis
2014-03-02remove fallback_folders code, add simpler more focused get_vst_search_path() ...Paul 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
2014-03-01add template export macros for libpbdPaul Davis
2014-03-01fix use of export macros to work with mingw(64). Template issues with msvc wi...Paul Davis
2014-03-01fix use of export macros to work with mingw(64)Paul Davis
2014-03-01fix correct export macro guard in libpbd for mingw64Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-02-28move Paths Dialog to libgtkmm2extRobin Gareus
2014-02-27glib only allows <glib.h> these days; typedef enum in C++ code is redundantPaul Davis
2014-02-19move SystemExec to libpbdRobin Gareus
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-19Mingw64 has pthread_t available, and does not need a thread ID comparison fun...Paul Davis
2013-12-05make mingw-based pthread comparison function work with both 32 and 64 bit var...Paul Davis
2013-12-05Only use __declspec(dllimport/dllexport) for MSVC compilerTim Mayberry
2013-12-01'libs/pbd' - DLL visibility stuff and associated changes needed for building ...John Emmas
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to libgtkmm2ext, and make things workPaul Davis
2013-10-17add -fvisibility=hidden to libpbd, and make things workPaul Davis
2013-10-17get everything compiling with libardour built using -fvisibility=hiddenPaul Davis
2013-10-17add export visibility macros across libardourPaul Davis
2013-10-16add export visibility control to libpbd (works thus far on linux/gcc)Paul Davis
2013-10-10Add command-line parsing constructor to SystemExecColin Fletcher
2013-10-07Move system_exec from gtk2_ardour/ to libs/pbd/Colin Fletcher
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas