[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jblum branch, new_volk_cmake, updat
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jblum branch, new_volk_cmake, updated. 52662c938d42c6dab110c015719ba3d98f491f96 |
Date: |
Thu, 12 May 2011 23:57:55 +0100 (BST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/jblum".
The branch, new_volk_cmake has been updated
via 52662c938d42c6dab110c015719ba3d98f491f96 (commit)
via b0e781a55387e02ef8126219ccfe8b3c48a838f5 (commit)
via 256304ee92f49b536358252693a2083f211e1e37 (commit)
via 644d155a1f5dbc10985c2e0a7c0df4d7680cbf31 (commit)
via a1b9b5c16c53bedfe8ebab39055a36dee387a9a4 (commit)
via c21132e07100c62182a27a8e282cb72463dd2963 (commit)
via 30fdc38d20d4e38908059b6e351c550de5741621 (commit)
via b50dbc4498842fecd7f0c6adc22f25726f8d27d3 (commit)
via e3997ada93a25569a05bbfd615d73d00cee6eca5 (commit)
from a56dad2b5caf5167f4c93a15b86c304c0077a0a6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 52662c938d42c6dab110c015719ba3d98f491f96
Merge: a56dad2b5caf5167f4c93a15b86c304c0077a0a6
b0e781a55387e02ef8126219ccfe8b3c48a838f5
Author: Josh Blum <address@hidden>
Date: Thu May 12 15:57:42 2011 -0700
Merge branch 'volk_cmake' of github.com:bistromath/gnuradio into
new_volk_cmake
Conflicts:
volk/lib/CMakeLists.txt
commit b0e781a55387e02ef8126219ccfe8b3c48a838f5
Author: Nick Foster <address@hidden>
Date: Thu May 12 15:39:56 2011 -0700
Volk: move configuration into ~/.volk instead of ~/.gnuradio, add ability
to create dir in profiler if not exist
commit 256304ee92f49b536358252693a2083f211e1e37
Author: Nick Foster <address@hidden>
Date: Thu May 12 15:27:59 2011 -0700
Volk: fixed pkgconfig install
commit 644d155a1f5dbc10985c2e0a7c0df4d7680cbf31
Author: Nick Foster <address@hidden>
Date: Thu May 12 15:23:35 2011 -0700
Volk: fix volk.pc.in
commit a1b9b5c16c53bedfe8ebab39055a36dee387a9a4
Author: Nick Foster <address@hidden>
Date: Thu May 12 15:07:31 2011 -0700
Volk: forgot to add prefs.c/h to git...
commit c21132e07100c62182a27a8e282cb72463dd2963
Author: Nick Foster <address@hidden>
Date: Thu May 12 14:50:48 2011 -0700
Volk: actually return the preferred arch
commit 30fdc38d20d4e38908059b6e351c550de5741621
Author: Nick Foster <address@hidden>
Date: Thu May 12 14:21:17 2011 -0700
Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs
first.
commit b50dbc4498842fecd7f0c6adc22f25726f8d27d3
Author: Nick Foster <address@hidden>
Date: Wed May 11 21:45:03 2011 -0700
Volk: Profiler is in apps/ now. Added name to function info. Going to
C++-ify the whole thing.
commit e3997ada93a25569a05bbfd615d73d00cee6eca5
Author: Nick Foster <address@hidden>
Date: Tue May 10 21:52:23 2011 -0700
Volk: initial profiling support. Profiling works, reading doesn't yet. Need
to add name field to volk arch_defs
-----------------------------------------------------------------------
Summary of changes:
volk/CMakeLists.txt | 9 +-
.../usrp2/Makefile.am => volk/apps/CMakeLists.txt | 35 +++---
volk/apps/volk_profile.cc | 136 ++++++++++++++++++++
volk/gen/make_c.py | 14 +--
volk/gen/make_each_machine_c.py | 1 +
volk/gen/make_machines_h.py | 1 +
volk/include/volk/volk_prefs.h | 19 +++
volk/lib/CMakeLists.txt | 1 +
volk/lib/qa_utils.cc | 35 +++++-
volk/lib/qa_utils.h | 7 +-
volk/lib/volk_prefs.c | 49 +++++++
volk/lib/volk_rank_archs.c | 40 +++++-
volk/lib/volk_rank_archs.h | 4 +-
volk/volk.pc.in | 5 +-
14 files changed, 310 insertions(+), 46 deletions(-)
copy usrp2/host/include/usrp2/Makefile.am => volk/apps/CMakeLists.txt (50%)
create mode 100644 volk/apps/volk_profile.cc
create mode 100644 volk/include/volk/volk_prefs.h
create mode 100644 volk/lib/volk_prefs.c
hooks/post-receive
--
git://gnuradio.org/jblum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jblum branch, new_volk_cmake, updated. 52662c938d42c6dab110c015719ba3d98f491f96,
git repository hosting <=