summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/float_array_to_int.cc
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | run /usr/share/clang/run-clang-tidy.py -checks=file '-header-filter=.*' -fix .. from build directory. Then, clang-format -i $(git diff --name-only origin/master) to clang-format changed files. Then, refresh all header hashes in pybind bindings (*/python/bindings/*.cc) Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-12/+11
|
* includes: use quotes for local includesAndrej Rode2019-01-071-1/+1
|
* Ensure that stdint is found in float_array_to_intPeter Horvath2018-06-071-0/+5
|
* Removed hardcoded valuesoggysec2018-05-311-3/+3
| | | Replaced hardcoded MAX/MIN values with the ones defined in cstdint.
* Fixing the MIN_INT to be actual MIN_INTsoggysec2018-05-311-1/+1
| | | There was an off-by-one in the MIN_INT
* blocks: added gr::blocks::float_to_intJohnathan Corgan2012-06-251-0/+46