summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'avalluri-leaks'William S Fulton2016-06-269-6/+36
| |\ \
| | * | whitespace fixWilliam S Fulton2016-06-261-1/+1
| | * | memory leak improvements - delete at end of scopeWilliam S Fulton2016-06-261-2/+3
| | * | CCache: Fix typo in null checkAmarnath Valluri2016-06-171-1/+1
| | * | CCache: Fix memory/file descriptor leaksAmarnath Valluri2016-06-175-4/+25
| | * | scilab.cxx: Fix memory leaksAmarnath Valluri2016-06-161-0/+3
| | * | Fix leaked file descriptorAmarnath Valluri2016-06-161-0/+1
| | * | Lua: Fix possible memory leaksAmarnath Valluri2016-06-161-0/+3
| | * | go.cxx: Fix use of a freed variableAmarnath Valluri2016-06-161-1/+2
| * | | Add changes entry for -castmode and integer conversion fixWilliam S Fulton2016-06-251-0/+5
| * | | castmode was failing overflow tests. Fix it.Mike Romberg2016-06-251-0/+4
| * | | Add changes entry for %implicitconv fix with -castmode or -fastdispatchWilliam S Fulton2016-06-251-1/+13
| * | | Merge branch 'ahnolds-implicittest'William S Fulton2016-06-251-2/+14
| |\ \ \
| | * | | Fixing implicitconv handling for fastdispatch and castmodeAlec Cooper2016-06-231-2/+14
| * | | | Add new C++11 type aliasing support to changes fileWilliam S Fulton2016-06-253-2/+6
| * | | | Added support for type aliasLior Goldberg2016-06-225-53/+121
| |/ / /
| * | | Fix autodoc testcase for python -fastproxyWilliam S Fulton2016-06-221-0/+8
| * | | %shared_ptr and %template testcase modified to work for python -OWilliam S Fulton2016-06-212-6/+9
| * | | smartptr inheritance fix when using templates and typedefsWilliam S Fulton2016-06-212-4/+9
| * | | Replace assert from Python testcases with code that always runs.William S Fulton2016-06-195-9/+18
| |/ /
* | | Fixed: Variable example didn't runNishant Gupta2016-07-301-0/+1
* | | Accessor's variant shouldn't be const?Nishant Gupta2016-07-301-1/+1
* | | Printv fixNishant Gupta2016-07-301-1/+1
* | | Merge pull request #1 from ojwb/swig-hhvm-cxx-compilerNishant Gupta2016-07-301-2/+2
|\ \ \
| * | | Use CXX as the C++ compiler to build HHVM examplesOlly Betts2016-07-301-2/+2
|/ / /
* | | Added Variables examplesNishant Gupta2016-07-296-0/+290
* | | Handle signed and unsigned char as integersNishant Gupta2016-07-292-18/+17
* | | Use member staticstring instead of creating new oneNishant Gupta2016-07-291-8/+7
* | | Implement class cachingNishant Gupta2016-07-293-5/+27
* | | Implemented TypeWrapper Classes, changed pointers to be handled as objectsNishant Gupta2016-07-292-52/+244
* | | small cleanup to reduce warningsNishant Gupta2016-07-281-8/+6
* | | Move Method Wrappers out of Native Wrapper ClassNishant Gupta2016-07-272-23/+19
* | | Example: templateNishant Gupta2016-07-257-12/+120
* | | Example: FunctorNishant Gupta2016-07-234-0/+65
* | | Revert back to References for pointersNishant Gupta2016-07-235-49/+63
* | | example: syncNishant Gupta2016-07-238-2/+69
* | | Small clean-upNishant Gupta2016-07-231-1/+0
* | | Member constants and enumsNishant Gupta2016-07-2311-1038/+158
* | | Bug fix and small restructuringNishant Gupta2016-07-224-29/+33
* | | Inline accessorsNishant Gupta2016-07-225-13/+1143
* | | Value and Reference ExamplesNishant Gupta2016-07-1615-10/+337
* | | Returning Objects and bugfixNishant Gupta2016-07-102-11/+12
* | | Objects as paramsNishant Gupta2016-07-102-35/+81
* | | ReferencesNishant Gupta2016-07-067-18/+94
* | | Class example addedNishant Gupta2016-07-0412-1324/+10
* | | Destructor fixNishant Gupta2016-07-044-8/+6
* | | Inheritance + Internal functions relocatedNishant Gupta2016-07-0420-283/+629
* | | Overloading restructured + Overloaded Methods ImplementedNishant Gupta2016-07-034-91/+115
* | | Small bugfix in dispatch functionNishant Gupta2016-07-016-22/+76
* | | Static variablesNishant Gupta2016-07-019-13/+80