Actions: Flow-IPC/ipc
Actions
Showing runs from all workflows
134 workflow runs
134 workflow runs
JEMALLOC_PREFIX renamed FLOW_IPC_JEMALLOC_PREFIX to avoid collision with same-named variable elsewhere. / ipc_shm_arena_lend CMake-build knobs JEMALLOC_LIB and JEMALLOC_INCLUDE_PATH renamed JEMALLOC_LIBRARIES and JEMALLOC_INCLUDEDIR, respectively, because these names are already used by the default auto-searcher. / ipc_shm_arena_lend CMake-build script internally improved when searching for jemalloc install.
Flow-IPC pipeline
#906:
Pull request #132
synchronize
by
ygoldfeld
JEMALLOC_PREFIX renamed FLOW_IPC_JEMALLOC_PREFIX to avoid collision with same-named variable elsewhere. / ipc_shm_arena_lend CMake-build knobs JEMALLOC_LIB and JEMALLOC_INCLUDE_PATH renamed JEMALLOC_LIBRARIES and JEMALLOC_INCLUDEDIR, respectively, because these names are already used by the default auto-searcher. / ipc_shm_arena_lend CMake-build script internally improved when searching for jemalloc install.
Flow-IPC pipeline
#905:
Pull request #132
opened
by
ygoldfeld
Arena::construct<T>(bool use_cache, ...) overload API due to potential overload ambiguity for some Ts. / Ipc_arena public super-class Shm_pool_collection also has a construct() with potentially ambiguous signature; renamed to construct_maybe_thread_cached(). / Comment and/or doc changes.
Flow-IPC pipeline
#894:
Pull request #131
opened
by
ygoldfeld