concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.34k stars 312 forks source link

Align build and source dir terminology with common usage #224

Closed pkelsey closed 5 months ago

pkelsey commented 5 months ago

The configure script now refers to the build products directory as BUILD_DIR and the source directory as SRC_DIR. Previously it referred to the build products directory as P_PWD and the source directory as BUILD_DIR.