The NetBSD Project

CVS log for pkgsrc/ham/gnuradio-core/PLIST

[BACK] Up to [cvs.netbsd.org] / pkgsrc / ham / gnuradio-core

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Wed Sep 15 09:38:43 2010 UTC (20 months, 1 week ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, HEAD
Changes since 1.12: +67 -17 lines
Diff to previous 1.12 (colored)

update gnuradio to version 3.3.0

build: refactor GR_GIT and GR_VERSION
Make C++ shared libraries versioned
howto: make versioned libraries
Changes to gr_udp_{source,sink} for MinGW
Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
Use getaddrinfo in gr_udp_{source,sink}
Discard data in gr_udp_sink until receiver is started.
Updates to udp source/sink (select(), wait, cleanup)
Merge branch 'master' into udp
Rework UDP source and sink, with incompatible API changes
Merge branch 'master' into udp
Flush pending errors in gr_udp_sink on disconnect()
Add additional conditionalization of networking includes
Use -1 as file descriptor "not open" value instead of 0
Identify memory leaks that occur on error conditions
Correct update of d_temp_offset (parallel construction)
Move initialization of select timeout
Defend against a peer that sends an invalid message length.
Return immediately when using d_residual.
Simplify USE_SELECT usage
Add USRP2 clock source parameter to GRC blocks.
grc: update UDP source and sink block wrappers
gnuradio-core: allow swig to handle exceptions in UDP source/sink
gnuradio-core: update copyrights
libvrt: remove from 3.3 API.
Merge remote branch 'gnuradio/wip/udp_source_sink'
Fix erroneous file modes
usrp2-firmware: fix missing files in tarball
Merge remote branch 'ets/grc-usrp2-clock-source'
howto: fix make check for win32, darwin (untested)
Remove bogus check for existence of prefix directory.
Update incorrectly checked in Makefile.am
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.
Fixed issue with with wrong Makefile.am files being copied
Including bitshark_rx.h header file for USRP2 build
Updated db_bitshark_rx.c to the proper version that includes the
Once and for all, here is the properly updated Makefile.am for the apps
Updated to allow BURX support to be built into standard txrx.bin
usrp: Cleanup for merge of bitshark daughterboard code
Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
Merge branch 'master' into wip/burx_support
Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master
gr-wxgui: Renamed "emulate analog" feature to "use persistence"
gr-wxgui: update copyrights
gnuradio-core: Disable (temporarily) interpolator tap calculation
build: force use of ltmain.sh from libtool 2.2.6b
build: use correct comment delimiter
build: distribute version controlled ltmain.sh in tarball
Merge remote branch 'bitshark/burx_support' into wip/burx_support
Revert "build: force use of ltmain.sh from libtool 2.2.6b"
Revert "build: distribute version controlled ltmain.sh in tarball"
Merge branch 'wip/burx_support'
gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete
grc: rename execution binary from 'grc' to 'gnuradio-companion'
Update revision to release 3.3.0-rc1, update autotools
Add analog CRT screen afterglow emulation for gr-wxgui

Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 30 21:13:15 2009 UTC (2 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.11: +1 -4 lines
Diff to previous 1.11 (colored)

The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Aug 12 12:21:39 2009 UTC (2 years, 9 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.10: +349 -98 lines
Diff to previous 1.10 (colored)

Update to gnuradio 3.2

many new features and bugfixes.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 14 18:00:33 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.9: +1 -11 lines
Diff to previous 1.9 (colored)

Remove @dirrm entries from PLISTs

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 13 16:59:22 2006 UTC (5 years, 6 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.8: +261 -6377 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 7 19:32:24 2006 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.7: +737 -23 lines
Diff to previous 1.7 (colored)

Update for doxygen-1.4.7: some file changes in the PLIST.
Bump PKGREVISION.

Revision 1.7 / (download) - annotate - [select for diffs], Sun May 28 17:28:17 2006 UTC (5 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Include unistd.h to get close(2) in the public namespace.
Fix PLIST, bump revision.

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 11 11:14:19 2006 UTC (6 years ago) by rillig
Branch: MAIN
Changes since 1.5: +86 -86 lines
Diff to previous 1.5 (colored)

Fixed pkglint warnings.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 27 02:57:06 2006 UTC (6 years, 1 month ago) by wulf
Branch: MAIN
Changes since 1.4: +5597 -4942 lines
Diff to previous 1.4 (colored)

Updated gnuradio-core to 2.8: new features and many bug fixes

	* new squelch block
	* support for hierachical blocks
	* new block gr_rms_cf and gr_rms_ff
	* new forecast method to gr_simple_framer
	* new block gr_filter_delay_fc
	* new gmsk

Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 17 07:37:25 2005 UTC (6 years, 5 months ago) by wulf
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.3: +5054 -123 lines
Diff to previous 1.3 (colored)

Added code to generate and install missing gnuradio-core documentation files.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 11 11:16:35 2005 UTC (6 years, 5 months ago) by wulf
Branch: MAIN
Changes since 1.2: +128 -4214 lines
Diff to previous 1.2 (colored)

Update gnuradio-core to 2.6:

	* several new methods added
	* many bugfixes
	* code speed optimization

Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 25 05:11:18 2005 UTC (6 years, 7 months ago) by wulf
Branch: MAIN
Changes since 1.1: +7 -540 lines
Diff to previous 1.1 (colored)

Updated PLIST after version change of devel/doxygen

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 7 22:59:48 2005 UTC (6 years, 7 months ago) by wulf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Added new package gnuradio-core-2.5: This module provides the runtime
and digital signal processing blocks for GNU Radio.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 7 22:59:48 2005 UTC (6 years, 7 months ago) by wulf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>