Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linux: Delete Breakpad::GenerateAndSendDumpFile because it causes a linker ↵ | tschmelcher@chromium.org | 2010-08-02 | 2 | -54/+0 |
| | | | | | | | | | | | warning about mktemp(). It would be easy to fix the linker warning, but the function is never used so we might as well just remove it. If we want it in the future then we can add it back. TEST=built on Linux, verified no linker warning BUG=none Review URL: http://codereview.chromium.org/3032049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54570 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Fix build break with gcc 4.4.1. (std::strcat not defined.) | zhurunz@google.com | 2010-05-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | std::strcat has been moved into <cstring> As we seen before, ChromeOS gentoo build uses GCC 4.4.1 Since 4.3 release, there are a bunch of updates in GCC. Some of these changes are result of bug fixing, and some old behaviors have been intentionally changed in order to support new standards. The build breaks we have seen are mostly coming from the following cases: 1. Header dependency cleanup 2. Removal of Pre-ISO headers 3. Stricter requirements for function main signature See http://gcc.gnu.org/gcc-4.3/porting_to.html for details. Review URL: http://codereview.chromium.org/2343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48537 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Add breakpad. | zhurunz@google.com | 2010-05-22 | 2 | -0/+344 |
Review URL: http://codereview.chromium.org/2092021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47987 0039d316-1c4b-4281-b951-d872f2087c98 |