-
Notifications
You must be signed in to change notification settings - Fork 129
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
Open Source Tripwire 2.4.3.5 #23
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
Member
brc0x1
commented
Mar 20, 2017
•
edited
Loading
edited
- Buildsys: 'install-strip', 'uninstall', 'check', and 'distcheck' make targets now do useful things.
- Buildsys: To support old flavors of gcc, add "--disable-extrawarnings" configure option for compilers that don't understand -Wextra arg, and detect if the local g++ happens to be called c++.
- Fix various new warnings w/ GCC 7.
- Use std::unique_ptr instead of deprecated std::auto_ptr, where available.
- Clean up / enable more twtest unit tests, & tweak the framework for clarity.
- Remove more dead code and strip out a bunch of uses of the always-true IS_UNIX ifdef.
- Address some static analysis warnings from CppCheck & Flawfinder
- Add a sanity check in fcodatasourceiterimpl to address a unit test that failed on some platforms.
- Update old policy test files in src/parser/testfiles to use current policy syntax.
…do'd; detect compiler properly when g++ goes by 'c++'
… that don't support the -Wextra compiler flag.
…to pick up additional files for docs directory.
…n't actually seen it fail in OST). Later versions of Crypto++ comment out or remove this line, so this seems reasonable to do until I can figure out how to update the whole library
…src/test-harness, and all the twtest unit tests; update unit test binary to return standard success/fail values, to keep make happy
…ays defines IS_UNIX to 1 no matter the OS.
… test that fails on some platforms
…explicit constructors
…internal-declaration
…urrent policy language
…omment test case that validates correct behavior.
…pected to) work on HP-UX.
…ors and didn't even eat all whitespace
…o to pick which one to use); fix a few other remaining warnings.
…ecated in C++11 & cause warnings in GCC 7
… & Linux doesn't have them.
…er tests, which weren't running until now.
…har() that was causing test failures
… constructor that takes a string reference
…t; remove some cleanup meant for an ancient patch lost in the mists of time
…ection & path handling); update twtest to count failures instead of exiting on first one.
…oints somewhere real vs. an empty string
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.