Edit

kc3-lang/angle/.gitattributes

Branch :

  • Show log

    Commit

  • Author : Shahbaz Youssefi
    Date : 2019-11-25 16:14:55
    Hash : 5efb36b9
    Message : Automatically call flex/bison if necessary ANGLE translator's parser code generation is changed to use the binaries of flex/bison stored in the cloud. scripts/run_code_generation.py now automatically runs these files if the input files change. Bug: angleproject:3419 Change-Id: Icce4247f93b27baf8ee12dbb16112fa2cc98c111 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1940572 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>

  • .gitattributes
  • *                                          text=auto
    *.sln                                      eol=crlf
    *.vcxproj                                  eol=crlf
    *.vcxproj.filters                          eol=crlf
    *.bat                                      eol=crlf
    *.rc                                       eol=crlf
    **/compiled/*.h                            eol=crlf
    **/shaders/gen/*.inc                       eol=lf
    *.sh                                       eol=lf
    *.gn                                       eol=lf
    *.gni                                      eol=lf
    src/compiler/preprocessor/preprocessor_*.* eol=lf
    src/compiler/translator/glslang_*.*        eol=lf
    
    # Git conflict markers in the json file break the code generator.
    # Using a binary merge strategy forces conflicts without changing file contents.
    scripts/code_generation_hashes/*.json merge=binary