summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add gcc-9 testing on TravisWilliam S Fulton2019-07-091-0/+12
* Testcase warning fix for gcc-9William S Fulton2019-07-091-1/+1
* gcc-9 testcase warning fixWilliam S Fulton2019-07-092-3/+40
* Fix appveyor cygwin Python testingWilliam S Fulton2019-07-051-1/+1
* Add Python whitespace pydoc improvements to changes fileWilliam S Fulton2019-07-051-0/+4
* Merge branch 'doxy/space'William S Fulton2019-06-2811-30/+400
|\
| * Ensure empty line before code and math blocks in doxygen pydocJohn McFarland2019-06-186-6/+75
| * Remove extra newline before code block in doxygen python outputJohn McFarland2019-05-275-5/+0
| * Clarify python doxygen code block indentation handlingJohn McFarland2019-05-261-4/+6
| * Cleanup of pydoc translator newline trimmingJohn McFarland2019-05-261-12/+18
| * Correction to recently added doxygen python test caseJohn McFarland2019-05-261-9/+9
| * Adjust expected python output for doxygen style2 testJohn McFarland2019-05-251-2/+0
| * Adding test for second doxygen comment styleJohn McFarland2019-05-254-0/+287
| * Fix bug in doxygen python code block indentJohn McFarland2019-05-251-1/+1
| * Eliminate extra newlines around doxygen python block mathJohn McFarland2019-05-252-7/+0
| * Eliminate extra newlines in doxygen python \verbatim blocksJohn McFarland2019-05-254-5/+19
| * Remove extra newline from end of doxygen python \code commandJohn McFarland2019-05-253-5/+7
| * Remove extra newline in beginning of doxygen python \code commandJohn McFarland2019-05-252-1/+5
| * Fix python doxygen indentation for inline \code commandJohn McFarland2019-05-253-3/+3
* | $arg and $input were incorrectly substituted in the argout typemapWilliam S Fulton2019-06-283-8/+8
* | Remove the UnknownExceptionHandler director error handling classWilliam S Fulton2019-06-273-76/+8
* | Test clang 10.0.1 C++17 - xcode 10.2William S Fulton2019-06-272-3/+8
* | Workaround clang 10.0.1 C++17 linker errors in testcasesWilliam S Fulton2019-06-272-0/+11
* | std::auto_ptr replacement for testing with C++17 and laterWilliam S Fulton2019-06-271-2/+20
* | Replace std::unexpected_handler with std::terminate_handler to be c++17 compl...William S Fulton2019-06-272-11/+10
* | Remove use of std::bind2nd which is removed in C++17William S Fulton2019-06-2712-31/+24
* | Fix constexpr-not-const clang warning in testcaseWilliam S Fulton2019-06-271-2/+2
* | Warning suppression on testcase using clangWilliam S Fulton2019-06-271-0/+9
* | Remove some legacy cruft from Python proxy classWilliam S Fulton2019-06-271-34/+7
* | Remove deprecated calls in Octave testcasesWilliam S Fulton2019-06-272-12/+12
* | Merge pull request #1569 from TekuConcept/bug/js-travisci-v4William S Fulton2019-06-271-1/+1
|\ \
| * | Fixes Travis CI Build Errors With Node-v4Chris Walker2019-06-261-1/+1
* | | Suppress testcase clang warning for auto_ptr deprecationWilliam S Fulton2019-06-061-0/+6
* | | Fix cpp11_rvalue_refrence3 testcase clang warningWilliam S Fulton2019-06-061-8/+8
* | | Java std::vector constructor performance improvementBrad Kotsopoulos2019-06-063-57/+74
* | | [Python] Fix implicit_conv tuple handling regressionOlly Betts2019-06-032-1/+6
* | | Misc. documentation and source comment typo fixesluz.paz2019-05-289-10/+10
| |/ |/|
* | Add Octave detection fixes to changes fileWilliam S Fulton2019-05-241-0/+6
* | Travis Octave testing changesWilliam S Fulton2019-05-242-15/+14
* | Fix Octave detection for non-GNU sed on MacOSWilliam S Fulton2019-05-241-9/+19
* | Adapt OCTAVE_LDFLAGS for Octave 5.1Orion Poplawski2019-05-241-1/+4
* | Ruby 1.9 and later testing on Travis xenialWilliam S Fulton2019-05-242-5/+30
* | Add CHANGES entry for previous commitOlly Betts2019-05-221-0/+3
* | Don't add a closing php-tag Frederik Schubert2019-05-221-1/+1
* | [php] Update docs about undefined constantsOlly Betts2019-05-221-6/+7
* | Fix details of ZEND_MODULE_GLOBALS_ACCESSOR changeOlly Betts2019-05-221-2/+2
* | Merge pull request #1474 from ZackerySpytz/OCaml-INPUT-OUTPUT-INOUT-primitivesZackery Spytz2019-05-1310-889/+945
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into OCaml-INPUT-OUTPUT-INOUT-...Zackery Spytz2019-05-08363-2933/+5822
| |\ \ | | |/
| * | [OCaml] Move INPUT, OUTPUT, and INOUT typemaps to typemaps.iZackery Spytz2019-02-183-38/+45
| * | [OCaml] Rename typemaps.i to ocaml.swgZackery Spytz2019-02-182-2/+2