| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit contains all the changes done during the 2018 GSoC
"gr-modtool overhaul".
Changes include:
- Rewrite of gr-modtool based on Python Click
- Split of gr-modtool in cli and core
- Adherence to new GNU Radio 3.8 API for OOTs
- Pylint improvements
- Py3k and Py2k compatibility
This feature is merged in a squash-merge due to big refactoring
on the head and base branch and the impossibility to unclutter both.
|
|
|
|
|
|
|
| |
- This is the same change that happened for the GNU Radio core
- New OOTs will now have Boost.UTF-based unit tests
- modtool will be able to handle both CppUnit-based OOTs as well as
Boost.UTF-based ones; this change is backward-compatible
|
|\ |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
gr-uhd/apps/uhd_app.py
|
| | |\ |
|
| |/ / |
|
| | | |
|
| |/
|/| |
|
|/
|
|
|
|
|
|
|
| |
when building packages (e.g. for openSUSE Linux)
(random) filesystem order of input files
influences ordering of functions in the output,
thus without the patch, builds (in disposable VMs) would usually differ.
See https://reproducible-builds.org/ for why this matters.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Conflicts:
gr-utils/python/modtool/modtool_newmod.py
|
|
Conflicts:
gr-utils/python/create-gnuradio-out-of-tree-project
|