ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

adds crash reporting to windows #140

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

Purpose and motivation

Continuation of work in #136, adds crashpad integration to Windows.

Implementation

Extensive work over in ScintillatorSynth\crashpad-ext to get the crashpad system to compile on Windows. Adds the libraries and handler from that project. Launches the handler on windows. Configures Travis to extract symbols on builds and upload them to GCS.

Types of changes

Status