[cmake-developers] New command 'file(LOCK_DIRECTORY ...)'
Brad King
brad.king at kitware.com
Tue Nov 11 13:28:18 EST 2014
On 11/10/2014 04:49 PM, Ruslan Baratov wrote:
> On 31-Oct-14 16:39, Brad King wrote:
>> Please work on the patches. You can use "git format-patch" to format
>> them and post here either inline or as attachments.
>>
> Done
Thanks for working on it. Good start. Here are some comments so far:
* All headers and sources need to include cmStandardIncludes.h first,
directly or indirectly through other headers. It can affect the
way certain standard library headers are preprocessed on some
platforms, and needs to be consistent across all translation units.
* Please add the .cxx files to 'bootstrap' and Source/CMakeLists.txt
rather than including them in cmBootstrapCommands*.cxx.
* The windows header should be included in lower case <windows.h>.
* The cerrno and cstdio headers need to be just errno.h and stdio.h
to work on some of the older compilers.
* Please add documentation to Help/command/file.rst and anywhere else
that is appropriate.
* Please add test cases for all APIs and error cases, probably in
Tests/RunCMake/file using the RunCMake infrastructure.
Thanks,
-Brad
More information about the cmake-developers
mailing list