summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
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-08merge with masterPaul Davis
2013-05-08use hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu includes...Paul Davis
2013-05-02merge resolution with masterPaul 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-12changes to get cairocanvas branch to build on OS X, with its stupid nil and R...Paul Davis
2013-04-10remove extra output from PBD::stacktracePaul Davis
2013-04-06merge with master, including manual merge conflict resolutionPaul Davis
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-05adjust demangling code a bit so that it can easily be used with typenames and...Paul 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
2013-03-09add code to display announcements, and parameterize several URL's used in the...Paul Davis
2013-01-30minor header fix for OS XPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
2012-12-16some explanatory text for CrossThreadPool, so that it is possible (maybe) to ...Paul Davis
2012-10-29fix complaints from OS X gcc about constnessPaul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-08-09more vst parameter related stuffPaul Davis
2012-08-09new file containing very clever code for floating point "equality" comparisonsPaul Davis
2012-07-28Add missing #includes to some testsSakari Bergen