13
0
livetrax/libs/pbd
Tim Mayberry 1f094027c5 Remove normalization of property names from libpbd xml code
It may have been OK to add this code temporarily at this low level, but as it
was introduced in 2008, this change is made with the assumption that any
Sessions that were affected have been re-saved since then with corrected
property names and that "normalization" is no longer necessary.

Timing results before changes:

XMLTest::testPerfMediumXMLDocumentTiming
   Create : Count: 10 Min: 30375 Max: 48253 Total: 431727 Avg: 43172 (43 msecs)
   Write : Count: 10 Min: 42553 Max: 49163 Total: 453353 Avg: 45335 (45 msecs)
   Read : Count: 10 Min: 70307 Max: 75987 Total: 734923 Avg: 73492 (73 msecs)
XMLTest::testPerfLargeXMLDocumentTiming
   Create : Count: 10 Min: 154486 Max: 307856 Total: 2678989 Avg: 267898 (267 msecs)
   Write : Count: 10 Min: 304273 Max: 343274 Total: 3169158 Avg: 316915 (316 msecs)
   Read : Count: 10 Min: 496920 Max: 541394 Total: 5260410 Avg: 526041 (526 msecs)

Timing results after changes:

XMLTest::testPerfMediumXMLDocumentTiming
   Create : Count: 10 Min: 21437 Max: 39749 Total: 348622 Avg: 34862 (34 msecs)
   Write : Count: 10 Min: 42320 Max: 49989 Total: 446135 Avg: 44613 (44 msecs)
   Read : Count: 10 Min: 63252 Max: 68389 Total: 660841 Avg: 66084 (66 msecs)
XMLTest::testPerfLargeXMLDocumentTiming
   Create : Count: 10 Min: 113458 Max: 263225 Total: 2215595 Avg: 221559 (221 msecs)
   Write : Count: 10 Min: 305439 Max: 339986 Total: 3150697 Avg: 315069 (315 msecs)
   Read : Count: 10 Min: 447560 Max: 488121 Total: 4698903 Avg: 469890 (469 msecs)
2017-05-26 08:48:04 +10:00
..
boost-debug
macosx
msvc Remove the MSVC 'poll()' emulation now that Ardour's stopped using poll() 2016-11-18 18:19:08 +00:00
MSVCpbd Changes needed for building Tim's new 'string_convert' stuff with MSVC (libpbd) 2017-04-19 17:25:51 +01:00
pbd NO-OP: whitespace and FSF address 2017-05-06 15:11:53 +02:00
test Use XMLNode::set_property API in xml tests 2017-04-19 09:36:57 +10:00
base_ui.cc
basename.cc
boost_debug.cc
cartesian.cc
ChangeLog
cocoa_open_uri.mm
command.cc
configuration_variable.cc Use XMLNode::get/set_property API in PBD::ConfigurationVariable class 2017-04-19 09:36:48 +10:00
controllable.cc Use XMLNode::get/set_property API in PBD::Controllable 2017-04-19 09:36:48 +10:00
convert.cc Remove now unused PBD::string_is_affirmative function 2017-04-19 09:36:59 +10:00
COPYING
cpus.cc
crossthread.cc
crossthread.posix.cc
crossthread.win.cc
debug_rt_alloc.c
debug.cc Add PBD::DEBUG::StringConvert debug bit 2017-04-16 14:02:41 +10:00
demangle.cc
enums.cc
enumwriter.cc
epa.cc
error.cc
event_loop.cc Reap invalidation records 2017-01-20 13:54:03 +01:00
ffs.cc
file_archive.cc
file_utils.cc
fpu.cc Fix for conflicting definition of _xgetbv with mingw-w64 >= 5 2016-11-10 15:23:43 +10:00
gettext.h
id.cc extend PBD::ID API to allow construction and operator== using uint64_t 2017-05-05 18:56:25 +01:00
libpbd.pc.in Make libpbd and evoral capable of standalone build 2016-12-04 15:15:11 -05:00
libpbd.spec.in
locale_guard.cc Relax LocaleGuards 2017-04-20 22:12:33 +02:00
localtime_r.cc
malign.cc
md5.cc
mountpoint.cc
openuri.cc
pathexpand.cc
pbd.cc
pool.cc
property_list.cc
pthread_utils.cc
reallocpool.cc
receiver.cc
resource.cc
run-tests.sh
search_path.cc
semutils.cc Add mechanism to reset/lock semaphores 2017-04-22 23:06:22 +02:00
shortpath.cc
signals.cc
stacktrace.cc
stateful_diff_command.cc Use XMLNode::set_property API in PBD::StatefulDiffCommand class 2017-04-19 09:36:48 +10:00
stateful.cc Use XMLNode::get/set_property API in PBD::Stateful 2017-04-19 09:36:48 +10:00
string_convert.cc Make boolean string values 0 and 1 to maintain backwards compatibility 2017-04-19 07:49:57 +10:00
strreplace.cc
strsplit.cc
system_exec.cc
textreceiver.cc
timer.cc
timing.cc
tlsf.cc fix mingw64 debug build 2016-11-17 12:58:28 +01:00
transmitter.cc
undo.cc Use correct property names in PBD::Undo class 2017-04-21 12:46:04 +10:00
uuid.cc
whitespace.cc
windows_mmcss.cc
windows_special_dirs.cc
windows_timer_utils.cc
wscript Add locale independent and thread safe string conversion API with tests 2017-04-16 14:02:41 +10:00
xml++.cc Remove normalization of property names from libpbd xml code 2017-05-26 08:48:04 +10:00