summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
AgeCommit message (Expand)Author
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-13Add PBD::init and PBD::cleanupTim Mayberry
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-08-04'libs/ardour' - Use 'const_iterator' where appropriate (required to be builda...John Emmas
2013-07-31fix merge conflict from masterPaul Davis
2013-07-29Proper OSX/CLANG/CXX11 support in stl_delete.hMichael Fisher
2013-07-28fix compiler warnings.Robin Gareus
2013-07-24Further changes to msvc/pbd (mostly to add support for getopt and getopt_long)John Emmas
2013-07-24Correct a typo in 'msvc_pbd.h'John Emmas
2013-07-17Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-07-17JOHNE source files (needed for building libpbd with MSVC)John Emmas
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-17Add PBD::ffs functionTim Mayberry
2013-07-17Merge branch 'windows' of git://git.ardour.org/ardour/ardour into windowsJohn Emmas
2013-07-17Remaining changes needed for building libpdb on Windows (except for adding th...John Emmas
2013-07-17Other (Windows specific) includes for libpbdJohn Emmas
2013-07-16Windows (compiler specific) includes for libpbdJohn Emmas
2013-07-15Temporary OSX/Clang/C++11 workaroundMichael R. Fisher
2013-07-13Add DEBUG_TRACE output to file utility functions in libpbdPaul Davis
2013-07-13Add header include required by mingw compilerPaul Davis
2013-07-13Use custom comparator in threadmap for pthread impl with mingwPaul Davis
2013-07-11Add ::localtime_r implementation for mingwPaul Davis
2013-07-11remove direct of realpath(2), replace with canonical_path() which is a no-op ...Paul Davis
2013-07-11Add PBD::GlibSemaphore class that uses PBD::atomic_counter etc.Paul Davis
2013-07-11Add wrapping class for glib atomic counterPaul Davis
2013-07-11Add timersub macro for platforms where it isn't definedPaul Davis
2013-07-11Undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-07-11 Use timeout source to process ui requests on windowsPaul Davis
2013-07-11Hide UI request mechanism from inheriting classesPaul Davis
2013-07-11Add implementation for ProcessSemaphore on windowsPaul Davis
2013-07-11Add pbd/resource.h for portable access to resource limitsPaul Davis
2013-07-11Use boost::uuid instead of libuuidPaul Davis
2013-07-11Use PBD::pthread_name in debug output instead of pthread_selfPaul Davis
2013-04-22Fix license in fastlog.Adrian Knoth
2013-03-30Fix some compilation warningsJulien de Kozak
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-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-16add copyright commentsPaul Davis
2013-01-16add copyright commentsPaul Davis
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