summaryrefslogtreecommitdiff
path: root/modules/jsonrpc
AgeCommit message (Expand)Author
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-04Refactor module initializationreduz
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-07-13Implement the ability to disable classesreduz
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-09-15Make LSP ignore $/ messagesFrancois Belair
2020-05-15Improve jsonrpc error reportingOliver Frank
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-02Add missing semicolons to `BIND_ENUM_CONSTANT` macro usesHugo Locurcio
2019-09-01Make JSONRPC constants uppercase for consistency with other classesHugo Locurcio
2019-08-11Add JSONRPC-2.0 implementation as a modulegeequlim