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

2018-02-23 Thread Isaac Hier
AM, Robert Dailey <rcdailey.li...@gmail.com> wrote: > On Thu, Jan 25, 2018 at 6:21 PM, Isaac Hier <isaach...@gmail.com> wrote: >> Hi Jeff, >> >> I have been looking at the build generator, which looks promising, but >> I have one concern. A

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 <g...@jeffhostetler.com> wrote: > > > On 1/24/2018 2:59 PM, I

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

2018-01-24 Thread Isaac Hier
ing myself in a load of periodic updates. On Wed, Jan 24, 2018 at 5:02 PM, Stephan Beyer <s-be...@gmx.net> 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

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

2018-01-24 Thread Isaac Hier
Hi Isaac, > > On 01/24/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

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

2018-01-24 Thread Isaac Hier
never used cmake, so maybe it has horrors waiting for us > too, but autoconf is just worthless). > > Linus https://marc.info/?l=git=115032515024816=2 On Wed, Jan 24, 2018 at 4:00 PM, Jeff Hostetler <g...@jeffhostetler.com> 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
Hostetler <g...@jeffhostetler.com> 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 >> inte

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 <isaach...@gmail.com> wrote: > This patch adds a mostly complete (aside from building tests, documentation, > installation, etc.) CMake build to the git p

[RFC PATCH 1/1] Implement CMake build

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

[RFC PATCH 0/1] Implement CMake build

2018-01-22 Thread Isaac Hier
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 | 11