summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Improve python code indentation warning / error messagesdocstring-indentationWilliam S Fulton2015-07-304-2/+10
* Improve Python docstring indentation handlingWilliam S Fulton2015-07-303-0/+199
* Merge pull request #467 from vadz/no-callback-in-autodocWilliam S Fulton2015-07-245-16/+19
|\
| * Remove callback function from autodoc unit test.Vadim Zeitlin2015-07-194-16/+10
| * Make callback unit test pass for PHP backend.Vadim Zeitlin2015-07-192-1/+10
* | Support special variable expansion in special variable macros in typemap attr...William S Fulton2015-07-223-0/+203
* | Enable variable and typemap substitution in typemap kwargs, and a test that v...Lindley French2015-07-223-0/+155
|/
* Merge pull request #460 from opoplawski/octave4Karl Wette2015-07-171-16/+2
|\
| * Fix default_constructor_runme.m testOrion Poplawski2015-07-101-16/+2
* | c++11 test case fixesWilliam S Fulton2015-07-102-2/+3
|/
* Don't generate constructor wrappers if a base class has a private constructorWilliam S Fulton2015-07-0710-70/+17
* Test-suite fixes for c++11 compilation by g++-5.1William S Fulton2015-07-063-8/+4
* Fix incorrect test case codeWilliam S Fulton2015-07-061-1/+1
* Testcase workaround for SolarisWilliam S Fulton2015-07-051-0/+4
* parent_class testcase name warning fixes for PHPWilliam S Fulton2015-07-051-2/+2
* Perl5 carrays testcase fixWilliam S Fulton2015-07-041-1/+1
* Merge branch 'appveyor-check-test-suite'William S Fulton2015-07-046-9/+9
|\
| * Fix array overrun in li_carrays testcaseWilliam S Fulton2015-07-042-2/+2
| * Warning fixes in generated Python code for 64bit Visual C++ on Windows.William S Fulton2015-07-032-4/+4
| * C# gc tests failure fixWilliam S Fulton2015-07-032-3/+3
* | Correct testcase use of typename to be inside a template IIWilliam S Fulton2015-07-041-4/+4
|/
* Correct testcase use of typename to be inside a templateWilliam S Fulton2015-07-031-3/+3
* Fix syntax error when the template keyword is used in typesWilliam S Fulton2015-07-023-0/+54
* Merge pull request #452 from ngladitz/lua-char-typemapOlly Betts2015-07-023-0/+30
|\
| * lua: push characters as unformatted 1-character stringsNils Gladitz2015-07-013-0/+30
* | Fix or workaround PEP8 warningsOlly Betts2015-06-301-5/+7
|/
* Improve handling of whitespace in %pythoncodeOlly Betts2015-06-297-0/+57
* Fix parse errors for C++11 type aliasingWilliam S Fulton2015-06-222-1/+30
* [Go] Fix member variables in base classes to handle CWRAP_NATURAL_VARIan Lance Taylor2015-06-203-0/+33
* [Go] Add Makefile testing support for changes in upcoming Go 1.5 release.Ian Lance Taylor2015-06-192-8/+8
* Fix warning display of types associated with 'using' and templates.William S Fulton2015-06-092-0/+16
* Fix C++11 type aliasing seg fault.William S Fulton2015-06-093-0/+67
* Add new feature "python:cdefaultargs"William S Fulton2015-05-282-0/+16
* Fix Python typedef bool default arguments that are not booleans.William S Fulton2015-05-272-0/+14
* [Go] Fix bug with ignored destructor--generated code did not compile.Ian Lance Taylor2015-05-181-1/+16
* li_boost_shared_ptr_bits testcase fix for languages without shared_ptr supportWilliam S Fulton2015-05-141-0/+5
* Fix shared_ptr of classes with private constructors and destructors.William S Fulton2015-05-143-0/+45
* Example and test-suite makefile tidy upWilliam S Fulton2015-05-112-25/+18
* Merge branch 'yazug-python_test_suite_pep8_whitespace_cleanup'William S Fulton2015-05-10202-3401/+3496
|\
| * autopep8 cleanup of Examples/test-suite/pythonJon Schlueter2015-05-08202-3401/+3496
* | Merge branch 'yazug-python_examples_pep8_whitespace_cleanup'William S Fulton2015-05-1041-326/+280
|\ \
| * | Fixup 2 additional whitespace warnings pep8 foundJon Schlueter2015-05-082-2/+2
| * | Add pep8 check for Examples/pythonJon Schlueter2015-05-081-1/+14
| * | autopep8 cleanup of Examples/python whitespaceJon Schlueter2015-05-0840-323/+264
| |/
* | Fix Java multi-argument typemaps (char *STRING, size_t LENGTH)William S Fulton2015-05-102-0/+25
* | Remove unused std_string.i from callback examplesWilliam S Fulton2015-05-108-16/+0
|/
* [Python] Deal with an integer as the default value of a boolOlly Betts2015-05-072-0/+9
* Merge pull request #403 from LindleyF/masterOlly Betts2015-05-073-0/+154
|\
| * Added missing untracked files.Lindley French2015-05-042-0/+153
| * Added director_ref test.Lindley French2015-05-041-0/+1