summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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-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-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-08-02Merge branch 'master' into windowsPaul Davis
2013-08-02Resolve duplicate symbol 'cocoa_open_uri' on OSX builds.Michael Fisher
2013-08-02Stop compiler warning about NSURLMichael Fisher
2013-07-31fix merge conflict from masterPaul Davis
2013-07-31Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
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-22Reinstate include of regex.h for Linux and MinGW buildTim Mayberry
2013-07-18Adapt libs/pbd/ffs.cc to be buildable with MSVCJohn Emmas
2013-07-17break symbol name cycle on non-win32-non-gcc platformsPaul Davis
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-17Allow PBD::canonical_path to compile with mingw buildTim 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-17Accommodate 'pthread-win32' and 'boost/regex' (for libpbd)John Emmas
2013-07-17Other (Windows specific) includes for libpbdJohn Emmas
2013-07-16'libs/pbd/file_utils.cc' didn't apply cleanly for some reasonJohn Emmas
2013-07-16Windows (compiler specific) includes for libpbdJohn Emmas
2013-07-15Temporary OSX/Clang/C++11 workaroundMichael R. Fisher
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-07-15(reapply with fixes) Build system changes to support mingw build targetPaul Davis
2013-07-15Revert "Build system changes to support mingw build target"Paul Davis
2013-07-15Build system changes to support mingw build targetPaul Davis
2013-07-15add and Update mutex test that is no longer necessary now that glib has been ...Paul Davis
2013-07-15Fix reading and writing of files on windows in PBD::FileManagerPaul Davis
2013-07-15Use g_open instead of ::open in PBD::FileManagerPaul Davis
2013-07-13Add test for Glib::Mutex::trylockPaul Davis
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