summaryrefslogtreecommitdiff
path: root/libs/pbd/test
AgeCommit message (Expand)Author
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-27update semantics of PBD::remove_directory()Robin Gareus
2015-09-19Fix windows test to also pass under wineTim Mayberry
2015-09-17Add test to libpbd to check PBD::touch_file and pbd/gstdio_compat.hTim Mayberry
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-16Rename PBD::QPC::get_timer_valid to check_timer_valid and perform timer testTim Mayberry
2015-09-16Add windows specific test for pbd/windows_timer_utils.h APITim Mayberry
2015-09-13allow to run unit-test under wine from srcdir.Robin Gareus
2015-07-25Add unit test to check that libxml2 expects utf-8 encoded file paths on WindowsTim Mayberry
2015-07-25Only create one test output directory in file copy testTim Mayberry
2015-07-25Add unit test to assert that using locale_from_utf8/::open will fail for some...Tim Mayberry
2015-03-08Reduce run time/output of PBD::Timer unit testTim Mayberry
2015-02-14fix testPathIsWithin unit-test:Robin Gareus
2015-02-12Add local PwdReset class to reset pwd in event of test failureTim Mayberry
2015-02-12Add some more test assertions so that tests fail when they shouldTim Mayberry
2015-01-01Add tests that show the timing differences between the Glib/mm based timeoutsTim Mayberry
2014-12-03Fix running libpbd unit tests when $TOP(in test scripts) is set as relative pathTim Mayberry
2014-12-03Use test_output_directory() in pbd filesystem testTim Mayberry
2014-12-03Use PBD::tmp_writable_directory in test_output_directoryTim Mayberry
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-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-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-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2013-09-06Rename SearchPath class SearchpathTim 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-15add and Update mutex test that is no longer necessary now that glib has been ...Paul Davis
2013-07-13Add test for Glib::Mutex::trylockPaul Davis
2013-07-11Ifdef unix specific test for mingw buildPaul Davis
2013-07-11add new files from test changes by timbyrPaul Davis
2013-07-11Use test_search_path to find test data in xpath testPaul Davis
2013-06-16remove executable mode-bit from filesRobin Gareus
2012-07-28Add missing #includes to some testsSakari Bergen
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Use g_mkdir_with_parents instead of sys::create_directoriesTim Mayberry
2012-06-23Move three file utility functions from pbd/filesystem.h to pbd/file_utils.hTim Mayberry
2012-05-28Missing files.Carl Hetherington
2012-05-23Fix up tests now that operator= on ScopedConnection disconnects the old conne...Carl Hetherington
2012-05-16Fix libpbd tests.Carl Hetherington
2012-05-14drop boost::signals2 and replace with carl's solution which continues to rely...Paul Davis
2012-04-02Missing file.Carl Hetherington
2012-04-01Remove unused ustring version of url_decode(). ReworkCarl Hetherington