Commit Graph

15 Commits (47a210788a8f14b93acc8dc97ee166e7c7e12a99)

Author SHA1 Message Date
Roker 001655c2e1 spread the client_id to all relevant code places... *sigh* the whole design looks quite ugly now to me. :-/ 3 years ago
Roker 9b3a0bd4ff restructure call context, so cached/generated values are now thread-safe "per call" and not globally stored in the JsonAdapter class! 3 years ago
Roker 7f23109544 remove Context::augment() because it is no longer necessary. 3 years ago
Roker 8f609bf8b7 remove thread_id from result object, to make unittests green again, because the value of "thread_id" is unpredictable. 3 years ago
Roker 1684a84b7b add empty implementation for DummyContext::cache() 3 years ago
Roker bdf8e1cbb8 fix hex encoding of the test string "Größe" in unittest expected values 5 years ago
Roker 3eba63f483 adding Non-ASCII input strings shows: I still have encoding problems in my JSON parser. -.- 5 years ago
Roker d0b149147d add tests for InLength<> feature 5 years ago
Lars Rohwedder eb0d7cb533 use a "DummyContext" to store the values in the unittest instead of NULL Context. 5 years ago
Roker eedc5ef7f7 enum -> enum class. requires a lot of class name prefixes. :-/ 5 years ago
Lars Rohwedder d4c633ad0b adopt the test for augmented Out<> return types. correct return value of stringlist_add(): it does _not_ return the whole list, but the last element. m( 5 years ago
Roker ff3d999341 add specializations for non-owning parameters. but the test with stringlist_add() does strange things. WHY???? 5 years ago
Roker d5dd29064d add example that reveals a bug that will be fixed in JSON-93. 5 years ago
Roker 76027bbb40 fix mem leak in test function 5 years ago
Roker da5e5a24df add unittest for RPC calls. \o/ 5 years ago