aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2020-05-02Fast path using atomic decrement instead of atomic compare-and-swapMarat Dukhan
2020-04-25Support MSYS and Cygwin buildsMarat Dukhan
2020-04-07Windows implementation using EventsMarat Dukhan
2020-04-01Implementation using Grand Central DispatchMarat Dukhan
2020-04-01Fix CMake warning on INCLUDE(GNUInstallDirs)Marat Dukhan
2020-04-01Refactor pthreadpool implementationMarat Dukhan
2020-03-26Microarchitecture-aware parallelization functionsMarat Dukhan
2019-10-19CMake: specify C++11 for tests and benchmarksMarat Dukhan
2019-10-19CMake: disable tests and benchmarks in a dependency buildMarat Dukhan
2019-10-19Refactor CMake configuration filesMarat Dukhan
2019-10-19CMake option to disable deprecated APIsMarat Dukhan
2019-10-19Switch to C11 atomics to synchronizationMarat Dukhan
2019-09-30New pthreadpool_parallelize_* APIMarat Dukhan
2018-07-08Fix build on iOS platform using XCode generator. Close #2Marat Dukhan
2018-02-25Remove changes to global CMake variablesMarat Dukhan
2018-02-24Configure CMakeLists for download projects in CONFU_DEPENDENCIES_BINARY_DIRMarat Dukhan
2018-01-31CMake: support options to use pre-downloaded depsMarat Dukhan
2017-11-10CMake: do not build tests for Google BenchmarkMarat Dukhan
2017-11-03CMake: error on unsupported PTHREADPOOL_LIBRARY_TYPEMarat Dukhan
2017-11-03CMake: replace PTHREADPOOL_BUILD_SHARED with PTHREADPOOL_LIBRARY_TYPE optionMarat Dukhan
2017-11-03CMake: build pthreadpool as a static library by defaultMarat Dukhan
2017-10-25CMake: add -pthread only on Linux/AndroidMarat Dukhan
2017-10-26CMake: 2.8.12 compatibilityMarat Dukhan
2017-10-24CMake: minor bug fixesMarat Dukhan
2017-10-24CMake: pthreadpool_interface target for interface header onlyMarat Dukhan
2017-10-17Confu-like deps management in CMake buildMarat Dukhan
2017-10-17Build tests and benchmarks in CMake buildMarat Dukhan
2017-10-17CMake configurationMarat Dukhan