summaryrefslogtreecommitdiffstats
path: root/Source/cmJsonObjects.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
| | | | Fixes: #20666
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* server: Compile json object generation source separatelyBrad King2018-09-211-0/+27
Declare entry points in a dedicated header and compile the source separately instead of including it in the server implementation.