index
:
delta/swig.git
a11426-fortran
builtin-hashable
cccl-std
char-escaping
char_enums
ci-d
ci-test-ubuntu-20.04
cmake
coverity-scan
docstring-indentation
doxygen
enable-more-warnings-in-ci
fix-mod_runme.js
gdb_pretty_printers
gsoc2008-jezabek
gsoc2012-c
gsoc2012-doxygen
gsoc2012-objc
gsoc2016-hhvm
gsoc2017-php7-classes-via-c-api
guile-changes
interfaces
issue-379-pythoncode-indent
maintenance-2.0
master
matlab
monotouch
no-swig-preinst
ocaml-ci
ocaml-debug-ci
parse-storage-class-flexibly
perl-5.8-minimum
php-codegen-improvements
php-stop-using-dl
php-type-declaration-fixes
php-type-hints
r-experimental
release-4.1
remove-obsolete-js-support
ruby-ci-testing
sphinxdocs
stl-vector-ptrs
swig-2.0
talby-perl5-improvements
template-in-array-size-fix
test-using-swig-typecheckstruct-more
travis-osx
yziquel-ocaml
github.com: swig/swig.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
octave
Commit message (
Expand
)
Author
Age
Files
Lines
*
0.0 float warning fix
William S Fulton
2020-10-10
1
-1
/
+1
*
octrun.swg: ensure type_id() is set correctly
Karl Wette
2020-05-31
1
-3
/
+14
*
Octave: use pre-compiled headers to speed up test suite, if supported
Karl Wette
2020-05-31
7
-122
/
+136
*
octruntime.swg: do not use atexit() to quit Octave
Karl Wette
2020-05-31
1
-6
/
+26
*
octrun.swg: remove octave_value type-id from octave_swig_bound_func
Karl Wette
2020-05-31
2
-11
/
+0
*
Changed return type of swig_this() to size_t.
Markus Friedrich
2019-12-24
1
-3
/
+3
*
Python STL container method overloading fix
William S Fulton
2019-08-06
1
-8
/
+2
*
Fix format-security error with octave 5.1
Orion Poplawski
2019-03-10
1
-2
/
+2
*
Add missing parameter names in STL container wrappers
William S Fulton
2019-02-13
2
-2
/
+2
*
Create a consistent stl.i library file
William S Fulton
2019-02-12
1
-1
/
+5
*
Fix overloading for non-pointers and NULL - Octave
William S Fulton
2018-12-30
1
-1
/
+1
*
Misc. typos
luz.paz
2018-05-17
1
-1
/
+1
*
Lib/octave: fix getting/setting global variables for Octave >= 4.4
Karl Wette
2018-05-12
1
-0
/
+17
*
Lib/octave: use new class for function member dereference with Octave >= 4.4
Karl Wette
2018-05-12
2
-4
/
+106
*
Lib/octave: fix operator installation for Octave >= 4.4
Karl Wette
2018-05-12
1
-0
/
+18
*
Lib/Octave: in Octave >= 4.4, assign reference to base class in subclass
Karl Wette
2018-05-12
1
-0
/
+4
*
Lib/octave: fix call to mlock() for Octave >= 4.4
Karl Wette
2018-05-12
1
-3
/
+5
*
Lib/octave: fix call to octave::call_stack::current() for Octave >= 4.4
Karl Wette
2018-05-12
1
-0
/
+5
*
Lib/octave: 'octave_exit' not longer exists in Octave >= 4.4
Karl Wette
2018-05-12
1
-1
/
+5
*
Lib/octave: replace is_bool_type() with islogical() for Octave >= 4.4
Karl Wette
2018-05-12
1
-0
/
+4
*
Lib/octave: replace is_numeric_type() with isnumeric() for Octave >= 4.4
Karl Wette
2018-05-12
1
-0
/
+4
*
Lib/octave: replace is_cell() with iscell() for Octave >= 4.4
Karl Wette
2018-05-12
4
-5
/
+43
*
Lib/octave: call octave::feval() instead of feval() for Octave >= 4.4
Karl Wette
2018-05-12
1
-0
/
+12
*
Lib/octave: fix function name passed to unwind_protect::begin_frame()
Karl Wette
2018-05-12
1
-1
/
+1
*
Cosmetic syntax tweak using throw in Octave directors
William S Fulton
2018-05-04
1
-3
/
+3
*
std_basic_string.i fixes
William S Fulton
2018-01-04
1
-36
/
+11
*
Changes to use common DirectorException class
William S Fulton
2017-11-29
1
-2
/
+18
*
Enhancements for directorin typemaps
William S Fulton
2017-10-16
1
-29
/
+29
*
Director shared_ptr typemaps for scripting languages
William S Fulton
2017-10-13
1
-0
/
+82
*
Scilab, R and Octave shared_ptr typemaps null fix
William S Fulton
2017-10-11
1
-4
/
+3
*
Octave and R shared_ptr typemaps update
William S Fulton
2017-10-11
1
-4
/
+13
*
Add missing declaration for std::complex
William S Fulton
2017-10-02
1
-0
/
+7
*
Fix overloading of shared_ptr method overloading
William S Fulton
2017-09-23
1
-1
/
+1
*
as() no longer memsets and always throws.
Mike Romberg
2017-07-20
2
-15
/
+10
*
Fix warning in generated code - traits_asptr.
William S Fulton
2017-06-13
1
-1
/
+1
*
Consistent whitespace amongst all the shared_ptr and intrusive_ptr typemaps
William S Fulton
2017-04-20
1
-11
/
+11
*
Octave: add support for version 4.2
Karl Wette
2017-01-22
5
-125
/
+186
*
Revert "Lib/octave/octopers.swg: update %ignoreoperator() calls"
Karl Wette
2017-01-07
1
-12
/
+12
*
Lib/octave/octopers.swg: update %ignoreoperator() calls
Karl Wette
2017-01-06
1
-12
/
+12
*
Remove inheritance from std::unary_function and std::binary_function,
Anthony Heading
2016-12-29
1
-1
/
+1
*
Replicate Python memory leak fix in std::pair for Octave and Ruby
William S Fulton
2016-12-18
1
-2
/
+6
*
UTL STL container descriptor checks
William S Fulton
2016-07-28
4
-6
/
+10
*
octave: map unary functions to __...___ Python-style unary members
Karl Wette
2016-02-07
1
-0
/
+17
*
octave: recognize Python __float__ numeric conversion operator
Karl Wette
2016-02-07
2
-0
/
+22
*
octrun.swg: simplify unary operator calls in dims() and string_value()
Karl Wette
2016-02-07
1
-24
/
+9
*
octrun.swg: make dispatch_[unary|binary|index]_op() const-qualified
Karl Wette
2016-02-07
1
-12
/
+15
*
octave: export function swig_octave_prereq() for easily testing Octave version
Karl Wette
2016-02-07
1
-1
/
+21
*
Don't use long long if it isn't available
Alec Cooper
2016-01-06
1
-4
/
+16
*
Fix STL wrappers to not generate <: digraphs.
William S Fulton
2015-12-12
1
-8
/
+8
*
shared_ptr typemap error message fix for global variables
William S Fulton
2015-09-25
1
-2
/
+4
[next]