[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jblum branch, new_volk, updated. c1
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jblum branch, new_volk, updated. c1848b676aaacbc375387f0cfda1bfd740b4249e |
Date: |
Sat, 23 Apr 2011 19:06:49 +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 has been updated
via c1848b676aaacbc375387f0cfda1bfd740b4249e (commit)
from 72861b5d8a7dbf46987f2e1a42ca8ebbb2a99131 (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 c1848b676aaacbc375387f0cfda1bfd740b4249e
Author: Josh Blum <address@hidden>
Date: Sat Apr 23 11:04:02 2011 -0700
volk: moved all generation files into gen directory
For in-tree builds, files are generated into top_srcdir/gen/*
For out-of-tree builds, files are generated into top_builddir/gen/*
Basically, the same directory structure is kept, just subdirectory'd into
gen.
-----------------------------------------------------------------------
Summary of changes:
volk/Makefile.am | 4 +-
volk/bootstrap | 8 +-
volk/config/cppunit.m4 | 80 --------------------
volk/gen/.gitignore | 3 +
volk/{include/volk => gen}/archs.xml | 0
volk/{include/volk => gen}/emit_omnilog.py | 0
volk/{include/volk => gen}/machines.xml | 0
volk/{include/volk => gen}/make_c.py | 0
volk/{include/volk => gen}/make_config_fixed.py | 0
volk/{include/volk => gen}/make_config_in.py | 0
volk/{include/volk => gen}/make_cpuid_c.py | 0
volk/{include/volk => gen}/make_cpuid_h.py | 0
volk/{include/volk => gen}/make_each_machine_c.py | 0
.../volk => gen}/make_environment_init_c.py | 0
.../volk => gen}/make_environment_init_h.py | 0
volk/{include/volk => gen}/make_h.py | 0
volk/{include/volk => gen}/make_machines_c.py | 0
volk/{include/volk => gen}/make_machines_h.py | 0
volk/{include/volk => gen}/make_makefile_am.py | 26 ++-----
volk/{include/volk => gen}/make_proccpu_sim.py | 0
volk/{include/volk => gen}/make_registry.py | 0
volk/{include/volk => gen}/make_set_simd.py | 0
volk/{include/volk => gen}/make_typedefs.py | 0
volk/{include/volk => gen}/volk_regexp.py | 0
volk/{include/volk => gen}/volk_register.py | 48 ++++++------
volk/include/volk/.gitignore | 15 ----
volk/include/volk/Makefile.am | 28 ++-----
volk/lib/.gitignore | 14 ----
28 files changed, 49 insertions(+), 177 deletions(-)
delete mode 100644 volk/config/cppunit.m4
create mode 100644 volk/gen/.gitignore
rename volk/{include/volk => gen}/archs.xml (100%)
rename volk/{include/volk => gen}/emit_omnilog.py (100%)
rename volk/{include/volk => gen}/machines.xml (100%)
rename volk/{include/volk => gen}/make_c.py (100%)
rename volk/{include/volk => gen}/make_config_fixed.py (100%)
rename volk/{include/volk => gen}/make_config_in.py (100%)
rename volk/{include/volk => gen}/make_cpuid_c.py (100%)
rename volk/{include/volk => gen}/make_cpuid_h.py (100%)
rename volk/{include/volk => gen}/make_each_machine_c.py (100%)
rename volk/{include/volk => gen}/make_environment_init_c.py (100%)
rename volk/{include/volk => gen}/make_environment_init_h.py (100%)
rename volk/{include/volk => gen}/make_h.py (100%)
rename volk/{include/volk => gen}/make_machines_c.py (100%)
rename volk/{include/volk => gen}/make_machines_h.py (100%)
rename volk/{include/volk => gen}/make_makefile_am.py (87%)
rename volk/{include/volk => gen}/make_proccpu_sim.py (100%)
rename volk/{include/volk => gen}/make_registry.py (100%)
rename volk/{include/volk => gen}/make_set_simd.py (100%)
rename volk/{include/volk => gen}/make_typedefs.py (100%)
rename volk/{include/volk => gen}/volk_regexp.py (100%)
rename volk/{include/volk => gen}/volk_register.py (86%)
mode change 100755 => 100644
hooks/post-receive
--
git://gnuradio.org/jblum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jblum branch, new_volk, updated. c1848b676aaacbc375387f0cfda1bfd740b4249e,
git repository hosting <=