tahoma2d/toonz/sources/common/tcore
Campbell Barton ac2647b212 Avoid unnecessary vector resizing (tstring.toLower) (#614)
Directory listing compares full paths case insensitive,
this causes toLower to run a lot.

While this could be avoided entirely, at least avoid resizing the vector while lower casing strings.
2016-07-13 20:52:24 +09:00
..
tdata.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tdebugmessage.cpp apply clang-format 2016-06-15 15:43:10 +09:00
texception.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tfunctorinvoker.cpp apply clang-format 2016-06-15 15:43:10 +09:00
threadmessage.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tidentifiable.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tmathutil.cpp apply clang-format 2016-06-20 11:34:17 +09:00
trandom.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tsmartpointer.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tstopwatch.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tstring.cpp Avoid unnecessary vector resizing (tstring.toLower) (#614) 2016-07-13 20:52:24 +09:00
tthread.cpp REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tthread_nt.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tthread_x.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tthreadp.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tundo.cpp REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00