summaryrefslogtreecommitdiff
path: root/Source/Modules/octave.cxx
Commit message (Expand)AuthorAgeFilesLines
* octave.cxx: fix exception raising for newer Octave versionsKarl Wette2020-05-311-1/+16
* octave.cxx: add missing return statement before "fail:" labelKarl Wette2020-05-311-0/+1
* octave.cxx: this belongs in the code (as opposed to definition) sectionKarl Wette2020-05-311-1/+1
* octave.cxx: remote whitespacesKarl Wette2020-05-311-2/+2
* octave.cxx: replace Printf() with Append() for consistencyKarl Wette2020-05-311-1/+1
* Harmonize parameters in autodoc in Ruby and Octave with PythonVadim Zeitlin2019-01-211-10/+12
* Remove -cppcast and -nocppcast command line optionsWilliam S Fulton2018-11-131-12/+8
* Revert "Remove -cppcast and -nocppcast command line options"William S Fulton2018-11-061-8/+12
* Remove -cppcast and -nocppcast command line optionsWilliam S Fulton2018-11-061-12/+8
* follow-up typosluz.paz2018-05-171-1/+1
* Generation of director method declarations fixesWilliam S Fulton2017-10-231-4/+4
* Enhancements for directorin typemapsWilliam S Fulton2017-10-161-1/+1
* Fix potential use of uninitialized variables in directorsWilliam S Fulton2017-05-131-5/+13
* #526 : propagate c++11 noexcept to director classesChristophe Duvernois2017-04-271-0/+4
* Remove unused kwnames generated variable in Ruby wrappersWilliam S Fulton2016-05-281-1/+0
* Prevent redefinition warnings when compiling with SWIG<module> definedPetre Eftime2015-12-221-2/+2
* Fixes for Octave and missing -Wmissing-field-initializers in swig_octave_memberWilliam S Fulton2015-12-191-2/+2
* smartptr feature support - factor out common codeWilliam S Fulton2015-09-251-15/+4
* Fix C&P references to Python in commentsOlly Betts2015-03-271-1/+1
* Create director_common.swg for language-indep codeOlly Betts2015-03-121-1/+3
* Updated usage string for -cppcast/-nocppcast in octave.cxxJeremy2015-01-091-0/+2
* Attempting fixes for Octave shared_ptr supportJeremy2015-01-051-0/+29
* Revert "Octave: whitespace/indentation/style cleanup of octave.cxx"William S Fulton2014-10-091-438/+393
* Revert "Octave: cleanup/restructure library files"William S Fulton2014-10-091-27/+23
* Revert "Octave: remove unused field SwigOctClass::constructor_doc"William S Fulton2014-10-091-2/+4
* Octave: remove unused field SwigOctClass::constructor_docKarl Wette2014-10-051-4/+2
* Octave: cleanup/restructure library filesKarl Wette2014-10-041-23/+27
* Octave: whitespace/indentation/style cleanup of octave.cxxKarl Wette2014-10-041-393/+438
* Octave: remove deprecated -global/-noglobal command-line argumentsKarl Wette2014-05-291-7/+0
* Octave: whitespace/indentation cleanup of octave.cxxKarl Wette2014-05-291-341/+341
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-1/+1
* Ensure -c++out is not used with -c++William S Fulton2013-12-121-1/+5
* Nested classes supportVladimir Kalinin2013-11-291-0/+1
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-15/+11
|\
| * Octave: make texinfo strings static (internal linkage)Karl Wette2013-06-131-1/+1
| * Octave: fix bugs in output of cleanup codeKarl Wette2013-04-171-1/+6
| * Minor fix to Octave autodoc generation for functions returning structsKarl Wette2013-03-091-7/+3
| * Fix some useless code detected by scan-build (LLVM/Clang)Sylvestre Ledru2013-03-081-1/+0
| * Apply patch SF #334 - Fix Python default value conversions TRUE->True, FALSE-...William S Fulton2013-01-291-5/+1
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-130/+262
|\ \ | |/
| * Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
| * octave: Simplified module loading.Karl Wette2012-11-281-3/+3
| * Remove some unused code and pointless variable assignmentsWilliam S Fulton2012-11-231-1/+1
| * Fix Coverity 'Uninitialized pointer fields' - member variables are now initia...William S Fulton2012-11-141-3/+18
| * Resource leak fixes (or hiding them from Coverity static analysis tool by usi...William S Fulton2012-11-141-1/+3
| * Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-141-1/+0
| * Cosmetic variable renaming for consistency across language modulesWilliam S Fulton2012-10-271-6/+6
| * Fix director typemap searching so that a typemap specified with a name will b...William S Fulton2012-10-271-33/+9
| * New Octave module loading behaviourKarl Wette2012-05-141-13/+9
| * Declare Octave public wrapping functions with DEFUNX_DLDKarl Wette2012-05-141-28/+53