aboutsummaryrefslogtreecommitdiffstats
path: root/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian2020-01-281-1/+1
* Rename First() and Last() {Byte,Wide}String{,View} classesDaniel Hosseinian2020-01-281-1/+1
* Fail early for data matrix barcode input that is too long.Lei Zhang2019-03-051-0/+7
* Remove parameters in fxbarcode that only ever have one value.Lei Zhang2018-12-081-3/+2
* Add |kEncoderCount| in CBC_HighLevelEncoder and use where appropriate.Lei Zhang2018-12-071-18/+20
* Write out some non-ASCII characters as escape sequences.Lei Zhang2018-12-071-2/+6
* Replace some #defines with CBC_HighLevelEncoder::Encoding enum.Lei Zhang2018-12-071-86/+110
* Fix nits in CBC_HighLevelEncoder and friends.Lei Zhang2018-12-071-107/+92
* Fix CBC_HighLevelEncoder method naming.Lei Zhang2018-12-071-26/+7
* Clean up CBC_HighLevelEncoder.Lei Zhang2018-12-071-93/+90
* Remove an unused parameter from CBC_EncoderContext.Lei Zhang2018-12-041-2/+1
* Use size_t in more places in fxbarcode.Lei Zhang2018-11-301-11/+11
* Fix WideString() vs {} confusion in fxbarcode.Lei Zhang2018-11-291-9/+9
* Clean up CBC_ErrorCorrection and remove many fxbarcode/utils.h includes.Lei Zhang2018-11-291-1/+0
* Get rid of "exceptions" from CBC_EncoderContext ctor.Lei Zhang2018-11-281-5/+3
* Remove BC_UtilCodingConvert.{cpp,h}Tom Sepez2018-11-271-3/+1
* Get rid of more "exceptions" in fxbarcode.Lei Zhang2018-11-171-12/+11
* Get rid of "exceptions" in CBC_Encoder::Encode().Lei Zhang2018-11-171-2/+3
* Use FXSYS_IsDecimalDigit() in more places.Lei Zhang2018-11-161-5/+4
* Small optimizations for CBC_HighLevelEncoder::lookAheadTestRyan Harrison2018-09-111-14/+4
* Convert string class namesRyan Harrison2017-09-181-11/+10
* Convert FX_STRSIZE int->size_tRyan Harrison2017-09-061-6/+11
* Cleanup usages of Mid(foo, 1), Right(1), and Left(1)Ryan Harrison2017-09-011-2/+2
* Remove GetAt from string classesRyan Harrison2017-08-151-4/+4
* Convert calls to Mid() to Left() or Right() if possibleRyan Harrison2017-07-281-4/+3
* Replace SymbolShapeHint with a boolean.Lei Zhang2017-05-261-8/+5
* Clean up CBC_SymbolInfo.Lei Zhang2017-05-231-1/+1
* Remove CBC_HighLevelEncoder::isSpecialB256().Lei Zhang2017-05-231-21/+14
* Remove dead dimensions code in fxbarcode.Lei Zhang2017-04-281-6/+3
* Remove CBC_HighLevelEncoder::illegalCharacter().Lei Zhang2017-04-271-3/+1
* Use Byte/WideString iteratorsTom Sepez2017-04-181-2/+1
* Add some calls to MakeUniqueDan Sinclair2017-03-301-6/+7
* Move xfa/fxbarcode fxbarcode/Dan Sinclair2017-03-291-0/+360