summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Travis testing: Node 12 support not fully working yetWilliam S Fulton2021-02-241-0/+6
* Revert "Merge pull request #3 from tungntpham/new-node-fixes-refactor"tungpham252021-01-282-11/+15
* Merge pull request #3 from tungntpham/new-node-fixes-refactorTung Pham2021-01-252-15/+11
|\
| * OPTIM: Restructured the code where it checks for V8 version, removing duplica...TungPham51D2021-01-142-15/+11
|/
* Nodejs: run tests against Node.js v12Yegor Yefremov2020-04-071-0/+5
* Add support for Node.js v12Yegor Yefremov2020-04-074-10/+59
* Replace Handle with Local depending on Node.js versionYegor Yefremov2020-04-0710-76/+82
* Introduce macros to support both Handle and Local typesTom Leavy2020-04-071-0/+10
* Update changes fileWilliam S Fulton2020-02-181-0/+6
* Merge branch 'ryannevell-master'William S Fulton2020-02-184-0/+30
|\
| * Clean up test casesRyan Nevell2020-02-172-3/+4
| * Fix unwrapping of LUA lightuserdata type. Add test case.Ryan Nevell2020-02-174-0/+29
* | Ruby - catch exceptions by const referenceWilliam S Fulton2020-02-181-9/+8
* | Merge branch 'catch-value'William S Fulton2020-02-181-5/+5
|\ \ | |/ |/|
| * Catch exceptions by reference rather than by value.Daniel Mach2020-02-141-5/+5
* | Add conversion operator fix to changes fileWilliam S Fulton2020-02-141-0/+3
* | Merge branch 'abstract-conversion-operators'William S Fulton2020-02-143-1/+52
|\ \
| * | Add test cases for abstract user-defined conversion operatorsThomas REITMAYR2020-02-132-0/+36
| * | Recognize C++ conversion operators with trailing '= 0' as abstractThomas REITMAYR2020-02-131-1/+16
| |/
* | Remove an unnecessary shared_ptr reference count increment in Ruby wrappersWilliam S Fulton2020-02-131-17/+20
* | Minor code refactor in Python traits_asptr::asptrWilliam S Fulton2020-02-131-6/+5
* | Add changes entry for vector<shared_ptr<>> memory leak fixWilliam S Fulton2020-02-131-0/+3
* | Port Ruby test of vector<shared_ptr<>> to PythonWilliam S Fulton2020-02-131-0/+63
* | Merge branch 'master-fix-vector-shared_ptr'William S Fulton2020-02-131-6/+16
|\ \ | |/ |/|
| * fixing memleak of shared_ptr objects in python with creating a [wrapped] vect...Davy Durham2019-04-101-6/+16
* | html fixes in documentationWilliam S Fulton2020-02-074-7/+7
* | R documentation minor tweaksWilliam S Fulton2020-02-071-8/+14
* | Merge branch 'RDocs2020A'William S Fulton2020-02-071-10/+125
|\ \
| * | documentation about R accessors, with examplesRichard Beare2020-02-031-10/+125
* | | Update changes fileWilliam S Fulton2020-02-061-1/+1
* | | Better error checking when setting 'this' in PythonWilliam S Fulton2020-02-061-5/+5
* | | Fixing setting this in Python when using __slots__William S Fulton2020-02-064-15/+46
|/ /
* | Disable GC checks for Ruby auto_ptr testWilliam S Fulton2020-01-311-28/+12
* | Changes file correctionWilliam S Fulton2020-01-312-3/+3
* | Merge branch 'ruby-autoptr'William S Fulton2020-01-314-1/+64
|\ \
| * | Extend std::auto_ptr<> support to RubyVadim Zeitlin2020-01-174-1/+64
* | | Add changes entry for Python string error checking fixWilliam S Fulton2020-01-311-0/+4
* | | Merge branch 'Python-coverity'William S Fulton2020-01-312-5/+9
|\ \ \
| * | | Fix possible refleaks.Zackery Spytz2020-01-291-6/+5
| * | | Check Py{Bytes,String}_AsStringAndSize() for failureZackery Spytz2020-01-092-3/+8
* | | | Update changes file with python crash fixWilliam S Fulton2020-01-311-0/+3
* | | | Merge branch 'autodoc-doxygen-fix'William S Fulton2020-01-313-4/+22
|\ \ \ \
| * | | | Fix crash in Python backend when using empty docstringsVadim Zeitlin2020-01-303-4/+22
* | | | | Minor refactor of R error handling codeWilliam S Fulton2020-01-311-34/+32
* | | | | Changes file updateWilliam S Fulton2020-01-301-2/+5
* | | | | Fix R memory leak on exceptionArnaud BarreĢ2020-01-306-8/+129
* | | | | Remove redundant code from r.cxxWilliam S Fulton2020-01-301-115/+2
* | | | | Add changes entry about R attribute fixWilliam S Fulton2020-01-301-0/+9
* | | | | Fix display of template classnames in generated R codeWilliam S Fulton2020-01-301-4/+5
* | | | | Merge branch 'RMemberListTrialSimplify2019'William S Fulton2020-01-302-100/+223
|\ \ \ \ \