1. 5abbe0e Replace the NULL macro with nullptr literal. by Chris Wailes · 10 years ago
  2. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  3. cec9b65 Move DataType enum out of RSExportPrimitiveDataType. by Jean-Luc Brouillet · 10 years ago
  4. 474655a Remove rs_spec_gen and associated macros. by Jean-Luc Brouillet · 10 years ago
  5. 3f175af Fix .rs.dtor scoping bug. by Stephen Hines · 13 years ago
  6. 688e64b Generate .rs.dtor() to clean up globals. by Stephen Hines · 13 years ago
  7. d0b5edd Disallow union copies that contain RS object types by Stephen Hines · 13 years ago
  8. 292e00a Add support for RSASTReplace for ref-counting. by Stephen Hines · 13 years ago
  9. a0611e6 Initialize structs. by Stephen Hines · 13 years ago
  10. 2bb67db Replace struct assignments with rsSetObject calls. by Stephen Hines · 13 years ago
  11. f2174cf Handle struct reference counting. by Stephen Hines · 13 years ago
  12. e79fb5e Handle local RS object initialization properly. by Stephen Hines · 13 years ago
  13. c202d2d Replace RS object assignments with rsSetObject(). by Stephen Hines · 13 years ago
  14. d5f9d6c Convert from use of Expr -> Stmt. by Stephen Hines · 13 years ago
  15. 4464d82 Support local destructor for many return stmts. by Stephen Hines · 14 years ago
  16. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  17. 1bdd497 Add simple destructors to local RS objects. by Stephen Hines · 14 years ago
  18. 4b32ffd Factor out RSObjectRefCount for destructor work. by Stephen Hines · 14 years ago