summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_basic_util.cpp
AgeCommit message (Expand)Author
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-03-31Re-arrange fxcrt string files to match naming.Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-21Move colorspace specific code to colorspace classDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-01-23Update safe numerics package to get bitwise opstsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-13Clean up fx_basic_util a littlenpm
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-07-27Fixup integer conversion logic.chromium/2813chromium/2812chromium/2811dsinclair
2016-06-23Improve hint table validation checks.thestig
2016-06-23Use some FXSYS methods instead of duplicatingdsinclair
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-05-27Add back-pointer to "Associated widget" to CFWL_WidgetImp.tsepez
2016-05-26Remove checks for _WIN32_WCE.thestig
2016-05-25Banish CFX_PrivateData to the XFA sidetsepez
2016-05-24Remove CFX_PrivateData from CPDF_ModuleMgrtsepez
2016-05-20Merge GetBits32() impls into one. Put it in fxcrt.thestig
2016-05-19Correctly check for overflow in FX_atonum.dsinclair
2016-05-12Add CFX_ByteStringC::CharAt() to avoid c_str() and casts.tsepez
2016-05-11Add much-needed Find() method for CFX_*StringCtsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-14Move core/src/ up to core/.Dan Sinclair