https://github.com/Kitware/CMake
Revision 1d2c9d8c6d5ae93bd57e3dc8f1b54c54c3422644 authored by Sebastian Holtermann on 03 April 2018, 11:36:47 UTC, committed by Sebastian Holtermann on 03 April 2018, 15:20:30 UTC
This adds a dedicated mutex for file reading and writing to
cmQtAutoGenerator::FileSystem. The purpose of the change is
to avoid that long files reads block cmsys based path computations,
which are protected by an other mutex.
1 parent ccc38fa
History
Tip revision: 1d2c9d8c6d5ae93bd57e3dc8f1b54c54c3422644 authored by Sebastian Holtermann on 03 April 2018, 11:36:47 UTC
Autogen: Use std::istreambuf_iterator for file so string reading
Tip revision: 1d2c9d8
File Mode Size
CMakeLists.txt -rw-r--r-- 9.9 KB
InputFile.h.in -rw-r--r-- 941 bytes
StringFile.cxx -rw-r--r-- 1005 bytes
main.ihx -rw-r--r-- 510 bytes
main.srec -rw-r--r-- 491 bytes
test.bin -rw-r--r-- 5 bytes
test.utf8 -rw-r--r-- 102 bytes

back to top