libosmocore/contrib
Neels Hofmeyr 7ab5fc1f3b add contrib/struct_endianess.py
In libosmocore (and likely elsewhere) we have scores of packed structs with
sub-byte integer members that lack the necessary member reversal shims to be
able to work on big endian architectures.

Instead of manually editing each one of them and probably introduce errors in
the process, this script handles the change automatically, and in the future
allows us to verify correctness in gerrit verifications.

Change-Id: I8e75b17d8071c7b3a2a171ba776fb76854b28a53
2018-11-22 13:49:24 +00:00
..
fsm-to-dot.py contrib/fsm-to-dot: warn about identically named FSMs 2018-03-26 15:04:32 +02:00
jenkins_amd64.sh jenkins: add --enable-external-tests 2018-09-13 15:46:55 +00:00
jenkins_arch.sh jenkins: print gcc version in log 2018-11-06 21:43:16 +00:00
jenkins_arm.sh jenkins: add --enable-external-tests 2018-09-13 15:46:55 +00:00
jenkins_common.sh jenkins: move make invocation into shared function 2018-01-24 11:33:19 +00:00
struct_endianess.py add contrib/struct_endianess.py 2018-11-22 13:49:24 +00:00