summaryrefslogtreecommitdiff
path: root/platform/osx/crash_handler_osx.mm
AgeCommit message (Expand)Author
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-09Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-16[macOS] Fix crash handler not printing function names on M1 Macs.bruvzg
2021-11-11String: Remove `erase` method, bindings can't mutate StringRémi Verschelde
2021-06-17Improve crash handler message displayHugo Locurcio
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg
2019-05-23Check project settings live before lookup in crash handlerIbrahn Sahir
2019-02-12Platform: Ensure classes match their header filenameRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-24Fixed hang when segfaulting after OS object destroyed (OSX and X11)Ibrahn Sahir
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-02Add a new notification to detect crashes on native scriptsMarcelo Fernandez
2018-02-19OSX: Remove support for 32-bit and fat binariesRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-04Implemented physics plugAndreaCatania
2017-09-19Fix crash handler not including stdlib.hMarcelo Fernandez
2017-09-18Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez