]> git.ozlabs.org Git - ccan/commit - ccan/build_assert/build_assert.h
Move modules to ccan/ tools to tools/
authorRusty Russell <rusty@vivaldi>
Mon, 2 Jun 2008 02:39:51 +0000 (12:39 +1000)
committerRusty Russell <rusty@vivaldi>
Mon, 2 Jun 2008 02:39:51 +0000 (12:39 +1000)
commit650c775ff00cccd03fc84e7789a03c51d9839004
treec41d90556aa8c35e236f2d5fbf0ee2c31f723b1f
parentc8acddea39d222312102952e91c32cfe4dd2cea0
Move modules to ccan/ tools to tools/
Requires minor fixups.  "depends" now prefixes ccan/ (allows for
non-ccan deps later).
144 files changed:
Makefile
README
alignof/_info.c [deleted file]
alignof/alignof.h [deleted file]
alignof/test/run.c [deleted file]
alloc/_info.c [deleted file]
alloc/alloc.c [deleted file]
alloc/alloc.h [deleted file]
alloc/test/run.c [deleted file]
build_assert/_info.c [deleted file]
build_assert/build_assert.h [deleted file]
build_assert/test/compile_fail-expr.c [deleted file]
build_assert/test/compile_fail.c [deleted file]
build_assert/test/compile_ok.c [deleted file]
build_assert/test/run-EXPR_BUILD_ASSERT.c [deleted file]
ccan/alignof/_info.c [new file with mode: 0644]
ccan/alignof/alignof.h [new file with mode: 0644]
ccan/alignof/test/run.c [new file with mode: 0644]
ccan/alloc/_info.c [new file with mode: 0644]
ccan/alloc/alloc.c [new file with mode: 0644]
ccan/alloc/alloc.h [new file with mode: 0644]
ccan/alloc/test/run.c [new file with mode: 0644]
ccan/build_assert/_info.c [new file with mode: 0644]
ccan/build_assert/build_assert.h [new file with mode: 0644]
ccan/build_assert/test/compile_fail-expr.c [new file with mode: 0644]
ccan/build_assert/test/compile_fail.c [new file with mode: 0644]
ccan/build_assert/test/compile_ok.c [new file with mode: 0644]
ccan/build_assert/test/run-EXPR_BUILD_ASSERT.c [new file with mode: 0644]
ccan/check_type/_info.c [new file with mode: 0644]
ccan/check_type/check_type.h [new file with mode: 0644]
ccan/check_type/test/compile_fail-check_type.c [new file with mode: 0644]
ccan/check_type/test/compile_fail-check_type_unsigned.c [new file with mode: 0644]
ccan/check_type/test/compile_fail-check_types_match.c [new file with mode: 0644]
ccan/check_type/test/run.c [new file with mode: 0644]
ccan/container_of/_info.c [new file with mode: 0644]
ccan/container_of/container_of.h [new file with mode: 0644]
ccan/container_of/test/compile_fail-bad-type.c [new file with mode: 0644]
ccan/container_of/test/compile_fail-types.c [new file with mode: 0644]
ccan/container_of/test/compile_fail-var-types.c [new file with mode: 0644]
ccan/container_of/test/run.c [new file with mode: 0644]
ccan/list/_info.c [new file with mode: 0644]
ccan/list/list.c [new file with mode: 0644]
ccan/list/list.h [new file with mode: 0644]
ccan/list/test/run.c [new file with mode: 0644]
ccan/noerr/_info.c [new file with mode: 0644]
ccan/noerr/noerr.c [new file with mode: 0644]
ccan/noerr/noerr.h [new file with mode: 0644]
ccan/noerr/test/run.c [new file with mode: 0644]
ccan/string/_info.c [new file with mode: 0644]
ccan/string/string.h [new file with mode: 0644]
ccan/string/test/run.c [new file with mode: 0644]
ccan/talloc/TODO [new file with mode: 0644]
ccan/talloc/_info.c [new file with mode: 0644]
ccan/talloc/talloc.3.xml [new file with mode: 0644]
ccan/talloc/talloc.c [new file with mode: 0644]
ccan/talloc/talloc.h [new file with mode: 0644]
ccan/talloc/test/run.c [new file with mode: 0644]
ccan/tap/_info.c [new file with mode: 0644]
ccan/tap/tap.3 [new file with mode: 0644]
ccan/tap/tap.c [new file with mode: 0644]
ccan/tap/tap.h [new file with mode: 0644]
ccan/tap/test/run.c [new file with mode: 0644]
ccan/typesafe_cb/_info.c [new file with mode: 0644]
ccan/typesafe_cb/test/compile_fail-cast_if_type.c [new file with mode: 0644]
ccan/typesafe_cb/test/compile_fail-typesafe_cb-int.c [new file with mode: 0644]
ccan/typesafe_cb/test/compile_fail-typesafe_cb.c [new file with mode: 0644]
ccan/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c [new file with mode: 0644]
ccan/typesafe_cb/test/compile_fail-typesafe_cb_preargs.c [new file with mode: 0644]
ccan/typesafe_cb/test/run.c [new file with mode: 0644]
ccan/typesafe_cb/typesafe_cb.h [new file with mode: 0644]
ccan_tools/Makefile [deleted file]
ccan_tools/ccanlint/Makefile [deleted file]
ccan_tools/ccanlint/ccanlint.c [deleted file]
ccan_tools/ccanlint/ccanlint.h [deleted file]
ccan_tools/ccanlint/file_analysis.c [deleted file]
ccan_tools/ccanlint/get_file_lines.c [deleted file]
ccan_tools/ccanlint/get_file_lines.h [deleted file]
ccan_tools/ccanlint/has_main_header.c [deleted file]
ccan_tools/ccanlint/has_tests.c [deleted file]
ccan_tools/ccanlint/idempotent.c [deleted file]
ccan_tools/ccanlint/no_info.c [deleted file]
ccan_tools/ccanlint/trailing_whitespace.c [deleted file]
ccan_tools/doc_extract.c [deleted file]
ccan_tools/namespacize.c [deleted file]
ccan_tools/run_tests.c [deleted file]
ccan_tools/test_all.sh [deleted file]
check_type/_info.c [deleted file]
check_type/check_type.h [deleted file]
check_type/test/compile_fail-check_type.c [deleted file]
check_type/test/compile_fail-check_type_unsigned.c [deleted file]
check_type/test/compile_fail-check_types_match.c [deleted file]
check_type/test/run.c [deleted file]
container_of/_info.c [deleted file]
container_of/container_of.h [deleted file]
container_of/test/compile_fail-bad-type.c [deleted file]
container_of/test/compile_fail-types.c [deleted file]
container_of/test/compile_fail-var-types.c [deleted file]
container_of/test/run.c [deleted file]
list/_info.c [deleted file]
list/list.c [deleted file]
list/list.h [deleted file]
list/test/run.c [deleted file]
noerr/_info.c [deleted file]
noerr/noerr.c [deleted file]
noerr/noerr.h [deleted file]
noerr/test/run.c [deleted file]
string/_info.c [deleted file]
string/string.h [deleted file]
string/test/run.c [deleted file]
talloc/TODO [deleted file]
talloc/_info.c [deleted file]
talloc/talloc.3.xml [deleted file]
talloc/talloc.c [deleted file]
talloc/talloc.h [deleted file]
talloc/test/run.c [deleted file]
tap/_info.c [deleted file]
tap/tap.3 [deleted file]
tap/tap.c [deleted file]
tap/tap.h [deleted file]
tap/test/run.c [deleted file]
tools/Makefile [new file with mode: 0644]
tools/ccanlint/Makefile [new file with mode: 0644]
tools/ccanlint/ccanlint.c [new file with mode: 0644]
tools/ccanlint/ccanlint.h [new file with mode: 0644]
tools/ccanlint/file_analysis.c [new file with mode: 0644]
tools/ccanlint/get_file_lines.c [new file with mode: 0644]
tools/ccanlint/get_file_lines.h [new file with mode: 0644]
tools/ccanlint/has_main_header.c [new file with mode: 0644]
tools/ccanlint/has_tests.c [new file with mode: 0644]
tools/ccanlint/idempotent.c [new file with mode: 0644]
tools/ccanlint/no_info.c [new file with mode: 0644]
tools/ccanlint/trailing_whitespace.c [new file with mode: 0644]
tools/doc_extract.c [new file with mode: 0644]
tools/namespacize.c [new file with mode: 0644]
tools/run_tests.c [new file with mode: 0644]
tools/test_all.sh [new file with mode: 0755]
typesafe_cb/_info.c [deleted file]
typesafe_cb/test/compile_fail-cast_if_type.c [deleted file]
typesafe_cb/test/compile_fail-typesafe_cb-int.c [deleted file]
typesafe_cb/test/compile_fail-typesafe_cb.c [deleted file]
typesafe_cb/test/compile_fail-typesafe_cb_postargs.c [deleted file]
typesafe_cb/test/compile_fail-typesafe_cb_preargs.c [deleted file]
typesafe_cb/test/run.c [deleted file]
typesafe_cb/typesafe_cb.h [deleted file]