author | JinWang An <jinwang.an@samsung.com> | |
Tue, 3 Aug 2021 07:24:29 +0000 (16:24 +0900) | ||
committer | JinWang An <jinwang.an@samsung.com> | |
Tue, 3 Aug 2021 07:24:29 +0000 (16:24 +0900) | ||
commit | d42e3ca1fcb3937e5f17f3c620890313bee8bc84 | |
tree | d93bac6d4ef2f9f1b81f6240231bc0527ec38d0f | tree | snapshot |
parent | 555d6df1f551e41988d10592a76ea287ff6ead38 | commit | diff |
AUTHORS.html | diff | blob | history | |
AUTHORS.txt | [deleted file] | blob | history |
CONTRIBUTING.md | [new file with mode: 0644] | blob |
HACKING.txt | [deleted file] | blob | history |
LICENSE.html | diff | blob | history | |
LICENSE.txt | diff | blob | history | |
MANUAL.html | diff | blob | history | |
MANUAL.txt | [deleted file] | blob | history |
Makefile.in | diff | blob | history | |
NEWS.html | diff | blob | history | |
NEWS.txt | [deleted file] | blob | history |
README.md | diff | blob | history | |
args.c | [deleted file] | blob | history |
ccache.1 | diff | blob | history | |
ccache.c | [deleted file] | blob | history |
ccache.h | [deleted file] | blob | history |
cleanup.c | [deleted file] | blob | history |
compopt.c | [deleted file] | blob | history |
compopt.h | [deleted file] | blob | history |
conf.c | [deleted file] | blob | history |
conf.h | [deleted file] | blob | history |
config.guess | [changed mode: 0755->0644] | diff | blob | history |
config.sub | [changed mode: 0755->0644] | diff | blob | history |
configure | diff | blob | history | |
configure.ac | diff | blob | history | |
confitems.gperf | [deleted file] | blob | history |
confitems_lookup.c | [deleted file] | blob | history |
counters.c | [deleted file] | blob | history |
counters.h | [deleted file] | blob | history |
dev.mk.in | diff | blob | history | |
doc/AUTHORS.txt | [new file with mode: 0644] | blob |
doc/MANUAL.txt | [new file with mode: 0644] | blob |
doc/NEWS.txt | [new file with mode: 0644] | blob |
envtoconfitems.gperf | [deleted file] | blob | history |
envtoconfitems_lookup.c | [deleted file] | blob | history |
execute.c | [deleted file] | blob | history |
exitfn.c | [deleted file] | blob | history |
getopt_long.c | [deleted file] | blob | history |
getopt_long.h | [deleted file] | blob | history |
hash.c | [deleted file] | blob | history |
hashtable.c | [deleted file] | blob | history |
hashtable.h | [deleted file] | blob | history |
hashtable_itr.c | [deleted file] | blob | history |
hashtable_itr.h | [deleted file] | blob | history |
hashtable_private.h | [deleted file] | blob | history |
hashutil.c | [deleted file] | blob | history |
hashutil.h | [deleted file] | blob | history |
language.c | [deleted file] | blob | history |
language.h | [deleted file] | blob | history |
lockfile.c | [deleted file] | blob | history |
macroskip.h | [deleted file] | blob | history |
main.c | [deleted file] | blob | history |
manifest.c | [deleted file] | blob | history |
manifest.h | [deleted file] | blob | history |
mdfour.c | [deleted file] | blob | history |
mdfour.h | [deleted file] | blob | history |
murmurhashneutral2.c | [deleted file] | blob | history |
murmurhashneutral2.h | [deleted file] | blob | history |
snprintf.c | [deleted file] | blob | history |
src/args.c | [new file with mode: 0644] | blob |
src/ccache.c | [new file with mode: 0644] | blob |
src/ccache.h | [new file with mode: 0644] | blob |
src/cleanup.c | [new file with mode: 0644] | blob |
src/compopt.c | [new file with mode: 0644] | blob |
src/compopt.h | [new file with mode: 0644] | blob |
src/conf.c | [new file with mode: 0644] | blob |
src/conf.h | [new file with mode: 0644] | blob |
src/confitems.gperf | [new file with mode: 0644] | blob |
src/confitems_lookup.c | [new file with mode: 0644] | blob |
src/counters.c | [new file with mode: 0644] | blob |
src/counters.h | [new file with mode: 0644] | blob |
src/envtoconfitems.gperf | [new file with mode: 0644] | blob |
src/envtoconfitems_lookup.c | [new file with mode: 0644] | blob |
src/execute.c | [new file with mode: 0644] | blob |
src/exitfn.c | [new file with mode: 0644] | blob |
src/getopt_long.c | [new file with mode: 0644] | blob |
src/getopt_long.h | [new file with mode: 0644] | blob |
src/hash.c | [new file with mode: 0644] | blob |
src/hashtable.c | [new file with mode: 0644] | blob |
src/hashtable.h | [new file with mode: 0644] | blob |
src/hashtable_itr.c | [new file with mode: 0644] | blob |
src/hashtable_itr.h | [new file with mode: 0644] | blob |
src/hashtable_private.h | [new file with mode: 0644] | blob |
src/hashutil.c | [new file with mode: 0644] | blob |
src/hashutil.h | [new file with mode: 0644] | blob |
src/language.c | [new file with mode: 0644] | blob |
src/language.h | [new file with mode: 0644] | blob |
src/lockfile.c | [new file with mode: 0644] | blob |
src/macroskip.h | [new file with mode: 0644] | blob |
src/main.c | [new file with mode: 0644] | blob |
src/manifest.c | [new file with mode: 0644] | blob |
src/manifest.h | [new file with mode: 0644] | blob |
src/mdfour.c | [new file with mode: 0644] | blob |
src/mdfour.h | [new file with mode: 0644] | blob |
src/murmurhashneutral2.c | [new file with mode: 0644] | blob |
src/murmurhashneutral2.h | [new file with mode: 0644] | blob |
src/snprintf.c | [new file with mode: 0644] | blob |
src/stats.c | [new file with mode: 0644] | blob |
src/system.h | [new file with mode: 0644] | blob |
src/unify.c | [new file with mode: 0644] | blob |
src/util.c | [new file with mode: 0644] | blob |
src/version.c | [new file with mode: 0644] | blob |
src/zlib/adler32.c | [new file with mode: 0644] | blob |
src/zlib/crc32.c | [new file with mode: 0644] | blob |
src/zlib/crc32.h | [new file with mode: 0644] | blob |
src/zlib/deflate.c | [new file with mode: 0644] | blob |
src/zlib/deflate.h | [new file with mode: 0644] | blob |
src/zlib/gzclose.c | [new file with mode: 0644] | blob |
src/zlib/gzguts.h | [new file with mode: 0644] | blob |
src/zlib/gzlib.c | [new file with mode: 0644] | blob |
src/zlib/gzread.c | [new file with mode: 0644] | blob |
src/zlib/gzwrite.c | [new file with mode: 0644] | blob |
src/zlib/inffast.c | [new file with mode: 0644] | blob |
src/zlib/inffast.h | [new file with mode: 0644] | blob |
src/zlib/inffixed.h | [new file with mode: 0644] | blob |
src/zlib/inflate.c | [new file with mode: 0644] | blob |
src/zlib/inflate.h | [new file with mode: 0644] | blob |
src/zlib/inftrees.c | [new file with mode: 0644] | blob |
src/zlib/inftrees.h | [new file with mode: 0644] | blob |
src/zlib/trees.c | [new file with mode: 0644] | blob |
src/zlib/trees.h | [new file with mode: 0644] | blob |
src/zlib/zconf.h | [new file with mode: 0644] | blob |
src/zlib/zlib.h | [new file with mode: 0644] | blob |
src/zlib/zutil.c | [new file with mode: 0644] | blob |
src/zlib/zutil.h | [new file with mode: 0644] | blob |
stats.c | [deleted file] | blob | history |
system.h | [deleted file] | blob | history |
test.sh | [deleted file] | blob | history |
test/framework.c | [deleted file] | blob | history |
test/framework.h | [deleted file] | blob | history |
test/main.c | [deleted file] | blob | history |
test/run | [new file with mode: 0755] | blob |
test/suites.h | [deleted file] | blob | history |
test/suites/base.bash | [new file with mode: 0644] | blob |
test/suites/basedir.bash | [new file with mode: 0644] | blob |
test/suites/cleanup.bash | [new file with mode: 0644] | blob |
test/suites/compression.bash | [new file with mode: 0644] | blob |
test/suites/cpp1.bash | [new file with mode: 0644] | blob |
test/suites/debug_prefix_map.bash | [new file with mode: 0644] | blob |
test/suites/direct.bash | [new file with mode: 0644] | blob |
test/suites/hardlink.bash | [new file with mode: 0644] | blob |
test/suites/input_charset.bash | [new file with mode: 0644] | blob |
test/suites/masquerading.bash | [new file with mode: 0644] | blob |
test/suites/multi_arch.bash | [new file with mode: 0644] | blob |
test/suites/nocpp2.bash | [new file with mode: 0644] | blob |
test/suites/nvcc.bash | [new file with mode: 0644] | blob |
test/suites/nvcc_direct.bash | [new file with mode: 0644] | blob |
test/suites/nvcc_ldir.bash | [new file with mode: 0644] | blob |
test/suites/nvcc_nocpp2.bash | [new file with mode: 0644] | blob |
test/suites/pch.bash | [new file with mode: 0644] | blob |
test/suites/readonly.bash | [new file with mode: 0644] | blob |
test/suites/readonly_direct.bash | [new file with mode: 0644] | blob |
test/suites/serialize_diagnostics.bash | [new file with mode: 0644] | blob |
test/suites/upgrade.bash | [new file with mode: 0644] | blob |
test/test_args.c | [deleted file] | blob | history |
test/test_argument_processing.c | [deleted file] | blob | history |
test/test_compopt.c | [deleted file] | blob | history |
test/test_conf.c | [deleted file] | blob | history |
test/test_counters.c | [deleted file] | blob | history |
test/test_hash.c | [deleted file] | blob | history |
test/test_hashutil.c | [deleted file] | blob | history |
test/test_lockfile.c | [deleted file] | blob | history |
test/test_stats.c | [deleted file] | blob | history |
test/test_util.c | [deleted file] | blob | history |
test/util.c | [deleted file] | blob | history |
test/util.h | [deleted file] | blob | history |
unify.c | [deleted file] | blob | history |
unittest/framework.c | [new file with mode: 0644] | blob |
unittest/framework.h | [new file with mode: 0644] | blob |
unittest/main.c | [new file with mode: 0644] | blob |
unittest/suites.h | [new file with mode: 0644] | blob |
unittest/test_args.c | [new file with mode: 0644] | blob |
unittest/test_argument_processing.c | [new file with mode: 0644] | blob |
unittest/test_compopt.c | [new file with mode: 0644] | blob |
unittest/test_conf.c | [new file with mode: 0644] | blob |
unittest/test_counters.c | [new file with mode: 0644] | blob |
unittest/test_hash.c | [new file with mode: 0644] | blob |
unittest/test_hashutil.c | [new file with mode: 0644] | blob |
unittest/test_lockfile.c | [new file with mode: 0644] | blob |
unittest/test_stats.c | [new file with mode: 0644] | blob |
unittest/test_util.c | [new file with mode: 0644] | blob |
unittest/util.c | [new file with mode: 0644] | blob |
unittest/util.h | [new file with mode: 0644] | blob |
util.c | [deleted file] | blob | history |
version.c | [deleted file] | blob | history |
zlib/adler32.c | [deleted file] | blob | history |
zlib/crc32.c | [deleted file] | blob | history |
zlib/crc32.h | [deleted file] | blob | history |
zlib/deflate.c | [deleted file] | blob | history |
zlib/deflate.h | [deleted file] | blob | history |
zlib/gzclose.c | [deleted file] | blob | history |
zlib/gzguts.h | [deleted file] | blob | history |
zlib/gzlib.c | [deleted file] | blob | history |
zlib/gzread.c | [deleted file] | blob | history |
zlib/gzwrite.c | [deleted file] | blob | history |
zlib/inffast.c | [deleted file] | blob | history |
zlib/inffast.h | [deleted file] | blob | history |
zlib/inffixed.h | [deleted file] | blob | history |
zlib/inflate.c | [deleted file] | blob | history |
zlib/inflate.h | [deleted file] | blob | history |
zlib/inftrees.c | [deleted file] | blob | history |
zlib/inftrees.h | [deleted file] | blob | history |
zlib/trees.c | [deleted file] | blob | history |
zlib/trees.h | [deleted file] | blob | history |
zlib/zconf.h | [deleted file] | blob | history |
zlib/zlib.h | [deleted file] | blob | history |
zlib/zutil.c | [deleted file] | blob | history |
zlib/zutil.h | [deleted file] | blob | history |