]> git.sesse.net Git - casparcg/commit
Made the code more portable.
authorHelge Norberg <helge.norberg@svt.se>
Fri, 20 Mar 2015 21:39:29 +0000 (22:39 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Fri, 20 Mar 2015 21:39:29 +0000 (22:39 +0100)
commit71489ae0dfe6ec4259e882f16e227f8b1ee2121d
tree32442c24c1514765345f3e193adaa44d75e387b0
parent2b6aaea912c87b2a9523ce0e430689969e37e3de
Made the code more portable.
34 files changed:
CMakeLists.txt
common/CMakeLists.txt
common/base64.cpp
common/blocking_priority_queue.h
common/enum_class.h
common/env.cpp
common/except.h
common/executor.h
common/gl/gl_check.cpp
common/log.cpp
common/memory.h
common/os/general_protection_fault.h [new file with mode: 0644]
common/os/linux/signal_handlers.cpp [new file with mode: 0644]
common/os/linux/stack_trace.cpp [new file with mode: 0644]
common/os/linux/system_info.cpp [new file with mode: 0644]
common/os/page_locked_allocator.h [moved from common/page_locked_allocator.h with 100% similarity]
common/os/stack_trace.h [new file with mode: 0644]
common/os/system_info.h [new file with mode: 0644]
common/os/windows/page_locked_allocator.cpp [moved from common/page_locked_allocator.cpp with 93% similarity]
common/os/windows/prec_timer.cpp [moved from common/prec_timer.cpp with 97% similarity]
common/os/windows/stack_trace.cpp [new file with mode: 0644]
common/os/windows/system_info.cpp [moved from common/os/windows/system_info.h with 93% similarity]
common/os/windows/win32_exception.cpp [moved from common/except.cpp with 93% similarity]
common/os/windows/win32_exception.h [new file with mode: 0644]
common/os/windows/windows.h
common/polling_filesystem_monitor.cpp
common/prec_timer.h
common/semaphore.h
common/stdafx.h
common/tweener.cpp
core/producer/text/text_producer.cpp
modules/bluefish/util/memory.h
protocol/amcp/AMCPCommandsImpl.cpp
shell/main.cpp