summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'r-script-fixes'William S Fulton2020-06-021-5/+5
|\
| * fixed some missing semicolons. Each one caused a compile error in generated codekhoran2020-03-251-5/+5
* | octrun.swg: ensure type_id() is set correctlyKarl Wette2020-05-311-3/+14
* | Octave: use pre-compiled headers to speed up test suite, if supportedKarl Wette2020-05-317-122/+136
* | octruntime.swg: do not use atexit() to quit OctaveKarl Wette2020-05-311-6/+26
* | octrun.swg: remove octave_value type-id from octave_swig_bound_funcKarl Wette2020-05-312-11/+0
* | D: Replace deprecated imports (package std.c). Fixes #1593Marcel Steinbeck2020-05-301-2/+3
* | Merge pull request #1716 from ZackerySpytz/Python-utf8-cacheWilliam S Fulton2020-05-291-4/+6
|\ \ | |/ |/|
| * Use PyUnicode_AsUTF8() for Python >= 3.3Zackery Spytz2020-01-311-4/+6
* | Merge branch 'ryannevell-master'William S Fulton2020-02-181-0/+5
|\ \
| * | Fix unwrapping of LUA lightuserdata type. Add test case.Ryan Nevell2020-02-171-0/+5
* | | 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
* | | 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
* | | 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
* | | 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-061-14/+11
| |/ |/|
* | Merge branch 'ruby-autoptr'William S Fulton2020-01-311-0/+17
|\ \
| * | Extend std::auto_ptr<> support to RubyVadim Zeitlin2020-01-171-0/+17
* | | 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
* | | | Minor refactor of R error handling codeWilliam S Fulton2020-01-311-34/+32
* | | | Fix R memory leak on exceptionArnaud BarreĢ2020-01-302-4/+43
* | | | Fix unused-parameter warning in pycontainer.swgJulien Schueller2020-01-171-1/+1
| |/ / |/| |
* | | Merge branch 'OCaml-caml_named_value-const'William S Fulton2020-01-133-6/+6
|\ \ \
| * | | [OCaml] Fix compilation errors with OCaml 4.09.0Zackery Spytz2019-12-293-6/+6
* | | | Merge branch 'builtin-ctor-kwargs'William S Fulton2020-01-131-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Python -builtin constructors silently ignored keyword arguments.William S Fulton2020-01-131-0/+13
| |/ /
* | | Merge branch 'py38_initializer'William S Fulton2020-01-053-0/+30
|\ \ \
| * | | Fix missing-field-initializers warning with Py3.8Julien Schueller2019-11-203-0/+30
| |/ /
* | | Merge branch 'octave_swig_this'William S Fulton2020-01-051-3/+3
|\ \ \
| * | | Changed return type of swig_this() to size_t.Markus Friedrich2019-12-241-3/+3
| |/ /
* | | Improve description of cast macros for RubyThomas Reitmayr2020-01-041-8/+24
* | | Move new macros for Ruby to their dedicated namespaceThomas Reitmayr2020-01-032-6/+10
* | | Add support for Ruby 2.7Thomas Reitmayr2019-12-314-36/+29
|/ /
* | Merge pull request #1619 from emminizer/fix-msvc2019-pythonWilliam S Fulton2019-10-015-6/+6
|\ \
| * | Fix error in generated code for Python in MSVC 2019.Daniel Emminizer2019-08-295-6/+6
* | | Improve error handling calling PyObject_SetAttrWilliam S Fulton2019-09-132-6/+11
|/ /
* | Merge branch 'illegal_state_except'William S Fulton2019-08-201-5/+7
|\ \
| * | [Java] Add support for throwing IllegalStateExceptionBrad Kotsopoulos2019-08-181-5/+7
* | | Merge branch 'sjml-patch-1-lua-print'William S Fulton2019-08-191-28/+22
|\ \ \ | |/ / |/| |
| * | removing unnecessary bitsShane Liesegang2019-08-021-7/+1
| * | closer match to Python's outputShane Liesegang2019-08-021-1/+1
| * | typoShane Liesegang2019-07-281-1/+1
| * | actually seeing both is usefulShane Liesegang2019-07-271-1/+1
| * | matching code conventionsShane Liesegang2019-07-201-20/+20