summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2014-12-26class 'PBD::Configuration' doesn't actually get exported from libpbd - so mak...John Emmas
2014-12-26Add some newly introduced source files to our MSVC project (libpbd)John Emmas
2014-12-23fix for case-sensitive FS - aa80515f3Robin Gareus
2014-12-23[Summary] Fixed audio export on Windows. Added support of windows platform fo...Greg Zharun
2014-12-22new file, derived from old libs/ardour/configuration.ccPaul Davis
2014-12-22move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbdPaul Davis
2014-12-18No need to yell.David Robillard
2014-12-15Add a newly introduced header file to our MSVC project (libpbd)John Emmas
2014-12-14move ScopedFileDescriptor into libpbd and use itPaul Davis
2014-12-12Remove (no longer needed) sources from our MSVC project (libpbd)John Emmas
2014-12-10remove file manager LRU cache from code.Paul Davis
2014-12-10use correct conditional to choose between different DEBUG_THREAD_SELF macrosPaul Davis
2014-12-10add DEBUG_THREAD_SELF to allow use of DEBUG_TRACE with thread IDs on both nor...Paul Davis
2014-12-09correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bitPaul Davis
2014-12-05Add 'pbd/crossthread.cc' to the MSVC buildJohn Emmas
2014-12-04fix windows compilationRobin Gareus
2014-12-04add required headerPaul Davis
2014-12-04move WSAStartup() and WSACleanup() out of per-object methods into per-library...Paul Davis
2014-12-04clean up whitespacePaul Davis
2014-12-04Include pbd/crossthread.cc in the mingw buildTim Mayberry
2014-12-04Use correct name for windows.hTim Mayberry
2014-12-03fix up BaseUI to use crossthreadchannel on all platformsPaul Davis
2014-12-03new platform specific crossthreadchannel filesPaul Davis
2014-12-03manually merge new CrossThreadChannel implementation for windows from TracksPaul Davis
2014-12-03Fix running libpbd unit tests when $TOP(in test scripts) is set as relative pathTim Mayberry
2014-12-03Add DEBUG_TRACE output to PBD::canonical_pathTim Mayberry
2014-12-03Add ability to set libpbd debug options via PBD_DEBUG environment varTim Mayberry
2014-12-03Move setting _fmode flag on windows into PBD::initTim Mayberry
2014-12-03Remove references in pbd test script to libs no longer in source treeTim Mayberry
2014-12-03Make pbd test script consistant with other test scriptsTim Mayberry
2014-12-03Use test_output_directory() in pbd filesystem testTim Mayberry
2014-12-03Remove unnecessary comma in pbd wscript fileTim Mayberry
2014-12-03Use PBD::tmp_writable_directory in test_output_directoryTim Mayberry
2014-12-03Add PBD::tmp_writable_directory utility function to pbd/file_utils.h/ccTim Mayberry
2014-11-30Process 'default_ui_config.in' when building with MSVCJohn Emmas
2014-11-25Remove dead code.David Robillard
2014-11-24fix OSX open URL in browserRobin Gareus
2014-11-24Simulate 'trunc()' which isn't available in MSVCJohn Emmas
2014-11-24Remove a commented out line in 'pbd/stacktrace.h'John Emmas
2014-11-24amend c4533939b9Robin Gareus
2014-11-23fix/silence various compiler warnings.Robin Gareus
2014-11-23-Wunused-function on windowsRobin Gareus
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
2014-10-19OS 10.10 compile fixesRobin Gareus
2014-10-08When building 'libs/pbd/cpus.cc' (with MSVC) make sure we know what 'PTW32_VE...John Emmas
2014-10-02fix clock_gettime detectionRobin Gareus
2014-09-30add missing header include (for snprintf)Robin Gareus
2014-09-28recursive file copy functionRobin Gareus
2014-09-11provide compile-time-enabled/disabled debugging of connections being made to ...Paul Davis