]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import the kyua testing framework for infrastructure software
authorbrooks <brooks@FreeBSD.org>
Tue, 17 Mar 2020 16:56:50 +0000 (16:56 +0000)
committerbrooks <brooks@FreeBSD.org>
Tue, 17 Mar 2020 16:56:50 +0000 (16:56 +0000)
commit097141ef2b75f22f29d2efcf664bb0b4762be15c
treec43eb24d59bd5c963583a5190caef80fc8387322
Import the kyua testing framework for infrastructure software

Imported at 0.13 plus assumulated changes to git hash a685f91.

Obtained from: https://github.com/jmmv/kyua
Sponsored by: DARPA
542 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
CONTRIBUTORS [new file with mode: 0644]
Doxyfile.in [new file with mode: 0644]
INSTALL.md [new file with mode: 0644]
Kyuafile [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS.md [new file with mode: 0644]
README.md [new file with mode: 0644]
admin/.gitignore [new file with mode: 0644]
admin/Makefile.am.inc [new file with mode: 0644]
admin/build-bintray-dist.sh [new file with mode: 0755]
admin/check-api-docs.awk [new file with mode: 0644]
admin/check-style-common.awk [new file with mode: 0644]
admin/check-style-cpp.awk [new file with mode: 0644]
admin/check-style-make.awk [new file with mode: 0644]
admin/check-style-man.awk [new file with mode: 0644]
admin/check-style-shell.awk [new file with mode: 0644]
admin/check-style.sh [new file with mode: 0755]
admin/clean-all.sh [new file with mode: 0755]
admin/travis-build.sh [new file with mode: 0755]
admin/travis-install-deps.sh [new file with mode: 0755]
bootstrap/.gitignore [new file with mode: 0644]
bootstrap/Kyuafile [new file with mode: 0644]
bootstrap/Makefile.am.inc [new file with mode: 0644]
bootstrap/atf_helpers.cpp [new file with mode: 0644]
bootstrap/plain_helpers.cpp [new file with mode: 0644]
bootstrap/testsuite.at [new file with mode: 0644]
cli/Kyuafile [new file with mode: 0644]
cli/Makefile.am.inc [new file with mode: 0644]
cli/cmd_about.cpp [new file with mode: 0644]
cli/cmd_about.hpp [new file with mode: 0644]
cli/cmd_about_test.cpp [new file with mode: 0644]
cli/cmd_config.cpp [new file with mode: 0644]
cli/cmd_config.hpp [new file with mode: 0644]
cli/cmd_config_test.cpp [new file with mode: 0644]
cli/cmd_db_exec.cpp [new file with mode: 0644]
cli/cmd_db_exec.hpp [new file with mode: 0644]
cli/cmd_db_exec_test.cpp [new file with mode: 0644]
cli/cmd_db_migrate.cpp [new file with mode: 0644]
cli/cmd_db_migrate.hpp [new file with mode: 0644]
cli/cmd_debug.cpp [new file with mode: 0644]
cli/cmd_debug.hpp [new file with mode: 0644]
cli/cmd_debug_test.cpp [new file with mode: 0644]
cli/cmd_help.cpp [new file with mode: 0644]
cli/cmd_help.hpp [new file with mode: 0644]
cli/cmd_help_test.cpp [new file with mode: 0644]
cli/cmd_list.cpp [new file with mode: 0644]
cli/cmd_list.hpp [new file with mode: 0644]
cli/cmd_list_test.cpp [new file with mode: 0644]
cli/cmd_report.cpp [new file with mode: 0644]
cli/cmd_report.hpp [new file with mode: 0644]
cli/cmd_report_html.cpp [new file with mode: 0644]
cli/cmd_report_html.hpp [new file with mode: 0644]
cli/cmd_report_junit.cpp [new file with mode: 0644]
cli/cmd_report_junit.hpp [new file with mode: 0644]
cli/cmd_test.cpp [new file with mode: 0644]
cli/cmd_test.hpp [new file with mode: 0644]
cli/cmd_test_test.cpp [new file with mode: 0644]
cli/common.cpp [new file with mode: 0644]
cli/common.hpp [new file with mode: 0644]
cli/common.ipp [new file with mode: 0644]
cli/common_test.cpp [new file with mode: 0644]
cli/config.cpp [new file with mode: 0644]
cli/config.hpp [new file with mode: 0644]
cli/config_test.cpp [new file with mode: 0644]
cli/main.cpp [new file with mode: 0644]
cli/main.hpp [new file with mode: 0644]
cli/main_test.cpp [new file with mode: 0644]
configure.ac [new file with mode: 0644]
doc/.gitignore [new file with mode: 0644]
doc/Kyuafile [new file with mode: 0644]
doc/Makefile.am.inc [new file with mode: 0644]
doc/build-root.mdoc [new file with mode: 0644]
doc/kyua-about.1.in [new file with mode: 0644]
doc/kyua-config.1.in [new file with mode: 0644]
doc/kyua-db-exec.1.in [new file with mode: 0644]
doc/kyua-db-migrate.1.in [new file with mode: 0644]
doc/kyua-debug.1.in [new file with mode: 0644]
doc/kyua-help.1.in [new file with mode: 0644]
doc/kyua-list.1.in [new file with mode: 0644]
doc/kyua-report-html.1.in [new file with mode: 0644]
doc/kyua-report-junit.1.in [new file with mode: 0644]
doc/kyua-report.1.in [new file with mode: 0644]
doc/kyua-test.1.in [new file with mode: 0644]
doc/kyua.1.in [new file with mode: 0644]
doc/kyua.conf.5.in [new file with mode: 0644]
doc/kyuafile.5.in [new file with mode: 0644]
doc/manbuild.sh [new file with mode: 0755]
doc/manbuild_test.sh [new file with mode: 0755]
doc/results-file-flag-read.mdoc [new file with mode: 0644]
doc/results-file-flag-write.mdoc [new file with mode: 0644]
doc/results-files-report-example.mdoc [new file with mode: 0644]
doc/results-files.mdoc [new file with mode: 0644]
doc/test-filters.mdoc [new file with mode: 0644]
doc/test-isolation.mdoc [new file with mode: 0644]
drivers/Kyuafile [new file with mode: 0644]
drivers/Makefile.am.inc [new file with mode: 0644]
drivers/debug_test.cpp [new file with mode: 0644]
drivers/debug_test.hpp [new file with mode: 0644]
drivers/list_tests.cpp [new file with mode: 0644]
drivers/list_tests.hpp [new file with mode: 0644]
drivers/list_tests_helpers.cpp [new file with mode: 0644]
drivers/list_tests_test.cpp [new file with mode: 0644]
drivers/report_junit.cpp [new file with mode: 0644]
drivers/report_junit.hpp [new file with mode: 0644]
drivers/report_junit_test.cpp [new file with mode: 0644]
drivers/run_tests.cpp [new file with mode: 0644]
drivers/run_tests.hpp [new file with mode: 0644]
drivers/scan_results.cpp [new file with mode: 0644]
drivers/scan_results.hpp [new file with mode: 0644]
drivers/scan_results_test.cpp [new file with mode: 0644]
engine/Kyuafile [new file with mode: 0644]
engine/Makefile.am.inc [new file with mode: 0644]
engine/atf.cpp [new file with mode: 0644]
engine/atf.hpp [new file with mode: 0644]
engine/atf_helpers.cpp [new file with mode: 0644]
engine/atf_list.cpp [new file with mode: 0644]
engine/atf_list.hpp [new file with mode: 0644]
engine/atf_list_test.cpp [new file with mode: 0644]
engine/atf_result.cpp [new file with mode: 0644]
engine/atf_result.hpp [new file with mode: 0644]
engine/atf_result_fwd.hpp [new file with mode: 0644]
engine/atf_result_test.cpp [new file with mode: 0644]
engine/atf_test.cpp [new file with mode: 0644]
engine/config.cpp [new file with mode: 0644]
engine/config.hpp [new file with mode: 0644]
engine/config_fwd.hpp [new file with mode: 0644]
engine/config_test.cpp [new file with mode: 0644]
engine/exceptions.cpp [new file with mode: 0644]
engine/exceptions.hpp [new file with mode: 0644]
engine/exceptions_test.cpp [new file with mode: 0644]
engine/filters.cpp [new file with mode: 0644]
engine/filters.hpp [new file with mode: 0644]
engine/filters_fwd.hpp [new file with mode: 0644]
engine/filters_test.cpp [new file with mode: 0644]
engine/kyuafile.cpp [new file with mode: 0644]
engine/kyuafile.hpp [new file with mode: 0644]
engine/kyuafile_fwd.hpp [new file with mode: 0644]
engine/kyuafile_test.cpp [new file with mode: 0644]
engine/plain.cpp [new file with mode: 0644]
engine/plain.hpp [new file with mode: 0644]
engine/plain_helpers.cpp [new file with mode: 0644]
engine/plain_test.cpp [new file with mode: 0644]
engine/requirements.cpp [new file with mode: 0644]
engine/requirements.hpp [new file with mode: 0644]
engine/requirements_test.cpp [new file with mode: 0644]
engine/scanner.cpp [new file with mode: 0644]
engine/scanner.hpp [new file with mode: 0644]
engine/scanner_fwd.hpp [new file with mode: 0644]
engine/scanner_test.cpp [new file with mode: 0644]
engine/scheduler.cpp [new file with mode: 0644]
engine/scheduler.hpp [new file with mode: 0644]
engine/scheduler_fwd.hpp [new file with mode: 0644]
engine/scheduler_test.cpp [new file with mode: 0644]
engine/tap.cpp [new file with mode: 0644]
engine/tap.hpp [new file with mode: 0644]
engine/tap_helpers.cpp [new file with mode: 0644]
engine/tap_parser.cpp [new file with mode: 0644]
engine/tap_parser.hpp [new file with mode: 0644]
engine/tap_parser_fwd.hpp [new file with mode: 0644]
engine/tap_parser_test.cpp [new file with mode: 0644]
engine/tap_test.cpp [new file with mode: 0644]
examples/Kyuafile [new file with mode: 0644]
examples/Kyuafile.top [new file with mode: 0644]
examples/Makefile.am.inc [new file with mode: 0644]
examples/kyua.conf [new file with mode: 0644]
examples/syntax_test.cpp [new file with mode: 0644]
integration/Kyuafile [new file with mode: 0644]
integration/Makefile.am.inc [new file with mode: 0644]
integration/cmd_about_test.sh [new file with mode: 0755]
integration/cmd_config_test.sh [new file with mode: 0755]
integration/cmd_db_exec_test.sh [new file with mode: 0755]
integration/cmd_db_migrate_test.sh [new file with mode: 0755]
integration/cmd_debug_test.sh [new file with mode: 0755]
integration/cmd_help_test.sh [new file with mode: 0755]
integration/cmd_list_test.sh [new file with mode: 0755]
integration/cmd_report_html_test.sh [new file with mode: 0755]
integration/cmd_report_junit_test.sh [new file with mode: 0755]
integration/cmd_report_test.sh [new file with mode: 0755]
integration/cmd_test_test.sh [new file with mode: 0755]
integration/global_test.sh [new file with mode: 0755]
integration/helpers/.gitignore [new file with mode: 0644]
integration/helpers/Makefile.am.inc [new file with mode: 0644]
integration/helpers/bad_test_program.cpp [new file with mode: 0644]
integration/helpers/bogus_test_cases.cpp [new file with mode: 0644]
integration/helpers/config.cpp [new file with mode: 0644]
integration/helpers/dump_env.cpp [new file with mode: 0644]
integration/helpers/expect_all_pass.cpp [new file with mode: 0644]
integration/helpers/expect_some_fail.cpp [new file with mode: 0644]
integration/helpers/interrupts.cpp [new file with mode: 0644]
integration/helpers/metadata.cpp [new file with mode: 0644]
integration/helpers/race.cpp [new file with mode: 0644]
integration/helpers/simple_all_pass.cpp [new file with mode: 0644]
integration/helpers/simple_some_fail.cpp [new file with mode: 0644]
integration/utils.sh [new file with mode: 0755]
m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
m4/compiler-features.m4 [new file with mode: 0644]
m4/compiler-flags.m4 [new file with mode: 0644]
m4/developer-mode.m4 [new file with mode: 0644]
m4/doxygen.m4 [new file with mode: 0644]
m4/fs.m4 [new file with mode: 0644]
m4/getopt.m4 [new file with mode: 0644]
m4/memory.m4 [new file with mode: 0644]
m4/signals.m4 [new file with mode: 0644]
m4/uname.m4 [new file with mode: 0644]
main.cpp [new file with mode: 0644]
misc/Makefile.am.inc [new file with mode: 0644]
misc/context.html [new file with mode: 0644]
misc/index.html [new file with mode: 0644]
misc/report.css [new file with mode: 0644]
misc/test_result.html [new file with mode: 0644]
model/Kyuafile [new file with mode: 0644]
model/Makefile.am.inc [new file with mode: 0644]
model/README [new file with mode: 0644]
model/context.cpp [new file with mode: 0644]
model/context.hpp [new file with mode: 0644]
model/context_fwd.hpp [new file with mode: 0644]
model/context_test.cpp [new file with mode: 0644]
model/exceptions.cpp [new file with mode: 0644]
model/exceptions.hpp [new file with mode: 0644]
model/exceptions_test.cpp [new file with mode: 0644]
model/metadata.cpp [new file with mode: 0644]
model/metadata.hpp [new file with mode: 0644]
model/metadata_fwd.hpp [new file with mode: 0644]
model/metadata_test.cpp [new file with mode: 0644]
model/test_case.cpp [new file with mode: 0644]
model/test_case.hpp [new file with mode: 0644]
model/test_case_fwd.hpp [new file with mode: 0644]
model/test_case_test.cpp [new file with mode: 0644]
model/test_program.cpp [new file with mode: 0644]
model/test_program.hpp [new file with mode: 0644]
model/test_program_fwd.hpp [new file with mode: 0644]
model/test_program_test.cpp [new file with mode: 0644]
model/test_result.cpp [new file with mode: 0644]
model/test_result.hpp [new file with mode: 0644]
model/test_result_fwd.hpp [new file with mode: 0644]
model/test_result_test.cpp [new file with mode: 0644]
model/types.hpp [new file with mode: 0644]
store/Kyuafile [new file with mode: 0644]
store/Makefile.am.inc [new file with mode: 0644]
store/dbtypes.cpp [new file with mode: 0644]
store/dbtypes.hpp [new file with mode: 0644]
store/dbtypes_test.cpp [new file with mode: 0644]
store/exceptions.cpp [new file with mode: 0644]
store/exceptions.hpp [new file with mode: 0644]
store/exceptions_test.cpp [new file with mode: 0644]
store/layout.cpp [new file with mode: 0644]
store/layout.hpp [new file with mode: 0644]
store/layout_fwd.hpp [new file with mode: 0644]
store/layout_test.cpp [new file with mode: 0644]
store/metadata.cpp [new file with mode: 0644]
store/metadata.hpp [new file with mode: 0644]
store/metadata_fwd.hpp [new file with mode: 0644]
store/metadata_test.cpp [new file with mode: 0644]
store/migrate.cpp [new file with mode: 0644]
store/migrate.hpp [new file with mode: 0644]
store/migrate_test.cpp [new file with mode: 0644]
store/migrate_v1_v2.sql [new file with mode: 0644]
store/migrate_v2_v3.sql [new file with mode: 0644]
store/read_backend.cpp [new file with mode: 0644]
store/read_backend.hpp [new file with mode: 0644]
store/read_backend_fwd.hpp [new file with mode: 0644]
store/read_backend_test.cpp [new file with mode: 0644]
store/read_transaction.cpp [new file with mode: 0644]
store/read_transaction.hpp [new file with mode: 0644]
store/read_transaction_fwd.hpp [new file with mode: 0644]
store/read_transaction_test.cpp [new file with mode: 0644]
store/schema_inttest.cpp [new file with mode: 0644]
store/schema_v1.sql [new file with mode: 0644]
store/schema_v2.sql [new file with mode: 0644]
store/schema_v3.sql [new file with mode: 0644]
store/testdata_v1.sql [new file with mode: 0644]
store/testdata_v2.sql [new file with mode: 0644]
store/testdata_v3_1.sql [new file with mode: 0644]
store/testdata_v3_2.sql [new file with mode: 0644]
store/testdata_v3_3.sql [new file with mode: 0644]
store/testdata_v3_4.sql [new file with mode: 0644]
store/transaction_test.cpp [new file with mode: 0644]
store/write_backend.cpp [new file with mode: 0644]
store/write_backend.hpp [new file with mode: 0644]
store/write_backend_fwd.hpp [new file with mode: 0644]
store/write_backend_test.cpp [new file with mode: 0644]
store/write_transaction.cpp [new file with mode: 0644]
store/write_transaction.hpp [new file with mode: 0644]
store/write_transaction_fwd.hpp [new file with mode: 0644]
store/write_transaction_test.cpp [new file with mode: 0644]
utils/.gitignore [new file with mode: 0644]
utils/Kyuafile [new file with mode: 0644]
utils/Makefile.am.inc [new file with mode: 0644]
utils/auto_array.hpp [new file with mode: 0644]
utils/auto_array.ipp [new file with mode: 0644]
utils/auto_array_fwd.hpp [new file with mode: 0644]
utils/auto_array_test.cpp [new file with mode: 0644]
utils/cmdline/Kyuafile [new file with mode: 0644]
utils/cmdline/Makefile.am.inc [new file with mode: 0644]
utils/cmdline/base_command.cpp [new file with mode: 0644]
utils/cmdline/base_command.hpp [new file with mode: 0644]
utils/cmdline/base_command.ipp [new file with mode: 0644]
utils/cmdline/base_command_fwd.hpp [new file with mode: 0644]
utils/cmdline/base_command_test.cpp [new file with mode: 0644]
utils/cmdline/commands_map.hpp [new file with mode: 0644]
utils/cmdline/commands_map.ipp [new file with mode: 0644]
utils/cmdline/commands_map_fwd.hpp [new file with mode: 0644]
utils/cmdline/commands_map_test.cpp [new file with mode: 0644]
utils/cmdline/exceptions.cpp [new file with mode: 0644]
utils/cmdline/exceptions.hpp [new file with mode: 0644]
utils/cmdline/exceptions_test.cpp [new file with mode: 0644]
utils/cmdline/globals.cpp [new file with mode: 0644]
utils/cmdline/globals.hpp [new file with mode: 0644]
utils/cmdline/globals_test.cpp [new file with mode: 0644]
utils/cmdline/options.cpp [new file with mode: 0644]
utils/cmdline/options.hpp [new file with mode: 0644]
utils/cmdline/options_fwd.hpp [new file with mode: 0644]
utils/cmdline/options_test.cpp [new file with mode: 0644]
utils/cmdline/parser.cpp [new file with mode: 0644]
utils/cmdline/parser.hpp [new file with mode: 0644]
utils/cmdline/parser.ipp [new file with mode: 0644]
utils/cmdline/parser_fwd.hpp [new file with mode: 0644]
utils/cmdline/parser_test.cpp [new file with mode: 0644]
utils/cmdline/ui.cpp [new file with mode: 0644]
utils/cmdline/ui.hpp [new file with mode: 0644]
utils/cmdline/ui_fwd.hpp [new file with mode: 0644]
utils/cmdline/ui_mock.cpp [new file with mode: 0644]
utils/cmdline/ui_mock.hpp [new file with mode: 0644]
utils/cmdline/ui_test.cpp [new file with mode: 0644]
utils/config/Kyuafile [new file with mode: 0644]
utils/config/Makefile.am.inc [new file with mode: 0644]
utils/config/exceptions.cpp [new file with mode: 0644]
utils/config/exceptions.hpp [new file with mode: 0644]
utils/config/exceptions_test.cpp [new file with mode: 0644]
utils/config/keys.cpp [new file with mode: 0644]
utils/config/keys.hpp [new file with mode: 0644]
utils/config/keys_fwd.hpp [new file with mode: 0644]
utils/config/keys_test.cpp [new file with mode: 0644]
utils/config/lua_module.cpp [new file with mode: 0644]
utils/config/lua_module.hpp [new file with mode: 0644]
utils/config/lua_module_test.cpp [new file with mode: 0644]
utils/config/nodes.cpp [new file with mode: 0644]
utils/config/nodes.hpp [new file with mode: 0644]
utils/config/nodes.ipp [new file with mode: 0644]
utils/config/nodes_fwd.hpp [new file with mode: 0644]
utils/config/nodes_test.cpp [new file with mode: 0644]
utils/config/parser.cpp [new file with mode: 0644]
utils/config/parser.hpp [new file with mode: 0644]
utils/config/parser_fwd.hpp [new file with mode: 0644]
utils/config/parser_test.cpp [new file with mode: 0644]
utils/config/tree.cpp [new file with mode: 0644]
utils/config/tree.hpp [new file with mode: 0644]
utils/config/tree.ipp [new file with mode: 0644]
utils/config/tree_fwd.hpp [new file with mode: 0644]
utils/config/tree_test.cpp [new file with mode: 0644]
utils/datetime.cpp [new file with mode: 0644]
utils/datetime.hpp [new file with mode: 0644]
utils/datetime_fwd.hpp [new file with mode: 0644]
utils/datetime_test.cpp [new file with mode: 0644]
utils/defs.hpp.in [new file with mode: 0644]
utils/env.cpp [new file with mode: 0644]
utils/env.hpp [new file with mode: 0644]
utils/env_test.cpp [new file with mode: 0644]
utils/format/Kyuafile [new file with mode: 0644]
utils/format/Makefile.am.inc [new file with mode: 0644]
utils/format/containers.hpp [new file with mode: 0644]
utils/format/containers.ipp [new file with mode: 0644]
utils/format/containers_test.cpp [new file with mode: 0644]
utils/format/exceptions.cpp [new file with mode: 0644]
utils/format/exceptions.hpp [new file with mode: 0644]
utils/format/exceptions_test.cpp [new file with mode: 0644]
utils/format/formatter.cpp [new file with mode: 0644]
utils/format/formatter.hpp [new file with mode: 0644]
utils/format/formatter.ipp [new file with mode: 0644]
utils/format/formatter_fwd.hpp [new file with mode: 0644]
utils/format/formatter_test.cpp [new file with mode: 0644]
utils/format/macros.hpp [new file with mode: 0644]
utils/fs/Kyuafile [new file with mode: 0644]
utils/fs/Makefile.am.inc [new file with mode: 0644]
utils/fs/auto_cleaners.cpp [new file with mode: 0644]
utils/fs/auto_cleaners.hpp [new file with mode: 0644]
utils/fs/auto_cleaners_fwd.hpp [new file with mode: 0644]
utils/fs/auto_cleaners_test.cpp [new file with mode: 0644]
utils/fs/directory.cpp [new file with mode: 0644]
utils/fs/directory.hpp [new file with mode: 0644]
utils/fs/directory_fwd.hpp [new file with mode: 0644]
utils/fs/directory_test.cpp [new file with mode: 0644]
utils/fs/exceptions.cpp [new file with mode: 0644]
utils/fs/exceptions.hpp [new file with mode: 0644]
utils/fs/exceptions_test.cpp [new file with mode: 0644]
utils/fs/lua_module.cpp [new file with mode: 0644]
utils/fs/lua_module.hpp [new file with mode: 0644]
utils/fs/lua_module_test.cpp [new file with mode: 0644]
utils/fs/operations.cpp [new file with mode: 0644]
utils/fs/operations.hpp [new file with mode: 0644]
utils/fs/operations_test.cpp [new file with mode: 0644]
utils/fs/path.cpp [new file with mode: 0644]
utils/fs/path.hpp [new file with mode: 0644]
utils/fs/path_fwd.hpp [new file with mode: 0644]
utils/fs/path_test.cpp [new file with mode: 0644]
utils/logging/Kyuafile [new file with mode: 0644]
utils/logging/Makefile.am.inc [new file with mode: 0644]
utils/logging/macros.hpp [new file with mode: 0644]
utils/logging/macros_test.cpp [new file with mode: 0644]
utils/logging/operations.cpp [new file with mode: 0644]
utils/logging/operations.hpp [new file with mode: 0644]
utils/logging/operations_fwd.hpp [new file with mode: 0644]
utils/logging/operations_test.cpp [new file with mode: 0644]
utils/memory.cpp [new file with mode: 0644]
utils/memory.hpp [new file with mode: 0644]
utils/memory_test.cpp [new file with mode: 0644]
utils/noncopyable.hpp [new file with mode: 0644]
utils/optional.hpp [new file with mode: 0644]
utils/optional.ipp [new file with mode: 0644]
utils/optional_fwd.hpp [new file with mode: 0644]
utils/optional_test.cpp [new file with mode: 0644]
utils/passwd.cpp [new file with mode: 0644]
utils/passwd.hpp [new file with mode: 0644]
utils/passwd_fwd.hpp [new file with mode: 0644]
utils/passwd_test.cpp [new file with mode: 0644]
utils/process/.gitignore [new file with mode: 0644]
utils/process/Kyuafile [new file with mode: 0644]
utils/process/Makefile.am.inc [new file with mode: 0644]
utils/process/child.cpp [new file with mode: 0644]
utils/process/child.hpp [new file with mode: 0644]
utils/process/child.ipp [new file with mode: 0644]
utils/process/child_fwd.hpp [new file with mode: 0644]
utils/process/child_test.cpp [new file with mode: 0644]
utils/process/deadline_killer.cpp [new file with mode: 0644]
utils/process/deadline_killer.hpp [new file with mode: 0644]
utils/process/deadline_killer_fwd.hpp [new file with mode: 0644]
utils/process/deadline_killer_test.cpp [new file with mode: 0644]
utils/process/exceptions.cpp [new file with mode: 0644]
utils/process/exceptions.hpp [new file with mode: 0644]
utils/process/exceptions_test.cpp [new file with mode: 0644]
utils/process/executor.cpp [new file with mode: 0644]
utils/process/executor.hpp [new file with mode: 0644]
utils/process/executor.ipp [new file with mode: 0644]
utils/process/executor_fwd.hpp [new file with mode: 0644]
utils/process/executor_test.cpp [new file with mode: 0644]
utils/process/fdstream.cpp [new file with mode: 0644]
utils/process/fdstream.hpp [new file with mode: 0644]
utils/process/fdstream_fwd.hpp [new file with mode: 0644]
utils/process/fdstream_test.cpp [new file with mode: 0644]
utils/process/helpers.cpp [new file with mode: 0644]
utils/process/isolation.cpp [new file with mode: 0644]
utils/process/isolation.hpp [new file with mode: 0644]
utils/process/isolation_test.cpp [new file with mode: 0644]
utils/process/operations.cpp [new file with mode: 0644]
utils/process/operations.hpp [new file with mode: 0644]
utils/process/operations_fwd.hpp [new file with mode: 0644]
utils/process/operations_test.cpp [new file with mode: 0644]
utils/process/status.cpp [new file with mode: 0644]
utils/process/status.hpp [new file with mode: 0644]
utils/process/status_fwd.hpp [new file with mode: 0644]
utils/process/status_test.cpp [new file with mode: 0644]
utils/process/system.cpp [new file with mode: 0644]
utils/process/system.hpp [new file with mode: 0644]
utils/process/systembuf.cpp [new file with mode: 0644]
utils/process/systembuf.hpp [new file with mode: 0644]
utils/process/systembuf_fwd.hpp [new file with mode: 0644]
utils/process/systembuf_test.cpp [new file with mode: 0644]
utils/sanity.cpp [new file with mode: 0644]
utils/sanity.hpp [new file with mode: 0644]
utils/sanity_fwd.hpp [new file with mode: 0644]
utils/sanity_test.cpp [new file with mode: 0644]
utils/signals/Kyuafile [new file with mode: 0644]
utils/signals/Makefile.am.inc [new file with mode: 0644]
utils/signals/exceptions.cpp [new file with mode: 0644]
utils/signals/exceptions.hpp [new file with mode: 0644]
utils/signals/exceptions_test.cpp [new file with mode: 0644]
utils/signals/interrupts.cpp [new file with mode: 0644]
utils/signals/interrupts.hpp [new file with mode: 0644]
utils/signals/interrupts_fwd.hpp [new file with mode: 0644]
utils/signals/interrupts_test.cpp [new file with mode: 0644]
utils/signals/misc.cpp [new file with mode: 0644]
utils/signals/misc.hpp [new file with mode: 0644]
utils/signals/misc_test.cpp [new file with mode: 0644]
utils/signals/programmer.cpp [new file with mode: 0644]
utils/signals/programmer.hpp [new file with mode: 0644]
utils/signals/programmer_fwd.hpp [new file with mode: 0644]
utils/signals/programmer_test.cpp [new file with mode: 0644]
utils/signals/timer.cpp [new file with mode: 0644]
utils/signals/timer.hpp [new file with mode: 0644]
utils/signals/timer_fwd.hpp [new file with mode: 0644]
utils/signals/timer_test.cpp [new file with mode: 0644]
utils/sqlite/Kyuafile [new file with mode: 0644]
utils/sqlite/Makefile.am.inc [new file with mode: 0644]
utils/sqlite/c_gate.cpp [new file with mode: 0644]
utils/sqlite/c_gate.hpp [new file with mode: 0644]
utils/sqlite/c_gate_fwd.hpp [new file with mode: 0644]
utils/sqlite/c_gate_test.cpp [new file with mode: 0644]
utils/sqlite/database.cpp [new file with mode: 0644]
utils/sqlite/database.hpp [new file with mode: 0644]
utils/sqlite/database_fwd.hpp [new file with mode: 0644]
utils/sqlite/database_test.cpp [new file with mode: 0644]
utils/sqlite/exceptions.cpp [new file with mode: 0644]
utils/sqlite/exceptions.hpp [new file with mode: 0644]
utils/sqlite/exceptions_test.cpp [new file with mode: 0644]
utils/sqlite/statement.cpp [new file with mode: 0644]
utils/sqlite/statement.hpp [new file with mode: 0644]
utils/sqlite/statement.ipp [new file with mode: 0644]
utils/sqlite/statement_fwd.hpp [new file with mode: 0644]
utils/sqlite/statement_test.cpp [new file with mode: 0644]
utils/sqlite/test_utils.hpp [new file with mode: 0644]
utils/sqlite/transaction.cpp [new file with mode: 0644]
utils/sqlite/transaction.hpp [new file with mode: 0644]
utils/sqlite/transaction_fwd.hpp [new file with mode: 0644]
utils/sqlite/transaction_test.cpp [new file with mode: 0644]
utils/stacktrace.cpp [new file with mode: 0644]
utils/stacktrace.hpp [new file with mode: 0644]
utils/stacktrace_helper.cpp [new file with mode: 0644]
utils/stacktrace_test.cpp [new file with mode: 0644]
utils/stream.cpp [new file with mode: 0644]
utils/stream.hpp [new file with mode: 0644]
utils/stream_test.cpp [new file with mode: 0644]
utils/test_utils.ipp [new file with mode: 0644]
utils/text/Kyuafile [new file with mode: 0644]
utils/text/Makefile.am.inc [new file with mode: 0644]
utils/text/exceptions.cpp [new file with mode: 0644]
utils/text/exceptions.hpp [new file with mode: 0644]
utils/text/exceptions_test.cpp [new file with mode: 0644]
utils/text/operations.cpp [new file with mode: 0644]
utils/text/operations.hpp [new file with mode: 0644]
utils/text/operations.ipp [new file with mode: 0644]
utils/text/operations_test.cpp [new file with mode: 0644]
utils/text/regex.cpp [new file with mode: 0644]
utils/text/regex.hpp [new file with mode: 0644]
utils/text/regex_fwd.hpp [new file with mode: 0644]
utils/text/regex_test.cpp [new file with mode: 0644]
utils/text/table.cpp [new file with mode: 0644]
utils/text/table.hpp [new file with mode: 0644]
utils/text/table_fwd.hpp [new file with mode: 0644]
utils/text/table_test.cpp [new file with mode: 0644]
utils/text/templates.cpp [new file with mode: 0644]
utils/text/templates.hpp [new file with mode: 0644]
utils/text/templates_fwd.hpp [new file with mode: 0644]
utils/text/templates_test.cpp [new file with mode: 0644]
utils/units.cpp [new file with mode: 0644]
utils/units.hpp [new file with mode: 0644]
utils/units_fwd.hpp [new file with mode: 0644]
utils/units_test.cpp [new file with mode: 0644]