summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
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-26make PBD's path-scanner OS agnostic (use glib)Robin Gareus
2014-02-25fix system-exec (wait for app to start)Robin Gareus
2014-02-19move SystemExec to libpbdRobin Gareus
2014-02-17use boost::uuids method to get a string from a boost UUIDPaul Davis
2014-02-07equivalent change to realpath() error return as was done in master rev 60a921...Paul Davis
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its intern...Paul Davis
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-29add proper namespace to PBD::demangle for systems without execinfoPaul 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-07Use correct header include for _fullpathTim Mayberry
2013-12-05fix error in mingw version of realpath()Paul Davis
2013-12-05add (likely, partial) windows implementation of POSIX realpath() for COMPILER...Paul Davis
2013-12-05extra source no longer requiredPaul Davis
2013-12-05we don't use realpath() anymore so there is need for a special mingw includePaul Davis
2013-12-05we don't use realpath() anymore so there is need for a special mingw includePaul Davis
2013-12-05additional source file for mingw buildPaul Davis
2013-12-05make mingw-based pthread comparison function work with both 32 and 64 bit var...Paul Davis
2013-12-05workaround compilation issues with assembler in fpu code and mingwPaul 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-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
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