summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2014-09-09Add 'libs/pbd/pbd/pthread_utils.h' to our pbd project (msvc)John Emmas
2014-09-09Re-introduce our pthread macros (after fixing an earlier typo)John Emmas
2014-09-09Revert "Add a couple of pthread helper macros"John Emmas
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-27Minor change to 'pbd/controllable.h'John Emmas
2014-07-223 monitor tweaks for the_CLA. shift+click to default, and new preset valsBen Loftis
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new Ardou...Ben Loftis
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-11possible fix for win SystemExec::wait()Robin Gareus
2014-07-11Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2014-07-11catch null vfork_exec_wrapper before it is too latePaul Davis
2014-07-11Add newly introduced (MD5) sources to our MSVC project (also, add visibility ...John Emmas