]> git.ozlabs.org Git - ccan/commit
First cut, some hacks, three simple modules. init
authorRusty Russell <rusty@vivaldi>
Wed, 5 Dec 2007 13:41:39 +0000 (00:41 +1100)
committerRusty Russell <rusty@vivaldi>
Wed, 5 Dec 2007 13:41:39 +0000 (00:41 +1100)
commitfdfcdafbfa7957b6ca393bb4000fbaad3813a61a
tree4457ca60aacc05ba32c4ecda9e29a263cbba8f41
First cut, some hacks, three simple modules.
22 files changed:
.bzrignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
build_assert/_info.c [new file with mode: 0644]
build_assert/build_assert.h [new file with mode: 0644]
build_assert/test/compile_fail-expr.c [new file with mode: 0644]
build_assert/test/compile_fail.c [new file with mode: 0644]
build_assert/test/compile_ok.c [new file with mode: 0644]
build_assert/test/run-EXPR_BUILD_ASSERT.c [new file with mode: 0644]
check_type/_info.c [new file with mode: 0644]
check_type/check_type.h [new file with mode: 0644]
check_type/test/compile_fail-check_type.c [new file with mode: 0644]
check_type/test/compile_fail-check_type_unsigned.c [new file with mode: 0644]
check_type/test/compile_fail-check_types_match.c [new file with mode: 0644]
check_type/test/run.c [new file with mode: 0644]
config.h [new file with mode: 0644]
container_of/_info.c [new file with mode: 0644]
container_of/container_of.h [new file with mode: 0644]
container_of/test/compile_fail-bad-type.c [new file with mode: 0644]
container_of/test/compile_fail-types.c [new file with mode: 0644]
container_of/test/run.c [new file with mode: 0644]
run_tests.c [new file with mode: 0644]
test_all.sh [new file with mode: 0755]