summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Testcase warning suppression for vc++William S Fulton2016-05-281-0/+3
* Fix unused warnings in perl wrappersWilliam S Fulton2016-05-282-0/+3
* Fix unused variable warnings in test-suiteWilliam S Fulton2016-05-284-49/+52
* Testcase workaround for missing boost::array::fillWilliam S Fulton2016-05-261-0/+2
* Merge branch 'mromberg-implpkg'William S Fulton2016-05-249-1/+133
|\
| * use %inline for testMike Romberg2016-05-243-8/+4
| * disable namespace package buildMike Romberg2016-04-051-2/+1
| * Attempt to calm the testing gods...Mike Romberg2016-04-051-34/+0
| * use whatever name winders uses for .so files.Mike Romberg2016-04-051-2/+2
| * Examples (and tests) for python namespace packagesMike Romberg2016-04-052-1/+36
| * disable namespace package buildMike Romberg2016-04-051-2/+1
| * spellingMike Romberg2016-04-051-1/+1
| * Attempt to calm the testing gods...Mike Romberg2016-04-052-42/+45
| * use whatever name winders uses for .so files.Mike Romberg2016-04-051-2/+2
| * Don't run example for old pythonsMike Romberg2016-04-052-3/+6
| * Examples (and tests) for python namespace packagesMike Romberg2016-04-0512-2/+133
* | Ruby opaque pointer handling regression fixWilliam S Fulton2016-05-243-1/+117
* | php test warning fixWilliam S Fulton2016-05-141-0/+3
* | Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-146-2/+161
* | Fix RUNTOOL for Octave examplesWilliam S Fulton2016-05-141-2/+2
* | Display output when running the R examplesWilliam S Fulton2016-05-081-1/+2
* | Display Rout file when R test case failsWilliam S Fulton2016-05-081-6/+6
* | Testcase fix for RWilliam S Fulton2016-05-072-3/+3
* | Fix assertion handling defaultargsWilliam S Fulton2016-05-073-0/+65
* | Merge branch 'ejulien-python_operator_overload_test_suite'William S Fulton2016-05-052-5/+86
|\ \
| * | Add __str__ to operator_overload testcase for python builtinWilliam S Fulton2016-05-051-0/+4
| * | Python operator_overload runtime testcase cleanupWilliam S Fulton2016-05-051-79/+0
| * | Work around a limitation of the Python binding generator related to the += fa...Emmanuel Julien2016-02-231-5/+5
| * | Fix class member division operator.Emmanuel Julien2016-02-221-8/+2
| * | Remove the PY3BUILTIN switch as its behavior can be achieved with the existin...Emmanuel Julien2016-02-191-5/+1
| * | Implement the operator overload test suite for Python.Emmanuel Julien2016-02-192-1/+167
* | | Make check-failing-test make macro more hygienicVadim Zeitlin2016-05-031-1/+1
* | | Don't issue unnecessary base class ignored messageWilliam S Fulton2016-05-022-0/+22
* | | Remove JNI checks due to numerous spurious warnings in some versions of jdk-1.8William S Fulton2016-05-012-2/+3
* | | Fix java testcase for jdk-1.9William S Fulton2016-05-011-1/+1
* | | Fix examples for lua 5.3William S Fulton2016-05-011-4/+5
* | | Add check-failing target to check that failing tests still do failVadim Zeitlin2016-04-201-0/+7
* | | Merge branch 'allow-failing-tests'Vadim Zeitlin2016-04-201-0/+6
|\ \ \
| * | | Show the number of passed tests in "make check"Vadim Zeitlin2016-04-201-0/+1
| * | | Add a possibility to disable failing test casesVadim Zeitlin2016-04-181-0/+5
* | | | [Go] Fix use of goout typemap when calling base method byIan Lance Taylor2016-04-182-0/+45
|/ / /
* | | [Go] Fixes for Go 1.6: avoid returning Go pointers fromIan Lance Taylor2016-04-173-3/+20
* | | run test and copying typemaps to std::stringRichard Beare2016-04-052-0/+14
| |/ |/|
* | Merge branch 'ahnolds-py_gettar'William S Fulton2016-04-021-0/+10
|\ \
| * | Add python AttributeError test for non-existent attributeWilliam S Fulton2016-04-021-0/+10
* | | Add tests for Python -builtin -O and compactdefaultargs and update changes fileWilliam S Fulton2016-04-022-0/+4
* | | Fix assertion for some languages when wrapping a C++11 enum class that is pri...William S Fulton2016-03-311-0/+7
* | | Java - unsigned long long marshalling improvements for negative numbersWilliam S Fulton2016-03-312-2/+54
* | | Merge branch 'ptomulik-fix/nonclass-constants'William S Fulton2016-03-243-13/+38
|\ \ \
| * | | fix handling of function pointers by %constant directivePaweł Tomulik2016-03-243-13/+38