summaryrefslogtreecommitdiff
path: root/libs/pbd/test
AgeCommit message (Expand)Author
2017-04-19Use XMLNode::set_property API in xml testsTim Mayberry
2017-04-19Make boolean string values 0 and 1 to maintain backwards compatibilityTim Mayberry
2017-04-17Fix string-convert tests for Windows and hopefully macOS/OS XTim Mayberry
2017-04-16Add locale independent and thread safe string conversion API with testsTim Mayberry
2016-10-10Add test of pbd/xml++.h API performance with three file sizesTim Mayberry
2016-09-19PBD::canonical_path will no longer throw so change testTim Mayberry
2016-09-19Add test for PBD::canonical_path on Windows using utf8 stringsTim Mayberry
2016-09-19Give the Windows MMTimer test a better chance of passingTim Mayberry
2016-07-14add a natural sort algorithmRobin Gareus
2016-02-23missing include for rand() in self-testsRobin Gareus
2016-02-22realloc-pool unit-testRobin Gareus
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