1. 537d3a6 Run clang-format --full on directories that start with 'f'. by Lei Zhang · 4 years, 10 months ago
  2. 8a11888 Pass span<> arguments in fxbarcode/. by Tom Sepez · 5 years ago
  3. 814821a Remove unused CBC_QRCoder::GetNumECBytes(). by Tom Sepez · 5 years ago
  4. 6a43b5c Remove some other virtual dtors. by Tom Sepez · 5 years ago
  5. ff9d7ec Tidy static/global usage in BC_ReedSolomonGF256.cpp by Tom Sepez · 5 years ago
  6. 1ab2757 Pass WideStringViews by value. by Tom Sepez · 6 years ago
  7. 41e9ccc Remove dead code in fxbarcode. by Lei Zhang · 6 years ago
  8. 339c8a6 Remove an unused function. by Lei Zhang · 6 years ago
  9. 14e53bd Remove some unneeded includes. by Lei Zhang · 6 years ago
  10. d827516 Add CBC_PDF417WriterTest. by Lei Zhang · 6 years ago
  11. 8d0d982 Change CBC_QRCodeWriter::Encode() to return a vector. by Lei Zhang · 6 years ago
  12. 04bd91f Better encapsulate CBC_TwoDimWriter. by Lei Zhang · 6 years ago
  13. 834863a Add CBC_QRCodeWriterTest. by Lei Zhang · 6 years ago
  14. df0597f Reset deleted pointers in fxbarcode. by Lei Zhang · 6 years ago
  15. 504deda Remove unused CBC_QRCodeWriter::ReleaseAll(). by Lei Zhang · 6 years ago
  16. dae4dfd Use size_t in more places in fxbarcode. by Lei Zhang · 6 years ago
  17. f35f926 Clean up CBC_ErrorCorrection and remove many fxbarcode/utils.h includes. by Lei Zhang · 6 years ago
  18. 0559d9d Get rid of "exceptions" in CBC_OneDimWriter::AppendPattern(). by Lei Zhang · 6 years ago
  19. db36c24 Get rid of "exceptions" in CBC_QRCoderMaskUtil::GetDataMaskBit(). by Lei Zhang · 6 years ago
  20. eab48f3 Get rid of "exceptions" in CBC_QRCoderMode::GetCharacterCountBits(). by Lei Zhang · 6 years ago
  21. cb8a4dd Get rid of "exceptions" in CBC_QRCoderBitVector::At(). by Lei Zhang · 6 years ago
  22. 4566b13 Remove BC_UtilCodingConvert.{cpp,h} by Tom Sepez · 6 years ago
  23. 7ca1199 Remove CBC_QRCoder{Mode,ErrorCorrectionLevel}::ForBits(). by Tom Sepez · 6 years ago
  24. 072d829 Optimize MaybeEmbedPositionAdjustmentPatterns(). by Lei Zhang · 6 years ago
  25. 9412c8e Get rid of "exceptions" in CBC_QRCoderMatrixUtil. by Lei Zhang · 6 years ago
  26. c1c7e51 Change CBC_QRCoderMatrixUtil::BuildMatrix() to return a bool. by Lei Zhang · 6 years ago
  27. 7330143 Encapsulate CBC_QRCoderMatrixUtil code. by Lei Zhang · 6 years ago
  28. 4993f55 Remove CBC_CommonByteArray and CBC_QRCoderBlockPair. by Lei Zhang · 6 years ago
  29. f3cc72f Remove many unneeded STL #includes from headers. by Lei Zhang · 6 years ago
  30. 61ea984 Remove BCExceptionInvalidateCharacter. by Lei Zhang · 6 years ago
  31. 0a815ae Remove dead CBC_QRCoderEncoder code. by Lei Zhang · 6 years ago
  32. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago
  33. 1c14ae2 Avoid explicit allocs in fxbarcode matrix classes. by Tom Sepez · 6 years ago
  34. 82df540 Fix a number of unused writes in barcode code by Ryan Harrison · 6 years ago
  35. 821c723 Shrink some tables and kill dead code in xfa. by Tom Sepez · 7 years ago
  36. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  37. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  38. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  39. b02aa61 IWYU: Explicitly include <stdint.h> in some headers. by Raphael Kubo da Costa · 7 years ago
  40. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  41. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  42. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  43. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  44. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  45. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 7 years ago
  46. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  47. 1badb85 Change more fxbarcode to use return values. by Lei Zhang · 7 years ago
  48. 8a24b25 Clean up CBC_QRCoderVersion and friends. by Lei Zhang · 8 years ago
  49. 1b22880 Change some fxbarcode to use return values. by Lei Zhang · 8 years ago
  50. b2a4047 Clean up QRCoderBitVector. by Lei Zhang · 8 years ago
  51. 03d5893 Clean up QRCoderEncoder and friends. by Lei Zhang · 8 years ago
  52. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  53. ac978f8 Move most CBC_QRCoderEncoder code into an anonymous namespace. by Lei Zhang · 8 years ago
  54. c0cf369 Fix QR code generation. by Lei Zhang · 8 years ago
  55. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  56. e778668 Move xfa/fxbarcode fxbarcode/ by Dan Sinclair · 8 years ago