summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_system.h
AgeCommit message (Expand)Author
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