summaryrefslogtreecommitdiff
path: root/fxbarcode/datamatrix
AgeCommit message (Expand)Author
2018-10-09Kill off some memset()s following FX_Alloc()Tom Sepez
2018-09-11Small optimizations for CBC_HighLevelEncoder::lookAheadTestchromium/3550Ryan Harrison
2018-08-27The final game: mark everything final.Tom Sepez
2018-07-03Avoid explicit allocs in fxbarcode matrix classes.Tom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-05-25Reserve space for code words when creating encoder contextRyan Harrison
2018-05-15Clean up CBC_ASCIIEncoder.Lei Zhang
2018-04-23Pre-allocate more string buffers in barcode codeRyan Harrison
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-01-12Add jumbo build support for fxbarcode.Lei Zhang
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-01Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203Ryan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-11Remove potential out of bounds call to GetAt()Ryan Harrison
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-05-26Replace SymbolShapeHint with a boolean.Lei Zhang
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-24Cleanup CBC_SymbolInfo::lookup().Lei Zhang
2017-05-23Remove useless CBC_SymbolShapeHint.Lei Zhang
2017-05-23Clean up CBC_SymbolInfo.chromium/3109Lei Zhang
2017-05-23Remove CBC_HighLevelEncoder::isSpecialB256().Lei Zhang
2017-05-02Pass explicit string size in EncodeToCodewords().Lei Zhang
2017-04-28Clean up private methods in CBC_C40Encoder.Lei Zhang
2017-04-28Remove dead dimensions code in fxbarcode.chromium/3084Lei Zhang
2017-04-27Remove CBC_HighLevelEncoder::illegalCharacter().Lei Zhang
2017-04-21Change more fxbarcode to use return values.Lei Zhang
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-29Move xfa/fxbarcode fxbarcode/Dan Sinclair