~vcs-imports/nut:DMF

Last commit made on 2020-06-02
Get this branch:
git clone -b DMF https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
DMF
Repository:
lp:~vcs-imports/nut

Recent commits

d323b1c... by Jim Klimov <email address hidden>

nut_cpp : avoid the _FloatNNN{x} macros defined by the mesh of modern libc headers on Linux, they confuse pycparser

3ffb828... by Jim Klimov

Merge pull request #664 from jimklimov/DMF-fixbuild

DMF fix builds

0d7cfed... by Jim Klimov <email address hidden>

dmfsnmp.c : trace end of print_something(), loops in print_mib2nut_memory_struct() and beginnings of is_sentinel()

643cffa... by Jim Klimov <email address hidden>

dmf-test.c : clarify the "original C structures" for debugging

b4d2be8... by Jim Klimov <email address hidden>

dmf-test.c : detect if loaded mappings are empty; do not segfault on this but report properly

1f8190b... by Jim Klimov <email address hidden>

Makefile.am : introduce check-dmf target

bfc590e... by Jim Klimov <email address hidden>

Problem: CC envvar embeds args and upsets DMF scripts

Solution: if CC (or CPP) has whitespaces, parse it into envvars,
cmdname and args, and pass those to the called tools

Signed-off-by: Jim Klimov <email address hidden>

ba91e1f... by Jim Klimov <email address hidden>

dmfify-mib.sh : extend sanity checks

45bbe68... by Jim Klimov <email address hidden>

Problem: 32-bit builds fail to load 64-bit libs

Solution: Do our best to guess the bitness of a build,
and use it in search paths for get_libname()

Signed-off-by: Jim Klimov <email address hidden>

6b66c24... by Jim Klimov

get_libname() : support more 64-bit pathname patterns (#609)