Mike Gelfand

Results 21 issues of Mike Gelfand

Add a separate implementation for aarch64 which boils down to ``` ldr x17, =0x1122334455667788 br x17 ``` The `x17` register is used as it's allowed to be modified during function...

GCC 4 (tested with 4.4.7, 4.8.5, 4.9.4) generates working code even with optimizations enabled. GCC 5+ (tested with 5.4.0, 6.3.0) OTOH generates invalid (aborting, segfaulting, infinitely looping) code even with...

GLIBMM will catch them for us, but in two cases print a warning instead of suppressing, and in one other case still print a warning (as well as we do)...

scope:gtk
i18n
type:fix

The changes here are based in part on #29 for which I thank @uael. This is a minimal set of changes needed to make use of ctest with recent versions...

Fixes: #4750 Notes: Fixed `4.0.0` regression resulting in build failures due to incompatible system and bundled libutp headers.

scope:core
scope:3rdparty
type:fix
bug:regression
semver:patch

### Expected behavior Cluster (kaniko) build succeeds regardless of how long it takes. ### Actual behavior If build takes considerable time (in my case, more than 35-55 minutes), skaffold hangs...

kind/bug
priority/p2
build/kaniko

Expected Behavior ============================== Test run with the most recent versions of `org.jenkins-ci.main:jenkins-core` package. Actual Behavior ============================== When using `org.jenkins-ci.main:jenkins-core` version 2.356 and below, tests run as expected. When using `org.jenkins-ci.main:jenkins-core`...

### Jenkins and plugins versions report Environment ```text Jenkins: 2.414.1 OS: Linux - 5.4.247-162.350.amzn2.x86_64 Java: 11.0.20 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- Office-365-Connector:4.20.0 ansicolor:1.0.3 antisamy-markup-formatter:162.v0e6ec0fcfcf6 apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 artifact-manager-s3:822.vf129d4836c31 atlassian-jira-software-cloud:2.0.9...

bug

MinGW defines both _WIN32 and WIN32 (and may even be the only compiler doing so). Microsoft and Intel compilers only define _WIN32. Use the common one to eliminate the need...