summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2014-04-14backport 1d85ab27a7e and ba128eea from cairocanvas branch to remove GIO (pos...Paul 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-08-15fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_...Paul 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-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-16remove executable mode-bit from filesRobin Gareus
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-07close audio-file if it cannot be openedRobin Gareus
2013-06-07fix issue (creating new sound-files) in 92161b57Robin Gareus
2013-06-07mark more filedes as close-on-exec. - here audio+midi files!Robin Gareus
2013-06-07more sockets to close on fork()Robin Gareus
2013-06-06implement OSC /ardour/route/send/gainabs and /ardour/route/send/gainDBPaul Davis
2013-05-08use hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu includes...Paul Davis
2013-05-01Merge branch 'license-fix' of https://github.com/adiknoth/ardourPaul Davis
2013-04-30don't print stacktraces to the supplied ostream AND cerr - a remnant from deb...Paul Davis
2013-04-22Drop obsolete dmalloc.cc from libs/pbd.Adrian Knoth
2013-04-22Disable obsolete compilation of libs/pds/dmalloc.ccAdrian Knoth
2013-04-22Fix license in fastlog.Adrian Knoth
2013-04-06fix crash when using track templates caused by a recent change to the filesca...Paul Davis
2013-04-05Merge branch 'patches' of https://github.com/jdekozak/ardourPaul Davis
2013-04-01fix compilation on OS XPaul Davis
2013-03-30Fix some compilation warningsJulien de Kozak
2013-03-24Fix static initialization order problemSakari Bergen
2013-03-24Fix PBD wscript to be python3 compatibleSakari Bergen
2013-03-20Merge branch 'patches' of https://github.com/jdekozak/ardourPaul Davis
2013-03-20make PBD::stacktrace() be clear if it cannot generate stacktraces for some (r...Paul Davis
2013-03-20initial, prototype modifications to permit compilation of local libraries as ...Paul Davis
2013-03-20Fix guard nameJulien de Kozak
2013-03-20add missing filesPaul Davis
2013-03-20move path_expand() and search_path_expand() into libpbd, and use them to expa...Paul Davis
2013-03-19[cosmetics] Fix typo in debug outputAdrian Knoth
2013-03-17remove cruft (old cvsignore files)Robin Gareus
2013-03-13NOOP - pre videotimline cleanupRobin Gareus