-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Build using -pedantic
; in Autoconf maintainer mode
#2174
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
Merged
Merged
Conversation
This file contains hidden or 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
Could you document the new configure flag ( Could you update the case of PCRE to make it uppercase in besside-ng usage? |
On 8/23/20 5:15 PM, Aircrack-ng wrote:
Could you document the new configure flag (|--enable-maintainer-mode|)
in README.md and INSTALLING?
Could you update the case of PCRE to make it uppercase in besside-ng
usage?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2174 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAASAJ6UFUVACRCJRVI3QQDSCGWK7ANCNFSM4QD6KITA>.
I have just published additional commits which tackle these items.
Let me know if I missed something.
Suggestions, comments, and ideas are always welcomed,
-Joe
|
Signed-off-by: Joseph Benden <joe@benden.us>
This removes the use of macros within strings. This is an undefined usage. Instead, simply print all possible command-line arguments and show an error message if an unsupported option is selected. Signed-off-by: Joseph Benden <joe@benden.us>
- Callbacks should be passed as the address-of a function. - Mark all thread routines with THREAD_ENTRY to make it very clear that these function run in a new thread. Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
- Disable maintainer mode, by default. Now use the flag `--enable-maintainer-mode` when developing both autoconf and source code! - When maintainer mode is enabled; add pedantic warnings. Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
This patch series untangles the mixed assembly syntax, thereby removing the need for `-masm=intel`. Added autoconf flag to enable LTO: `--with-lto`. As this is basic support (works for me! :P), it is not enabled by default. Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
6b3413f
to
11aa988
Compare
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
- Thread entry functions must never be inlined. - Mark certain functions as noinline, based on ICC optimization reports. Signed-off-by: Joseph Benden <joe@benden.us>
This commit is to keep ICC from reporting remarks about inlining. Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
3b97a52
to
757d155
Compare
Signed-off-by: Joseph Benden <joe@benden.us>
- Fully validate the number of processes desired (`-p`); ensuring a selection is made from a fully valid range. Fixes (CID 1077260) - Display a warning message if the number of processes exceed the number of CPUs. Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
60ec9f4
to
faaaaa0
Compare
See: https://stackoverflow.com/questions/36384195/how-to-correctly-assign-a-pointer-returned-by-dlsym-into-a-variable-of-function Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
Signed-off-by: Joseph Benden <joe@benden.us>
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 patch series goes through the source code to enable builds, without warnings or errors, under the strictness of
-pedantic
compiler flag. Additionally, some of the shell scripts were fixed withshellcheck
.This patch series introduces the selection of a C++ standard (non-required) to assess the availability across the CI infrastructure.
This patch series fixes the great majority of outstanding PVS-Studio warnings.
Finally, and most important for other developers, is that we all must enable maintainer mode during our development; pass
--enable-maintainer-mode
to theconfigure
script. This Autoconf flag is what enables the-pedantic
warnings.