You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixes#83 - code updates to support clang compilation / cleaned up some clang warnings
Signed-off-by: Ambalu, Robert <[email protected]>
* fixes#132 - final touches, all tests pass. Note this had to comment out the --arch options in CMakeLists.txt, not sure what the implications are
Signed-off-by: Rob Ambalu <[email protected]>
* fixes#132 - attempt to kick off macos build
Signed-off-by: Rob Ambalu <[email protected]>
* unset CC in mac cibuildwheel setup
Signed-off-by: Nathan Goldbaum <[email protected]>
* Add support for mac conda builds
Signed-off-by: Nathan Goldbaum <[email protected]>
* Update docs for mac builds
Signed-off-by: Nathan Goldbaum <[email protected]>
* attempt to fix macos-12 conda build
Signed-off-by: Nathan Goldbaum <[email protected]>
* one more try for intel mac support
Signed-off-by: Nathan Goldbaum <[email protected]>
* reduce length of timeout for test_threaded_run
Signed-off-by: Nathan Goldbaum <[email protected]>
* make this test more meaningful now that it has a shorter timeout
Signed-off-by: Nathan Goldbaum <[email protected]>
* CMakeLists.txt - attempt tp align RPATH on linux, drop ../lib
Signed-off-by: Rob Ambalu <[email protected]>
* #132 temporarily add some debug logging to threaded engine to try to figure out why it fails on GH
Signed-off-by: Rob Ambalu <[email protected]>
* #132 fix lint for test logging
Signed-off-by: Rob Ambalu <[email protected]>
* #132 enable stdout logging for tests, revert test_engine back to old timing
Signed-off-by: Rob Ambalu <[email protected]>
* #132 - next atempt
Signed-off-by: Rob Ambalu <[email protected]>
* #132 - next attempt
Signed-off-by: Rob Ambalu <[email protected]>
* #132 - next attempt
Signed-off-by: Rob Ambalu <[email protected]>
* fixes#132 - Fix race condition exposed in macos build where push events can be deferred indefinitely if timer executes before event ( wait will keep waiting until max time, even if an event is pending )
Simplify QueueWaiter ( remove it entirely ) and move condvar/mutex/blocking logic directly into SRMWLockFreeQueue so that we can check on m_head directly.
Revert all intermediate changes that were committed for testing / tracking down this issue
Signed-off-by: Rob Ambalu <[email protected]>
* fixes#132 - undo intrusive LFQueue changes ( for now ), simplify the fix and attack the queue issue properly another day. fix cpp time test
Signed-off-by: Rob Ambalu <[email protected]>
* fixes#132 - fix comment typo
Signed-off-by: Rob Ambalu <[email protected]>
* clean up ci/cd code and ensure mac tests run
Signed-off-by: Tim Paine <[email protected]>
---------
Signed-off-by: Ambalu, Robert <[email protected]>
Signed-off-by: Rob Ambalu <[email protected]>
Signed-off-by: Rob Ambalu <[email protected]>
Signed-off-by: Nathan Goldbaum <[email protected]>
Signed-off-by: Tim Paine <[email protected]>
Co-authored-by: Nathan Goldbaum <[email protected]>
Co-authored-by: Tim Paine <[email protected]>
Co-authored-by: Tim Paine <[email protected]>
0 commit comments