aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_var.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace the NULL macro with nullptr literal.Chris Wailes2014-08-201-1/+1
* Remove useless "return;" statements.Jean-Luc Brouillet2014-05-271-2/+0
* Add ReportErrror/Warning to RSContext.Jean-Luc Brouillet2014-01-161-24/+11
* Fix build.Shih-wei Liao2012-08-031-0/+1
* Fix reflection of setters for unsigned primitive types.Stephen Hines2012-07-241-1/+5
* Style violation cleanup.Stephen Hines2012-02-241-1/+1
* Support initialization of constant array exports.Stephen Hines2012-02-131-15/+54
* Revert "Support initialization of constant array exports."Stephen Hines2012-02-131-53/+15
* Support initialization of constant array exports.Stephen Hines2012-02-101-15/+53
* Adapt to upstream changes.Stephen Hines2011-11-101-2/+2
* Add support for assertions in llvm-rs-cc.Stephen Hines2011-02-071-1/+2
* Improve code style.Stephen Hines2010-11-101-3/+5
* Use Clang object references instead of pointers.Stephen Hines2010-11-031-3/+3
* Implement one-definition-rule (ODR) feature.Zonr Chang2010-10-121-1/+0
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Fix memory leak of RSExport* object create in processExport(). Now, they willZonr Chang2010-10-061-1/+2
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-11/+9
* The Mother-of-All code review:Shih-wei Liao2010-10-031-27/+36
* Apply changes on slang such that it can work with LLVM/Clang upstream r112364...Shih-wei Liao2010-09-111-2/+2
* Add QT.isConstQualified, to determine whether set_* needs to be reflected.Shih-wei Liao2010-07-191-3/+12
* Reflect initializer of an exported variable if any.Shih-wei Liao2010-06-211-2/+30
* Initialize slang and Android.mk.Shih-wei Liao2010-06-041-0/+16