Releases: backtrace-labs/plcrashreporter
Releases · backtrace-labs/plcrashreporter
1.11.2-rc1
1.11.2-rc1-6b77fceb Update build_frameworks.sh
Version 1.5.4
Update the default symbolication strategy to symbolicate error reports locally.
Version 1.5.3
- Add
protobuf-c.{ch}
and generated data access classes from*.proto
files to simplify library usage and remove the dependency onprotobuf-c
when installing the library via Git Submodules. - Add
Homebrew Bundle
to manage non-Ruby dependencies from Homebrew. - Add
XcodeGen
to generate the Xcode project file. This way, project all customizations are contained within a singleproject.yml
file. - Add
bootstrap
,setup
,cibuild
, anddeploy
scripts to encapsulate standard routines. Each of these scripts is responsible for a unit of work. This way, they can be called from other scripts. This not only cleans up a lot of duplicated effort, it means contributors can do the things they need to do, without having extensive fundamental knowledge of how the project works. - Add
README.md
file to describe setting up and building processes. - Move source and test files to corresponding
Sources
andTests
respectively.
Version 1.5.2
- Disable logging when added as a Cocoapod
- Merge 1.4.0 version from
microsoft/master
branch.- Remove
Catch
dependency - Remove
google-toolbox-for-mac
dependency - Remove
async_stl
,AsyncAllocator
,AsyncPageAllocator
,DynamicLoader
- Rename
PLCR_CPP_BEGIN_ASYNC_NS/PLCR_CPP_END_ASYNC_NS
namespace toPLCR_CPP_BEGIN_NS/PLCR_CPP_END_NS
- Remove
PLCrashReporterErrorNotFound
enum case
- Remove