Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Issue 773443004: Initial check in of big integer library (Closed)

Created:
6 years ago by Bo Xu
Modified:
5 years ago
Reviewers:
Tom Sepez, Nico, jun_fang
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3089 lines, -0 lines) Patch
A third_party/bigint/BigInteger.cc View 1 chunk +405 lines, -0 lines 0 comments Download
A third_party/bigint/BigInteger.hh View 1 chunk +215 lines, -0 lines 0 comments Download
A third_party/bigint/BigIntegerAlgorithms.cc View 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/bigint/BigIntegerAlgorithms.hh View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/bigint/BigIntegerLibrary.hh View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/bigint/BigIntegerUtils.cc View 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/bigint/BigIntegerUtils.hh View 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/bigint/BigUnsigned.cc View 1 chunk +697 lines, -0 lines 0 comments Download
A third_party/bigint/BigUnsigned.hh View 1 chunk +418 lines, -0 lines 0 comments Download
A third_party/bigint/BigUnsignedInABase.cc View 1 chunk +125 lines, -0 lines 0 comments Download
A third_party/bigint/BigUnsignedInABase.hh View 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/bigint/ChangeLog View 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/bigint/LICENSE View 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/bigint/NumberlikeArray.hh View 1 chunk +177 lines, -0 lines 0 comments Download
A third_party/bigint/run-testsuite View 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/bigint/sample.cc View 1 chunk +125 lines, -0 lines 0 comments Download
A third_party/bigint/testsuite.cc View 1 chunk +326 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Bo Xu
6 years ago (2014-12-01 18:29:01 UTC) #2
Bo Xu
On 2014/12/01 18:29:01, Bo Xu wrote: Hi Tom, this patch check in all files in ...
6 years ago (2014-12-02 18:30:36 UTC) #3
Tom Sepez
> Hi Tom, this patch check in all files in the big integer library untouched, ...
6 years ago (2014-12-02 20:39:00 UTC) #4
Bo Xu
Committed patchset #1 (id:1) manually as 7504b3d87d6143661746d85c3c3e4052939b4e52 (presubmit successful).
6 years ago (2014-12-02 21:07:13 UTC) #5
Nico
is this used for anything?
5 years ago (2015-12-08 17:05:50 UTC) #7
Tom Sepez
5 years ago (2015-12-08 17:11:43 UTC) #8
Message was sent while issue was closed.
On 2015/12/08 17:05:50, Nico wrote:
> is this used for anything?

Yes, in the XFA branch of pdfium, it is used to compute checksums for barcodes.

Powered by Google App Engine
This is Rietveld 408576698