Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-07 | Replace reduce(operator.or_, ...) with any(...). | Nat Goodspeed | |
The any() builtin was introduced in Python 2.5. Not only is its intent clearer, but it handles the case of zero items -- which the reduce(or_) construct does not. Sporadically we've seen exceptions from generate_breakpad_symbols.py when reduce(or_, ...) is given zero items. This masks the actual error (failure to dump symbols? failure to read them?), masquerading as a bug in the Python script. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-10-20 | Adding expanded searching for symbols during google breakpad symbol scan | Don Kjer | |
2012-10-17 | Update script that generates Google Breakpad symbols to look in tghe right ↵ | callum_linden | |
place first and default to the original location if not found. | |||
2011-02-09 | STORM-937 : Fix python scripts shebang line and license header for consistency | Merov Linden | |
2011-01-28 | STORM-937 : Makes all python paths use consistent syntax | Merov Linden | |
2010-11-08 | Fix for breakpad symbol files failing to be generated on linux. | brad kittenbrink | |
2010-11-04 | Turned generate_breakpad_symbols target into a noop for non-Release builds. | brad kittenbrink | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-08 | Fix for false positive in error checking symbol file generation on windows ↵ | brad kittenbrink | |
(MissingModuleError). | |||
2010-06-04 | Yet more error checking for linux symbol file generation. | brad kittenbrink | |
2010-06-03 | Added extra error checking to generate_breakpad_symbols.py | brad kittenbrink | |
so the failure in copy_l_viewer_manifest (fixed in changeset 4ae8723c7d33) won't be so silent in the future. | |||
2010-06-02 | Finished task VPLAT-296: symbol files are packed in a tarball now instead of ↵ | brad kittenbrink | |
concatenated. | |||
2010-05-27 | WIP VPLAT-248 cleanups for google_breakpad symbol file generation. | brad kittenbrink | |
2010-05-27 | WIP VPLAT-248 - added a generate_breakpad_symbols target to the build and ↵ | brad kittenbrink | |
info to upload symbol files to s3 after the build. |