summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2014-07-08Add PBD::get_suffix() for ripping file suffixes from pathsPaul Davis
2014-07-08add operator-= variants for PBD::SearchpathPaul Davis
2014-07-08add MD5 implementation to wscriptPaul Davis
2014-07-08add cleaned up MD5 C++ implementation for general usePaul Davis
2014-07-06optimize SystemExec::output_interposer()Robin Gareus
2014-07-05Make $PATH search in SystemExec actually workColin Fletcher
2014-07-05debug info to trace down "cannot rename temp session file" errorsRobin Gareus
2014-07-01splice mode is undefined, undocumented, and buggy. ripple does most of what ...Ben Loftis
2014-06-28search-path: filter out duplicatesRobin Gareus
2014-06-28Use 'GStatBuf' in preference to 'struct stat' (which isn't necessarily the sa...John Emmas
2014-06-28Remove (no longer needed) sources from our MSVC projectsJohn Emmas
2014-06-25Add unit tests for PBD::clear_directory and PBD::remove_directoryTim Mayberry
2014-06-25Rename internal class to stop the wrong destructor from being calledTim Mayberry
2014-06-25Add a PBD::TextReceiver in pbd testrunnerTim Mayberry
2014-06-25Add simple test for PBD::find_files_matching_patternTim Mayberry
2014-06-25Use PBD::FdFileDescriptor in PBD::copy_fileTim Mayberry
2014-06-25Fix PBD::copy_file so it works with non-ASCII filenames on windowsTim Mayberry
2014-06-25Add test utility function to PBD tests to return some utf-8 stringsTim Mayberry
2014-06-25Add a test for PBD::copy_file using test files with utf-8 encoded filenamesTim Mayberry
2014-06-25Fix PBD::copy_files so that it uses O_BINARY on windows and doesn't add line ...Tim Mayberry
2014-06-25Use PLATFORM_WINDOWS define instead of WIN32 in PBD::FileManagerTim Mayberry
2014-06-25Call PBD::init and PBD::cleanup in pbd test executableTim Mayberry
2014-06-25Add test for PBD::copy_fileTim Mayberry
2014-06-25Add utility function to test lib to create a test directoryTim Mayberry
2014-06-25Change PBD::get_files and PBD::get_paths to take a Searchpath instead of dire...Tim Mayberry
2014-06-25Add/Update docs in pbd/file_utils.hTim Mayberry
2014-06-25Use run_functor_for_paths in PBD::get_pathsTim Mayberry
2014-06-25Rename PBD::get_files_in_directory to just PBD::get_files, change parameter o...Tim Mayberry
2014-06-25Rename PBD::get_directory_contents to PBD::get_pathsTim Mayberry