[libm4rie] branch master updated (1b1b764 -> 5b5972b)
Julien Puydt
julien.puydt at laposte.net
Sat May 21 20:14:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch master
in repository libm4rie.
from 1b1b764 Please do not ues bibtex syntax in yaml file
adds 7a6cde2 Imported Upstream version 20150908
new e3607fd Merge tag 'upstream/20150908'
new 15ebfb7 Pushed standards-version up
new a2df9f5 Updated Vcs-* fields
new 6410c52 Updated d/control and d/watch to new upstream location
new 3242a4f Moved version-numbered files in debian/
new e4b3dbf Updated d/upstream/metadata to upstream's new citing wishes
new e1c32b3 Declared a team upload
new 89e9861 Prepare for upload
new 5b5972b Added myself to uploaders
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
AUTHORS | 0
ChangeLog | 0
Makefile.am | 41 +-
Makefile.in | 668 +------------
NEWS | 0
aclocal.m4 | 62 +-
bench/Makefile.am | 79 +-
bench/Makefile.in | 424 ++++----
bench/bench_elimination.c | 2 +-
bench/bench_multiplication.c | 2 +-
bench/bench_ple.c | 2 +-
bench/bench_smallops.c | 2 +-
bench/bench_trsm.c | 2 +-
bench/benchmarking.h | 37 +
bench/cpucycles-20060326/alpha.c | 80 ++
bench/cpucycles-20060326/alpha.h | 27 +
bench/cpucycles-20060326/amd64cpuinfo.c | 30 +
.../amd64cpuinfo.h} | 0
bench/cpucycles-20060326/amd64tscfreq.c | 18 +
bench/cpucycles-20060326/amd64tscfreq.h | 27 +
bench/cpucycles-20060326/clockmonotonic.c | 34 +
bench/cpucycles-20060326/clockmonotonic.h | 27 +
bench/cpucycles-20060326/compile | 31 +
bench/{ => cpucycles-20060326}/cpucycles.h | 0
bench/cpucycles-20060326/do | 47 +
bench/cpucycles-20060326/gettimeofday.c | 45 +
bench/cpucycles-20060326/gettimeofday.h | 27 +
bench/cpucycles-20060326/hppapstat.c | 26 +
bench/cpucycles-20060326/hppapstat.h | 27 +
bench/cpucycles-20060326/powerpcaix.c | 76 ++
bench/cpucycles-20060326/powerpcaix.h | 27 +
bench/cpucycles-20060326/powerpclinux.c | 85 ++
bench/cpucycles-20060326/powerpclinux.h | 27 +
bench/cpucycles-20060326/powerpcmacos.c | 41 +
bench/cpucycles-20060326/powerpcmacos.h | 27 +
bench/cpucycles-20060326/sparc32psrinfo.c | 34 +
bench/cpucycles-20060326/sparc32psrinfo.h | 27 +
bench/cpucycles-20060326/sparcpsrinfo.c | 29 +
bench/cpucycles-20060326/sparcpsrinfo.h | 27 +
bench/cpucycles-20060326/test.c | 59 ++
bench/cpucycles-20060326/x86cpuinfo.c | 29 +
bench/cpucycles-20060326/x86cpuinfo.h | 27 +
bench/cpucycles-20060326/x86tscfreq.c | 17 +
bench/cpucycles-20060326/x86tscfreq.h | 27 +
config.sub | 9 +-
configure | 51 +-
configure.ac | 4 +-
debian/changelog | 15 +
debian/control | 22 +-
debian/libm4rie-0.0.20140914-dbg.lintian-overrides | 1 -
debian/libm4rie-0.0.20140914.lintian-overrides | 1 -
debian/libm4rie-0.0.20150908-dbg.lintian-overrides | 1 +
...40914.install => libm4rie-0.0.20150908.install} | 0
debian/libm4rie-0.0.20150908.lintian-overrides | 1 +
debian/upstream/metadata | 9 +-
debian/watch | 2 +-
m4rie/blm.c | 10 +-
tests/Makefile.am | 13 +
tests/Makefile.in | 1046 ++++++++++++++++++++
tests/test_smallops.c | 3 +-
tests/testing.h | 4 +-
61 files changed, 2502 insertions(+), 1016 deletions(-)
delete mode 100644 AUTHORS
delete mode 100644 ChangeLog
delete mode 100644 NEWS
create mode 100644 bench/benchmarking.h
create mode 100644 bench/cpucycles-20060326/alpha.c
create mode 100644 bench/cpucycles-20060326/alpha.h
create mode 100644 bench/cpucycles-20060326/amd64cpuinfo.c
copy bench/{cpucycles.h => cpucycles-20060326/amd64cpuinfo.h} (100%)
create mode 100644 bench/cpucycles-20060326/amd64tscfreq.c
create mode 100644 bench/cpucycles-20060326/amd64tscfreq.h
create mode 100644 bench/cpucycles-20060326/clockmonotonic.c
create mode 100644 bench/cpucycles-20060326/clockmonotonic.h
create mode 100755 bench/cpucycles-20060326/compile
rename bench/{ => cpucycles-20060326}/cpucycles.h (100%)
create mode 100644 bench/cpucycles-20060326/do
create mode 100644 bench/cpucycles-20060326/gettimeofday.c
create mode 100644 bench/cpucycles-20060326/gettimeofday.h
create mode 100644 bench/cpucycles-20060326/hppapstat.c
create mode 100644 bench/cpucycles-20060326/hppapstat.h
create mode 100644 bench/cpucycles-20060326/powerpcaix.c
create mode 100644 bench/cpucycles-20060326/powerpcaix.h
create mode 100644 bench/cpucycles-20060326/powerpclinux.c
create mode 100644 bench/cpucycles-20060326/powerpclinux.h
create mode 100644 bench/cpucycles-20060326/powerpcmacos.c
create mode 100644 bench/cpucycles-20060326/powerpcmacos.h
create mode 100644 bench/cpucycles-20060326/sparc32psrinfo.c
create mode 100644 bench/cpucycles-20060326/sparc32psrinfo.h
create mode 100644 bench/cpucycles-20060326/sparcpsrinfo.c
create mode 100644 bench/cpucycles-20060326/sparcpsrinfo.h
create mode 100644 bench/cpucycles-20060326/test.c
create mode 100644 bench/cpucycles-20060326/x86cpuinfo.c
create mode 100644 bench/cpucycles-20060326/x86cpuinfo.h
create mode 100644 bench/cpucycles-20060326/x86tscfreq.c
create mode 100644 bench/cpucycles-20060326/x86tscfreq.h
delete mode 100644 debian/libm4rie-0.0.20140914-dbg.lintian-overrides
delete mode 100644 debian/libm4rie-0.0.20140914.lintian-overrides
create mode 100644 debian/libm4rie-0.0.20150908-dbg.lintian-overrides
rename debian/{libm4rie-0.0.20140914.install => libm4rie-0.0.20150908.install} (100%)
create mode 100644 debian/libm4rie-0.0.20150908.lintian-overrides
create mode 100644 tests/Makefile.am
create mode 100644 tests/Makefile.in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libm4rie.git
More information about the debian-science-commits
mailing list