Skip to content

Extensions of C++ standard library

License

Notifications You must be signed in to change notification settings

arbinada-com/stdext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ CI

C++ standard library extensions

  • date and time manipulations (both Julian and Gregorian calendars are supported)
  • minimalistic implementation of variant type values
  • generic tree implementation
  • string utils (format, replace etc)
  • CSV (comma-separated values) format reader (both ANSI and Unicode support)
  • JSON DOM and SAX parsers (both ANSI and Unicode support) and tools (document iterators, JSON diff, JSON generator)

Automatic testing provided using Googletest framework

Tested platforms:

  • Windows 32/64-bit using VC++ 2017 and C++Builder 10.x clang
  • Linux 64-bit using GNU C++ clang

Releases

No releases published

Packages

No packages published

Languages