aboutsummaryrefslogtreecommitdiff
path: root/orc-rt
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[orc-rt] Sink include into implementation file. (#194379)Lang Hames2-1/+2
2026-04-10[orc-rt] Add Session::attach convenience overload. (#191199)Lang Hames2-6/+15
2026-04-09[orc-rt] Qualify SPSWrapperFunction in ORC_RT_SPS_WRAPPER macro. (#191196)Lang Hames2-14/+13
2026-04-09[orc-rt] Move RedundantAsyncShutdown to SessionTest suite. NFCI. (#191130)Lang Hames1-16/+16
2026-04-09[orc-rt] Remove Session::waitForShutdown. (#191124)Lang Hames3-59/+56
2026-04-09[orc-rt] Simplify notification service construction in Session. NFC. (#191113)Lang Hames2-10/+2
2026-04-09[orc-rt] Add comment about Session::waitForShutdown usage. NFC. (#191111)Lang Hames1-0/+6
2026-04-09[orc-rt] Add ScheduleShutdownFromOnDetachHandler unit test. (#191110)Lang Hames1-0/+24
2026-04-08[orc-rt] Refactor QueueingTaskDispatcher to use an external TaskQueue. (#190920)Lang Hames3-231/+199
2026-04-08[orc-rt] Rename ManagedCodeCallsGroup to ManagedCodeTaskGroup. NFC. (#190880)Lang Hames3-27/+28
2026-04-07[orc-rt] Update Session shutdown sequence docs / comments. (#190783)Lang Hames3-14/+36
2026-04-07[orc-rt] Add managed-code-calls TaskGroup. (#190740)Lang Hames3-19/+369
2026-04-02[Runtimes] Introduce variables containing resource dir paths (#177953)Michael Kruse1-0/+1
2026-03-26[orc-rt] Add missing includes for Linux/ARM builds (#188702)Jared Wyles3-0/+4
2026-03-22[orc-rt] Add Session::tryCreateService convenience function. (#187640)Lang Hames2-0/+41
2026-03-20[orc-rt] Add BootstrapInfo argument to ControllerAccess::connect. (#187635)Lang Hames3-10/+52
2026-03-20[orc-rt] Redesign Session to provide a clearer lifecycle. (#187496)Lang Hames3-115/+442
2026-03-18[orc-rt] Move CallViaSession into Session, add comments. (#187238)Lang Hames2-17/+32
2026-03-18[orc-rt] Rename Session setController/detachFromController. NFC. (#187235)Lang Hames3-10/+10
2026-03-18[orc-rt] Add ShutdownRequested flag to Service::onDetach. (#187230)Lang Hames6-13/+25
2026-03-18[orc-rt] Add TaskGroup for tracking completion of a set of tasks. (#187205)Lang Hames4-0/+583
2026-03-18[orc-rt] Capture a Session& in SimpleNativeMemoryMap, fix TODOs. (#187200)Lang Hames3-8/+89
2026-03-18[orc-rt] Publish controller interface from SimpleNativeMemoryMap ctor. (#187198)Lang Hames5-19/+91
2026-03-18[orc-rt] De-duplicate some test helper APIs. (#187187)Lang Hames3-30/+21
2026-03-18[orc-rt] Add BootstrapInfo: info for controller session bootstrap. (#187184)Lang Hames9-46/+275
2026-03-18[orc-rt] Relax addUnique assertion to match error condition.Lang Hames1-2/+3
2026-03-18[orc-rt] Rename SimpleSymbolTable::addSymbolsUnique, relax error cond… (#18...Lang Hames6-32/+49
2026-03-18[orc-rt] Rename ControllerInterface to SimpleSymbolTable. NFCI. (#187164)Lang Hames13-80/+79
2026-03-18[orc-rt] Add an ExecutorProcessInfo field to Session. (#187155)Lang Hames3-20/+48
2026-03-18[orc-rt] Require non-empty triples and power-of-two page sizes. (#187151)Lang Hames1-1/+10
2026-03-18[orc-rt] Add ExecutorProcessInfo APIs. (#187147)Lang Hames5-0/+201
2026-03-17[orc-rt] Update SPS wrapper names to reflect new namespace. NFCI. (#186994)Lang Hames2-21/+28
2026-03-17[orc-rt] Move SPS controller interface funcs into their own headers. (#186991)Lang Hames14-286/+598
2026-03-17[orc-rt] Fix stale file comment. NFC.Lang Hames1-2/+2
2026-03-17[orc-rt] Hold `const void*` rather than `void*` in ControllerInterface. (#186...Lang Hames2-1/+13
2026-03-17[orc-rt] Add ControllerInterface symbol table. (#186947)Lang Hames9-12/+265
2026-03-16[orc-rt] Add Controller Interface (CI) symbol table to Session. (#186747)Lang Hames3-4/+47
2026-03-16[orc-rt] Add LockedAccess utility. (#186737)Lang Hames4-0/+239
2026-03-16[orc-rt] Add a simple iterator_range class. (#186720)Lang Hames3-0/+127
2026-03-16[orc-rt] Fix unittests after 53a1e056f38. (#186711)Lang Hames2-17/+21
2026-03-16[orc-rt] Don't return Error in Service::OnComplete. (#186708)Lang Hames4-10/+7
2026-03-15[orc-rt] Return ref from Session::addService, add createService. (#186640)Lang Hames3-7/+43
2026-03-15[orc-rt] Rename "ResourceManager" to "Service". NFCI. (#186639)Lang Hames10-67/+70
2026-02-25[orc-rt] Rename ResourceManager detach/shutdown. NFCI. (#183285)Lang Hames6-14/+15
2026-02-02[orc-rt] Use future rather than condition_variable for shutdown wait. (#179169)Lang Hames2-7/+5
2026-02-02[orc-rt] Prefer std::scoped_lock to std::lock_guard. NFCI. (#179165)Lang Hames1-2/+2
2026-01-27[orc-rt] Add C API for Errors, plus ORC_RT_C_ABI macro. (#178123)Lang Hames8-1/+335
2026-01-27[orc-rt] Add unit test for "re-throwing" errors in handleErrors. (#178112)Lang Hames1-0/+15
2026-01-27[orc-rt] Add Error-handling documentation. (#177547)Lang Hames1-0/+367
2026-01-23[orc-rt] Fix some Session::shutdown bugs. (#177528)Lang Hames2-8/+40