History log of /third_party/mesa3d/src/compiler/glsl/glcpp/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bf21554614-Sep-2024 openharmony_ci <120357966@qq.com>

!30 pkg-config 引用库路径修改需同步
Merge pull request !30 from 李西腾/master


README
glcpp-lex.l
glcpp-parse.y
glcpp.c
glcpp.h
meson.build
pp.c
pp_standalone_scaffolding.c
pp_standalone_scaffolding.h
tests/000-content-with-spaces.c
tests/000-content-with-spaces.c.expected
tests/001-define.c
tests/001-define.c.expected
tests/002-define-chain.c
tests/002-define-chain.c.expected
tests/003-define-chain-reverse.c
tests/003-define-chain-reverse.c.expected
tests/004-define-recursive.c
tests/004-define-recursive.c.expected
tests/005-define-composite-chain.c
tests/005-define-composite-chain.c.expected
tests/006-define-composite-chain-reverse.c
tests/006-define-composite-chain-reverse.c.expected
tests/007-define-composite-recursive.c
tests/007-define-composite-recursive.c.expected
tests/008-define-empty.c
tests/008-define-empty.c.expected
tests/009-undef.c
tests/009-undef.c.expected
tests/010-undef-re-define.c
tests/010-undef-re-define.c.expected
tests/011-define-func-empty.c
tests/011-define-func-empty.c.expected
tests/012-define-func-no-args.c
tests/012-define-func-no-args.c.expected
tests/013-define-func-1-arg-unused.c
tests/013-define-func-1-arg-unused.c.expected
tests/014-define-func-2-arg-unused.c
tests/014-define-func-2-arg-unused.c.expected
tests/015-define-object-with-parens.c
tests/015-define-object-with-parens.c.expected
tests/016-define-func-1-arg.c
tests/016-define-func-1-arg.c.expected
tests/017-define-func-2-args.c
tests/017-define-func-2-args.c.expected
tests/018-define-func-macro-as-parameter.c
tests/018-define-func-macro-as-parameter.c.expected
tests/019-define-func-1-arg-multi.c
tests/019-define-func-1-arg-multi.c.expected
tests/020-define-func-2-arg-multi.c
tests/020-define-func-2-arg-multi.c.expected
tests/021-define-func-compose.c
tests/021-define-func-compose.c.expected
tests/022-define-func-arg-with-parens.c
tests/022-define-func-arg-with-parens.c.expected
tests/023-define-extra-whitespace.c
tests/023-define-extra-whitespace.c.expected
tests/024-define-chain-to-self-recursion.c
tests/024-define-chain-to-self-recursion.c.expected
tests/025-func-macro-as-non-macro.c
tests/025-func-macro-as-non-macro.c.expected
tests/026-define-func-extra-newlines.c
tests/026-define-func-extra-newlines.c.expected
tests/027-define-chain-obj-to-func.c
tests/027-define-chain-obj-to-func.c.expected
tests/028-define-chain-obj-to-non-func.c
tests/028-define-chain-obj-to-non-func.c.expected
tests/029-define-chain-obj-to-func-with-args.c
tests/029-define-chain-obj-to-func-with-args.c.expected
tests/030-define-chain-obj-to-func-compose.c
tests/030-define-chain-obj-to-func-compose.c.expected
tests/031-define-chain-func-to-func-compose.c
tests/031-define-chain-func-to-func-compose.c.expected
tests/032-define-func-self-recurse.c
tests/032-define-func-self-recurse.c.expected
tests/033-define-func-self-compose.c
tests/033-define-func-self-compose.c.expected
tests/034-define-func-self-compose-non-func.c
tests/034-define-func-self-compose-non-func.c.expected
tests/035-define-func-self-compose-non-func-multi-token-argument.c
tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
tests/036-define-func-non-macro-multi-token-argument.c
tests/036-define-func-non-macro-multi-token-argument.c.expected
tests/037-finalize-unexpanded-macro.c
tests/037-finalize-unexpanded-macro.c.expected
tests/038-func-arg-with-commas.c
tests/038-func-arg-with-commas.c.expected
tests/039-func-arg-obj-macro-with-comma.c
tests/039-func-arg-obj-macro-with-comma.c.expected
tests/040-token-pasting.c
tests/040-token-pasting.c.expected
tests/041-if-0.c
tests/041-if-0.c.expected
tests/042-if-1.c
tests/042-if-1.c.expected
tests/043-if-0-else.c
tests/043-if-0-else.c.expected
tests/044-if-1-else.c
tests/044-if-1-else.c.expected
tests/045-if-0-elif.c
tests/045-if-0-elif.c.expected
tests/046-if-1-elsif.c
tests/046-if-1-elsif.c.expected
tests/047-if-elif-else.c
tests/047-if-elif-else.c.expected
tests/048-if-nested.c
tests/048-if-nested.c.expected
tests/049-if-expression-precedence.c
tests/049-if-expression-precedence.c.expected
tests/050-if-defined.c
tests/050-if-defined.c.expected
tests/051-if-relational.c
tests/051-if-relational.c.expected
tests/052-if-bitwise.c
tests/052-if-bitwise.c.expected
tests/053-if-divide-and-shift.c
tests/053-if-divide-and-shift.c.expected
tests/054-if-with-macros.c
tests/054-if-with-macros.c.expected
tests/055-define-chain-obj-to-func-parens-in-text.c
tests/055-define-chain-obj-to-func-parens-in-text.c.expected
tests/056-macro-argument-with-comma.c
tests/056-macro-argument-with-comma.c.expected
tests/057-empty-arguments.c
tests/057-empty-arguments.c.expected
tests/058-token-pasting-empty-arguments.c
tests/058-token-pasting-empty-arguments.c.expected
tests/059-token-pasting-integer.c
tests/059-token-pasting-integer.c.expected
tests/060-left-paren-in-macro-right-paren-in-text.c
tests/060-left-paren-in-macro-right-paren-in-text.c.expected
tests/061-define-chain-obj-to-func-multi.c
tests/061-define-chain-obj-to-func-multi.c.expected
tests/062-if-0-skips-garbage.c
tests/062-if-0-skips-garbage.c.expected
tests/063-comments.c
tests/063-comments.c.expected
tests/064-version.c
tests/064-version.c.expected
tests/065-if-defined-parens.c
tests/065-if-defined-parens.c.expected
tests/066-if-nospace-expression.c
tests/066-if-nospace-expression.c.expected
tests/067-nested-ifdef-ifndef.c
tests/067-nested-ifdef-ifndef.c.expected
tests/068-accidental-pasting.c
tests/068-accidental-pasting.c.expected
tests/069-repeated-argument.c
tests/069-repeated-argument.c.expected
tests/070-undefined-macro-in-expression.c
tests/070-undefined-macro-in-expression.c.expected
tests/071-punctuator.c
tests/071-punctuator.c.expected
tests/072-token-pasting-same-line.c
tests/072-token-pasting-same-line.c.expected
tests/073-if-in-ifdef.c
tests/073-if-in-ifdef.c.expected
tests/074-elif-undef.c
tests/074-elif-undef.c.expected
tests/075-elif-elif-undef.c
tests/075-elif-elif-undef.c.expected
tests/076-elif-undef-nested.c
tests/076-elif-undef-nested.c.expected
tests/077-else-without-if.c
tests/077-else-without-if.c.expected
tests/078-elif-without-if.c
tests/078-elif-without-if.c.expected
tests/079-endif-without-if.c
tests/079-endif-without-if.c.expected
tests/080-if-without-expression.c
tests/080-if-without-expression.c.expected
tests/081-elif-without-expression.c
tests/081-elif-without-expression.c.expected
tests/082-invalid-paste.c
tests/082-invalid-paste.c.expected
tests/083-unterminated-if.c
tests/083-unterminated-if.c.expected
tests/084-unbalanced-parentheses.c
tests/084-unbalanced-parentheses.c.expected
tests/085-incorrect-argument-count.c
tests/085-incorrect-argument-count.c.expected
tests/086-reserved-macro-names.c
tests/086-reserved-macro-names.c.expected
tests/087-if-comments.c
tests/087-if-comments.c.expected
tests/088-redefine-macro-legitimate.c
tests/088-redefine-macro-legitimate.c.expected
tests/089-redefine-macro-error.c
tests/089-redefine-macro-error.c.expected
tests/090-hash-error.c
tests/090-hash-error.c.expected
tests/091-hash-line.c
tests/091-hash-line.c.expected
tests/092-redefine-macro-error-2.c
tests/092-redefine-macro-error-2.c.expected
tests/093-divide-by-zero.c
tests/093-divide-by-zero.c.expected
tests/094-divide-by-zero-short-circuit.c
tests/094-divide-by-zero-short-circuit.c.expected
tests/095-recursive-define.c
tests/095-recursive-define.c.expected
tests/096-paste-twice.c
tests/096-paste-twice.c.expected
tests/097-paste-with-non-function-macro.c
tests/097-paste-with-non-function-macro.c.expected
tests/098-elif-undefined.c
tests/098-elif-undefined.c.expected
tests/099-c99-example.c
tests/099-c99-example.c.expected
tests/100-macro-with-colon.c
tests/100-macro-with-colon.c.expected
tests/101-macros-used-twice.c
tests/101-macros-used-twice.c.expected
tests/102-garbage-after-endif.c
tests/102-garbage-after-endif.c.expected
tests/103-garbage-after-else-0.c
tests/103-garbage-after-else-0.c.expected
tests/104-hash-line-followed-by-code.c
tests/104-hash-line-followed-by-code.c.expected
tests/105-multiline-hash-line.c
tests/105-multiline-hash-line.c.expected
tests/106-multiline-hash-if.c
tests/106-multiline-hash-if.c.expected
tests/107-multiline-hash-elif.c
tests/107-multiline-hash-elif.c.expected
tests/108-no-space-after-hash-version.c
tests/108-no-space-after-hash-version.c.expected
tests/109-no-space-after-hash-line.c
tests/109-no-space-after-hash-line.c.expected
tests/110-no-space-digits-after-hash-elif.c
tests/110-no-space-digits-after-hash-elif.c.expected
tests/111-no-space-operator-after-hash-if.c
tests/111-no-space-operator-after-hash-if.c.expected
tests/112-no-space-operator-after-hash-elif.c
tests/112-no-space-operator-after-hash-elif.c.expected
tests/113-line-and-file-macros.c
tests/113-line-and-file-macros.c.expected
tests/114-paste-integer-tokens.c
tests/114-paste-integer-tokens.c.expected
tests/115-line-continuations.c
tests/115-line-continuations.c.expected
tests/116-disable-line-continuations.c
tests/116-disable-line-continuations.c.expected
tests/117-line-continuation-and-non-continuation-backslash.c
tests/117-line-continuation-and-non-continuation-backslash.c.expected
tests/118-comment-becomes-space.c
tests/118-comment-becomes-space.c.expected
tests/119-elif-after-else.c
tests/119-elif-after-else.c.expected
tests/120-undef-builtin.c
tests/120-undef-builtin.c.expected
tests/121-comment-bug-72686.c
tests/121-comment-bug-72686.c.expected
tests/122-redefine-whitespace.c
tests/122-redefine-whitespace.c.expected
tests/123-garbage-after-else-1.c
tests/123-garbage-after-else-1.c.expected
tests/124-preprocessing-numbers.c
tests/124-preprocessing-numbers.c.expected
tests/125-es-short-circuit-undefined.c
tests/125-es-short-circuit-undefined.c.expected
tests/126-garbage-after-directive.c
tests/126-garbage-after-directive.c.expected
tests/127-pragma-empty.c
tests/127-pragma-empty.c.expected
tests/128-space-before-hash.c
tests/128-space-before-hash.c.expected
tests/129-define-non-identifier.c
tests/129-define-non-identifier.c.expected
tests/130-define-comment.c
tests/130-define-comment.c.expected
tests/131-eof-without-newline.c
tests/131-eof-without-newline.c.expected
tests/132-eof-without-newline-define.c
tests/132-eof-without-newline-define.c.expected
tests/133-eof-without-newline-comment.c
tests/133-eof-without-newline-comment.c.expected
tests/134-hash-comment-directive.c
tests/134-hash-comment-directive.c.expected
tests/135-duplicate-parameter.c
tests/135-duplicate-parameter.c.expected
tests/136-plus-plus-and-minus-minus.c
tests/136-plus-plus-and-minus-minus.c.expected
tests/137-expand-macro-after-period.c
tests/137-expand-macro-after-period.c.expected
tests/138-multi-line-comment-in-if-0.c
tests/138-multi-line-comment-in-if-0.c.expected
tests/139-define-without-macro-name.c
tests/139-define-without-macro-name.c.expected
tests/140-null-directive.c
tests/140-null-directive.c.expected
tests/141-pragma-and-__LINE__.c
tests/141-pragma-and-__LINE__.c.expected
tests/142-defined-within-macro.c
tests/142-defined-within-macro.c.expected
tests/143-multiple-else.c
tests/143-multiple-else.c.expected
tests/144-implicit-version.c
tests/144-implicit-version.c.expected
tests/145-version-first.c
tests/145-version-first.c.expected
tests/146-version-first-hash.c
tests/146-version-first-hash.c.expected
tests/147-define-macro-no-space.c
tests/147-define-macro-no-space.c.expected
tests/147-undef-builtin-allowed.c
tests/147-undef-builtin-allowed.c.expected
tests/148-legal-characters.c
tests/148-legal-characters.c.expected
tests/149-hex-const-uppercase-prefix.c
tests/149-hex-const-uppercase-prefix.c.expected
tests/glcpp_test.py