summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Testcase warning fix for gcc-9William S Fulton2019-07-091-1/+1
* gcc-9 testcase warning fixWilliam S Fulton2019-07-092-3/+40
* Merge branch 'doxy/space'William S Fulton2019-06-289-15/+317
|\
| * Ensure empty line before code and math blocks in doxygen pydocJohn McFarland2019-06-185-4/+36
| * Remove extra newline before code block in doxygen python outputJohn McFarland2019-05-274-4/+0
| * 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
| * Eliminate extra newlines around doxygen python block mathJohn McFarland2019-05-251-4/+0
| * Eliminate extra newlines in doxygen python \verbatim blocksJohn McFarland2019-05-252-4/+0
| * Remove extra newline from end of doxygen python \code commandJohn McFarland2019-05-252-2/+0
| * Remove extra newline in beginning of doxygen python \code commandJohn McFarland2019-05-251-1/+0
| * Fix python doxygen indentation for inline \code commandJohn McFarland2019-05-252-2/+2
* | 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
* | Remove use of std::bind2nd which is removed in C++17William S Fulton2019-06-2711-29/+22
* | 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 deprecated calls in Octave testcasesWilliam S Fulton2019-06-272-12/+12
* | 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-061-56/+68
* | Misc. documentation and source comment typo fixesluz.paz2019-05-281-1/+1
|/
* Merge pull request #1474 from ZackerySpytz/OCaml-INPUT-OUTPUT-INOUT-primitivesZackery Spytz2019-05-134-1/+27
|\
| * Merge remote-tracking branch 'upstream/master' into OCaml-INPUT-OUTPUT-INOUT-...Zackery Spytz2019-05-08255-364/+1774
| |\
| * | [OCaml] Move INPUT, OUTPUT, and INOUT typemaps to typemaps.iZackery Spytz2019-02-181-0/+1
| * | Merge remote-tracking branch 'upstream/master' into OCaml-INPUT-OUTPUT-INOUT-...Zackery Spytz2019-02-1813-4/+257
| |\ \
| * | | [OCaml] Add missing INPUT, OUTPUT, and INOUT typemaps for primitivesZackery Spytz2019-02-184-1/+26
* | | | Fix php pragmas example include pathWilliam S Fulton2019-05-093-4/+7
| |_|/ |/| |
* | | Fix php pragmas exampleWilliam S Fulton2019-04-301-1/+1
* | | Fix php testcase warningWilliam S Fulton2019-04-301-1/+1
* | | Fix Go tests to run in module modeIan Lance Taylor2019-04-24171-225/+272
* | | Merge branch 'enum-trailing-comma-doxygen'William S Fulton2019-04-245-0/+21
|\ \ \
| * | | Fix parsing of enums with trailing comma with -doxygenVadim Zeitlin2019-04-205-0/+21
* | | | Don't crash if type is not available in Python Doxygen codeVadim Zeitlin2019-04-202-0/+6
|/ / /
* | | When generating Go code, make -cgo the default.Ian Lance Taylor2019-04-191-4/+4
* | | testcase fixes for gcc-9William S Fulton2019-04-1514-60/+14
* | | cpp11_thread_local testcase fix for Visual C++William S Fulton2019-04-111-0/+2
* | | Cosmetic C# Makefile tweakWilliam S Fulton2019-04-081-2/+2
* | | Check Dispose is called in C# auto_ptr testWilliam S Fulton2019-04-081-0/+7
* | | C++11 test fixes for Visual Studio 2017William S Fulton2019-04-083-11/+19
* | | Fix C# CA1063 warning by implementing the recommended Dispose methods.William S Fulton2019-04-083-2/+20
* | | Correct ocaml dynamic targetsWilliam S Fulton2019-03-262-2/+2
* | | More ocaml parallel make fixesWilliam S Fulton2019-03-2613-22/+65
* | | Merge branch 'OCaml-examples-race-conditions'William S Fulton2019-03-264-9/+13
|\ \ \
| * | | Fix parallel 'make check-ocaml-examples'William S Fulton2019-03-261-6/+10
| * | | [OCaml] Fix race conds when running the examples with parallel makeZackery Spytz2019-03-193-3/+3
* | | | More python std::list testingWilliam S Fulton2019-03-251-0/+1
* | | | More C# std::list testingWilliam S Fulton2019-03-251-1/+1
* | | | C# std::list changes to support types that are not assignableWilliam S Fulton2019-03-252-3/+2