summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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-05Only use __declspec(dllimport/dllexport) for MSVC compilerTim Mayberry
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-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-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-10fix up parsing of send gain MIDI bindings so that they actually workPaul Davis
2013-10-04provide PBD::demangle() even on platforms without HAVE_EXECINFOPaul Davis
2013-09-14fix merge conflicts with 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
2013-08-13Add PBD::init and PBD::cleanupTim Mayberry
2013-08-08Resolve duplicate symbol 'cocoa_open_uri' on OSX builds.Michael Fisher
2013-08-08Stop compiler warning about NSURLMichael Fisher
2013-08-08Proper OSX/CLANG/CXX11 support in stl_delete.hMichael Fisher
2013-08-08fix compiler warnings.Robin Gareus
2013-08-08Temporary OSX/Clang/C++11 workaroundMichael R. Fisher
2013-08-08Revert "Remove non-portable and unnused header includes"Paul Davis
2013-08-08Remove non-portable and unnused header includesPaul Davis
2013-08-08add new files from test changes by timbyrPaul Davis
2013-08-08Use test_search_path to find test data in xpath testPaul Davis
2013-08-08Add test_search_path function in PBD testsuitePaul Davis
2013-08-02Resolve duplicate symbol 'cocoa_open_uri' on OSX builds.Michael Fisher
2013-08-02Stop compiler warning about NSURLMichael Fisher
2013-07-29Proper OSX/CLANG/CXX11 support in stl_delete.hMichael Fisher
2013-07-28fix compiler warnings.Robin Gareus
2013-07-15Temporary OSX/Clang/C++11 workaroundMichael R. Fisher
2013-07-11Revert "Remove non-portable and unnused header includes"Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-11add new files from test changes by timbyrPaul Davis
2013-07-11Use test_search_path to find test data in xpath testPaul Davis
2013-07-11Add test_search_path function in PBD testsuitePaul Davis
2013-06-25Merge branch 'master' into cairocanvasPaul Davis
2013-06-16remove executable mode-bit from filesRobin Gareus
2013-06-13merge with masterPaul Davis
2013-06-07Revert all close-on-exec changes from earlier todayRobin Gareus
2013-06-07fix typo in SndFileDescriptor::open() -- check if file open succeeded.Robin Gareus
2013-06-07fix use of sf_open_fd() instad of sf_open()Robin Gareus
2013-06-07Merge branch 'master' into cairocanvasPaul Davis
2013-06-07close audio-file if it cannot be openedRobin Gareus