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 <robert.ambalu@point72.com>
* 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 <robert.ambalu@point72.com>
* fixes#132 - attempt to kick off macos build
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
* unset CC in mac cibuildwheel setup
Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
* Add support for mac conda builds
Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
* Update docs for mac builds
Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
* attempt to fix macos-12 conda build
Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
* one more try for intel mac support
Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
* reduce length of timeout for test_threaded_run
Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
* make this test more meaningful now that it has a shorter timeout
Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
* CMakeLists.txt - attempt tp align RPATH on linux, drop ../lib
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
* #132 temporarily add some debug logging to threaded engine to try to figure out why it fails on GH
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
* #132 fix lint for test logging
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
* #132 enable stdout logging for tests, revert test_engine back to old timing
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
* #132 - next atempt
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
* #132 - next attempt
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
* #132 - next attempt
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
* 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 <robert.ambalu@point72.com>
* 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 <robert.ambalu@point72.com>
* fixes#132 - fix comment typo
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
* clean up ci/cd code and ensure mac tests run
Signed-off-by: Tim Paine <timothy.paine@cubistsystematic.com>
---------
Signed-off-by: Ambalu, Robert <robert.ambalu@point72.com>
Signed-off-by: Rob Ambalu <robert.ambalu@RA7293-M1.saccap.int>
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Signed-off-by: Tim Paine <timothy.paine@cubistsystematic.com>
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Co-authored-by: Tim Paine <timothy.paine@cubistsystematic.com>
Co-authored-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
0 commit comments