aboutsummaryrefslogtreecommitdiffstats
path: root/gr-wavelet (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* gr-channels & gr-wavelet: Free from boost! 🥳Marcus Müller2021-06-221-3/+0
* cmake: remove custom FindGSL moduleJosh Morman2021-03-041-1/+1
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-192-2/+2
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-032-2/+2
* Add `override` for common virtual function overridesThomas Habets2020-11-033-3/+3
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-6/+9
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-032-2/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-303-3/+3
* pybind: add hash check to binding file creation (#3472)mormj2020-06-044-4/+28
* wavelet: add pybind11 bindingsJosh Morman2020-06-0410-9/+260
* pybind: removal of swig componentsJosh Morman2020-06-043-66/+0
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-013-3/+3
* Update license header to SPDX formatdevnulling2020-01-2718-234/+18
* wavelet: check for correct malloc pointerValerii Zapodovnikov2020-01-151-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-095-5/+5
* Tree: clang-format without the include sortingMarcus Müller2019-08-0910-293/+270
* cmake: Update to modern CMake usageAndrej Rode2019-03-043-79/+17
* cleanup: use quotes for local includesAndrej Rode2019-02-013-6/+6
* cmake: remove unused *_generated_swigs syntaxAndrej Rode2019-01-071-1/+0
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-317-54/+18
|\
| * cmake: remove unused generated_includes targetsAndrej Rode2018-08-261-2/+2
| * Merge branch 'next' into python3Johnathan Corgan2017-03-222-10/+0
| |\
| | * Merge branch 'master' into nextJohnathan Corgan2017-03-222-10/+0
| | |\
| * | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-263-11/+14
| |/ /
| * | cmake: nuke cpack from existenceJohnathan Corgan2016-08-035-41/+2
* | | Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+6
| |/ |/|
* | cmake: add log4cpp to runtime includesBastian Bloessl2017-03-221-4/+0
* | cmake: clean upBastian Bloessl2017-03-222-6/+0
|/
* cmake: Use APPLE, not matching DarwinMichael Dickens2014-10-131-3/+2
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* Merge branch 'maint'Tom Rondeau2014-08-082-2/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-082-2/+0
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
|/
* Merge branch 'maint'Tom Rondeau2014-07-077-33/+33
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-077-33/+33
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) versions of the libraries.Tom Rondeau2014-06-281-0/+16
|/
* Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when cross compiling.Philip Balister2013-12-051-1/+1
* Merge branch 'maint'Johnathan Corgan2013-06-291-2/+2
|\
| * wavelet: do not use unsupported compile flags for OSXMichael Dickens2013-06-291-2/+2
* | Merge branch 'maint'Tom Rondeau2013-06-261-0/+6
|\|
| * wavelet: fix for -lgslcblas getting stripped out of the link flags due to -Wl,--as-needed default on newer gcc toolchains, results in missing blas symbols at runtimeTim O'Shea2013-06-261-0/+6
* | Removing gruel from QA python paths.Ben Reynwar2013-06-061-1/+0
* | uninstalled imports: Fixing up after merge with master.Ben Reynwar2013-06-031-1/+1
* | Merged in master.Ben Reynwar2013-06-031-1/+1
|\ \
| * | build: move from using runtime_swig.i to gnuradio.i to reduce memory load while building.Tom Rondeau2013-05-231-1/+1
* | | Merged in next_docs branch.Ben Reynwar2013-05-1914-35/+35
|\| |
| * | Merge with next branch.Ben Reynwar2013-05-193-12/+24
| |\ \