Import nodejs_20.18.3+dfsg.orig-ada.tar.xz
authorJérémy Lal <kapouer@melix.org>
Mon, 10 Feb 2025 14:45:36 +0000 (15:45 +0100)
committerJérémy Lal <kapouer@melix.org>
Mon, 10 Feb 2025 14:45:36 +0000 (15:45 +0100)
commit0a2c52ff43e223e202820a6628edeb7bf1cbd8cf
tree82beb53357b42702d6f990bada81e82b13139e2f
Import nodejs_20.18.3+dfsg.orig-ada.tar.xz

[dgit import orig nodejs_20.18.3+dfsg.orig-ada.tar.xz]
176 files changed:
.clang-format [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.github/FUNDING.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/1-bug-report.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/2-feature-request.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/aarch64.yml [new file with mode: 0644]
.github/workflows/alpine.yml [new file with mode: 0644]
.github/workflows/cifuzz.yml [new file with mode: 0644]
.github/workflows/codeql.yml [new file with mode: 0644]
.github/workflows/dependency-review.yml [new file with mode: 0644]
.github/workflows/documentation.yml [new file with mode: 0644]
.github/workflows/emscripten.yml [new file with mode: 0644]
.github/workflows/lint_and_format_check.yml [new file with mode: 0644]
.github/workflows/macos_install.yml [new file with mode: 0644]
.github/workflows/release-script-tests.yml [new file with mode: 0644]
.github/workflows/release_create.yml [new file with mode: 0644]
.github/workflows/release_prepare.yml [new file with mode: 0644]
.github/workflows/scorecard.yml [new file with mode: 0644]
.github/workflows/ubuntu-release.yml [new file with mode: 0644]
.github/workflows/ubuntu-s390x.yml [new file with mode: 0644]
.github/workflows/ubuntu-sanitized.yml [new file with mode: 0644]
.github/workflows/ubuntu-undef.yml [new file with mode: 0644]
.github/workflows/ubuntu.yml [new file with mode: 0644]
.github/workflows/ubuntu_install.yml [new file with mode: 0644]
.github/workflows/ubuntu_old.yml [new file with mode: 0644]
.github/workflows/ubuntu_pedantic.yml [new file with mode: 0644]
.github/workflows/visual_studio.yml [new file with mode: 0644]
.github/workflows/visual_studio_clang.yml [new file with mode: 0644]
.github/workflows/wpt-updater.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.python-version [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
SECURITY.md [new file with mode: 0644]
benchmarks/CMakeLists.txt [new file with mode: 0644]
benchmarks/bbc_bench.cpp [new file with mode: 0644]
benchmarks/bench.cpp [new file with mode: 0644]
benchmarks/bench_search_params.cpp [new file with mode: 0644]
benchmarks/benchmark_header.h [new file with mode: 0644]
benchmarks/benchmark_template.cpp [new file with mode: 0644]
benchmarks/competitors/servo-url/Cargo.lock [new file with mode: 0644]
benchmarks/competitors/servo-url/Cargo.toml [new file with mode: 0644]
benchmarks/competitors/servo-url/README.md [new file with mode: 0644]
benchmarks/competitors/servo-url/cbindgen.toml [new file with mode: 0644]
benchmarks/competitors/servo-url/lib.rs [new file with mode: 0644]
benchmarks/competitors/servo-url/servo_url.h [new file with mode: 0644]
benchmarks/model_bench.cpp [new file with mode: 0644]
benchmarks/percent_encode.cpp [new file with mode: 0644]
benchmarks/performancecounters/apple_arm_events.h [new file with mode: 0644]
benchmarks/performancecounters/event_counter.h [new file with mode: 0644]
benchmarks/performancecounters/linux-perf-events.h [new file with mode: 0644]
benchmarks/wpt_bench.cpp [new file with mode: 0644]
clang-format-ignore.txt [new file with mode: 0644]
cmake/CPM.cmake [new file with mode: 0644]
cmake/ada-config.cmake.in [new file with mode: 0644]
cmake/ada-flags.cmake [new file with mode: 0644]
cmake/add-cpp-test.cmake [new file with mode: 0644]
cmake/codecoverage.cmake [new file with mode: 0644]
docs/RELEASE.md [new file with mode: 0644]
docs/cli.md [new file with mode: 0644]
docs/doxygen/footer.html [new file with mode: 0644]
docs/doxygen/header.html [new file with mode: 0644]
doxygen [new file with mode: 0644]
fuzz/ada_c.c [new file with mode: 0644]
fuzz/ada_c.options [new file with mode: 0644]
fuzz/build.sh [new file with mode: 0755]
fuzz/can_parse.cc [new file with mode: 0644]
fuzz/idna.cc [new file with mode: 0644]
fuzz/parse.cc [new file with mode: 0644]
fuzz/parse.options [new file with mode: 0644]
fuzz/url.dict [new file with mode: 0644]
fuzz/url_search_params.cc [new file with mode: 0644]
include/ada.h [new file with mode: 0644]
include/ada/ada_idna.h [new file with mode: 0644]
include/ada/ada_version.h [new file with mode: 0644]
include/ada/character_sets-inl.h [new file with mode: 0644]
include/ada/character_sets.h [new file with mode: 0644]
include/ada/checkers-inl.h [new file with mode: 0644]
include/ada/checkers.h [new file with mode: 0644]
include/ada/common_defs.h [new file with mode: 0644]
include/ada/encoding_type.h [new file with mode: 0644]
include/ada/expected.h [new file with mode: 0644]
include/ada/helpers.h [new file with mode: 0644]
include/ada/implementation.h [new file with mode: 0644]
include/ada/log.h [new file with mode: 0644]
include/ada/parser.h [new file with mode: 0644]
include/ada/scheme-inl.h [new file with mode: 0644]
include/ada/scheme.h [new file with mode: 0644]
include/ada/serializers.h [new file with mode: 0644]
include/ada/state.h [new file with mode: 0644]
include/ada/unicode-inl.h [new file with mode: 0644]
include/ada/unicode.h [new file with mode: 0644]
include/ada/url-inl.h [new file with mode: 0644]
include/ada/url.h [new file with mode: 0644]
include/ada/url_aggregator-inl.h [new file with mode: 0644]
include/ada/url_aggregator.h [new file with mode: 0644]
include/ada/url_base-inl.h [new file with mode: 0644]
include/ada/url_base.h [new file with mode: 0644]
include/ada/url_components.h [new file with mode: 0644]
include/ada/url_search_params-inl.h [new file with mode: 0644]
include/ada/url_search_params.h [new file with mode: 0644]
include/ada_c.h [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
singleheader/CMakeLists.txt [new file with mode: 0644]
singleheader/README.md [new file with mode: 0644]
singleheader/amalgamate.py [new file with mode: 0755]
singleheader/demo.c [new file with mode: 0644]
singleheader/demo.cpp [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/ada.cpp [new file with mode: 0644]
src/ada_c.cpp [new file with mode: 0644]
src/ada_idna.cpp [new file with mode: 0644]
src/checkers.cpp [new file with mode: 0644]
src/helpers.cpp [new file with mode: 0644]
src/implementation.cpp [new file with mode: 0644]
src/parser.cpp [new file with mode: 0644]
src/serializers.cpp [new file with mode: 0644]
src/unicode.cpp [new file with mode: 0644]
src/url-getters.cpp [new file with mode: 0644]
src/url-setters.cpp [new file with mode: 0644]
src/url.cpp [new file with mode: 0644]
src/url_aggregator.cpp [new file with mode: 0644]
src/url_components.cpp [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/ada_c.cpp [new file with mode: 0644]
tests/basic_fuzzer.cpp [new file with mode: 0644]
tests/basic_tests.cpp [new file with mode: 0644]
tests/from_file_tests.cpp [new file with mode: 0644]
tests/installation/CMakeLists.txt [new file with mode: 0644]
tests/url_components.cpp [new file with mode: 0644]
tests/url_search_params.cpp [new file with mode: 0644]
tests/wasm/CMakeLists.txt [new file with mode: 0644]
tests/wasm/test.js.in [new file with mode: 0644]
tests/wasm/wasm.cpp [new file with mode: 0644]
tests/wpt/CMakeLists.txt [new file with mode: 0644]
tests/wpt/IdnaTestV2.json [new file with mode: 0644]
tests/wpt/ada_extra_setters_tests.json [new file with mode: 0644]
tests/wpt/ada_extra_urltestdata.json [new file with mode: 0644]
tests/wpt/ada_long_urltestdata.json [new file with mode: 0644]
tests/wpt/percent-encoding.json [new file with mode: 0644]
tests/wpt/setters_tests.json [new file with mode: 0644]
tests/wpt/toascii.json [new file with mode: 0644]
tests/wpt/urltestdata-javascript-only.json [new file with mode: 0644]
tests/wpt/urltestdata.json [new file with mode: 0644]
tests/wpt/verifydnslength_tests.json [new file with mode: 0644]
tests/wpt_tests.cpp [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]
tools/cli/CMakeLists.txt [new file with mode: 0644]
tools/cli/adaparse.cpp [new file with mode: 0644]
tools/cli/benchmark_adaparse.sh [new file with mode: 0644]
tools/cli/benchmark_write_to_file.sh [new file with mode: 0644]
tools/cli/line_iterator.h [new file with mode: 0644]
tools/prepare-doxygen.sh [new file with mode: 0755]
tools/release/__init__.py [new file with mode: 0644]
tools/release/create_release.py [new file with mode: 0755]
tools/release/lib/__init__.py [new file with mode: 0644]
tools/release/lib/release.py [new file with mode: 0644]
tools/release/lib/tests/__init__.py [new file with mode: 0644]
tools/release/lib/tests/samples/ada_version_h.txt [new file with mode: 0644]
tools/release/lib/tests/samples/ada_version_h_expected.txt [new file with mode: 0644]
tools/release/lib/tests/samples/cmakelists.txt [new file with mode: 0644]
tools/release/lib/tests/samples/cmakelists_expected.txt [new file with mode: 0644]
tools/release/lib/tests/samples/doxygen.txt [new file with mode: 0644]
tools/release/lib/tests/samples/doxygen_expected.txt [new file with mode: 0644]
tools/release/lib/tests/test_release.py [new file with mode: 0644]
tools/release/lib/tests/test_update_versions.py [new file with mode: 0644]
tools/release/lib/versions.py [new file with mode: 0644]
tools/release/requirements.txt [new file with mode: 0644]
tools/release/update_versions.py [new file with mode: 0755]
tools/run-clangcldocker.sh [new file with mode: 0755]
tools/update-wpt.sh [new file with mode: 0755]