summaryrefslogtreecommitdiff
path: root/core/include/fxcrt/fx_basic.h
AgeCommit message (Expand)Author
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-05-28Fix ALL the include guards.Tom Sepez
2015-05-18Add safe FX_Alloc2D() macroTom Sepez
2015-05-06Support arrays in nonstd::unique_ptr<>.Tom Sepez
2015-04-15Remove checks in fxcrt now that FX_NEW can't return 0.Tom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-06Fix IWYU in fxcrt headers.Tom Sepez
2015-02-03Replace CFX_SmartPointer cast operator with Get() method.Tom Sepez
2015-01-26Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt().Tom Sepez
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2014-12-08Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX...Bruce Dawson
2014-07-24CalRGB color correctionBo Xu
2014-07-23Refactor CFX_BasicArray.chromium/2112chromium/2111chromium/2110chromium/2109chromium/2108chromium/2107chromium/2106chromium/2105chromium/2104Chris Palmer
2014-07-08Remove custom memory managerBo Xu
2014-07-07Integer overflow in fx_basic.h and fx_memory.hfoxit
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek