summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/pdf417
AgeCommit message (Expand)Author
2017-01-31Remove BC_EXCEPTION_CHECK macroschromium/2999Tom Sepez
2017-01-20Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-08-09Use smart pointers for class owned pointers in xfa/fxbarcodeweili
2016-06-16Remove unused code.dsinclair
2016-06-16Remove barcode reading code.dsinclair
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-14Make code compile with clang_use_chrome_plugin (part III)weili
2016-06-10Remove redundant casts, part 9.tsepez
2016-06-09Get rid of NULLs in xfa/fxbarcode/thestig
2016-05-23Clean up more XFA code which causes warningsweili
2016-05-20Fix /analyze warnings in fxbarcode/tsepez
2016-05-02Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11tsepez
2016-05-02Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 10tsepez
2016-04-29Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 9tsepez
2016-04-28Do not check pointers before deleting them.thestig
2016-04-28Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5tsepez
2016-04-28Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 4tsepez
2016-04-14Avoid needless construction of CFX_ByteStrings during string buildingtsepez
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode.Dan Sinclair
2016-03-18Reduce size of several PDFium constant tables.Tom Sepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair