Scott Graham
|
e774a63dbc
|
win: Fix InitializationStateDcheck in Release build
e:\b\build\slave\crashpad_win_rel\build\crashpad\util\misc\initialization_state_dcheck_test.cc(25) : error C2133: 'initialization_state_dcheck' : unknown size
R=mark@chromium.org
BUG=crashpad:1
Review URL: https://codereview.chromium.org/915023003
|
2015-02-11 13:39:38 -08:00 |
|
Mark Mentovai
|
de0979b930
|
C++11: Use type aliases instead of typedefs.
This replaces all occurrences of “typedef Y X;” with “using X = Y;”.
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/700143004
|
2014-11-05 14:09:01 -05:00 |
|
Mark Mentovai
|
35865a00d5
|
Fix problems discovered with gcc 4.9.1.
BUG=
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/538233002
|
2014-09-05 12:39:09 -04:00 |
|
Mark Mentovai
|
21af173940
|
Add InitializationStateDcheck, its base class, and their tests.
TEST=util_test InitializationState*
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/465103002
|
2014-08-14 09:51:26 -07:00 |
|