summaryrefslogtreecommitdiff
path: root/core/include/fxcrt/fx_system.h
AgeCommit message (Expand)Author
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-11Re-enable MSVC warning 4800 for compiling with chromium_codeWei Li
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-03-03Fix parsing of object numbers > 16,777,216.Dan Sinclair
2016-02-24Use stdint types for FX_WORD and FX_DWORD.Dan Sinclair
2016-02-23Remove FXSYS_MulDiv(a, b, c).Dan Sinclair
2016-02-23Remove FXSYS_Div.Dan Sinclair
2016-02-23Remove FXSYS_Mul.Dan Sinclair
2016-02-22Switch from _DEBUG to NDEBUG.Lei Zhang
2016-02-22Remove unused stuff from fx_sys.hTom Sepez
2016-02-18Sort headers in non-xfa directories.Dan Sinclair
2016-02-12One less PI.Tom Sepez
2016-02-12Remove the FX_MIN macro.Tom Sepez
2016-01-11Merge to XFA: Switch most min/max macros to std::min/max.Lei Zhang
2015-11-11Merge to XFA: Fix / simplify CFX_FolderFontInfo::GetFontData() behavior.Lei Zhang
2015-11-06Merge to XFA: Fix all relative includes to third_party.Lei Zhang
2015-10-26XFA: Remove unused FXSYS_i64tow()Tom Sepez
2015-10-19Merge to XFA: Sanity check the values of TRUE and FALSE.Lei Zhang
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-06-11Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-06-09Merge to XFA: Remove more cruft from fx_system.hTom Sepez
2015-05-28Merge to XFA: Fix ALL the include guards.Tom Sepez
2015-05-15Merge to XFA: Abort on OOM by default in FX_Alloc().Tom Sepez
2015-05-12Merge to XFA: Restore checked strlen conversions.Tom Sepez
2015-05-08Merge to XFA: Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-05-08Merge to XFA: Fix compilation under chromium checkouts.Tom Sepez
2015-05-06Merge to XFA:Remove FX_STRSIZE casts, use safe conversionsTom Sepez
2015-05-04Merge to XFA: Kill FX_DEFINEHANDLETom Sepez
2015-04-10Merge to XFA: Better fix for snprintf non-termination on windows.Tom Sepez
2015-03-11Merge to XFA: Kill remaining sprintfsTom Sepez
2015-02-04Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2014-11-18Merge to XFA: patch from CL 738433003Bruce Dawson
2014-08-13Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.Tom Sepez
2014-07-31Correct the names of the FX_SAFE_* typedefs.Chris Palmer
2014-07-30Fix the potential integer overflow from 'offset+size' in extension.h and fpdf...JUN FANG
2014-07-23Only use "final" on MSVS2012+, to keep pdfium building with 2010.Nico Weber
2014-07-18pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac.Nico Weber
2014-05-24Fix warnings in android build, fix font rendering issue, fix issue 357588: wr...Bo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek