]> git.sesse.net Git - casparcg/commit
* Fixed CEF compilation error in debug mode.
authorHelge Norberg <helge.norberg@svt.se>
Tue, 19 May 2015 15:58:00 +0000 (17:58 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Tue, 19 May 2015 15:58:00 +0000 (17:58 +0200)
commitcdbf562c6d5f48132c440efb7c4f0416900905a6
tree520d626ec553214f08e3c793cdb1019490c1224b
parent9abc9bd3c7aeddebe7d0bbf0183da87f60e0b824
* Fixed CEF compilation error in debug mode.
* Reenabled text producer.
* Upgraded StackWalker and increased STACKWALK_MAX_NAMELEN from 1024 to 4096 (crashes on long function names otherwise).
* Added psd documents as STILL media type in CLS and CINF.
13 files changed:
common/CMakeLists.txt
common/compiler/vs/StackWalker.cpp [moved from common/compiler/vs/stack_walker.cpp with 77% similarity]
common/compiler/vs/StackWalker.h [moved from common/compiler/vs/stack_walker.h with 69% similarity]
common/os/windows/stack_trace.cpp
core/producer/text/utils/texture_font.cpp
dependencies64/cef/lib/win32/debug/libcef.lib [new file with mode: 0644]
dependencies64/cef/lib/win32/debug/libcef_dll_wrapper.lib [new file with mode: 0644]
dependencies64/cef/lib/win32/release/libcef.lib [moved from dependencies64/cef/lib/win32/libcef.lib with 100% similarity]
dependencies64/cef/lib/win32/release/libcef_dll_wrapper.lib [moved from dependencies64/cef/lib/win32/libcef_dll_wrapper.lib with 100% similarity]
modules/html/CMakeLists.txt
modules/psd/psd_scene_producer.cpp
protocol/amcp/AMCPCommandsImpl.cpp
shell/server.cpp