aboutsummaryrefslogtreecommitdiff
path: root/Source/Modules/main.cxx
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainllvm-r522817Alistair Delva
2019-07-31Remove all generated files on error.William S Fulton
2019-07-31Exit code change when using -WerrorWilliam S Fulton
2019-04-25Fix command line error handling to work like in 3.0.12William S Fulton
2019-02-08Fix swig -help to exit with status 0Olly Betts
2019-02-04Add missing command line options to documentationWilliam S Fulton
2019-02-04Add support for differentiating target language statusesWilliam S Fulton
2019-02-01Stop defaulting to TclOlly Betts
2018-06-07Remove support for PHP5Olly Betts
2018-01-12Add option file supportJoshua Watt
2017-08-19C++11 ref-qualifier support addedWilliam S Fulton
2016-11-30[PHP7] Make default C++ extension .cxxOlly Betts
2015-07-03Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton
2015-06-12Documentation improvements for -o and -oh optionsWilliam S Fulton
2015-02-26Avoid debug code segfaults when top==NULLOlly Betts
2015-01-08Provide -cppext as a general command line optionOlly Betts
2015-01-08Split -help output into 4 chunks instead of 3Olly Betts
2014-10-21The kwargs feature no longer turns on compactdefaultargs for languages that d...William S Fulton
2014-05-21Create separate extetnd.c file for handling extensions / %extendWilliam S Fulton
2014-05-14%extend for nested unnamed C structsVladimir Kalinin
2014-04-30Eliminate needless casting away const from string constantsOlly Betts
2014-02-02Nested classes support is diversified, depending on the language capability. ...Vladimir Kalinin
2014-01-11Remove -nonaturalvar and nonaturalvar option in %moduleWilliam S Fulton
2013-12-12Ensure -c++out is not used with -c++William S Fulton
2013-12-05Minor tweaks in Swig_feature_setWilliam S Fulton
2013-12-05nested private classes are discarded while parsingVladimir Kalinin
2013-11-29Minor code improvementsWilliam S Fulton
2013-11-29Cosmetics/code beautification of nested class supportWilliam S Fulton
2013-11-29Nested classes supportVladimir Kalinin
2013-04-15Add -MP option for generating phony targets for all dependenciesKarl Wette
2013-01-12Remove cvs/svn Id stringsWilliam S Fulton
2012-11-18Fix segfaults when using filename paths greater than 1024 characters in lengt...William S Fulton
2012-11-14Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton
2011-11-28Remove duplicate macros when using -external-runtimeWilliam S Fulton
2011-11-18Bug fix: Remove root directory from directory search list in Windows.William S Fulton
2011-03-14Remove redundant code highlighted by warnings in gcc-4.6William S Fulton
2010-10-01Add -pcreversion option to display PCRE version informationWilliam S Fulton
2010-07-22Include the values of configurable options in `swig -version`.Vadim Zeitlin
2010-03-13Fix incorrect current directory handling from last commitWilliam S Fulton
2010-03-13Better handling of file paths containing multiple path separators. Fix recent...William S Fulton
2010-02-27SWIG license change - Source moves to GPLv3William S Fulton
2010-02-12Add in possibility to use scopes in target language module symbol tableWilliam S Fulton
2010-02-11Add the -debug-lsymbols option for displaying the target language layer symbols.William S Fulton
2010-02-09Fix -MM and -MMD options on Windows. They were not omitting files in the SWIG...William S Fulton
2010-02-09Add Swig_filename_escape for library files added with -l ... not entirely sur...William S Fulton
2010-02-08Slight text change for the language subdirectory when using verbose output an...William S Fulton
2010-02-08Fix #1807329 - When Makefile dependencies are being generated using the -M fa...William S Fulton
2010-02-06compile fix after last checkinWilliam S Fulton
2010-02-06minor code tidy upWilliam S Fulton
2010-02-06 Fix #2918902 - language specific files not being generated in correct direct...William S Fulton