summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_system.h
AgeCommit message (Expand)Author
2018-01-16Add asm.js to supported platformsHenrique Nakashima
2017-10-02Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRSTchromium/3231Ryan Harrison
2017-10-02Remove extraneous ;sDan Sinclair
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-13Avoid double va_list traversal in CFX_WideString::FormatVTom Sepez
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-08-31Cleanup fx_basic_* filesDan Sinclair
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-04Enforce recent VC++ version (2015 or later).Tom Sepez
2017-08-03kill some stray __native_client__ definesTom Sepez
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-05-04Remove FXSYS_wfopen(), it is totally unused.Tom Sepez
2017-04-24Add FXSYS_wcsftime() to avoid termination on win.Tom Sepez
2017-04-03Drop FXSYS_ from util methodsDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from wide string methodsDan Sinclair
2017-04-03Drop FXSYS_ from file methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-04-03Minor cleanupsDan Sinclair
2017-03-31Move FX_FILESIZE to fx_system.hTom Sepez
2017-03-30vswprintf() part 1: move code, create helper function.Tom Sepez
2017-03-15Replace FX_POSITION in GFGAS_FontMgr with boolDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_DOUBLE with underlying double type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-11-08Define IsFloatEqual macro properly.thestig
2016-11-03Remove FX_BOOL entirely.tsepez
2016-10-31Re-land "Change FX_BOOL definition from int to bool."chromium/2906tsepez
2016-10-29Revert of Change FX_BOOL definition from int to bool. (patchset #15 id:250001...dsinclair
2016-10-28Change FX_BOOL definition from int to bool.tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair