Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include: curl/system.h is a run-time replacement for curlbuild.h [RFC] #1373

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Mar 30, 2017

curl/system.h is used instead of curl/curlbuild.h

curl/system.h determines a few data sizes, data types and include file
status based on available preprocessor defines. This in order to avoid
relying on a build-time generated file that makes it complicated to do
32 and 64 bit bields from the same installed set of headers.

Define CURL_BUILDTIME to instead use the old header if you need to,
and report this case back to the curl project.

curl/curlbuild.h will be removed completely at a later point in time
when we feel confident it isn't needed as a work-around any more.

@mention-bot
Copy link

@bagder, thanks for your PR! By analyzing the history of the files in this pull request, we identified @yangtse, @mback2k and @masali-hp to be potential reviewers.

@bagder
Copy link
Member Author

bagder commented Mar 30, 2017

(I spotted the spelling error in the commit message)

I'm looking for all sorts of comments and feedback on this idea - and I want to check if this version still builds fine in the CI.

@bagder
Copy link
Member Author

bagder commented Mar 31, 2017

include: curl/system.h is a run-time version of curlbuild.h

curl/system.h is used in parallel with curl/curlbuild.h

curl/system.h determines a few data sizes, data types and include file status based on available preprocessor defines. This in order to avoid relying on a build-time generated file that makes it complicated to do 32 and 64 bit bields from the same installed set of headers.

test 1541 is added to verify that system.h comes to the same conclusion that curlbuild.h offers.

system.h is aimed to replace curlbuild.h at a later point in time when we feel confident system.h works sufficiently well.

system.h is aimed to replace curlbuild.h at a later point in time when
we feel confident system.h works sufficiently well.

curl/system.h is currently used in parallel with curl/curlbuild.h

curl/system.h determines a data sizes, data types and include file
status based on available preprocessor defines instead of getting
generated at build-time. This, in order to avoid relying on a build-time
generated file that makes it complicated to do 32 and 64 bit bields from
the same installed set of headers.

Test 1541 verifies that system.h comes to the same conclusion that
curlbuild.h offers.

At a future point when we feel confident system.h is works fairly well,
we remove curlbuild.h.
@bagder bagder closed this in 9506d01 Apr 3, 2017
@bagder bagder deleted the bagder/include-runtime branch April 3, 2017 21:34
@lock lock bot locked as resolved and limited conversation to collaborators May 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants