summaryrefslogtreecommitdiffstats
path: root/modules/jsonrpc
Commit message (Expand)AuthorAgeFilesLines
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Refactor module initializationreduz2022-05-042-4/+13
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-7/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-072-3/+3
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Make LSP ignore $/ messagesFrancois Belair2020-09-151-0/+4
* Improve jsonrpc error reportingOliver Frank2020-05-151-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-4/+5
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-014-8/+8
* Add missing semicolons to `BIND_ENUM_CONSTANT` macro usesHugo Locurcio2019-10-021-5/+5
* Make JSONRPC constants uppercase for consistency with other classesHugo Locurcio2019-09-012-14/+14
* Add JSONRPC-2.0 implementation as a modulegeequlim2019-08-116-0/+325