-
Notifications
You must be signed in to change notification settings - Fork 19
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
Switch to cmake #3
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This avoids uriWindowsFilenameToUriStringA escaping them in the URI when they are most likely intended to be path separators.
git on Windows (2.38.1.windows.1) was found to have 'core.autocrlf' set to 'true' (in the global gitconfig), which resulted in files detected as text to be be checked out (e.g. as part of the repo clone) with CRLF line endings. That then broke the tests that rely on checksums and reference text files because the input data had changed. The use of .gitattributes and "text eol=lf" attributes did nothing to change that for the existing test files! Confusingly it did work for new files checked into the repo?! 'git check-attr -a' and 'git ls-files --eol' did not show any diference between the existing and new files. This commit does the "proper thing", which is use .gitattributes to indicate files that should be checked out with LF line endings. To workaround git ignoring these attributes, a '.bin' suffix is added to the text filenames to stop git detecting it as text and using CRLF anyway on checkout.
philipnbbc
force-pushed
the
philipn-cmake
branch
from
January 13, 2023 17:07
e2c1042
to
8f3d17a
Compare
This was referenced Jan 25, 2023
philipnbbc
force-pushed
the
philipn-cmake
branch
from
January 25, 2023 10:25
886c0cc
to
b28e9ce
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This introduces the following changes:
-1.0
suffixeslibbmx-1.0.so
changes tolibbmx.so
and include directorybmx-1.0/bmx
changes tobmx