Electron fork of crashpad
Перейти к файлу
Mark Mentovai 419f25eac8 Remove PointerVector<> and replace with std::vector<std::unique_ptr<>>
As mentioned at
https://chromium-review.googlesource.com/c/crashpad/crashpad/+/721978/13/tools/crashpad_http_upload.cc#90
Change-Id: I4820346cc0b0bf26633e1de598c884af8af19983
Reviewed-on: https://chromium-review.googlesource.com/724744
Commit-Queue: Mark Mentovai <mark@chromium.org>
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
2017-10-19 04:53:36 +00:00
build Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
client C++14 is required, don’t pretend to support pre-C++11 or pre-MSVS 2015 2017-10-13 15:49:59 +00:00
compat C++14 is required, don’t pretend to support pre-C++11 or pre-MSVS 2015 2017-10-13 15:49:59 +00:00
doc doc: Update for NDK r15b 2017-06-27 16:00:59 +00:00
handler Use a FileReaderInterface for file attachments instead of a FilePath 2017-10-17 16:32:08 +00:00
infra/config Disable the win x86 tests in the CQ until they are swarmed. 2017-07-29 22:14:51 +00:00
minidump Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
snapshot Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
test Add DirectoryReader to iterate over files in a directory 2017-10-16 19:56:54 +00:00
third_party Enable x86 optimizations for zlib 2017-06-28 20:20:36 +00:00
tools Use a FileReaderInterface for file attachments instead of a FilePath 2017-10-17 16:32:08 +00:00
util Remove PointerVector<> and replace with std::vector<std::unique_ptr<>> 2017-10-19 04:53:36 +00:00
.clang-format clang-format: don't bin pack arguments 2014-12-19 15:44:05 -08:00
.gitignore Use zlib to gzip-compress uploads 2017-02-16 16:26:19 +00:00
AUTHORS win: Handle the case when GetBytesBuffer returns error in HTTPTransportWin 2016-08-05 12:41:11 +00:00
CONTRIBUTORS Add contributors to CONTRIBUTORS. 2015-03-10 14:28:41 -04:00
DEPS Switch the language standard to C++14 and use std::make_unique 2017-10-12 19:07:13 +00:00
LICENSE Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00
README.md Tweak the README wording. 2017-07-29 23:09:02 +00:00
codereview.settings Upload to the production Chromium Gerrit instance, not the canary 2017-05-19 20:56:57 +00:00
crashpad.gyp handler: Add user extensibility stream call-out. 2017-04-11 19:06:00 +00:00
navbar.md doc: Fix bad merge resulting in twin “Man Pages” links in nav bar 2016-11-08 19:26:07 +00:00
package.h package.h: Update copyright year to 2017 2017-03-01 19:41:56 +00:00

README.md

Crashpad

Crashpad is a crash-reporting system.

Documentation

Source Code

Crashpads source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.