Skip to content
Snippets Groups Projects
  1. Mar 30, 2018
  2. Mar 29, 2018
  3. Mar 28, 2018
  4. Mar 27, 2018
  5. Mar 26, 2018
  6. Mar 25, 2018
  7. Mar 23, 2018
  8. Mar 21, 2018
  9. Mar 19, 2018
  10. Mar 17, 2018
  11. Mar 16, 2018
  12. Mar 14, 2018
  13. Mar 13, 2018
    • Daniel Koch's avatar
      Fix build several build errors · bfe09521
      Daniel Koch authored
      glslang/SPIRV/SpvBuilder.cpp:2533:27: error: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Werror,-Wsign-compare]
              for (int c = 0; c < accessChain.swizzle.size(); ++c)
                              ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
      1 error generated.
      
      glslang/hlsl/hlslParseHelper.cpp:69:5: error: field 'cullDistanceInput' will be initialized after field 'clipDistanceOutput' [-Werror,-Wreorder]
          cullDistanceInput(nullptr),
          ^
      1 error generated.
      
      glslang/glslang/MachineIndependent/attribute.cpp:85:16: error: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Werror,-Wsign-compare]
          if (argNum >= args->getSequence().size())
              ~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~
      1 error generated.
      bfe09521
    • John Kessenich's avatar
      Merge pull request #1293 from baldurk/remove-en-dash · 3e2a3c46
      John Kessenich authored
      Replace en-dash with simple ASCII hyphen
      3e2a3c46
    • Baldur Karlsson's avatar
      Replace en-dash with simple ASCII hyphen · 34cd7630
      Baldur Karlsson authored
      * This means the source file is ASCII instead of (assumed) UTF-8 and
        doesn't cause warnings when compiling on non-western codepages.
      34cd7630
Loading