Toggle navigation
Patchwork
elfutils
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Series =
Patches for building with mingw/gcc msvc/clang-cl
| Archived =
No
| 24 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not applicable
Changes Requested
Failed CI
Superseded
Deferred
Committed
Dropped
DCO or assignment missing
Search
Archived
No
Yes
Both
Delegate
------
Nobody
siddhesh
siddhesh
siddhesh
codonell
azanella
gbenson
jankratochvil
ppluzhnikov
neleai
tromey
palves
keiths
sergiodj
StanShebs
teawater
simark
rth
roland
davem
schwab
Allan
aj
ldv
tschwinge
tschwinge
tschwinge
andreaskr
fweimer
ChrisMetcalf
jsm28
aurel32
will
vapier
vapier
tuliom
hjl
triegel
jwlemke
cltang
macro
nsz
pwbot
arjun
stli
ludo
rj
zack
mfabian
rluzynski
dj
sthibaul
mscastanho
lamm
girish946
maennich
dodji
zimmerma
rzinsly
lukma
mjw
goldsteinn
raoni
jason
jwakely
jwakely
maximk
trodgers
trodgers
ams
ams
ams
rearnsha
siddhesh_staff
lancesix
aburgess
Apply
Patch
Series
rb/tb
S/W/F
Date
Submitter
Delegate
State
[24/25] lib: isatty is not available on windows
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[23/25] libasm/debuginfod: fchmod doesn't present on win32
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[22/25] libebl/libdwelf: define ssize_t and pid_t for MSVC within installed header libdwelf.h and l…
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[21/25] libasm: stdio_ext.h are not present on win32
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[20/25] Add function sys_get_page_size to replace platform dependent sysconf (_SC_PAGESIZE)
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[19/25] libelf: F_GETFD may not predefined with msvc/mingw, guard the usage of it
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[18/25] lib: Use NOT_HAVE_LIBINTL to guard #include <libintl.h>
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[17/25] libelf: uid_t, gid_t and mode_t are not comes with msvcrt, so using long/unsigned long inst…
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[16/25] libeu: Move the implementation of pwrite_retry, write_retry and pread_retry from header to …
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[15/25] lib: Implement error properly even when not HAVE_ERR_H
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[14/25] libdw: check __OPTIMIZE__ in dwarf_whatattr.c and dwarf_whatform.c to match the header
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[13/25] libdw: typeof -> __typeof that can be recognized by both clang-cl and gcc
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Committed
[12/25] libcpu: Use "#define FCT_mod$64r_m FCT_mod$r_m" is enough and can be recognized by clang-cl…
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Committed
[11/25] libcpu: Use __asm instead asm that can be recognized by both clang-cl and gcc
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[10/25] libcpu: Remove the need of NMNES by using enum
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[09/25] include libgen.h in system.h
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Rejected
[08/25] Use configure to detect HAVE_DECL_MMAP and use it for system doesn't provide sys/mman.h
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[07/25] move platform depended include into system.h of libasm, libcpu, libdw, libdwfl and libdwelf
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Committed
[06/25] move platform depended include into system.h of libebl
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[05/25] use #include <system.h> instead platform depended header <endian.h> in libdw/memory-access.h
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Committed
[04/25] libelf/libdwfl: Remove "#define LIB_SYSTEM_H 1" in libelf_crc32.c and libdwfl_crc32.c
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Committed
[03/25] libebl: There is no need #include <dlfcn.h> in eblclosebackend.c and eblopenbackend.c
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Committed
[02/25] ignore build directory
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded
[01/25] Rename 'hello2.spec.' -> 'hello2.spec' 'hello3.spec.' -> 'hello3.spec'
Patches for building with mingw/gcc msvc/clang-cl
- -
-
-
-
2022-10-20
Yonggang Luo
Superseded