summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python
Commit message (Expand)AuthorAgeFilesLines
* Add runtime test for commit 7a96fba836558f592dc5b37b32d1845f606e2efeWilliam S Fulton2014-03-311-0/+35
* Add metaprogramming type_traits example in C++11 documentationWilliam S Fulton2014-03-141-0/+7
* C++11 result_of testcaseWilliam S Fulton2014-03-141-2/+8
* Change in default behaviour wrapping C++ bool for Python.William S Fulton2014-03-085-10/+65
* Further fixes when using type() when using -builtin to include module nameWilliam S Fulton2014-03-011-0/+4
* Add testcase and info on python -builtin missing argument count checkWilliam S Fulton2014-03-011-0/+52
* Add %$isextendmember for %rename of members added via %extendWilliam S Fulton2014-02-181-0/+7
* Fix %$ismember %rename predicate for members added via %extendWilliam S Fulton2014-02-181-0/+35
* Fix typedef_typedef testWilliam S Fulton2014-02-061-2/+2
* Modify typedef_typedef testcase to work for all languagesWilliam S Fulton2014-01-141-1/+1
* Add test for checking prefix resolving in typedefYann Diorcet2014-01-141-0/+5
* Don't accept strings too long to fit in char[N] with trailing NUL.Vadim Zeitlin2013-12-231-2/+2
* Change the length of strings created from fixed-size buffers.Vadim Zeitlin2013-12-231-1/+1
* Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>.Vadim Zeitlin2013-12-031-0/+17
* Add support for case conversion characters in regex substitutions.Vadim Zeitlin2013-10-151-4/+7
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-1013-33/+264
|\
| * Infinity is now by default an acceptable value for type 'float'.William S Fulton2013-09-121-0/+43
| * %implicitconv is improved for overloaded functions.William S Fulton2013-08-281-0/+9
| * %implicitconv will now accept None where the implicit conversion takes a C/C+...William S Fulton2013-08-281-0/+43
| * Improve testing of %pythonprepend and %pythonappendWilliam S Fulton2013-07-021-0/+7
| * SWIG_AsWCharPtrAndSize improper operation if cptr NULLWilliam S Fulton2013-07-021-0/+6
| * clean all .py files generated by python-test-suitePaweł Tomulik2013-06-041-1/+4
| * Fix Python test-suite makefile to show which tests have runtime tests (for Py...William S Fulton2013-05-271-8/+11
| * Fix 'make check-python-test-suite PY3=1' and -j (make jobs)William S Fulton2013-05-251-3/+3
| * Fix Python 3 inconsistency handling -ve numbers for unsigned C types.William S Fulton2013-05-251-3/+39
| * Add test case for attributes with moderately complex templatesArtem Serebriyskiy2013-05-251-0/+67
| * Fix vararg documentation for Python 3William S Fulton2013-05-241-1/+1
| * Fix Python version checking in Python testsWilliam S Fulton2013-05-243-3/+3
| * Fix the high passed to PyTuple_GetSlice in varargs wrappers.William S Fulton2013-05-231-0/+3
| * Fix li_std_containers_int test case for Python < 2.6William S Fulton2013-05-031-3/+7
| * Support $descriptor() macro in fragmentsJesus Lopez2013-04-181-0/+2
| * Fix autodoc test for python 2.4William S Fulton2013-03-292-17/+20
| * Fix erratically failing threads_exception python testWilliam S Fulton2013-03-261-4/+6
* | Rename all C++0x to C++11 and cpp0x to cpp11William S Fulton2013-10-0716-51/+51
* | Add support for extern "C++" - no warning should be issued as was previously ...William S Fulton2013-02-081-0/+4
* | Add support for extern "C" thread_localWilliam S Fulton2013-02-081-0/+4
* | Add support for thread_local when specified with other legitimate storage cla...William S Fulton2013-02-081-0/+30
* | Rework std::initializer_list handling to warn about usage in any method, not ...William S Fulton2013-02-041-0/+4
* | Initialization list doc updates and new tests. Fix functions with default arg...William S Fulton2013-02-022-0/+26
* | Better clarification about polymorphic wrappers for function objects - std::f...William S Fulton2013-02-011-4/+4
* | Remove generated output that should not be checked in2William S Fulton2013-01-281-4046/+0
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-2845-57/+1306
|\ \ | |/
| * added python test case li_std_except_as_class for SF bug 1295Paweł Tomulik2013-01-041-0/+9
| * Add runtime test for %implicitconvWilliam S Fulton2012-12-081-0/+73
| * Add discard and add methods to std::set and std::multiset wrappers so that py...William S Fulton2012-08-151-0/+8
| * Fix using declarations and templates. %template was putting theWilliam S Fulton2012-08-041-0/+10
| * Fix C enum forward declarations in some target languages (notably Java)William S Fulton2012-05-011-0/+10
| * Fix a few warnings/errors in the test-suite using Solaris compilerWilliam S Fulton2012-04-151-1/+1
| * As std_list.i is not available in many language, put this python specific tes...William S Fulton2012-04-141-0/+1
| * Diagnostics for erratically failing test caseWilliam S Fulton2012-04-141-1/+1