Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix synchronize ccommon with pelikan deps/ccommon (#212)
* ThreadSanitizer: Fix thread leak in test_thread in ring_array suite (#212) Summary: fixes ring_array test case that was leaking a thread * cmake: fix check detection (#216) Building on Ubuntu 18.04 fails with missing symbols message due to lack of proper libraries being automatically linked against tests. This patch uses pkgconfig to automatically detect system-installed libcheck, and also gets rid of the unnecessery symbol requirement in favor of a simple version check. * fix python2-ism (#199) this shows the age of my shell script snippets :) Tested this with both python 2.7.14 and 3.6.3. * CDB with an FFI-friendly implementation straight copy-pasta of src/server/{twemcache => cdb} checkpoint - squash remove flag checkpoint create cdb workspace so shared libs link properly gah i need someone who knows cmake failling, about to try rando CMakeRust module got further with this Rust macro stuff omg, actual progress oops, add the macros rearrange and clean up dependencies clean up cruft compiles and links on debian beginning pelikan side of integration checkpoint generate both static and shared targets shared library building ftw? this is fine. checkpoint - string still getting truncated fix build check try and fix build debugging cmake vars checkpoint hi wil revert change to system calling scheme, no diff finally seems to have linked properly checkpoint checkpoint ignore cdb files squash add compile_commands.json to gitignore squash squash remove redundant return hook up cdb_get, munge a response and cleanup missed two places for raw_val need to rework storage strategy shit, revert this mess Revert "shit, revert this mess" This reverts commit e369bd7. gahhhhhh ugh, this is sketchy bindgen is compiling and linking compiles again, finally
- Loading branch information