[CMake] patches for MirOS

2019-02-03 Thread Andrew Pennebaker
Hiya!

I got cmake to build in MirOS (also known as MirBSD) v10 this weekend,
painting over gaps in POSIX support. Here's my patchset:

https://github.com/mcandre/vagrant-miros-cmake/tree/master/i386

Virtual machines are included for testing the patched build, and for
testing the final cmake binary.

Note, this patchset targets cmake v3.9.0-. That's the first version I
happened to snag that doesn't depend on C++11 support. Evidently MirOS's
standard compiler, mgcc, has not offered C++11 support since it was
released way back during the 2008 financial crisis (!)

Could we add these fixes to the 3.9 series so that MirOS users get better
access to cmake?

-- 
Cheers,
Andrew
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


[CMake] VERBATIM support for add_test()?

2016-04-03 Thread Andrew Pennebaker
Could cmake get VERBATIM support for add_test(), so that common shell
techniques like < > I/O redirection can work in add_test()'s?

Workaround: sh -c "..." everything.

-- 
Cheers,
Andrew
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

[CMake] infer integration

2016-04-03 Thread Andrew Pennebaker
Are there plans to make cmake-generated Makefile's more compatible with the
fbinfer linter?

http://fbinfer.com/

In the meantime, could someone give a fully qualified example of how to run
infer against cmake-generated Makefile's?

There are a few examples online, but recent versions of infer appear to
have moved the old .../infer/lib/capture/clang wrapper somewhere else.

-- 
Cheers,
Andrew
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake