Alexander

Results 28 comments of Alexander

The most simple way to enable feature for users that I know would be `#define thread_safe 1` in the start of the clue.hpp, and by default the feature would be...

I would add all "ignore this, ignore that" from the "options" toolbar item to separate toggles, and toggle for show whole files or only the diff, so yes, it would...

Does the last [cmake_min_test1](https://github.com/yalov/cmake_min_test1) also have the same problems on 3.9.0, 3.9.2, and 3.9.3? I replace lib names to autopath `target_link_libraries(${PROJECT_NAME} PRIVATE ${Boost_LIBRARY_DIRS})`

it's something I had expected. I have repeated the same with WSL ubuntu 20.04 and have installed boost there (apt install libboost-all-dev), and I got the same 3.8. On windows...

I have updated the https://github.com/yalov/cmake_min_test1 a little bit and have launched the tool with the `--error_details`, the OP error is about using Visual Studio Command Prompt: CMake Error at CMakeLists.txt:3...

yes, cmake by itself is working. there is a full log. 3.9 - 3.12 — it tried to build using the v141 toolset, while the v143 is installed ``` [...

I will close that issue, if I will have something to say about the Platform Toolset I will open the new one