2007-08-08 05:05:06 by Berndt Josef Wulf | Files touched by this commit (5) |
Log message:
Updated gnuradio-core to 3.0.4:
* Updated license to GPLv3
* Fixed shared memory leak on NetBSD
* Many bug fixes
|
2006-12-01 10:30:58 by Berndt Josef Wulf | Files touched by this commit (2) |
Log message:
Updated gnuradio-core to 3.0.2nb1:
Added patch-ag that fixes a bug in gr.firdes.band_reject() function
|
2006-12-01 10:28:41 by Berndt Josef Wulf | Files touched by this commit (1) |
Log message:
Added patch-ag that fixes a bug in gr.firdes.band_reject() function
|
2006-11-19 03:22:42 by Berndt Josef Wulf | Files touched by this commit (1) |
Log message:
Added gnuradio-core/src/lib/swig/gen-swig-bug-fix to PYTHON_PATCH_SCRIPT list.
|
2006-11-13 17:59:22 by Berndt Josef Wulf | Files touched by this commit (10) |
Log message:
Updated gnuradio-core to 3.0.2:
GNU Radio Core has seen the addition of many new features and bug fixes of
which some are listed below:
* bugfix in multiple stream support
* addition of AGC to GMSK code
* new accessor for threshold
* new bits_per_baud parameter to handle QPSK
* new function to enable realtime scheduling
* new set_sample_rate method
* new set_n method
* new differential decoder
* new general purpose block for searching for access code
For more details see gnuradio-core/ChangeLog file
|
2006-10-14 03:48:52 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed "test ==".
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-07-07 21:32:24 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update for doxygen-1.4.7: some file changes in the PLIST.
Bump PKGREVISION.
|
2006-05-28 19:28:17 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Include unistd.h to get close(2) in the public namespace.
Fix PLIST, bump revision.
|