Re: Headerscheck support for meson - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: Headerscheck support for meson
Date
Msg-id CAN4CZFNWc_VQdBWY-nt+hpDQW8p=Wfa-CNTdnqCYporORcg7bg@mail.gmail.com
Whole thread
In response to Re: Headerscheck support for meson  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: Headerscheck support for meson
List pgsql-hackers
My idea was to generate simple source files for each header in the
build directory, and then include everything into one or more static
libraries. The tricky part could be handling generated headers, but I
think that shouldn't be too much of a problem.

Originally I decided against this version because I thought that I had
to somehow duplicate the list of special cases, but now I realized
that I could refactor the list of special files into a separate file
that gets loaded by both meson and the bash script - I'll look at this
approach once more, maybe it will work.



pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: Headerscheck support for meson
Next
From: Álvaro Herrera
Date:
Subject: Re: make ExecInsertIndexTuples arguments less bad