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
/
Source
/
Modules
/
modula3.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partial support for %constant and structs
William S Fulton
2014-12-18
1
-13
/
+0
*
Refactor: move makeParameterName() to common Language base class.
Vadim Zeitlin
2014-08-16
1
-29
/
+0
*
Eliminate needless casting away const from string constants
Olly Betts
2014-04-30
1
-1
/
+1
*
Fixes for warnings issued by clang
William S Fulton
2013-04-28
1
-19
/
+0
*
Remove cvs/svn Id strings
William S Fulton
2013-01-12
1
-2
/
+0
*
Remove unnecessary null checks or fix potential null dereferences
William S Fulton
2012-11-20
1
-17
/
+21
*
Possible fix for global variable setters in modula3
William S Fulton
2012-11-19
1
-0
/
+1
*
Add missing support for -outdir for -tcl -itcl and -modula3
William S Fulton
2012-11-18
1
-7
/
+7
*
Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...
William S Fulton
2012-11-14
1
-11
/
+10
*
Fix display of pointers on 64 bit systems, only 32 bit values were being shown.
William S Fulton
2012-07-21
1
-1
/
+1
*
Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...
William S Fulton
2011-10-30
1
-9
/
+9
*
Fix constructors in named typedef class declarations
William S Fulton
2011-08-25
1
-13
/
+13
*
Better consistency in usage display
William S Fulton
2011-03-09
1
-4
/
+4
*
Line/file reporting corrections for warnings: WARN_RUBY_MULTIPLE_INHERITANCE,...
William S Fulton
2010-09-21
1
-1
/
+1
*
File and line number corrections for warnings WARN_JAVA_MULTIPLE_INHERITANCE ...
William S Fulton
2010-09-20
1
-7
/
+4
*
code style: fix inconsistent NULL pointer comparisons
William S Fulton
2010-06-17
1
-3
/
+3
*
Fix constants wrapper warnings for visual c++
William S Fulton
2010-05-28
1
-1
/
+1
*
Correct file and line number display for some error messages, these now also ...
William S Fulton
2010-03-13
1
-1
/
+1
*
add some missing nspace support
William S Fulton
2010-03-10
1
-2
/
+2
*
Add improved namespace support - the nspace feature, working for Java only at...
William S Fulton
2010-03-04
1
-5
/
+5
*
SWIG license change - Source moves to GPLv3
William S Fulton
2010-02-27
1
-2
/
+6
*
remove some unnecessary casts
William S Fulton
2010-02-11
1
-3
/
+3
*
fix SWIG naming convention
William S Fulton
2009-08-21
1
-1
/
+1
*
Fix classes not being added into Java method's throws clause when %catches is...
William S Fulton
2009-08-16
1
-1
/
+1
*
typemap method name: use consistent terminology in code
William S Fulton
2009-07-30
1
-4
/
+4
*
(method, typelist) special variable macro fixed/enhanced and made official
William S Fulton
2009-07-29
1
-3
/
+14
*
Typemap API changes to facilitate more uniform typemap handling across langua...
William S Fulton
2009-07-08
1
-32
/
+40
*
printf(string) -> printf("%s", string)
Olly Betts
2009-03-31
1
-2
/
+2
*
add new %begin directive for inserting code at top of wrapper file
William S Fulton
2009-02-20
1
-7
/
+14
*
All languages now define a macro in the generated C/C++ wrapper file indicati...
William S Fulton
2008-12-30
1
-0
/
+3
*
create a common banner header for all target language specific files
William S Fulton
2008-12-29
1
-8
/
+3
*
accept unix directory separators on windows for input file
William S Fulton
2008-12-24
1
-2
/
+1
*
gcc-4.3 warning fixes
William S Fulton
2008-11-23
1
-3
/
+3
*
customised ccache support: read the CCACHE_OUTFILES env variable and if exist...
William S Fulton
2008-11-03
1
-4
/
+4
*
Remove some vc++ /W4 warnings
William S Fulton
2008-06-21
1
-2
/
+2
*
Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_...
William S Fulton
2008-05-15
1
-4
/
+4
*
Add the optimal attribute to the out typemap for more optimal code generation...
William S Fulton
2008-05-14
1
-10
/
+9
*
enforce consistency in wrap:action wrt line spacing
William S Fulton
2008-05-01
1
-1
/
+1
*
Fixes for $wrapname to work in %exception
William S Fulton
2008-02-25
1
-2
/
+3
*
Replace cvs $Header$ with svn $Id$
William S Fulton
2007-10-17
1
-1
/
+1
*
Fix unused parameter in Printf.
Olly Betts
2007-05-17
1
-14
/
+9
*
Remove unused trailing NIL parameter in call to Printf(), presumably left
Olly Betts
2007-05-08
1
-1
/
+1
*
-fakeversion appears in generated files. Made comment with version number at ...
William S Fulton
2006-11-15
1
-1
/
+1
*
beautify/format source code with gnu indent
William S Fulton
2006-11-01
1
-2385
/
+2125
*
ensure $symname is suitably expanded
William S Fulton
2006-07-05
1
-0
/
+4
*
Common template for head of each file detailing licence, distribution and aut...
William S Fulton
2006-03-06
1
-7
/
+5
*
Fix DllExport - it is a leftover from the C# module and should not be used.
William S Fulton
2006-03-02
1
-2
/
+2
*
Deal with Microsofts attempt at deprecating C standard runtime functions for ...
William S Fulton
2006-02-19
1
-5
/
+2
*
implement the 'allowexcept' feature for global variables
Marcelo Matus
2006-01-28
1
-1
/
+1
*
Modify following features to work as flags, so that they can be truely set an...
William S Fulton
2005-09-30
1
-1
/
+1
[next]