Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-23Update allocators.hjwillcox-telework
2021-05-03Fixed -Wshadow warning.N. Kolotov
2021-04-07Set RAPIDJSON_USE_MEMBERSMAP to use a (std::multi)map for object members.ylavic
2021-04-04Add rvalue copy and assignment to MemoryPoolAllocator and StdAllocator.ylavic
2021-03-30Don't define StdAllocator<void> from C++17.ylavic
2021-03-29Make StdAllocator C++17-20 compatible.ylavic
2021-03-29Make StdAllocator C++17-20 compatible.ylavic
2021-03-16Provide StdAllocator, STL compatible, for use with STL types.ylavic
2020-10-09Remove unnecessary wording from BSD license not needed for MIT license (fixes...Silas S. Brown
2020-06-23Merge branch 'master' into custom_mallocGaspard Petit
2019-04-03Update allocators.heisaev
2019-02-10Adding a single customization point that ensures all allocations within rapid...Gaspard Petit
2018-04-17Added macro RAPIDJSON_ALLOCATOR_DEFAULT_CHUNK_CAPACITY to allow default chunk...Ryan Morris
2016-12-21- replaced RAPIDJSON_NEW with C++98 compatible versionAndrey Glebov
2016-12-21- replaced RAPIDJSON_NEW macro with variadic varientAndrey Glebov
2016-07-21Handle malloc() fail in PoolAllocatorMilo Yip
2016-03-04Normalize line endings but not JSON filesMilo Yip
2016-03-04Revert "Normalize all the line endings"Milo Yip
2016-03-04Normalize all the line endingsMilo Yip
2016-02-02Fix #399 MemoryPoolAllocator::Realloc expands failMilo Yip
2015-12-18Fix clang -WeverythingMilo Yip
2015-06-04Fix #349 emscripten alignment issueMilo Yip
2015-05-11Fix MemoryPoolAllocator::Clear() to clear user-buffermiloyip
2015-05-03Standardize MemoryPoolAllocator::Realloc() also, and improve coveragemiloyip
2015-05-03Standardize CrtAllocator::Realloc() for newSize = 0miloyip
2015-04-17Standardize behavior of CrtAllocator::Malloc()Milo Yip
2015-04-16Avoid calling memcpy with NULL pointersPhilipp A. Hartmann
2015-04-03Change copyright owner and related changes.Milo Yip
2014-11-06*.h: move to namespace macrosPhilipp A. Hartmann
2014-10-30MemoryPoolAllocator, Stack: lazily allocate AllocatorsPhilipp A. Hartmann
2014-10-30Add customization macros for global new/deletePhilipp A. Hartmann
2014-09-16explicitly qualify C(++) library functionsPhilipp A. Hartmann
2014-09-11make MemoryPoolAllocator's Malloc work after Clear if a buffer was not suppli...Koji Kobayashi
2014-08-11Add license and change indents from tab to space.Milo Yip
2014-07-04Fixed a few cppcheck warnings.Milo Yip
2014-06-25Merge pull request #14 from pah/fixes/miscMilo Yip
2014-06-25Fixed some clang -Weverything warnings.Milo Yip
2014-06-25MemoryPoolAllocator: prohibit copying and assignmentPhilipp A. Hartmann
2014-06-25Revert "Remove some clang -Weverything warnings."Milo Yip
2014-06-25Remove some clang -Weverything warnings.Milo Yip
2012-11-13Fixed a lots of vc2008/vs2010 and gcc3/4 warnings with the maximum warning le...miloyip@gmail.com
2012-02-19Fixed several issues (10, 11, 13, 14) from 0.1x branchmiloyip@gmail.com
2011-11-30Commit missing filesmiloyip@gmail.com