13
0
livetrax/libs/pbd
Tim Mayberry 9192a2e969 Add test for PBD::canonical_path on Windows using utf8 strings
This currently fails because the windows only realpath implementation in
pbd/pathexpand.cc, which is called from PBD::canonical_path to resolve the path
uses Glib::locale_from/to_utf8. As I demonstrated in the
testOpenFileUTF8Filename test case Glib::locale_from/to_utf8 are not the
correct functions to use for this use case as it converts to/from utf-8 to the
locale's current character encoding.  On Windows this is most often a single
byte encoding such as Windows-1252 and conversion will fail if the path
contains any characters that are not in system codepage.
2016-09-19 14:47:52 +10:00
..
boost-debug globally remove all trailing whitespace from .cpp and .hpp files missed by previous commit 2015-10-04 15:11:15 -04:00
macosx
msvc Move 'round()' / 'trunc()' etc so that they won't conflict with any versions already available in MSVC 2016-08-19 14:11:01 +01:00
MSVCpbd Modify our MSVC project to use the newly introduced 'libarchive' library (libpbd) 2016-09-15 14:39:38 +01:00
pbd implement file-[un]archive progress report 2016-09-14 23:10:41 +02:00
test Add test for PBD::canonical_path on Windows using utf8 strings 2016-09-19 14:47:52 +10:00
base_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
basename.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
boost_debug.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
cartesian.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
ChangeLog
cocoa_open_uri.mm
command.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
configuration_variable.cc OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one) 2016-05-04 23:09:45 -04:00
controllable.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
convert.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
COPYING
cpus.cc Enable build for FreeBSD (part 1/2) 2016-06-26 16:43:07 +02:00
crossthread.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
crossthread.posix.cc let GMainContext clean up after us. 2016-04-26 19:45:06 +02:00
crossthread.win.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
debug_rt_alloc.c
debug.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
demangle.cc Use PBD::demangle_symbol in PBD::demangled_name<T> to reduce code duplication 2015-12-01 14:22:38 +10:00
enums.cc fix simple but fatal mistake in defining PBD::Controllable::Flags enums. 2016-07-12 08:34:35 -04:00
enumwriter.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
epa.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
error.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
event_loop.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ffs.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
file_archive.cc implement file-[un]archive progress report 2016-09-14 23:10:41 +02:00
file_utils.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
fpu.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
gettext.h
id.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
libpbd.pc.in
libpbd.spec.in
locale_guard.cc add exception handling in LocaleGuard, to try to cover more OS X wierd/corner cases 2016-07-18 10:56:43 -04:00
localtime_r.cc
malign.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
md5.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
mountpoint.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
openuri.cc now with return value 2016-02-17 17:03:14 +01:00
pathexpand.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
pbd.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
pool.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
property_list.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
pthread_utils.cc the endless quest to plug memory leaks -- episode 378 2016-07-25 17:16:32 +02:00
reallocpool.cc tweak realloc-pool realloc behavior. 2016-07-19 15:05:16 +02:00
receiver.cc change PBD::Transmitter code to use PBD::Signal<> not sigc::signal<>, since the latter is not thread safe 2016-08-14 08:33:23 -04:00
resource.cc
run-tests.sh
search_path.cc Add PBD::Searchpath::contains method to check if a Searchpath contains a path 2015-10-22 11:51:03 -04:00
semutils.cc rename ProcessSemaphore to Semaphore (libs) 2015-12-02 20:18:48 +01:00
shortpath.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
signals.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
stacktrace.cc Move PBD symbol demangle functions into pbd/demangle.h/cc 2015-12-01 14:22:38 +10:00
stateful_diff_command.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
stateful.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
strreplace.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
strsplit.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
system_exec.cc and another typo in d442190b 2016-02-14 00:10:41 +01:00
textreceiver.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
timer.cc add API to suspend timers signal emission. 2015-10-30 15:55:26 +01:00
timing.cc
tlsf.cc add missing header include 2016-07-19 20:33:36 +02:00
transmitter.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
undo.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
uuid.cc
whitespace.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
windows_mmcss.cc
windows_special_dirs.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
windows_timer_utils.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
wscript Add support for built-in file/url unzip/untar 2016-09-13 16:14:40 +02:00
xml++.cc OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one) 2016-05-04 23:09:45 -04:00