Jean-Michaël Celerier

Results 681 comments of Jean-Michaël Celerier

@sebholt I think that this may be due to this change in CMake : https://gitlab.kitware.com/cmake/cmake/merge_requests/543 Apparently, just trying to build this : ```CMake cmake_minimum_required(VERSION 3.10 FATAL_ERROR) cmake_policy(VERSION 3.10) find_package(Qt5 COMPONENTS...

the only way I found to solve this was to stop using CMAKE_AUTOMOC

[test-genexp.zip](https://github.com/sakra/cotire/files/478692/test-genexp.zip) If you want to test. (It is called genexp because I thought that it was due to generator expressions at the beginning...)

Changed the title to reflect that this bugs only occurs with ninja, not with make

tested on both clang 8 and gcc 8, at -O0 as well as -O3

@nyue there are many available pure computation dataflow libraries - tbb::flow_graph (part of Intel TBB), https://github.com/cpp-taskflow/cpp-taskflow, https://github.com/RaftLib/RaftLib...