Go to file
Edgar Velazquez-Armendariz 8e372a61b7 Fix a deadlock and improve query performance in TLS.
While cleaning up TLS resources, some destructors might still query for the
thread which is currently being shut down; logging is a very common case.
This patch causes the TLS implementation to use the lock only when the data
has not been created yet, improving performance and fixing that deadlock.
2013-01-24 14:31:55 -05:00
build undoing previous COLLADA-related change, since it leads to incompatibilities with the older COLLADA DOM packages 2013-01-04 09:25:01 -05:00
data Merge with upstream 2013-01-23 16:45:27 -05:00
doc some documentation improvements 2012-12-10 15:27:43 -05:00
include/mitsuba Merge with upstream 2013-01-23 16:45:27 -05:00
src Fix a deadlock and improve query performance in TLS. 2013-01-24 14:31:55 -05:00
.hgignore documentation updates 2012-09-28 00:17:44 -04:00
.hgtags Added tag v0.4.2 for changeset 13a39b11acee 2012-10-31 18:31:46 -04:00
CMakeLists.txt Added Unicode support for the Windows command line tools. 2012-10-18 15:14:11 -04:00
SConstruct some SCons-related improvements 2012-12-09 00:57:27 -05:00
setpath.csh fixed setpath.csh script on OSX 2012-10-25 00:58:14 -04:00
setpath.sh fixing 2-stage MLT, part 2 2012-10-25 02:25:28 -04:00