summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Move MinGW mixed path conversion code to the pathconvert toolWilliam S Fulton2015-08-012-11/+18
| * | | Improve configure output when python is not installedWilliam S Fulton2015-08-011-1/+1
| | |/ | |/|
| * | Merge branch 'kkaempf-fix-configure-ocamlc-setting'William S Fulton2015-07-301-5/+5
| |\ \
| | * | Ocaml configure changesWilliam S Fulton2015-07-301-5/+5
| | * | Set OCAMLC to empty if Ocaml compiler not foundKlaus Kämpf2015-07-061-1/+1
| * | | Consistent memory initialization in php typemaps.William S Fulton2015-07-302-2/+2
| * | | Initialise all newly created arrays in arrays.i library.William S Fulton2015-07-303-3/+7
| * | | Consistent memory intiailization between C and C++ in typemapsWilliam S Fulton2015-07-302-5/+5
| * | | Merge branch 'docstring-indentation'William S Fulton2015-07-309-78/+410
| |\ \ \
| | * | | 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
| * | | | Restored broken ignoring of operators etc. Added more comments.Vladimir Kalinin2015-07-301-2/+8
| |/ / /
| * | | 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