summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* html fixesv4.0.2rel-4.0.2William S Fulton2020-06-081-1/+1
* Revert "Add C++20 documentation chapter"William S Fulton2020-06-0835-1045/+1029
* swig-4.0.2 release notesWilliam S Fulton2020-06-075-6/+14
* Ruby testcase fixWilliam S Fulton2020-06-071-0/+2
* Merge branch 'develop'William S Fulton2020-06-071-16/+7
|\
| * Replace `-isystem` compile flag with `-I`Anatol Pomozov2020-06-021-16/+7
* | Changes file updatesWilliam S Fulton2020-06-071-1/+23
* | Merge branch 'fix-1199'William S Fulton2020-06-071-0/+2
|\ \
| * | fix #1199Viktor Gal2020-02-011-0/+2
* | | Merge branch 'python-doxygen-quotes'William S Fulton2020-06-074-3/+51
|\ \ \
| * | | Fix generated Python code for Doxygen comments with triple quotesVadim Zeitlin2020-03-044-0/+26
| * | | Fix generated Python code for Doxygen comments ending with quoteVadim Zeitlin2020-03-044-3/+25
* | | | Merge branch 'escape-filepaths'William S Fulton2020-06-073-4/+18
|\ \ \ \
| * | | | escape phony targets as wellNoah Stegmaier2020-06-041-1/+1
| * | | | escape target nameNoah Stegmaier2020-06-041-1/+1
| * | | | escape path of generated fileNoah Stegmaier2020-06-041-1/+1
| * | | | escape filepathsNoah Stegmaier2020-06-043-1/+15
| | |_|/ | |/| |
* | | | Fix node 6 and 8 testing on TravisWilliam S Fulton2020-06-061-1/+3
* | | | Ruby s390x now working on TravisWilliam S Fulton2020-06-061-6/+0
* | | | Merge branch 'andreas-schwab-master'William S Fulton2020-06-061-2/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Ruby wstring - only include endian.h on linuxAndreas Schwab2020-06-061-2/+13
* | | | Merge branch 'ruby-bigendian'William S Fulton2020-06-022-2/+13
|\ \ \ \
| * | | | Travis ruby s390x (big endian) architecture testingWilliam S Fulton2020-06-021-1/+11
| * | | | Install libpcre3-dev for Linux buildsVadim Zeitlin2020-05-261-1/+1
| * | | | Don't fail the build if CPU model or memory can't be detectedVadim Zeitlin2020-05-261-1/+1
| * | | | Switch one of Travis CI Ruby builds to use s390x archVadim Zeitlin2020-05-251-0/+1
* | | | | Merge branch 'r-script-fixes'William S Fulton2020-06-023-8/+8
|\ \ \ \ \
| * | | | | Fix further missing semicolons in R code.William S Fulton2020-06-022-2/+2
| * | | | | fixed some missing semicolons. Each one caused a compile error in generated codekhoran2020-03-252-6/+6
* | | | | | Minor configure.ac output display correction testing for octaveWilliam S Fulton2020-06-021-1/+1
* | | | | | Merge branch 'octave-fixes'William S Fulton2020-05-3116-168/+317
|\ \ \ \ \ \
| * | | | | | octrun.swg: ensure type_id() is set correctlyKarl Wette2020-05-311-3/+14
| * | | | | | .travis.yml: build Octave on OSX with CPP=11Karl Wette2020-05-311-1/+1
| * | | | | | .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
|\ \ \ \ \ \ \