aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_object_ref_count.h
Commit message (Expand)AuthorAgeFilesLines
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-2/+2
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-4/+0
* Move DataType enum out of RSExportPrimitiveDataType.Jean-Luc Brouillet2014-05-151-9/+7
* Remove rs_spec_gen and associated macros.Jean-Luc Brouillet2014-04-301-2/+12
* Fix .rs.dtor scoping bug.Stephen Hines2011-09-161-1/+2
* Generate .rs.dtor() to clean up globals.Stephen Hines2011-08-311-1/+3
* Disallow union copies that contain RS object typesStephen Hines2011-04-201-10/+8
* Add support for RSASTReplace for ref-counting.Stephen Hines2011-03-291-3/+10
* Initialize structs.Stephen Hines2011-02-111-1/+2
* Replace struct assignments with rsSetObject calls.Stephen Hines2011-02-111-2/+5
* Handle struct reference counting.Stephen Hines2011-02-101-11/+32
* Handle local RS object initialization properly.Stephen Hines2011-02-041-1/+8
* Replace RS object assignments with rsSetObject().Stephen Hines2011-01-261-0/+2
* Convert from use of Expr -> Stmt.Stephen Hines2010-12-151-1/+2
* Support local destructor for many return stmts.Stephen Hines2010-11-111-2/+0
* Improve code style.Stephen Hines2010-11-101-5/+12
* Add simple destructors to local RS objects.Stephen Hines2010-11-081-3/+34
* Factor out RSObjectRefCount for destructor work.Stephen Hines2010-11-051-0/+73