-
Notifications
You must be signed in to change notification settings - Fork 127
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
OST 2.4.3.8 #39
Open
brc0x1
wants to merge
41
commits into
master
Choose a base branch
from
dev/2438
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
OST 2.4.3.8 #39
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
Member
brc0x1
commented
Mar 16, 2019
- Clean up some issues building with -std=c++17
- Regenerate buildsys files with automake 1.16
- Improve non-gcc compiler detection
- Use standard fixed-width int types instead of rolling our own, if they're available.
- Bump up the copyright year again.
…compilation issue
…eption handing works, because we've seen it not work
… avoiding conflict w/ std::byte, and replacing std::ptr_fun with lambdas, and getting rid of set_unexpected calls
Use standard '_t' fixed-width types instead of rolling our own, where available
… everywhere; set base compiler flags per compiler; detect availability of -Wall and -Wextra
…ab() detection, setting autoconf language to c++ early on
…ing one where we called empty() on a string (uselessly) instead of the clear() that was obviously intended
…ough I can't actually test it yet; clean up & extend platform & file type detection a bit
…n't break on known platforms
… vs observed add/remove/change values
… to dev & testing
…pes in cryptlib when possible
…at configure time, just a C++ one; clean up some builtin type handling stuff so we prefer compiler-provided values instead of rolling our own; remove a bunch of vestigial unused Win32 stuff
…ests and minor tweaks to the test framework
…ome tests & typos
I'm curious about the status of this PR. Is it ready to be merged or is something still missing? |
I am also curious about the status of this PR. Using it has fixed build errors due to the import of LLVM16 into FreeBSD. |
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Jun 26, 2023
Tripwire pull request #39, - Clean up some issues building with -std=c++17 - Regenerate buildsys files with automake 1.16 - Improve non-gcc compiler detection - Use standard fixed-width int types instead of rolling our own, if they're available. - Bump up the copyright year again. This fixes many build failures due to the LLVM16 import. Obtained from: Tripwire/tripwire-open-source#39
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.