• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

json/H30-Jan-2019-2,5551,132

LICENSEH A D30-Jan-20192.7 KiB5644

README.kitware.mdH A D30-Jan-2019496 118

jsoncpp.cppH A D30-Jan-2019154.5 KiB5,3874,433

README.kitware.md

1# JsonCpp fork for VTK
2
3This branch contains changes required to embed JsonCpp into VTK. This includes
4changes made primarily to the build system to allow it to be embedded into
5another source tree as well as a header to facilitate mangling of the symbols
6to avoid conflicts with other copies of the library within a single process.
7
8  * Add attributes to pass commit checks within VTK.
9  * Integrate with VTK's module system.
10  * Mangle symbols to use the `vtkJson` namespace instead of `Json`.
11