1. 16 Nov, 2018 1 commit
  2. 12 Nov, 2018 1 commit
  3. 31 Oct, 2018 1 commit
    • Robert Kimball's avatar
      Change Backend::create to return std::unique_ptr<Backend> (#1909) · 05a404a8
      Robert Kimball authored
      * create unique_ptr backend
      
      * unit test cleanup
      
      * address more code that was recently added
      
      * change from reference to pointer when passing backend to reduce the number of lines changed.
      
      * fix build error
      
      * fix python wrapper
      
      * style
      
      * more specific treatment for unique_ptr
      05a404a8
  4. 26 Oct, 2018 1 commit
    • Nick Korovaiko's avatar
      DEX Debugger (#1798) · fc5842d9
      Nick Korovaiko authored
      * gdb-like interface + tests
      
      * fix not being able to run call twice without call
      
      * fix continue bug
      
      * fix enables; rename kontinue to resume
      
      * switch from lists of functors,enables to vector
      
      * address scott's feedback
      
      * adding a debugger object
      
      * address jayarams feedback
      fc5842d9