Mark Mentovai
|
6d1af6922f
|
Don’t use using directives (“using namespace”) in tests.
The contents of tests are moved into the namespace
crashpad::test::(anonymous namespace).
https://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Namespaces
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/635883002
|
2014-10-07 17:28:50 -04:00 |
|
Mark Mentovai
|
3b2c6d32f4
|
Add MinidumpMemoryWriter, MinidumpMemoryListWriter, and their test.
TEST=minidump_test MinidumpMemoryWriter
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/459973002
|
2014-08-12 10:26:40 -07:00 |
|
Mark Mentovai
|
c73a97d4e3
|
Add MinidumpMiscInfoWriter and its test.
TEST=minidump_test MinidumpMiscInfoWriter
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/454073002
|
2014-08-11 11:42:12 -07:00 |
|
Mark Mentovai
|
aa3adf2c5b
|
Add MinidumpSystemInfoWriter and its test.
TEST=minidump_test MinidumpSystemInfoWriter
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/435243002
|
2014-08-07 14:58:26 -04:00 |
|