Re: [RFC PATCH 0/1] Implement CMake build

2018-02-23 Thread Isaac Hier
AM, Robert Dailey wrote: > On Thu, Jan 25, 2018 at 6:21 PM, Isaac Hier wrote: >> Hi Jeff, >> >> I have been looking at the build generator, which looks promising, but >> I have one concern. Assuming I can generate a CMakeLists.txt that >> appropriately updates the

Re: [RFC PATCH 0/1] Implement CMake build

2018-01-25 Thread Isaac Hier
to write the test in a specific directory with a certain name so that I could automatically update the CMake tests from the build generator. Thanks for the help, Isaac On Wed, Jan 24, 2018 at 4:00 PM, Jeff Hostetler wrote: > > > On 1/24/2018 2:59 PM, Isaac Hier wrote: >> >

Re: [RFC PATCH 0/1] Implement CMake build

2018-01-24 Thread Isaac Hier
yself in a load of periodic updates. On Wed, Jan 24, 2018 at 5:02 PM, Stephan Beyer wrote: > On 01/24/2018 10:19 PM, Isaac Hier wrote: >> Thanks for your interest! This patch is based on the cmake-build >> branch of https://github.com/isaachier/git, but the full history is on >>

Re: [RFC PATCH 0/1] Implement CMake build

2018-01-24 Thread Isaac Hier
4/2018 02:45 PM, Isaac Hier wrote: >> I realize this is a huge patch, but does anyone have feedback for the >> general idea? > > Thank you very much. I am *personally* interested in this due to several > reasons (which are mostly that I am used to CMake and when I do > someth

Re: [RFC PATCH 0/1] Implement CMake build

2018-01-24 Thread Isaac Hier
d no, I've never used cmake, so maybe it has horrors waiting for us > too, but autoconf is just worthless). > > Linus https://marc.info/?l=git&m=115032515024816&w=2 On Wed, Jan 24, 2018 at 4:00 PM, Jeff Hostetler wrote: > > > On 1/24/2018 2:59 PM, Isaac Hier wrote:

Re: [RFC PATCH 0/1] Implement CMake build

2018-01-24 Thread Isaac Hier
, Jan 24, 2018 at 2:36 PM, Jeff Hostetler wrote: > > > On 1/22/2018 7:16 PM, Isaac Hier wrote: >> >> This patch adds a mostly complete (aside from building tests, >> documentation, >> installation, etc.) CMake build to the git project. I am not sure how much >&g

Re: [RFC PATCH 0/1] Implement CMake build

2018-01-24 Thread Isaac Hier
I realize this is a huge patch, but does anyone have feedback for the general idea? On Mon, Jan 22, 2018 at 7:16 PM, Isaac Hier wrote: > This patch adds a mostly complete (aside from building tests, documentation, > installation, etc.) CMake build to the git project. I am not sure ho

[RFC PATCH 1/1] Implement CMake build

2018-01-22 Thread Isaac Hier
Signed-off-by: Isaac Hier --- CMakeLists.txt | 1849 +++ cmake/GenerateCmdlist.cmake | 83 ++ cmake/fopen_dir_test.c | 11 + cmake/fstat_test.c | 37 + cmake/gmtime_test.c |7 + cmake/iconv_test.c

[RFC PATCH 0/1] Implement CMake build

2018-01-22 Thread Isaac Hier
sh up the work here. Decided to wait until I discussed the issue here to finish the final parts of the build. Isaac Hier (1): Implement CMake build CMakeLists.txt | 1849 +++ cmake/GenerateCmdlist.cmake | 83 ++ cmake/fopen_dir_test.c |