macdew

Results 15 comments of macdew

Thanks @gbottesi, that workaround appears to be work quite well! No issues rebuilding or debugging my projects. However, I notice as a side-effect, my .ui / .qrc files are now...

Sadly we resorted to removing Cotire and replacing it with our own pch solution. Whilst not perfect, it gets the job done for us. Also keep an eye on https://gitlab.kitware.com/cmake/cmake/merge_requests/3553

@JigsawCorp That's right, we started to see things break when we moved to CMake 3.12.0. As we wanted support for the newer Visual Studio generators and CMake features, we had...

I'm also getting a number of warnings in CSVField::try_parse_hex: ``` include\csv.hpp(7777,54): warning C4244: '+=': conversion from 'double' to 'unsigned __int64', possible loss of data include\csv.hpp(7781,23): warning C4244: '=': conversion from...

Are you sure that the fix also works for multi-config generators like Visual Studio? As far as I can tell from the code change, both PYTHON_MODULE_DEBUG_POSTFIX and PYTHON_MODULE_EXTENSION are being...