1. 7361996 [ORC] Add SerializationTraits for std::set and std::map. by Lang Hames · 7 years ago
  2. 7b7572b [ORC] Add ErrorSuccess and void specializations to AsyncHandlerTraits. by Lang Hames · 8 years ago
  3. c7b9eca [ORC] Re-enable the Error/Expected unit tests that were disabled in r300177. by Lang Hames · 8 years ago
  4. f8e1841 [ORC] Temporarily disable the RPC Error/Expected unit tests while I investigate by Lang Hames · 8 years ago
  5. 0686559 [ORC] Remove more extraneous semicolons from r300167, rename the RPC Expected by Lang Hames · 8 years ago
  6. ffad010 [ORC] Add RPC and serialization support for Errors and Expecteds. by Lang Hames · 8 years ago
  7. 22bc7b9 [ORC] Use native Errors rather than converted std::error_codes for ORC RPC. by Lang Hames · 8 years ago
  8. 0b2331b [Orc] Break QueueChannel out into its own header and add a utility, by Lang Hames · 8 years ago
  9. 630d263 [Orc][RPC] Accept both const char* and char* arguments for string serialization. by Lang Hames · 9 years ago
  10. 56b3d6b [Orc][RPC] Add a AsyncHandlerTraits specialization for non-value-type response by Lang Hames · 9 years ago
  11. f401077 [Orc][RPC] Remove lanch policies in favor of async handlers. by Lang Hames · 9 years ago
  12. 47a8b68 Silence redundant semicolon warnings. NFC. by Michael Kuperstein · 9 years ago
  13. 2fc2852 [Orc][RPC] Add a HandlerTratis specialization for free functions. by Lang Hames · 9 years ago
  14. 0a70023 [Orc][RPC] Refactor ParallelCallGroup to decouple it from RPCEndpoint. by Lang Hames · 9 years ago
  15. 8ae86db [Orc][RPC] Add 'removeHandler' and 'clearHandlers' methods to RPC endpoints. by Lang Hames · 9 years ago
  16. 84d75f8 unittest: remove extraneous ';' by Saleem Abdulrasool · 9 years ago
  17. f9419cd [Orc][RPC] Fix typo. by Lang Hames · 9 years ago
  18. 7f6acd0 [Orc][RPC] Add an APICalls utility for grouping RPC funtions for registration. by Lang Hames · 9 years ago
  19. d657486 [Orc][RPC] Rename Single/MultiThreadedRPC to Single/MultithreadedRPCEndpoint. by Lang Hames · 9 years ago
  20. c9d0ff1 [Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting on by Lang Hames · 9 years ago
  21. f4dd5e3 [Orc][RPC] Actually specialize SerializationTraits and RPCTypeName in the right by Lang Hames · 9 years ago
  22. bde7a3f [Orc][RPC] Specialize RPCTypeName and SerializationTraits in the right namespace. by Lang Hames · 9 years ago
  23. 46abc76 [Orc] Add some static-assert checks to improve the error messages for RPC calls by Lang Hames · 9 years ago
  24. e3b74d3 Remove a stale test case. by Lang Hames · 9 years ago
  25. d475889 [Orc] Re-enable the RPC unit test disabled in r286917. by Lang Hames · 9 years ago
  26. 07a6ae9 [ORC] Temporarily disable RPCUtils unit test. by Lang Hames · 9 years ago
  27. 03418af [ORC] Add a WrappedHandlerReturn type to map handler return types onto error by Lang Hames · 9 years ago
  28. a31a3da [ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handler by Lang Hames · 9 years ago
  29. 1f2bf2d [ORC] Re-apply 286620 with fixes for the ErrorSuccess class. by Lang Hames · 9 years ago
  30. 4f734f2 [ORC] Revert r286620 while I investigate a bot failure. by Lang Hames · 9 years ago
  31. ae1fddd [ORC] Refactor the ORC RPC utilities to add some new features. by Lang Hames · 9 years ago
  32. 3e718e0 [ORC] Fix the RPC unit test for header changes in r281171. by Lang Hames · 9 years ago
  33. d63c8659 Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with a by Lang Hames · 9 years ago
  34. 9581f2d Revert "[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than" by Reid Kleckner · 9 years ago
  35. 8427a09 [ORC][RPC] Reword 'async' to 'non-blocking' to better reflect call primitive by Lang Hames · 9 years ago
  36. 46bfc21 [ORC] Fix unit-test breakage from r280016. by Lang Hames · 9 years ago
  37. 3d0657d [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than by Lang Hames · 9 years ago
  38. 1fa0e0e [ORC] clang-format code that was touched in r267457. NFC. by Lang Hames · 9 years ago
  39. ef5a0ee [ORC] Thread Error/Expected through the RPC library. by Lang Hames · 9 years ago
  40. de33d59 [Orc] Disable RPC callST unit test until the S390 failures encountered during by Lang Hames · 9 years ago
  41. 679c436 [Orc] Tidy up some of the RPC primitives, add a unit-test for the callST by Lang Hames · 9 years ago
  42. 3fde652 [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups. by Lang Hames · 9 years ago
  43. ca94d0e Revert 266581 (and follow-up 266588), it doesn't build on Windows. by Nico Weber · 9 years ago
  44. 236cea7 [ORC] Generalize the ORC RPC utils to support RPC function return values and by Lang Hames · 9 years ago
  45. a258b01 [Orc] Switch RPC Procedure to take a function type, rather than an arg list. by Lang Hames · 10 years ago
  46. 4d0a5a9e [Orc] Add support for remote JITing to the ORC API. by Lang Hames · 10 years ago