13
0
livetrax/libs/pbd/test
Tim Mayberry 13bfd1527a Make boolean string values 0 and 1 to maintain backwards compatibility
I would prefer "yes" and "no" as it distinguishes boolean values from numeric
but using "yes and "no" results in PBD::Property<T>::from_string failing to
parse the correct values when opening in an older Ardour version as there is no
specialization for bool.

Using 0 and 1 also results in less change to the Session file.
2017-04-19 07:49:57 +10:00
..
i18n_test
convert_test.cc
convert_test.h
filesystem_test.cc PBD::canonical_path will no longer throw so change test 2016-09-19 15:55:39 +10:00
filesystem_test.h Add test for PBD::canonical_path on Windows using utf8 strings 2016-09-19 14:47:52 +10:00
Makefile
mutex_test.cc
mutex_test.h
natsort_test.cc
natsort_test.h
ProtoolsPatchFile.midnam
reallocpool_test.cc
reallocpool_test.h
RosegardenPatchFile.xml
scalar_properties.cc
scalar_properties.h
signals_test.cc
signals_test.h
string_convert_test.cc Make boolean string values 0 and 1 to maintain backwards compatibility 2017-04-19 07:49:57 +10:00
string_convert_test.h Fix string-convert tests for Windows and hopefully macOS/OS X 2017-04-17 13:21:02 +10:00
test_common.cc
test_common.h
testrunner.cc
TestSession.ardour
timer_test.cc
timer_test.h
windows_timer_utils_test.cc
windows_timer_utils_test.h
xml_test.cc Add test of pbd/xml++.h API performance with three file sizes 2016-10-10 08:45:34 +10:00
xml_test.h Add test of pbd/xml++.h API performance with three file sizes 2016-10-10 08:45:34 +10:00
xpath.cc
xpath.h