1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
2006-03-30 Eric Blossom <eb@comsec.com>
* gr-audio-oss.conf: new config file.
* src/audio_oss_sink.{h,cc,i}, src/audio_oss_source.{h,cc,i}:
added ok_to_block constructor arg (currrently ignored), and now query
preferences for latency and default input and output devices.
2005-07-02 Eric Blossom <eb@comsec.com>
* config/gr_no_undefined.m4, config/gr_x86_64.m4: new, x86_64 support.
* config/gr_python.m4: backed out search for libpython, making
x86_64 work and breaking Cygwin/MinGW.
* configure.ac, src/Makefile.am: mods for x86_64, $(NO_UNDEFINED)
2005-05-09 Stephane Fillod <f8cfe@free.fr>
* config/gr_sysv_shm.m4: SysV shared memory not mandatory
* config/gr_pwin32.m4, config/gr_python.m4, config/lf_cxx.m4:
fixes for Cygwin, MinGW
2005-03-29 Eric Blossom <eb@comsec.com>
* src/audio_oss.i, src/audio_oss_sink.{h,cc},
src/audio_oss_source.{h,cc}: map zero length device name to default.
2005-02-06 Eric Blossom <eb@comsec.com>
* configure.ac: upped rev to 0.5 for release
* src/Makefile.am: backed out dependency on libpython
2005-01-29 Eric Blossom <eb@comsec.com>
* src/Makefile.am: cleanup for SWIG 1.3.24
2005-01-28 Stephane Fillod <f8cfe@free.fr>
* src/Makefile.am: fixes for MinGW.
2004-11-04 Eric Blossom <eb@comsec.com>
* configure.ac: upped rev to 0.3cvs
* configure.ac: added AC_HAVE_LIBRARY(ossaudio) check for NetBSD.
upped rev to 0.3. Made release.
2004-10-13 Eric Blossom <eb@comsec.com>
* configure.ac: upped rev to 0.2cvs
2004-10-11 Eric Blossom <eb@comsec.com>
* configure.ac: bumped rev to 0.2, make release
* Makefile.am (EXTRA_DIST): added config.h.in
2004-09-23 Eric Blossom <eb@comsec.com>
* config/usrp_fusb_tech.m4, config/bnv_have_qt.m4, config/cppunit.m4,
config/gr_check_mc4020.m4, config/gr_check_usrp.m4, config/gr_doxygen.m4,
config/gr_gprof.m4, config/gr_scripting.m4, config/gr_set_md_cpu.m4,
config/pkg.m4, config/usrp_fusb_tech.m4: added additional quoting
to first arg of AC_DEFUN to silence automake warning.
2004-07-12 Eric Blossom <eb@comsec.com>
* configure.ac: upped rev to 0.1cvs
2004-07-09 Eric Blossom <eb@comsec.com>
* src/audio_oss_source.{h,cc}: new.
* src/audio_oss_sink.{h,cc}: new.
#
# Copyright 2004,2005,2006 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#
|