summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/message_strobe_random_impl.h
Commit message (Expand)AuthorAgeFilesLines
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-10/+10
* blocks/message_strobe: Use atomic for thread syncThomas Habets2020-08-141-1/+2
* blocks/message_strobe: Remove manual memory managementThomas Habets2020-08-141-1/+1
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-011-1/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* message_strobe_random: replace boost::random with C++11Marcus Müller2020-01-021-32/+13
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-32/+47
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-1/+1
|\
| * Unbreak boost 1.67. Constrain the delay in message_strobe to integer millisec...Peter Horvath2018-07-081-1/+1
* | blocks: remove unnecessary call to pmt::intern at runtimeMarcus Müller2018-02-231-0/+2
|/
* blocks: switching last calls from boost::thread to gr::thread.Tom Rondeau2014-09-301-1/+1
* made the usage of mt19937 Boost-pre-1.47 compatibleMarcus Müller2014-03-311-1/+1
* message_strobe_random_impl.h: typo in include guard; is taken from not-_rando...Marcus Müller2014-02-221-3/+3
* blocks: random_pdu (speedup, also allow a byte mask), message_strobe_random (...Tim O'Shea2014-02-161-0/+73