commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/06: completing the half sentence about w


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/06: completing the half sentence about when to use C++
Date: Mon, 22 Jun 2015 14:32:23 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 060afcdfd7bea70804380c6d53b42768421db993
Author: Marcus Müller <address@hidden>
Date:   Thu Jun 18 11:51:58 2015 +0200

    completing the half sentence about when to use C++
---
 README.hacking | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.hacking b/README.hacking
index 11057c8..2d0a1c3 100644
--- a/README.hacking
+++ b/README.hacking
@@ -32,12 +32,11 @@ README.building-boost for instructions
 
 * C++ and Python
 
-GNU Radio is a hybrid system.  Some parts of the system are built
-in C++ and some of it in Python.  In general, prefer Python to C++ for
-its simplicity; for performance-critical and system-related
-functionality. Signal processing primitives are still built in C++ for
-performance; the Vector-Optimized Library of Kernels (VOLK) is directly
-accessible from C++.
+GNU Radio is a hybrid system.  Some parts of the system are built in C++ and
+some of it in Python.  In general, prefer Python to C++ for its simplicity; for
+performance-critical and system-related functionality use C++. Signal
+processing primitives are still built in C++ for performance; the
+Vector-Optimized Library of Kernels (VOLK) is directly accessible from C++.
 
 
 * C++ namespaces



reply via email to

[Prev in Thread] Current Thread [Next in Thread]