diff options
author | jcorgan | 2009-05-23 22:26:03 +0000 |
---|---|---|
committer | jcorgan | 2009-05-23 22:26:03 +0000 |
commit | 78c121b8af6995a59335fee39ee7f00600a14658 (patch) | |
tree | b293457cb3ca3976e7a77613baf5e127125c05a0 /README.hacking | |
parent | 297221db15b28ecd45d99a3b0362a62b9ab16132 (diff) | |
download | gnuradio-78c121b8af6995a59335fee39ee7f00600a14658.tar.gz gnuradio-78c121b8af6995a59335fee39ee7f00600a14658.tar.bz2 gnuradio-78c121b8af6995a59335fee39ee7f00600a14658.zip |
Doc cleanup
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11106 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'README.hacking')
-rw-r--r-- | README.hacking | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/README.hacking b/README.hacking index 204d07f7c..ff01a0a53 100644 --- a/README.hacking +++ b/README.hacking @@ -1,6 +1,6 @@ # -*- Outline -*- # -# Copyright 2004,2007,2008 Free Software Foundation, Inc. +# Copyright 2004,2007,2008,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -41,9 +41,6 @@ GNU Radio is now a hybrid system. Some parts of the system are built in C++ and some of it in Python. In general, prefer Python to C++. Signal processing primitives are still built in C++ for performance. -It is no longer possible to build user applications entirely in C++. -Essential parts of the runtime system have been moved into Python. - * C++ namespaces |