Skip to content
Snippets Groups Projects
  1. Apr 03, 2017
  2. Apr 02, 2017
    • steve-lunarg's avatar
      Refactor TType::contains* methods (nonfunctional) · 27309f68
      steve-lunarg authored
      There were many (~8) different places in TType which all knew how to traverse
      the struct/type hierarchy.  There's a need to add another, but I didn't
      want to duplicate the traversal code again.  This is a small refactoring
      which passes a predicate to a single traverse-and-test method.  That also
      shortens all the containsSomething() methods from 9 lines of body to 1.
      
      There are no test differences: it's nonfunctional.
      27309f68
  3. Apr 01, 2017
  4. Mar 31, 2017
  5. Mar 30, 2017
  6. Mar 29, 2017
  7. Mar 28, 2017
  8. Mar 25, 2017
  9. Mar 24, 2017
  10. Mar 23, 2017
  11. Mar 22, 2017
  12. Mar 20, 2017
Loading