summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ \ \ \
| * | | | | | | 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