4
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
May 24, 2023 — May 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update allocators.h More... about 5 years ago
Merge pull request #1462 from ra1u/master More... about 5 years ago
Allow user to define custom RAPIDJSON_NOEXCEPT_ASSERT macro More... about 5 years ago
Merge pull request #727 from mapbox/silence-dereference-null-pointer More... about 5 years ago
Update doxygen download URL More... over 5 years ago
Workaround of sortkeys example More... over 5 years ago
Added parameters to RAPIDJSON_MALLOC, RAPIDJSON_REALLOC and RAPIDJSON_FREE More... over 5 years ago
Adding a single customization point that ensures all allocations within rapidjson can be performed with a custom memory allocator; Introduces the macros RAPIDJSON_MALLOC, RAPIDJSON_REALLOC, and RAPIDJSON_FREE. More... over 5 years ago
Adding swap() for GenericMember More... over 5 years ago
Fix gcc compilation error in sortkeys More... over 5 years ago
Update sortkeys.cpp More... over 5 years ago
Merge pull request #1421 from HomeControlAS/sort_by_name_example More... over 5 years ago
Merge pull request #1439 from ylavic/schema_pointer_allocator More... over 5 years ago
Merge pull request #1442 from rbilovol/cmake-fixup More... over 5 years ago
Merge pull request #1444 from leolchat/patch-1 More... over 5 years ago
Correct complexity claim More... over 5 years ago
CMake: remove hardcoded CMAKECONFIG_INSTALL_DIR path More... over 5 years ago
Use the allocator of the Schema for its Pointer. More... over 5 years ago
Merge pull request #1426 from ylavic/pointer_less_than More... over 5 years ago
Merge branch 'master' into pointer_less_than More... over 5 years ago
Merge pull request #1431 from ylavic/pointer_swap More... over 5 years ago
Pointer tests now need <algorithm> (for std::swap), but no tabs. More... over 5 years ago
Allow to (std::)Swap two pointers. More... over 5 years ago
Speed up Pointer::operator<(). More... over 5 years ago
Rework Pointer::operator<() loop. More... over 5 years ago
Unit test for Pointer::operator<(). More... over 5 years ago
Add less than operator to Pointer. More... over 5 years ago
Merge pull request #1425 from ylavic/filereadstream_peek4 More... over 5 years ago
Merge pull request #1424 from ylavic/file_input_streams More... over 5 years ago
Merge pull request #1416 from ylavic/regex_syntax_noassert More... over 5 years ago