summaryrefslogtreecommitdiff
path: root/third_party/base
AgeCommit message (Expand)Author
2018-10-23Pull in current Chromium IMMEDIATE_CRASH() implementation.Lei Zhang
2018-10-17Do not do null pointer arithmeticchromium/3584Takuto Ikuta
2018-10-16Update PartitionAlloc from Chromium at r599712.Lei Zhang
2018-10-01Update some third_party/base headers.Lei Zhang
2018-10-01Make header guards consistent in third_party/base/*.h.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-07-18Add pdfium::span::as_bytes() and as_writable_bytes().Tom Sepez
2018-07-10Fix duplicate symbols in Chromium builds.Lei Zhang
2018-07-09Prevent FX_OutOfMemoryTerminate() from being folded by the linker.Lei Zhang
2018-07-02Add pdfium::Vector2D<>()Tom Sepez
2018-06-27Update third_party/base/template_util.h.Lei Zhang
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-16Add support for PartionRealloc to return nullptrRyan Harrison
2018-05-16Update third_party/base/bits.h.Lei Zhang
2018-04-11Fix issues with PDFium third_party/base/span.hTom Sepez
2018-04-09Make pdfium::span<> be based off of UnownedPtr<>.Tom Sepez
2018-04-06Add span.h from chromium base.chromium/3392Tom Sepez
2018-02-02Remove third_party/build/build_config.h.Lei Zhang
2018-01-24Support compiling pdfium with emscripten.Henrique Nakashima
2018-01-16Add support for pdfium use partitionalloc on loongson platform.Wang Qing
2018-01-04Convert usages of pdfium::Optional to OptionalRyan Harrison
2017-11-30Run clang-tidy modernize-use-nullptr on //third_party/pdfiumDan Sinclair
2017-11-30Run clang-tidy modernize-use-bool-literals on //third_party/pdfiumDan Sinclair
2017-11-30Run clang-tidy modernize-use-auto on //third_party/pdfiumDan Sinclair
2017-11-30Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfiumDan Sinclair
2017-11-07Fix PartitionAlloc cookies for small in-place reallocs.Lei Zhang
2017-11-02Only use the yield instruction on architectures that support it.Andrew Weintraub
2017-10-02Remove extraneous ;sDan Sinclair
2017-09-27Enable PRINTF_FORMAT for clangDan Sinclair
2017-08-22Add pdfium::Optional to third_party/baseRyan Harrison
2017-04-25Fix a self-inclusion in third_party/base/stl_util.h.Lei Zhang
2017-04-20Take ContainsValue() change from base stl_util.hTom Sepez
2017-04-12Pull in the latest PartitionAlloc fixes from upstream.Chris Palmer
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-16Import PartitionAlloc from Chromium.Chris Palmer
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-01-23Update safe numerics package to get bitwise opstsepez
2016-11-07Force compiler to deduce src type for checked_cast<dst, src>.tsepez
2016-11-02Take more current safe_math_impl.h from upstream.chromium/2908tsepez
2016-10-21Fix some div by 0s in safe_math_impl.hchromium/2898tsepez
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-12Make CFX_Obeservable::Observer into a pointer-ish type;tsepez
2016-08-19Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs.tsepez
2016-03-22Re-enable MSVC warning 4702Wei Li
2016-03-09Move ScopedSetInsertion to third_party/base/stl_util.hTom Sepez
2016-02-08Remove CFX_PtrArray from xfa/include/fwlTom Sepez
2016-01-25Merge to XFA: Remove CFX_SegmentedArray use from master.Tom Sepez
2015-12-24Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-22Merge to XFA: Start using allowed C++11 features.Lei Zhang
2015-12-22Merge to XFA: Add ContainsKey() and ContainsValue() and use them where approp...Lei Zhang