X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=README.hacking;h=ff01a0a539e40c52853f2b4120f12a403e3ce1a2;hb=refs%2Fheads%2Fdebian-gcc-4.4.4-test;hp=204d07f7c6439755ca43a391d883533e7994eeda;hpb=eb5c6240718e57d6dc81be48cd29f7f3241625d3;p=debian%2Fgnuradio diff --git a/README.hacking b/README.hacking index 204d07f7..ff01a0a5 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