summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
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-16merge with master and fix 2 conflictsPaul Davis
2013-10-15Merge branch 'windows' into windows+ccJohn Emmas
2013-10-15Merge branch 'master' into windowsPaul Davis
2013-10-15re-fix typo in PBD::demangle() for systems without execinfo.hPaul Davis
2013-10-15fix namespace issue with demangle on systems without execinfo.hPaul Davis
2013-10-15fix typo in PBD::demangle() for systems without execinfo.hPaul Davis
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
2013-10-14'PBD::demangle()' - Minor modification to keep MSVC happyJohn Emmas
2013-10-10fix up parsing of send gain MIDI bindings so that they actually workPaul Davis
2013-10-09merge with master, fixing conflicts in 3 wscript filesPaul Davis
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-04provide PBD::demangle() even on platforms without HAVE_EXECINFOPaul Davis
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-14fix merge conflicts with masterPaul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-08-26Minor tweaks to MSVC build (hopefully of little consequence)John Emmas
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-15fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_...Paul Davis
2013-08-14Merge branch 'master' into cairocanvasPaul Davis
2013-08-13Call setup_libpbd_enums in PBD::init for portabilityTim Mayberry
2013-08-13Call Gio::init from PBD::init instead of ARDOUR::initTim Mayberry