summaryrefslogtreecommitdiff
path: root/Source/Modules/main.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove all generated files on error.William S Fulton2019-07-311-1/+20
* Exit code change when using -WerrorWilliam S Fulton2019-07-311-5/+4
* Fix command line error handling to work like in 3.0.12William S Fulton2019-04-251-6/+8
* Fix swig -help to exit with status 0Olly Betts2019-02-081-5/+6
* Add missing command line options to documentationWilliam S Fulton2019-02-041-6/+6
* Add support for differentiating target language statusesWilliam S Fulton2019-02-041-5/+12
* Stop defaulting to TclOlly Betts2019-02-011-3/+10
* Remove support for PHP5Olly Betts2018-06-071-1/+1
* Add option file supportJoshua Watt2018-01-121-0/+4
* C++11 ref-qualifier support addedWilliam S Fulton2017-08-191-7/+8
* [PHP7] Make default C++ extension .cxxOlly Betts2016-11-301-1/+1
* Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton2015-07-031-2/+2
* Documentation improvements for -o and -oh optionsWilliam S Fulton2015-06-121-2/+2
* Avoid debug code segfaults when top==NULLOlly Betts2015-02-261-2/+2
* Provide -cppext as a general command line optionOlly Betts2015-01-081-0/+11
* Split -help output into 4 chunks instead of 3Olly Betts2015-01-081-5/+9
* The kwargs feature no longer turns on compactdefaultargs for languages that d...William S Fulton2014-10-211-0/+3
* Create separate extetnd.c file for handling extensions / %extendWilliam S Fulton2014-05-211-2/+1
* %extend for nested unnamed C structsVladimir Kalinin2014-05-141-0/+2
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-5/+5
* Nested classes support is diversified, depending on the language capability. ...Vladimir Kalinin2014-02-021-9/+4
* Remove -nonaturalvar and nonaturalvar option in %moduleWilliam S Fulton2014-01-111-3/+0
* Ensure -c++out is not used with -c++William S Fulton2013-12-121-5/+7
* Minor tweaks in Swig_feature_setWilliam S Fulton2013-12-051-3/+1
* nested private classes are discarded while parsingVladimir Kalinin2013-12-051-2/+2
* Minor code improvementsWilliam S Fulton2013-11-291-8/+4
* Cosmetics/code beautification of nested class supportWilliam S Fulton2013-11-291-14/+2
* Nested classes supportVladimir Kalinin2013-11-291-2/+43
* Add -MP option for generating phony targets for all dependenciesKarl Wette2013-04-151-2/+18
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* Fix segfaults when using filename paths greater than 1024 characters in lengt...William S Fulton2012-11-181-16/+25
* Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-141-8/+7
* Remove duplicate macros when using -external-runtimeWilliam S Fulton2011-11-281-7/+0
* Bug fix: Remove root directory from directory search list in Windows.William S Fulton2011-11-181-15/+18
* Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-1/+1
* Add -pcreversion option to display PCRE version informationWilliam S Fulton2010-10-011-0/+7
* Include the values of configurable options in `swig -version`.Vadim Zeitlin2010-07-221-1/+8
* Fix incorrect current directory handling from last commitWilliam S Fulton2010-03-131-27/+31
* Better handling of file paths containing multiple path separators. Fix recent...William S Fulton2010-03-131-10/+11
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* Add in possibility to use scopes in target language module symbol tableWilliam S Fulton2010-02-121-3/+0
* Add the -debug-lsymbols option for displaying the target language layer symbols.William S Fulton2010-02-111-1/+12
* Fix -MM and -MMD options on Windows. They were not omitting files in the SWIG...William S Fulton2010-02-091-4/+8
* Add Swig_filename_escape for library files added with -l ... not entirely sur...William S Fulton2010-02-091-1/+1
* Slight text change for the language subdirectory when using verbose output an...William S Fulton2010-02-081-6/+6
* Fix #1807329 - When Makefile dependencies are being generated using the -M fa...William S Fulton2010-02-081-1/+1
* compile fix after last checkinWilliam S Fulton2010-02-061-1/+1
* minor code tidy upWilliam S Fulton2010-02-061-4/+3
* Fix #2918902 - language specific files not being generated in correct direct...William S Fulton2010-02-061-8/+10
* Fix #2894405 - assertion when using -xmlout.William S Fulton2010-02-051-1/+6