summaryrefslogtreecommitdiff
path: root/Source/Modules/modula3.cxx
Commit message (Expand)AuthorAgeFilesLines
* Partial support for %constant and structsWilliam S Fulton2014-12-181-13/+0
* Refactor: move makeParameterName() to common Language base class.Vadim Zeitlin2014-08-161-29/+0
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-1/+1
* Fixes for warnings issued by clangWilliam S Fulton2013-04-281-19/+0
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* Remove unnecessary null checks or fix potential null dereferencesWilliam S Fulton2012-11-201-17/+21
* Possible fix for global variable setters in modula3William S Fulton2012-11-191-0/+1
* Add missing support for -outdir for -tcl -itcl and -modula3William S Fulton2012-11-181-7/+7
* Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-141-11/+10
* Fix display of pointers on 64 bit systems, only 32 bit values were being shown.William S Fulton2012-07-211-1/+1
* Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-9/+9
* Fix constructors in named typedef class declarationsWilliam S Fulton2011-08-251-13/+13
* Better consistency in usage displayWilliam S Fulton2011-03-091-4/+4
* Line/file reporting corrections for warnings: WARN_RUBY_MULTIPLE_INHERITANCE,...William S Fulton2010-09-211-1/+1
* File and line number corrections for warnings WARN_JAVA_MULTIPLE_INHERITANCE ...William S Fulton2010-09-201-7/+4
* code style: fix inconsistent NULL pointer comparisonsWilliam S Fulton2010-06-171-3/+3
* Fix constants wrapper warnings for visual c++William S Fulton2010-05-281-1/+1
* Correct file and line number display for some error messages, these now also ...William S Fulton2010-03-131-1/+1
* add some missing nspace supportWilliam S Fulton2010-03-101-2/+2
* Add improved namespace support - the nspace feature, working for Java only at...William S Fulton2010-03-041-5/+5
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* remove some unnecessary castsWilliam S Fulton2010-02-111-3/+3
* fix SWIG naming conventionWilliam S Fulton2009-08-211-1/+1
* Fix classes not being added into Java method's throws clause when %catches is...William S Fulton2009-08-161-1/+1
* typemap method name: use consistent terminology in codeWilliam S Fulton2009-07-301-4/+4
* (method, typelist) special variable macro fixed/enhanced and made officialWilliam S Fulton2009-07-291-3/+14
* Typemap API changes to facilitate more uniform typemap handling across langua...William S Fulton2009-07-081-32/+40
* printf(string) -> printf("%s", string)Olly Betts2009-03-311-2/+2
* add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton2009-02-201-7/+14
* All languages now define a macro in the generated C/C++ wrapper file indicati...William S Fulton2008-12-301-0/+3
* create a common banner header for all target language specific filesWilliam S Fulton2008-12-291-8/+3
* accept unix directory separators on windows for input fileWilliam S Fulton2008-12-241-2/+1
* gcc-4.3 warning fixesWilliam S Fulton2008-11-231-3/+3
* customised ccache support: read the CCACHE_OUTFILES env variable and if exist...William S Fulton2008-11-031-4/+4
* Remove some vc++ /W4 warningsWilliam S Fulton2008-06-211-2/+2
* Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_...William S Fulton2008-05-151-4/+4
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-10/+9
* enforce consistency in wrap:action wrt line spacingWilliam S Fulton2008-05-011-1/+1
* Fixes for $wrapname to work in %exceptionWilliam S Fulton2008-02-251-2/+3
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* Fix unused parameter in Printf.Olly Betts2007-05-171-14/+9
* Remove unused trailing NIL parameter in call to Printf(), presumably leftOlly Betts2007-05-081-1/+1
* -fakeversion appears in generated files. Made comment with version number at ...William S Fulton2006-11-151-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-2385/+2125
* ensure $symname is suitably expandedWilliam S Fulton2006-07-051-0/+4
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-7/+5
* Fix DllExport - it is a leftover from the C# module and should not be used.William S Fulton2006-03-021-2/+2
* Deal with Microsofts attempt at deprecating C standard runtime functions for ...William S Fulton2006-02-191-5/+2
* implement the 'allowexcept' feature for global variablesMarcelo Matus2006-01-281-1/+1
* Modify following features to work as flags, so that they can be truely set an...William S Fulton2005-09-301-1/+1