Commit graph

1,090 commits

Author SHA1 Message Date
Olly Betts
1a99212c2c [PHP] Add support for specifying any PHP interfaces a wrapped class
implements, e.g.: %typemap("phpinterfaces") MyIterator "Iterator";
2014-09-12 12:48:37 -03:00
Ian Lance Taylor
acaaa0f31f [Go] Add goargout typemap. 2014-09-09 11:28:04 -07:00
Ian Lance Taylor
1addbb46a8 [Go] Add imtype, goin, goout, godirectorin, and godirectorout
typemaps, to support writing Go code to convert between types.
2014-09-05 17:54:19 -07:00
William S Fulton
54218bfe3f C# exception %exception example fix
From Cindy Gan
[skip ci]
2014-08-15 19:06:02 +01:00
Olly Betts
c43f84af02 Improve PHP docs about extension= and dl() 2014-08-12 14:45:54 +12:00
Ian Bell
b8d3ff060a Update Php.html
Short summary of the fact that dl() function can no longer be used.
2014-08-11 20:46:49 +02:00
William S Fulton
e2b4a72f3e Tcl documentation correction
From Ben Golding on swig-devel list.
2014-08-11 19:12:05 +01:00
Yuval Kashtan
093fe2a556 Add support for java.nio.Buffer
including test-suite test case and documentation
2014-07-18 15:45:16 +03:00
William S Fulton
e982dc7e3b Correct documentation of special variable names
$parentname is really $parentclassname
$parentsymname is really $parentclasssymname
2014-07-01 20:07:19 +01:00
William S Fulton
8728a97dc6 Bump version to 3.0.3 2014-06-06 19:56:38 +01:00
William S Fulton
37c09b0104 Add 3.0.2 release date 2014-06-04 08:48:04 +01:00
William S Fulton
68347cb723 Bump version to 3.0.2 2014-05-28 18:51:46 +01:00
Oliver Buchtala
f19592acf4 Merge branch 'master' of github.com:swig/swig 2014-05-28 04:27:54 +02:00
Oliver Buchtala
686d98672d Javascript: fixed a missing link in documentation. 2014-05-28 04:27:23 +02:00
William S Fulton
85413bc84d Add 3.0.1 release date 2014-05-27 23:39:51 +01:00
William S Fulton
eeb1133606 Javascript html links and typo fixes 2014-05-27 23:39:46 +01:00
Oliver Buchtala
c342bc1b28 Javascript: added a link to the v8 web-site to the documentation. 2014-05-27 21:37:18 +02:00
Oliver Buchtala
a22f97eb33 Javascript: updated documentation about known issues.
[skip ci]
2014-05-27 10:44:13 +02:00
Oliver Buchtala
5d307b2cbf JavascriptCore: updated documentation about how to register an initialized module. 2014-05-27 10:41:39 +02:00
Oliver Buchtala
1df7ca77a0 JavascriptCore: added documentation about how to extract details from JSC errors.
This code is necessary for embedding applications to present details about JS exceptions.
2014-05-27 10:40:16 +02:00
Oliver Buchtala
01f8253b19 Javascript: added a section about known issues. 2014-05-26 21:38:00 +02:00
Harvey Falcic
20ddfb7fcd Python 3 'surrogateescape' docs: fix div class for Python code 2014-05-24 13:30:03 -04:00
Harvey Falcic
5fc851a1e0 Add Python 3 'surrogateescape' documentation 2014-05-23 15:45:47 -04:00
William S Fulton
4a680e5545 html doc chapter numbering update since adding Javascript 2014-05-09 23:39:03 +01:00
William S Fulton
575c7a113a html fixes 2014-05-09 23:39:02 +01:00
Paweł Tomulik
426dd3312f minor corrections to python documentation 2014-05-07 17:23:03 +02:00
Karl Wette
d5b765d388 Whitespace cleanup of all Makefiles*
- some of the %.clean rules in the test-suite Makefiles were using a single tab
  as an empty rule, dangerous! I've replaced these with the safer '@exit 0'.
2014-05-02 20:06:11 +02:00
Olly Betts
4e63c4f720 Remove errnoeous note claiming C++ operator~ maps to Lua .. 2014-05-02 18:40:54 +12:00
William S Fulton
f51be1ca5c 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 7a96fba836
  Add C++11 constexpr runtime test
2014-05-01 19:01:20 +01:00
Olly Betts
618868ce3d Fix typos 2014-04-29 11:31:29 +12:00
Olly Betts
4c86f17bcb Merge pull request #159 from v-for-vandal/issue_154
Fixing issue 154
2014-04-29 11:19:58 +12:00
Oliver Buchtala
9149f5953b Added some documentation on using 'node-webkit'. 2014-04-28 23:36:04 +02:00
Olly Betts
c6bff43742 Fix missing ")" in code example 2014-04-28 13:16:15 +12:00
William S Fulton
e0ca1a3566 Another go html fix 2014-04-22 19:15:31 +01:00
xantares
970eed9a0b Fix intgosize arg documentation
it was misnamed, and brackets were shown as plaintext lt; gt;

Closes #163
2014-04-22 19:13:26 +01:00
Artem Serebriyskiy
c7e2f92a22 Updating documentation 2014-04-22 12:46:26 +04:00
William S Fulton
c67cdd5b30 Revert css style changes in javascript branch 2014-04-16 07:59:24 +01:00
William S Fulton
362583c636 Javascript html documentation tidy up 2014-04-16 07:39:26 +01:00
William S Fulton
d8b3b4e474 Improve missing JS engine error message 2014-04-16 07:39:25 +01:00
Olly Betts
fb19cbcd42 Remove extra </div> 2014-04-06 16:58:19 +12:00
Olly Betts
4959957c18 Update documentation for deprecation and removal of Close() 2014-04-06 06:00:49 +12:00
William S Fulton
a550bddab1 Add javascript to Sections.html 2014-04-01 19:54:16 +01:00
Oliver Buchtala
ea94c22062 Document Javascript related preprocessor macros. 2014-03-31 03:46:51 +02:00
Oliver Buchtala
faab78439c Updated Javascript documentation.
Added note about v8 being c++ only.
2014-03-31 03:09:43 +02:00
Oliver Buchtala
23bbb59f8e Update Javascript.html. 2014-03-31 02:45:27 +02:00
Oliver Buchtala
a40425ab08 Remove pandoc toolchain. 2014-03-30 23:32:59 +02:00
Oliver Buchtala
40c4242d30 Remove Javascript documentation source file. 2014-03-30 23:32:59 +02:00
Oliver Buchtala
158c8b6732 Merge branch 'master' into devel
Conflicts:
	.travis.yml
	Examples/test-suite/common.mk
2014-03-30 23:07:56 +02:00
William S Fulton
b0afd857e5 Bump version to 3.0.1 2014-03-17 06:54:00 +00:00
William S Fulton
ade79e2e94 SWIG 3 doc updates 2014-03-16 21:49:54 +00:00