summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve python code indentation warning / error messagesdocstring-indentationWilliam S Fulton2015-07-306-23/+55
* Function comment header formatting correctionsWilliam S Fulton2015-07-301-46/+66
* Improve Python docstring indentation handlingWilliam S Fulton2015-07-305-28/+308
* Avoid gcc uninitialized variable warnings in Python wrappers.xantares2015-07-251-1/+1
* 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
* | Typemap attribute fixesWilliam S Fulton2015-07-242-50/+52
* | Merge branch 'LindleyF-typemap-in-descriptor'William S Fulton2015-07-2210-6/+516
|\ \
| * | Add documentation and CHANGES for special variables and typemap attributes.William S Fulton2015-07-223-0/+109
| * | Support special variable expansion in special variable macros in typemap attr...William S Fulton2015-07-224-16/+234
| * | Enable variable and typemap substitution in typemap kwargs, and a test that v...Lindley French2015-07-224-0/+183
* | | Merge pull request #472 from wkalinin/ignore_warningVladimir Kalinin2015-07-231-11/+9
|\ \ \ | |/ / |/| |
| * | refactoring: 2 ways of ignoring symbol in add_symbols() merged for clarityVladimir Kalinin2015-07-221-11/+9
|/ /
* | Merge pull request #470 from wkalinin/ignore_warningVladimir Kalinin2015-07-211-0/+2
|\ \
| * | explicitly %ignore'd symbol does not get feature:ignore if it is only added t...Vladimir Kalinin2015-07-211-0/+2
|/ /
* | Octave 4.0 fails in TravisWilliam S Fulton2015-07-191-0/+3
|/
* Merge branch 'm7thon-issue-445-python-class-docstrings'William S Fulton2015-07-182-6/+24
|\
| * Add changes note for Python tp_doc slot and docstringWilliam S Fulton2015-07-181-0/+6
| * Set class docstring in tp_doc slot for python -builtinMichael Thon2015-07-091-6/+18
* | Clearer variable name in Java director generated codeAnbiru Shouta2015-07-171-4/+4
* | warning fixesWilliam S Fulton2015-07-171-1/+1
* | String / char * usage in parser fixesWilliam S Fulton2015-07-171-40/+21
* | const char * fixes in the parserWilliam S Fulton2015-07-171-13/+15
* | Update CHANGES.current and Octave.html to indicate Octave 4.0.0 supportKarl Wette2015-07-172-1/+4
* | Merge pull request #462 from mtmiller/fix-mkoctfileKarl Wette2015-07-171-1/+1
|\ \
| * | Octave: use correct mkoctfile executableMike Miller2015-07-111-1/+1
* | | Merge pull request #460 from opoplawski/octave4Karl Wette2015-07-174-16/+59
|\ \ \ | |/ / |/| |
| * | Add octave 4.0 to travisOrion Poplawski2015-07-101-0/+2
| * | Fix default_constructor_runme.m testOrion Poplawski2015-07-101-16/+2
| * | Add #include <climits> for INT_MAXOrion Poplawski2015-07-101-0/+1
| * | Update print() signature for octave 4.0Orion Poplawski2015-07-091-0/+12
| * | Support for octave 4.0.0Orion Poplawski2015-07-081-0/+42
| |/
* | Fix compile flags for Travis C++11 testingWilliam S Fulton2015-07-111-2/+2
* | Travis testing c++11 and gcc5William S Fulton2015-07-102-12/+31
* | c++11 test case fixesWilliam S Fulton2015-07-102-2/+3
* | Travis testing extended to test c++11 and c++14 with gcc-5William S Fulton2015-07-091-7/+20
* | Configuring C++11 compiler flags for testing fixWilliam S Fulton2015-07-091-0/+1
|/
* Don't generate constructor wrappers if a base class has a private constructorWilliam S Fulton2015-07-0713-72/+45
* 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
* Bump version to 3.0.7William S Fulton2015-07-066-207/+211
* Unused method warning suppression for Javascript v8v3.0.6rel-3.0.6William S Fulton2015-07-051-18/+18
* Add 3.0.6 release notes and release dateWilliam S Fulton2015-07-055-5/+10
* Html doc fixesWilliam S Fulton2015-07-054-9/+11
* 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-0428-74/+89
|\
| * Appveyor testing expandedWilliam S Fulton2015-07-041-2/+17