aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_export_type.h
Commit message (Expand)AuthorAgeFilesLines
* Improve code style.Stephen Hines2010-11-101-10/+10
* Exclude rs_matrixNxN from being RS object type.Zonr Chang2010-10-221-4/+20
* Add convertToSpecType() for every RSExportType derivative.Zonr Chang2010-10-221-2/+22
* Bug fix: support self-referential struct type.Zonr Chang2010-10-211-6/+9
* Revert "Bug fix: support self-referential struct type."Zonr Chang2010-10-211-9/+6
* Bug fix: support self-referential struct type.Zonr Chang2010-10-211-6/+9
* Unify type spec by creating rs-spec-gen.Zonr Chang2010-10-171-46/+14
* Implement one-definition-rule (ODR) feature.Zonr Chang2010-10-121-3/+20
* Prepend legal announcement in all files.Zonr Chang2010-10-121-0/+16
* Support for unsigned long and unsigned long long.Stephen Hines2010-10-111-1/+1
* Fix memory leak of RSExport* object create in processExport(). Now, they willZonr Chang2010-10-061-2/+6
* De-virtualize the RSExportType::getClass().Zonr Chang2010-10-061-19/+14
* Rewrite the RSExportConstantArrayType to better support reflectingZonr Chang2010-10-061-49/+42
* 1. Rewrite reflection of parameter packet in RSExportFunc. In order toZonr Chang2010-10-061-15/+14
* Create RSExportMatrixType which is a subclass of RSExportTypeZonr Chang2010-10-061-4/+45
* More coding style fixing to improve the readability. No actual semanticszonr2010-10-051-0/+433