Age | Commit message (Expand) | Author |
---|---|---|
2017-03-30 | Use more unique_ptr and std::vector in JBig2_SddProc | Nicolas Pena |
2017-03-29 | Fix undefined shift in JBig2_SddProc | Nicolas Pena |
2017-03-27 | Convert new into MakeUnique | Dan Sinclair |
2016-12-14 | Remove CJBig2_List in favor of std::vector<std::unique_ptr<>> | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-13 | Verify number of ex flags matches number of ex items. | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-08-02 | Bound total pixels in JBig2 images to avoid overflows later. | tsepez |
2016-05-26 | Fix a bug which may cause infinite loop | weili |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-21 | Make a few more const tables smaller.chromium/2689chromium/2688 | Tom Sepez |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |