Import uthash-1.9.3 as a 3rd-party item
authorMika Bostrom <mika.bostrom@nomovok.com>
Thu, 2 Dec 2010 04:50:57 +0000 (06:50 +0200)
committerMika Bostrom <mika.bostrom@nomovok.com>
Thu, 2 Dec 2010 04:50:57 +0000 (06:50 +0200)
commit42b08e49bc64c3b92150a4d2700128d0bc6a1f80
treecf8b0f818c872c7f3bdabcc2f294e0bb40a0a5cb
parenta86e4f3668d9cea4aa770a68a7c554d80a8672d2
Import uthash-1.9.3 as a 3rd-party item

There is no uthash package for meego 1.1, so we need an in-tree copy.

Uthash license: BSD, embedding allowed.
181 files changed:
3rdparty/uthash-1.9.3/LICENSE [new file with mode: 0755]
3rdparty/uthash-1.9.3/README [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/Makefile [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/NOTES [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/ChangeLog.html [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/img/banner.png [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/img/banner.svg [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/img/grad_blue.png [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/img/grad_blue.svg [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/img/rss.png [new file with mode: 0755]
3rdparty/uthash-1.9.3/doc/html/img/uthash-mini.png [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/img/uthash-mini.svg [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/img/uthash.png [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/index.html [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/license.html [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/styles.css [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/tdh-quirks.css [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/tdh.css [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/toc.css [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/userguide.html [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/userguide.pdf [new symlink]
3rdparty/uthash-1.9.3/doc/html/utarray.html [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/utlist.html [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/html/utstring.html [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/pdf/userguide.pdf [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/ChangeLog.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/sflogo.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/toc.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/topnav.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/topnav_utarray.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/topnav_utlist.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/topnav_utstring.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/userguide.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/utarray.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/utlist.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/doc/txt/utstring.txt [new file with mode: 0644]
3rdparty/uthash-1.9.3/src/utarray.h [new file with mode: 0644]
3rdparty/uthash-1.9.3/src/uthash.h [new file with mode: 0644]
3rdparty/uthash-1.9.3/src/utlist.h [new file with mode: 0644]
3rdparty/uthash-1.9.3/src/utstring.h [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/Makefile [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/README [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/all_funcs [new file with mode: 0755]
3rdparty/uthash-1.9.3/tests/bloom_perf.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/bloom_perf.sh [new file with mode: 0755]
3rdparty/uthash-1.9.3/tests/do_tests [new file with mode: 0755]
3rdparty/uthash-1.9.3/tests/do_tests.cygwin [new file with mode: 0755]
3rdparty/uthash-1.9.3/tests/do_tests.mingw [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/do_tests_win32.cmd [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/emit_keys.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/example.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/hashscan.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/keystat.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/keystats [new file with mode: 0755]
3rdparty/uthash-1.9.3/tests/mexpand [new file with mode: 0755]
3rdparty/uthash-1.9.3/tests/simkeys.pl [new file with mode: 0755]
3rdparty/uthash-1.9.3/tests/sleep_test.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/tdiff.cpp [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test1.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test1.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test10.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test10.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test11.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test11.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test11.dat [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test12.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test12.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test13.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test13.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test14.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test14.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test14.dat [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test15.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test15.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test16.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test16.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test17.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test17.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test18.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test18.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test19.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test19.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test2.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test2.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test20.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test20.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test21.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test21.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test22.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test22.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test23.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test23.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test24.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test24.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test25.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test25.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test26.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test26.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test27.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test27.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test28.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test28.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test29.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test29.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test3.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test3.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test30.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test30.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test31.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test31.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test32.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test32.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test33.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test33.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test34.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test34.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test35.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test35.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test36.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test36.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test37.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test37.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test38.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test38.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test39.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test39.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test4.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test4.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test40.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test40.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test41.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test41.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test42.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test42.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test43.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test43.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test44.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test44.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test45.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test45.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test46.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test46.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test47.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test47.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test48.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test48.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test49.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test49.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test5.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test5.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test50.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test50.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test51.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test51.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test52.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test52.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test53.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test53.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test54.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test54.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test55.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test55.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test56.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test56.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test57.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test57.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test58.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test58.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test6.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test6.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test7.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test7.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test8.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test8.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test9.ans [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/test9.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/threads/Makefile [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/threads/README [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/threads/do_tests [new file with mode: 0755]
3rdparty/uthash-1.9.3/tests/threads/test1.c [new file with mode: 0644]
3rdparty/uthash-1.9.3/tests/threads/test2.c [new file with mode: 0644]