[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
- [Commit-gnuradio] [gnuradio] branch maint updated (b9034d5 -> 3bff8fa), git, 2015/06/22
- [Commit-gnuradio] [gnuradio] 05/06: Merge remote-tracking branch 'tom/qtgui/cpfix' into maint, git, 2015/06/22
- [Commit-gnuradio] [gnuradio] 02/06: grc: fix generate mode error message (#800), git, 2015/06/22
- [Commit-gnuradio] [gnuradio] 01/06: completing the half sentence about when to use C++,
git <=
- [Commit-gnuradio] [gnuradio] 03/06: qtgui: fixed issue #801 with controlpanel in the frequency display., git, 2015/06/22
- [Commit-gnuradio] [gnuradio] 06/06: Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint, git, 2015/06/22
- [Commit-gnuradio] [gnuradio] 04/06: grc: fix context menu in props dialog text displays, git, 2015/06/22