Skip to content
Snippets Groups Projects
  1. Jan 27, 2021
    • Joe Snyder's avatar
      Handle friend operators in nested classes. · 2579b461
      Joe Snyder authored
      Expand the searching for the "free_operators" function.  As a nested
      class' parent is a class, we need to "recurse" up to find the namespace
      declaration which contains the list of free_operators.
      
      Expand the nested classes test to contain an operator and a friend
      operator.
      2579b461
    • Joe Snyder's avatar
      Add support for nested classes · 61f05384
      Joe Snyder authored
      Add support for wrapping a class which has a nested class within it.
      
      * Add checking for "classes" key in wrapping data
      * Switch to "returning" modules for all function calls
      * Pass those modules into the init functions when possible.
      * Add nested class tests
      * Fix nested classes in inheritance_features test
      
      Major functionality to go:
        * Template classes with nested classes will currently only nest in the
      last instance added.  Switch to init functions for each version so that
      we can properly add nested classes to each.
      61f05384
  2. Jan 21, 2021
  3. Jan 20, 2021
  4. Jan 19, 2021
  5. Jan 15, 2021
  6. Jan 14, 2021
  7. Jan 13, 2021
  8. Jan 11, 2021
  9. Jan 08, 2021
  10. Jan 07, 2021
  11. Jan 06, 2021
Loading