History log of /aosp_15_r20/external/emboss/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
99e0aae709-Aug-2024 David Rees <[email protected]>

Upgrade emboss to v2024.0809.170004

This project was upgraded with external_updater.
Usage: tools/external_updater/updater.sh update external/emboss
For more info, check https://cs.android.com/andro

Upgrade emboss to v2024.0809.170004

This project was upgraded with external_updater.
Usage: tools/external_updater/updater.sh update external/emboss
For more info, check https://cs.android.com/android/platform/superproject/main/+/main:tools/external_updater/README.md

Bug: 345526399
Test: TreeHugger
Change-Id: I271ea023ad0fd2aa48f31d263420f73fbe2e3321

show more ...


.bazelrc
.github/scripts/set_release_version.py
.github/workflows/release.yml
.github/workflows/verify-pull-request.yml
.gitignore
Android.bp
BUILD
CONTRIBUTING.md
LICENSE
METADATA
MODULE.bazel
MODULE_LICENSE_APACHE2
OWNERS
README.md
WORKSPACE
build_defs.bzl
compiler/__init__.py
compiler/back_end/__init__.py
compiler/back_end/cpp/BUILD
compiler/back_end/cpp/__init__.py
compiler/back_end/cpp/attributes.py
compiler/back_end/cpp/build_defs.bzl
compiler/back_end/cpp/emboss_codegen_cpp.py
compiler/back_end/cpp/generated_code_templates
compiler/back_end/cpp/header_generator.py
compiler/back_end/cpp/header_generator_test.py
compiler/back_end/cpp/testcode/alignments_test.cc
compiler/back_end/cpp/testcode/anonymous_bits_test.cc
compiler/back_end/cpp/testcode/auto_array_size_test.cc
compiler/back_end/cpp/testcode/bcd_test.cc
compiler/back_end/cpp/testcode/bits_test.cc
compiler/back_end/cpp/testcode/complex_offset_test.cc
compiler/back_end/cpp/testcode/complex_structure_test.cc
compiler/back_end/cpp/testcode/condition_test.cc
compiler/back_end/cpp/testcode/dynamic_size_test.cc
compiler/back_end/cpp/testcode/enum_case_test.cc
compiler/back_end/cpp/testcode/enum_test.cc
compiler/back_end/cpp/testcode/explicit_sizes_test.cc
compiler/back_end/cpp/testcode/float_test.cc
compiler/back_end/cpp/testcode/importer2_test.cc
compiler/back_end/cpp/testcode/importer_test.cc
compiler/back_end/cpp/testcode/inline_type_test.cc
compiler/back_end/cpp/testcode/int_sizes_test.cc
compiler/back_end/cpp/testcode/namespace_test.cc
compiler/back_end/cpp/testcode/nested_structure_test.cc
compiler/back_end/cpp/testcode/next_keyword_test.cc
compiler/back_end/cpp/testcode/no_enum_traits_test.cc
compiler/back_end/cpp/testcode/parameters_test.cc
compiler/back_end/cpp/testcode/read_log_file_status_test.cc
compiler/back_end/cpp/testcode/requires_test.cc
compiler/back_end/cpp/testcode/start_size_range_test.cc
compiler/back_end/cpp/testcode/subtypes_test.cc
compiler/back_end/cpp/testcode/text_format_test.cc
compiler/back_end/cpp/testcode/uint_sizes_test.cc
compiler/back_end/cpp/testcode/virtual_field_test.cc
compiler/back_end/util/BUILD
compiler/back_end/util/__init__.py
compiler/back_end/util/code_template.py
compiler/back_end/util/code_template_test.py
compiler/front_end/BUILD
compiler/front_end/__init__.py
compiler/front_end/attribute_checker.py
compiler/front_end/attribute_checker_test.py
compiler/front_end/attributes.py
compiler/front_end/constraints.py
compiler/front_end/constraints_test.py
compiler/front_end/dependency_checker.py
compiler/front_end/dependency_checker_test.py
compiler/front_end/docs_are_up_to_date_test.py
compiler/front_end/emboss_front_end.py
compiler/front_end/error_examples
compiler/front_end/expression_bounds.py
compiler/front_end/expression_bounds_test.py
compiler/front_end/format.py
compiler/front_end/format_emb.py
compiler/front_end/format_emb_test.py
compiler/front_end/generate_grammar_md.py
compiler/front_end/glue.py
compiler/front_end/glue_test.py
compiler/front_end/lr1.py
compiler/front_end/lr1_test.py
compiler/front_end/module_ir.py
compiler/front_end/module_ir_test.py
compiler/front_end/parser.py
compiler/front_end/parser_test.py
compiler/front_end/prelude.emb
compiler/front_end/reserved_words
compiler/front_end/symbol_resolver.py
compiler/front_end/symbol_resolver_test.py
compiler/front_end/synthetics.py
compiler/front_end/synthetics_test.py
compiler/front_end/tokenizer.py
compiler/front_end/tokenizer_test.py
compiler/front_end/type_check.py
compiler/front_end/type_check_test.py
compiler/front_end/write_inference.py
compiler/front_end/write_inference_test.py
compiler/util/BUILD
compiler/util/__init__.py
compiler/util/attribute_util.py
compiler/util/error.py
compiler/util/error_test.py
compiler/util/expression_parser.py
compiler/util/ir_data.py
compiler/util/ir_data_fields.py
compiler/util/ir_data_fields_test.py
compiler/util/ir_data_utils.py
compiler/util/ir_data_utils_test.py
compiler/util/ir_util.py
compiler/util/ir_util_test.py
compiler/util/name_conversion.py
compiler/util/name_conversion_test.py
compiler/util/parser_types.py
compiler/util/parser_types_test.py
compiler/util/resources.py
compiler/util/simple_memoizer.py
compiler/util/simple_memoizer_test.py
compiler/util/test_util.py
compiler/util/test_util_test.py
compiler/util/traverse_ir.py
compiler/util/traverse_ir_test.py
doc/BUILD
doc/BogoNEL_BN-P-6000404_User_Guide.pdf
doc/__init__.py
doc/cpp-guide.md
doc/cpp-reference.md
doc/design.md
doc/design_docs/archive/alternate_enum_cases.md
doc/design_docs/archive/explicitly_size_enums.md
doc/design_docs/archive/next_keyword.md
doc/design_docs/default_values.md
doc/design_docs/division_and_modulus.md
doc/design_docs/proto.md
doc/design_docs/strings.md
doc/design_docs/value_of_enum_function.md
doc/grammar.md
doc/guide.md
doc/index.md
doc/language-reference.md
doc/modular_congruence_multiplication_proof.pdf
doc/modular_congruence_multiplication_proof.tex
doc/roadmap.md
doc/sitemap.md
doc/text-format.md
doc/todo.md
embossc
integration/googletest/BUILD
integration/googletest/emboss_test_util.h
integration/googletest/emboss_test_util_test.cc
integration/vim/ft-emboss/ftdetect/emboss.vim
integration/vim/ft-emboss/ftplugin/emboss.vim
integration/vim/ft-emboss/syntax/emboss.vim
license_header
runtime/cpp/BUILD
runtime/cpp/emboss_arithmetic.h
runtime/cpp/emboss_arithmetic_all_known_generated.h
runtime/cpp/emboss_arithmetic_maximum_operation_generated.h
runtime/cpp/emboss_array_view.h
runtime/cpp/emboss_bit_util.h
runtime/cpp/emboss_constant_view.h
runtime/cpp/emboss_cpp_types.h
runtime/cpp/emboss_cpp_util.h
runtime/cpp/emboss_defines.h
runtime/cpp/emboss_enum_view.h
runtime/cpp/emboss_maybe.h
runtime/cpp/emboss_memory_util.h
runtime/cpp/emboss_prelude.h
runtime/cpp/emboss_text_util.h
runtime/cpp/emboss_view_parameters.h
runtime/cpp/generators/all_known.py
runtime/cpp/generators/maximum_operation_do.py
runtime/cpp/test/BUILD
runtime/cpp/test/build_defs.bzl
runtime/cpp/test/emboss_arithmetic_test.cc
runtime/cpp/test/emboss_array_view_test.cc
runtime/cpp/test/emboss_bit_util_test.cc
runtime/cpp/test/emboss_constant_view_test.cc
runtime/cpp/test/emboss_cpp_types_test.cc
runtime/cpp/test/emboss_cpp_util_google_integration_test.cc
runtime/cpp/test/emboss_defines_test.cc
runtime/cpp/test/emboss_enum_view_test.cc
runtime/cpp/test/emboss_maybe_test.cc
runtime/cpp/test/emboss_memory_util_test.cc
runtime/cpp/test/emboss_prelude_test.cc
runtime/cpp/test/emboss_text_util_test.cc
testdata/BUILD
testdata/__init__.py
testdata/absolute_cpp_namespace.emb
testdata/alignments.emb
testdata/anonymous_bits.emb
testdata/auto_array_size.emb
testdata/bcd.emb
testdata/bits.emb
testdata/complex_offset.emb
testdata/complex_structure.emb
testdata/condition.emb
testdata/cpp_namespace.emb
testdata/dynamic_size.emb
testdata/enum.emb
testdata/enum_case.emb
testdata/explicit_sizes.emb
testdata/float.emb
testdata/format/__init__.py
testdata/format/abbreviations.emb
testdata/format/abbreviations.emb.formatted
testdata/format/abbreviations.emb.formatted_indent_4
testdata/format/anonymous_bits_formatting.emb
testdata/format/anonymous_bits_formatting.emb.formatted
testdata/format/anonymous_bits_formatting.emb.formatted_indent_4
testdata/format/arithmetic_expressions.emb
testdata/format/arithmetic_expressions.emb.formatted
testdata/format/arithmetic_expressions.emb.formatted_indent_4
testdata/format/array_length.emb
testdata/format/array_length.emb.formatted
testdata/format/array_length.emb.formatted_indent_4
testdata/format/attributes.emb
testdata/format/attributes.emb.formatted
testdata/format/attributes.emb.formatted_indent_4
testdata/format/choice_expression.emb
testdata/format/choice_expression.emb.formatted
testdata/format/choice_expression.emb.formatted_indent_4
testdata/format/comparison_expressions.emb
testdata/format/comparison_expressions.emb.formatted
testdata/format/comparison_expressions.emb.formatted_indent_4
testdata/format/conditional_field_formatting.emb
testdata/format/conditional_field_formatting.emb.formatted
testdata/format/conditional_field_formatting.emb.formatted_indent_4
testdata/format/conditional_inline_bits_formatting.emb
testdata/format/conditional_inline_bits_formatting.emb.formatted
testdata/format/conditional_inline_bits_formatting.emb.formatted_indent_4
testdata/format/dotted_names.emb
testdata/format/dotted_names.emb.formatted
testdata/format/dotted_names.emb.formatted_indent_4
testdata/format/empty.emb
testdata/format/empty.emb.formatted
testdata/format/empty.emb.formatted_indent_4
testdata/format/enum_value_attributes.emb
testdata/format/enum_value_attributes.emb.formatted
testdata/format/enum_value_attributes.emb.formatted_indent_4
testdata/format/enum_value_bodies.emb
testdata/format/enum_value_bodies.emb.formatted
testdata/format/enum_value_bodies.emb.formatted_indent_4
testdata/format/enum_values_aligned.emb
testdata/format/enum_values_aligned.emb.formatted
testdata/format/enum_values_aligned.emb.formatted_indent_4
testdata/format/equality_expressions.emb
testdata/format/equality_expressions.emb.formatted
testdata/format/equality_expressions.emb.formatted_indent_4
testdata/format/external.emb
testdata/format/external.emb.formatted
testdata/format/external.emb.formatted_indent_4
testdata/format/extra_newlines.emb
testdata/format/extra_newlines.emb.formatted
testdata/format/extra_newlines.emb.formatted_indent_4
testdata/format/fields_aligned.emb
testdata/format/fields_aligned.emb.formatted
testdata/format/fields_aligned.emb.formatted_indent_4
testdata/format/functions.emb
testdata/format/functions.emb.formatted
testdata/format/functions.emb.formatted_indent_4
testdata/format/header_and_type.emb
testdata/format/header_and_type.emb.formatted
testdata/format/header_and_type.emb.formatted_indent_4
testdata/format/indent.emb
testdata/format/indent.emb.formatted
testdata/format/indent.emb.formatted_indent_4
testdata/format/inline_attributes_get_a_column.emb
testdata/format/inline_attributes_get_a_column.emb.formatted
testdata/format/inline_attributes_get_a_column.emb.formatted_indent_4
testdata/format/inline_bits.emb
testdata/format/inline_bits.emb.formatted
testdata/format/inline_bits.emb.formatted_indent_4
testdata/format/inline_documentation_gets_a_column.emb
testdata/format/inline_documentation_gets_a_column.emb.formatted
testdata/format/inline_documentation_gets_a_column.emb.formatted_indent_4
testdata/format/inline_enum.emb
testdata/format/inline_enum.emb.formatted
testdata/format/inline_enum.emb.formatted_indent_4
testdata/format/inline_struct.emb
testdata/format/inline_struct.emb.formatted
testdata/format/inline_struct.emb.formatted_indent_4
testdata/format/lines_not_spaced_out_with_excess_trailing_noise_lines.emb
testdata/format/lines_not_spaced_out_with_excess_trailing_noise_lines.emb.formatted
testdata/format/lines_not_spaced_out_with_excess_trailing_noise_lines.emb.formatted_indent_4
testdata/format/lines_not_spaced_out_with_not_enough_noise_lines.emb
testdata/format/lines_not_spaced_out_with_not_enough_noise_lines.emb.formatted
testdata/format/lines_not_spaced_out_with_not_enough_noise_lines.emb.formatted_indent_4
testdata/format/lines_spaced_out_with_noise_lines.emb
testdata/format/lines_spaced_out_with_noise_lines.emb.formatted
testdata/format/lines_spaced_out_with_noise_lines.emb.formatted_indent_4
testdata/format/logical_expressions.emb
testdata/format/logical_expressions.emb.formatted
testdata/format/logical_expressions.emb.formatted_indent_4
testdata/format/multiline_ifs.emb
testdata/format/multiline_ifs.emb.formatted
testdata/format/multiline_ifs.emb.formatted_indent_4
testdata/format/multiple_header_sections.emb
testdata/format/multiple_header_sections.emb.formatted
testdata/format/multiple_header_sections.emb.formatted_indent_4
testdata/format/nested_types_are_columnized_independently.emb
testdata/format/nested_types_are_columnized_independently.emb.formatted
testdata/format/nested_types_are_columnized_independently.emb.formatted_indent_4
testdata/format/one_type.emb
testdata/format/one_type.emb.formatted
testdata/format/one_type.emb.formatted_indent_4
testdata/format/parameterized_struct.emb
testdata/format/parameterized_struct.emb.formatted
testdata/format/parameterized_struct.emb.formatted_indent_4
testdata/format/sanity_check.emb
testdata/format/sanity_check.emb.formatted
testdata/format/sanity_check.emb.formatted_indent_4
testdata/format/spacing_between_types.emb
testdata/format/spacing_between_types.emb.formatted
testdata/format/spacing_between_types.emb.formatted_indent_4
testdata/format/trailing_spaces.emb
testdata/format/trailing_spaces.emb.formatted
testdata/format/trailing_spaces.emb.formatted_indent_4
testdata/format/virtual_fields.emb
testdata/format/virtual_fields.emb.formatted
testdata/format/virtual_fields.emb.formatted_indent_4
testdata/golden/README.md
testdata/golden/__init__.py
testdata/golden/span_se_log_file_status.emb
testdata/golden/span_se_log_file_status.ir.txt
testdata/golden/span_se_log_file_status.parse_tree.txt
testdata/golden/span_se_log_file_status.tokens.txt
testdata/import_dir/project/imported.emb
testdata/import_dir/project/importer.emb
testdata/imported.emb
testdata/importer.emb
testdata/importer2.emb
testdata/inline_type.emb
testdata/int_sizes.emb
testdata/large_array.emb
testdata/nested_structure.emb
testdata/next_keyword.emb
testdata/no_cpp_namespace.emb
testdata/no_enum_traits.emb
testdata/parameters.emb
testdata/requires.emb
testdata/start_size_range.emb
testdata/subtypes.emb
testdata/text_format.emb
testdata/uint_sizes.emb
testdata/virtual_field.emb