PPdfium LUCI CQRemove unnecessary stl_util.h includes
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Convert to google-style_ member names in fxbarcode/ -- Includes sub-directories. -- Includes manual corrections (PS2 vs PS1). Bug: 42271580 Change-Id: Ib859dfd8b5e833ebc29dca5e02828fb6586a91ed Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130310 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 1 年前 | |
Replace fxcrt::Fill() with std::ranges::fill() Start using C++20 library features. Bug: 42270941 Change-Id: I83c53270015f94830f9a1cdf5a53266fb2854023 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130550 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Move third_party/base/span.h to core/fxcrt Fix some GN build rules to make the build work after moving. Bug: pdfium:2127 Change-Id: Ic8cf0860dc5df8a510ecb34de1ffd10514d86c26 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/116650 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Switch from absl::optional to std::optional Since absl::optional is using std::optional underneath, just switch to using std::optional directly. Change-Id: Ide39da5ac9c7551a710e653a60e15f022046df7b Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/116290 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 2 年前 | |
Clang-format //fxbarcode Change-Id: Iad0cc6dca332a501a5671427bb9281bafa76027f Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/130691 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> | 1 年前 | |
Move third_party/base/span.h to core/fxcrt Fix some GN build rules to make the build work after moving. Bug: pdfium:2127 Change-Id: Ic8cf0860dc5df8a510ecb34de1ffd10514d86c26 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/116650 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org> | 2 年前 | |
Remove some unneeded STL includes Remove a bunch of includes for STL headers that are no longer necessary. e.g. as a result of spanification. Change-Id: I68a95120993c4d4d5a38da6093a3f73ed53e75e7 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/121730 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: dan sinclair <dsinclair@google.com> | 1 年前 | |
Remove unnecessary stl_util.h includes Remove it from files that do not use its functions. Change-Id: If6f21afe7b384db32df29ed127b7c0c313b5ea55 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/131250 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> | 1 年前 | |
Avoid uninit value in CBC_PDF417I::Encode() Change CBC_PDF417Writer::Encode() to return a struct instead of using out-parameters. Thus helping to make sure all the return paths return width / height values. Also mark Encode() as const, and move CBC_PDF417Writer::RotateArray() into an anonymous namespace. Bug: 342428942 Change-Id: If166a1679ebac5719460d506c59c043199f0e201 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/119593 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> | 2 年前 | |
[cleanup] Remove underscores from test names in pdfium Tests written with the GoogleTest framework should not use underscores in test names. After this CL, there should be no underscores in the test names. Fixed: 42270790 Change-Id: I8a1656a69f3a4bf05b90b69bf9ba6260455b6435 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/125310 Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Ho Cheung <hocheung@chromium.org> | 1 年前 |