summaryrefslogtreecommitdiff
path: root/xfa/fgas/crt
AgeCommit message (Expand)Author
2017-01-10Strip out custom allocator codeDan Sinclair
2016-12-07Catch stray Retains() and Releases() outside of RetainPtr<>.tsepez
2016-12-07Refcount IFGAS_ streams all the time, tootsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-02Rename IFX_Stream to IFGAS_Stream.tsepez
2016-12-01Make concrete stream classes private to .cpp, part 2tsepez
2016-11-30Convert loose FX_Create* functions into static methodstsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-10-26Fix some FX_BOOL / int noise in fxcrt.chromium/2902tsepez
2016-10-26Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor.tsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-12Fix some leaks associated with memory allocatorchromium/2859weili
2016-08-11Remove fgas_system files.dsinclair
2016-08-04Use smart pointers for class owned pointers under xfa/fdeweili
2016-07-18Cleanup fgas/crt.dsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-18Make code compile with clang_use_chrome_plugin (final)weili
2016-05-24Replace CFX_DSPATemplate with std::binary_search.dsinclair
2016-05-19fgas/ code cleanup.dsinclair
2016-05-19Expand some typedefs to the original typesdsinclair
2016-05-19Cleanup unused fgas/ code.dsinclair
2016-05-19Remove Release() from CFX_StreamImp, rename to IFX_StreamImptsepez
2016-05-05Only set memory tool define if not set.dsinclair
2016-05-04Replace IFX_MemoryAllocator::Release() with delete.tsepez
2016-05-04Remove unused CFX_CPLTree<> templatetsepez
2016-05-03Cleanup XFA-Specific memory allocators.tsepez
2016-04-29Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
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-31Fix CData parsing in CFDE_XMLSyntaxParser.dsinclair
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-25Remove FX_DWORD from XFA.tsepez
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-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair