summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .travis.yml: require Octave build on OSX to passKarl Wette2020-05-311-4/+0
* .travis.yml: add Octave test on Ubuntu BionicKarl Wette2020-05-311-1/+6
* Octave: use pre-compiled headers to speed up test suite, if supportedKarl Wette2020-05-3112-132/+224
* Tools/travis-osx-install.sh: disable 'brew cleanup' to save Travis job run timeKarl Wette2020-05-311-0/+3
* Tools/travis-osx-install.sh: use Tools/brew-install to install OctaveKarl Wette2020-05-311-1/+1
* octave.cxx: fix exception raising for newer Octave versionsKarl Wette2020-05-312-1/+32
* octave.cxx: add missing return statement before "fail:" labelKarl Wette2020-05-311-0/+1
* octave.cxx: this belongs in the code (as opposed to definition) sectionKarl Wette2020-05-311-1/+1
* octave.cxx: remote whitespacesKarl Wette2020-05-311-2/+2
* octave.cxx: replace Printf() with Append() for consistencyKarl Wette2020-05-311-1/+1
* 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
* configure.ac: fix calls to mkoctfile for Octave configurationKarl Wette2020-05-311-4/+5
* D: Replace deprecated imports (package std.c). Fixes #1593Marcel Steinbeck2020-05-301-2/+3
* Merge pull request #1726 from vadz/unsigned-charWilliam S Fulton2020-05-301-2/+3
|\
| * Fix reading options files on platforms with unsigned charVadim Zeitlin2020-02-161-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
* | | changes file updateWilliam S Fulton2020-05-281-0/+6
* | | Merge branch 'DOH_POOL_SIZE-increase'William S Fulton2020-05-281-1/+1
|\ \ \
| * | | Increase DOH_POOL_SIZEZackery Spytz2020-04-181-1/+1
* | | | Merge pull request #1788 from mcfarljm/Issue-1757William S Fulton2020-05-285-5/+9
|\ \ \ \
| * | | | Fix for missing space after \endlink in doxygenJohn McFarland2020-05-025-5/+9
| |/ / /
* | | | Revert "Use '\\' instead of "\\""Vadim Zeitlin2020-05-251-3/+3
* | | | Merge branch 'master' of https://github.com/vapier/swigVadim Zeitlin2020-05-242-1/+4
|\ \ \ \
| * | | | configure: fix pkg-config invocationMike Frysinger2020-05-211-1/+1
| |/ / /
* | | | Merge branches 'guile-c11' and 'python-ci-fix'Vadim Zeitlin2020-05-232-4/+4
|\ \ \ \
| * | | | Ignore ambiguous variable names error from pycodestyle 2.6Vadim Zeitlin2020-05-221-1/+1
| * | | | Use '\\' instead of "\\"Vadim Zeitlin2020-05-221-3/+3
| |/ / /
* | | | Force using C11 for Guile builds on Travis CIVadim Zeitlin2020-05-231-1/+1
|/ / /
* | | Merge branch 'nightlark-preprocessor-docs'William S Fulton2020-03-051-5/+19
|\ \ \
| * | | Correct preprocessor docsWilliam S Fulton2020-03-051-3/+1
| * | | Preprocessor definitions doc updateWilliam S Fulton2020-03-051-9/+16
| * | | Remove BUILDING_NOTE_EXTENSION from docsRyan Mast2020-02-281-1/+0
| * | | Add missing preprocessor defines to the docs listRyan Mast2020-01-201-1/+11
* | | | Minor formatting fixes in Lua.htmlWilliam S Fulton2020-03-031-6/+14
* | | | 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