summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-05-01 19:01:20 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-05-01 19:01:20 +0100
commitf51be1ca5c0db097018f62a7f5c31284fa1147a6 (patch)
treed0115167801edeec6e770bb375bd4f521b1fcf9d /.gitignore
parent5792e97a44bd0d14c6479643efb22e5a4d46808e (diff)
parent80953ccfc9be6dfeb01728b32d9a8d15d28ba9e9 (diff)
downloadswig-f51be1ca5c0db097018f62a7f5c31284fa1147a6.tar.gz
Merge branch 'master' into javascript
* master: Fix some typos [PHP] The generated __isset() method now returns true for read-only properties. Eliminate needless casting away const from string constants Fix typos Fix missing ")" in code example Fix comment typos Fix m4 quoting of checks for yodl2man and yodl2html versions Fixed errors from previous commit. Removed all unnecessary asserts Remove unused variable Another go html fix Fix intgosize arg documentation Optimize metamethods inheritance resolving Updating documentation Whitespace cleanup of Example Makefiles .gitignore: ignore Lib/swigwarn.swg Fixing unused variable warnings Finish implementation with proxy functions Remove duplicate declarations of strtoimax and strtoumax in inttypes.i Ignored enum fixes. Further shift operator regression fixes Fix use of shift operators in expressions regression since 3.0.0 Fix seg fault with extra ) brackets and >> More efficient end of template bracket (>>) handling beautify scanner.c Tidy up scanner.c DOH readme correction Fix typo in -lua -help output Remove extra </div> Update documentation for deprecation and removal of Close() Fix segfault when there are too many closing round brackets in parsed code Refix operator<< definition giving a syntax error Fix regression in 3.0.0 where legal code following an operator<< definition might give a syntax error. Remove unnecessary block from PHP version of SWIG_exception macro [PHP] Fix wrapping director constructors with default parameters with a ZTS-enabled build of PHP. Fix potential bugs found by Coverity analysis Eliminate unused parameter from SWIG_Php_GetModule() Fix comment typo Fix compiler warnings in generated Lua code [PHP] Pass the ZTS context we already have to avoid needing to call TSRMLS_FETCH, which is relatively expensive. [PHP] Pass ZTS context through to t_output_helper() so it works with a ZTS-enabled build of PHP. Reported by Pierre Labastie in github PR#155. Lua test-suite can now be run out of source Fix out of source test-suite runs for Octave Add runtime test for commit 7a96fba836558f592dc5b37b32d1845f606e2efe Add C++11 constexpr runtime test
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8d72cea5d..d4d70b010 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,6 +85,7 @@ swig.spec
.dirstamp
CCache/ccache-swig
CCache/ccache-swig.1
+Lib/swigwarn.swg
Source/CParse/parser.c
Source/CParse/parser.h
Source/eswig