aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2020-12-02Integrate libmnl (minimal netlink) library with libosmocore select loopHarald Welte2-0/+2
2020-10-13contrib: jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-1/+1
2020-08-13Bump version: 1.3.0.173-51974 → 1.4.01.4.0Harald Welte1-28/+28
2020-05-20contrib: integrate RPM specOliver Smith1-9/+3
2020-05-16contrib: import RPM specOliver Smith1-0/+460
2020-05-15struct_endianess.py: also recognise unnamed substructsNeels Hofmeyr1-1/+3
2020-01-07jenkins.sh: simpler invocation of verify_value_string_...Neels Hofmeyr1-1/+1
2019-12-16libosmocore libusb integrationHarald Welte1-0/+1
2019-10-24configure: Introduce --disable-libsctp and error by default if libsctp not foundPau Espin Pedrol1-0/+1
2019-07-11contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-05-08Add expect script: 'vty' for easy access to all vtysKeith1-0/+87
2019-01-29jenkins distcheck: enable external testsNeels Hofmeyr1-1/+2
2018-11-22add contrib/struct_endianess.pyNeels Hofmeyr1-0/+369
2018-11-06jenkins: print gcc version in logNeels Hofmeyr1-1/+5
2018-09-13jenkins: add --enable-external-testsNeels Hofmeyr2-1/+3
2018-08-01jenkins_arm.sh: Use same Werror related options as on other buildsHarald Welte1-1/+5
2018-06-28jenkins_arch.sh: Exit with error on unknown architectureHarald Welte1-0/+1
2018-06-28jenkins_arch.sh: Accept "arm-none-eabi" as alias for "arm"Harald Welte1-1/+1
2018-06-28jenkins_arm.sh: Don't run 'make check' on embedded buildsHarald Welte1-1/+1
2018-03-26contrib/fsm-to-dot: warn about identically named FSMsNeels Hofmeyr1-2/+19
2018-03-26contrib/fsm-to-dot: mark illegal states in redNeels Hofmeyr1-5/+29
2018-03-26contrib/fsm-to-dot: less false positives on event parsingNeels Hofmeyr1-8/+29
2018-03-26contrib/fsm-to-dot: mark arrows that feed eventsNeels Hofmeyr1-7/+12
2018-03-26contrib/fsm-to-dot: add default edge label '-'Neels Hofmeyr1-1/+4
2018-03-26contrib/fsm-to-dot: warn and draw unallowed state transitionsNeels Hofmeyr1-1/+12
2018-03-26contrib/fsm-to-dot: don't match on event names in commentsNeels Hofmeyr1-0/+4
2018-03-26contrib/fsm-to-dot: allow transition from and to the same stateNeels Hofmeyr1-3/+5
2018-03-26contrib/fsm-to-dot: add -h option to print basic instructionsNeels Hofmeyr1-0/+4
2018-03-13jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGSNeels Hofmeyr1-1/+1
2018-02-19contrib/jenkins_arch.sh: Fix script comparison and arm supportDaniel Willmann1-3/+3
2018-01-24jenkins: move make invocation into shared functionMax3-5/+8
2018-01-24jenkins: remove obsolete scriptsMax2-61/+0
2018-01-18jenkins: add dispatcher scriptMax3-0/+94
2017-12-20jenkins: add 'make V=1' for more verbose build logsNeels Hofmeyr1-1/+1
2017-10-27jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr3-5/+8
2017-10-24jenkins: bail early if $MAKE env var is not setNeels Hofmeyr1-0/+6
2017-10-24fixups for recent "Cleanup jenkins build scripts"Neels Hofmeyr3-22/+43
2017-10-24contrib/fsm-to-dot.py: some tweaks that help with osmo-bsc's new FSMsNeels Hofmeyr1-13/+40
2017-10-20Disable doxygen in jenkins for embedded testsMax1-0/+1
2017-10-20Cleanup jenkins build scriptsMax3-32/+26
2017-08-25Use value string check from osmo-ciMax3-36/+4
2017-06-23contrib: Enable -Werror by defaultPau Espin Pedrol2-4/+4
2017-06-23jenkins.sh: Disable sanitize for FreeBSDPau Espin Pedrol1-1/+7
2017-05-26Introduce build script for arm-none-eabi cross-compilationsblobb1-0/+33
2017-05-26Revert "Introduce build script for arm-none-eabi cross-compilations"blobb1-33/+0
2017-05-25Introduce build script for arm-none-eabi cross-compilationsblobb1-0/+33
2017-03-31jenkins: also test build in separate dirNeels Hofmeyr1-0/+12
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+2
2017-03-16contrib: add script to find unterminated value_string arraysNeels Hofmeyr1-0/+33
2016-12-09contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphsNeels Hofmeyr1-0/+710