-
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
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3de896a - Browse repository at this point
Copy the full SHA 3de896aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e497c - Browse repository at this point
Copy the full SHA c8e497cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b8c4b - Browse repository at this point
Copy the full SHA 70b8c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be5aa8 - Browse repository at this point
Copy the full SHA 4be5aa8View commit details -
Replace forward with backward slash for file URI
This avoids uriWindowsFilenameToUriStringA escaping them in the URI when they are most likely intended to be path separators.
Configuration menu - View commit details
-
Copy full SHA for 393259d - Browse repository at this point
Copy the full SHA 393259dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 774405f - Browse repository at this point
Copy the full SHA 774405fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f79e6d4 - Browse repository at this point
Copy the full SHA f79e6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3d65e - Browse repository at this point
Copy the full SHA 8c3d65eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1993125 - Browse repository at this point
Copy the full SHA 1993125View commit details -
Configuration menu - View commit details
-
Copy full SHA for fad4ffd - Browse repository at this point
Copy the full SHA fad4ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e13a041 - Browse repository at this point
Copy the full SHA e13a041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17abe50 - Browse repository at this point
Copy the full SHA 17abe50View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e7132 - Browse repository at this point
Copy the full SHA a4e7132View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7279e1 - Browse repository at this point
Copy the full SHA a7279e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4cbc10 - Browse repository at this point
Copy the full SHA d4cbc10View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3010c7 - Browse repository at this point
Copy the full SHA c3010c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f67edb - Browse repository at this point
Copy the full SHA 3f67edbView commit details -
Ensure git checkout uses LF for test text files
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.
Configuration menu - View commit details
-
Copy full SHA for f432116 - Browse repository at this point
Copy the full SHA f432116View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b83d33 - Browse repository at this point
Copy the full SHA 8b83d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08a5f7 - Browse repository at this point
Copy the full SHA a08a5f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16ad59 - Browse repository at this point
Copy the full SHA b16ad59View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d0d8a - Browse repository at this point
Copy the full SHA f8d0d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f3d17a - Browse repository at this point
Copy the full SHA 8f3d17aView commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 589a906 - Browse repository at this point
Copy the full SHA 589a906View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6321f7 - Browse repository at this point
Copy the full SHA f6321f7View commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75774da - Browse repository at this point
Copy the full SHA 75774daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bfdef6 - Browse repository at this point
Copy the full SHA 6bfdef6View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f76bf57 - Browse repository at this point
Copy the full SHA f76bf57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ecf25d - Browse repository at this point
Copy the full SHA 2ecf25dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b48433 - Browse repository at this point
Copy the full SHA 0b48433View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e8b3df - Browse repository at this point
Copy the full SHA 8e8b3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b28e9ce - Browse repository at this point
Copy the full SHA b28e9ceView commit details
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.