1. 14 May, 2019 1 commit
    • Scott Cyphers's avatar
      Remove remaining osx compiler warnings (#2925) · 1cbc1517
      Scott Cyphers authored
      * Fix clang compiler warnings
      
      * Remove unintended file.
      
      * style
      
      * Not part of PR
      
      * Another extra closure ref
      
      * More warnings from merges
      
      * Lambda arg was used
      
      * Remove remaining osx compiler warnings
      
      * style
      
      * Try to avoid compiler warning
      
      * Same for the other test
      1cbc1517
  2. 02 Apr, 2019 1 commit
  3. 19 Mar, 2019 1 commit
  4. 27 Jan, 2019 1 commit
  5. 03 Jan, 2019 1 commit
  6. 16 Nov, 2018 1 commit
  7. 12 Nov, 2018 1 commit
  8. 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
  9. 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