Skip to content
Snippets Groups Projects
  1. Oct 28, 2017
  2. Oct 27, 2017
  3. Oct 25, 2017
  4. Oct 23, 2017
  5. Oct 22, 2017
  6. Oct 18, 2017
  7. Oct 17, 2017
  8. Oct 16, 2017
  9. Sep 05, 2017
  10. Jul 31, 2017
  11. Jul 23, 2017
  12. Jan 03, 2017
  13. Dec 19, 2016
    • John Kessenich's avatar
      PP: Implement token pasting for PP identifiers. · d485e0b7
      John Kessenich authored
      Implement token pasting as per the C++ specification, within the current
      style of the PP code.
      Non-identifiers (turning 12 ## 10 into the numeral 1210) is not yet covered;
      they should be a simple incremental change built on this one.
      Addresses issue #255.
      d485e0b7
  14. Oct 05, 2016
    • David Neto's avatar
      Gtests can be run on another source tree · 1d3a9661
      David Neto authored
      The gtest executable accepts a --test-root option to specify
      a root directory for test files.  It defaults to the Test directory
      in the source tree from which the executable is built.
      
      For example, this lets us run test exectuables built with MinGW on Linux
      on a Windows machine with its own copy of the source tree.
      1d3a9661
  15. Jul 30, 2016
  16. Jul 07, 2016
  17. Jun 28, 2016
  18. Jun 06, 2016
  19. May 30, 2016
  20. May 16, 2016
  21. Mar 31, 2016
    • Lei Zhang's avatar
      Link in Google Test framework. · 414eb604
      Lei Zhang authored
      The existing test harness is a homemade shell script. All the tests
      and the expected results are written in plain text files. The harness
      just reads in a test, invoke the glslangValidator binary on it, and
      compare the result with the golden file. All tests are kinda
      integration tests.
      
      This patch add Google Test as an external project, which provides a
      new harness for reading shader source files, compile to SPIR-V, and
      then compare with the expected output.
      414eb604
Loading