2017-04-30 03:22:04 by Ryo ONODERA | Files touched by this commit (612) | |
Log message:
Recursive revbump from boost update
|
2017-01-13 23:03:37 by Makoto Fujiwara | Files touched by this commit (26) | |
Log message:
Updated ham/gnuradio-core (and other gnuradio-*) to 3.7.10.1
------------------------------------------------------------
ChangeLog v3.7.10.1
This is the first bug-fix release for v3.7.10
This contains bug fixes primarily for GRC and DTV.
- GRC
* Catch more exceptions thrown by ConfigParser when reading corrupted
grc.conf files.
* Fix the docstring update error for empty categories.
* Fix grcc to call refactored GRC code.
* Convert initially opened files to absolute paths to prevent
attempting to read from tmp.
* Move startup checks back in to gnuradio-companion script from grc/checks.py.
- DTV
* Fix a segfault that occurs from out-of-bounds access in
dvbt_bit_inner_interleaver forecast by forecasting an enumerated list
of all input streams.
* Fix VL-SNR framing.
- Digital
* Enable update rate in block_recovery_mm blocks to keep tags close to
the the proper clock-recovered sample time. Tag offsets will still be
off between calls to work, but each work call updates the tag rate.
- Analog
* Fix the derivative calculation in fmdet block.
- Builds
* Fix linking GSL to gr-fec.
* Use gnu99 C standard rather than gnu11 standard to maintain
support for GCC 4.6.3.
- Other
Minor spelling and documentation fixes.
Fix uhd_siggen_gui when using lo_locked.
(pkgsrc changes on gnuradio-core/Makefile.common)
- Following lines added
CXXFLAGS+= -pthread
.include "../../devel/cppunit/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
|
2017-01-01 17:06:40 by Adam Ciarcinski | Files touched by this commit (616) | |
Log message:
Revbump after boost update
|
2016-12-02 21:06:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove unexplainable PKG_OPTIONS variable that a comment describes
as unused for now.
|
2016-10-07 20:26:14 by Adam Ciarcinski | Files touched by this commit (611) | |
Log message:
Revbump post boost update
|
2016-03-07 14:14:31 by Makoto Fujiwara | Files touched by this commit (11) |
Log message:
(pkgsrc)
- Adjust PLIST
- Remove PKGREVISION from gnuradio-core/Makefile
- 3.7.8 to 3.7.9.1 for gnuradio-core/Makefile.version
(upstream)
- Update {ham,meta-pkgs}/gnuradio* from 3.7.8 to 3.7.9.1
------------------------------------------------------
ChangeLog for V 3.7.9.1 is at
http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_9_1
ChangeLog for V 3.7.9 is at
http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_9
Several news are at
http://gnuradio.org/redmine/projects/gnuradio/news
|
2015-09-01 06:14:55 by Makoto Fujiwara | Files touched by this commit (31) |
Log message:
Update gnuradio-* 3.7.6 to 3.7.8
|
2015-04-17 17:53:16 by Adam Ciarcinski | Files touched by this commit (302) |
Log message:
Revbump after updating devel/boost-libs
|
2015-01-27 08:05:17 by Darrin B. Jewell | Files touched by this commit (1) |
Log message:
don't set UHD_LIBRARIES and UHD_INCLUDE_DIRS in CMAKE_ARGS on Darwin
The explicit use of .so in the shared lib causes a problem.
I've also set UHD_DIR in the environment in the UHD buildlink3.mk file
which should make these two CMAKE_ARGS unnecessary
|
2014-10-28 17:59:34 by Makoto Fujiwara | Files touched by this commit (21) |
Log message:
Convert back from PKGVERSION_NOREV to PKGVERSION in PLIST's.
Thanks obache@ for advice.
|