Blender Git Commit Log

Git Commits -> Revision 07e497d

Revision 07e497d by Martin Felke (fracture_modifier)
September 8, 2018, 00:00 (GMT)
backported existing crashpad support (win, mac, needs testing) and added breakpad support (linux)

Commit Details:

Full Hash: 07e497db295ebd5bd09eb07c6d2d8aebc7499c65
Parent Commit: d6b6484
Lines Changed: +5327, -10

5 Added Paths:

/build_files/build_environment/cmake/breakpad.cmake (+49, -0) (View)
/build_files/build_environment/patches/breakpad.diff (+4710, -0) (View)
/source/creator/creator_breakpad_linux.cpp (+129, -0) (View)
/source/creator/creator_crashpad_apple.cpp (+123, -0) (View)
/source/creator/creator_crashpad_win.cpp (+149, -0) (View)

12 Modified Paths:

/build_files/build_environment/cmake/harvest.cmake (+3, -0) (Diff)
/build_files/build_environment/cmake/versions.cmake (+10, -1) (Diff)
/build_files/build_environment/CMakeLists.txt (+5, -0) (Diff)
/build_files/cmake/macros.cmake (+14, -0) (Diff)
/build_files/cmake/platform/platform_apple.cmake (+20, -0) (Diff)
/build_files/cmake/platform/platform_unix.cmake (+17, -0) (Diff)
/build_files/cmake/platform/platform_win32_msvc.cmake (+24, -4) (Diff)
/CMakeLists.txt (+7, -0) (Diff)
/source/creator/CMakeLists.txt (+36, -0) (Diff)
/source/creator/creator.c (+3, -1) (Diff)
/source/creator/creator_intern.h (+1, -1) (Diff)
/source/creator/creator_signals.c (+27, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021