William S Fulton
8288ac15a0
Correct links in html documentation using new version of makechap.py
...
Corrects position of heading text within A and H1, H2, ... elements.
2015-12-30 22:22:32 +00:00
William S Fulton
abe42bbb16
Correct html documentation linking generated by makechap.py script
...
Corrects position of heading text to be as mentioned in the 4.01
transitional standard, see http://www.w3.org/TR/html4/struct/links.html#h-12.1.1 .
For example, changes
<H1><a name="Introduction"></a>2 Introduction</H1>
to
<H1><a name="Introduction">2 Introduction</a></H1>
The changes will convert the old incorrect usage should an html file
using the old approach be added in the future.
2015-12-30 22:22:31 +00:00
William S Fulton
01611702ec
Python 2 Unicode strings can be used as inputs to char * or std::string types
...
Requires SWIG_PYTHON_2_UNICODE to be defined when compiling generated code.
2015-12-19 03:55:26 +00:00
William S Fulton
0ae5bfa6e2
html links updates
2015-12-18 21:14:44 +00:00
William S Fulton
862b4c6138
Add a linkchecker target for checking broken links in SWIGDocumentation.html
2015-12-18 21:14:39 +00:00
William S Fulton
e069365775
html fixes
2015-12-17 13:57:17 +00:00
William S Fulton
64dcd50b99
Remove dependency on yodl tools and remove ccache-swig man page
...
Use the CCache.html docs instead of the ccache-swig man page.
The yodl2man and yodl2html tools are no longer used and so SWIG no
longer has a dependency on these packages which were required when
building from git.
Closes #286
Closes #128
2015-12-17 02:36:48 +00:00
William S Fulton
51ee23b580
Link to distutils fix
2015-12-05 19:25:18 +00:00
William S Fulton
b69719eb5b
changes file note and docs for std::array
2015-11-25 19:20:36 +00:00
William S Fulton
803ba97a83
Update docs for shared_ptr
2015-10-01 22:36:01 +01:00
William S Fulton
37e60f450f
Ruby tracking doc fixes
2015-09-13 14:53:25 +01:00
William S Fulton
0ee304188c
Merge branch 'lyze-cffi-export-package'
...
* lyze-cffi-export-package:
Add user documentation to the export package extension.
Extend the export feature in the CFFI module to support exporting to a particular package.
2015-09-09 22:32:43 +01:00
William S Fulton
b5873218b6
Ruby mark_function example and docs fixes
...
Relates to Ruby trackings hash bug #225
2015-09-05 15:30:50 +01:00
Michael Schaller
d5cf0ab111
First batch of changes after code review by @ianlancetaylor for pull request #502 .
2015-08-27 10:09:50 +02:00
Michael Schaller
8d2f3403d2
[Go] Reworked beginning of the documentation.
...
* Removed link to examples in the Go source tree as discussed in issue #418 .
* Reworded occurences of the 'gc tool' as it has been removed with Go 1.5.
* Reworked chapter 23.3. This should make it easier for users to get started
with SWIG as the chapter starts with how to use SWIG with the go tool.
* Added helpful links.
2015-08-27 08:27:43 +02:00
David Xu
c8b15f64a0
Add user documentation to the export package extension.
2015-08-09 13:58:04 -04:00
Michael Schaller
608ef60ecf
[Go] Renamed 'FooBarAbs' to 'FooBarAbstract' in the documentation and examples.
2015-08-09 14:37:16 +02:00
xantares
92328a2016
pep257 & numpydoc conforming docstrings
2015-08-07 22:15:13 +01:00
Michael Schaller
d9d26149e7
Some minor changes after first code review by ianlancetaylor.
...
Renamed overwritenMethodsOnFooBarAbs to overwrittenMethodsOnFooBarAbs.
Changed some line breaks.
2015-08-04 09:50:56 +02:00
Michael Schaller
94994a749e
Removed empty line in table of contents of the Go documentation.
2015-08-04 09:34:26 +02:00
Michael Schaller
a17c9727bd
Fleshed out Go's documentation about the director feature and added a director example.
...
Fixes issues #418 .
2015-08-04 09:34:26 +02:00
William S Fulton
5d363276f5
Bump version to 3.0.8
2015-08-03 22:33:52 +01:00
William S Fulton
9d509ba92b
Add 3.0.7 release summary and release date
2015-08-02 22:51:59 +01:00
William S Fulton
c6f8aadc64
Cosmetic corrections - Mac OS X
2015-08-02 20:14:20 +01:00
William S Fulton
9c23981992
HTML fix in docs
2015-08-02 19:47:02 +01:00
William S Fulton
a1771cb8a0
Fix potential security exploit in generated Java classes
2015-08-02 11:22:46 +01:00
William S Fulton
f482adc6d1
Add documentation and CHANGES for special variables and typemap attributes.
...
Also add info about special variable expansions in special variable
macros.
2015-07-22 23:28:26 +01:00
Karl Wette
8261fc7fc4
Update CHANGES.current and Octave.html to indicate Octave 4.0.0 support
2015-07-17 09:49:44 +02:00
William S Fulton
55686fbe56
Bump version to 3.0.7
2015-07-06 06:55:43 +01:00
William S Fulton
d9bfccfc4e
Add 3.0.6 release notes and release date
2015-07-05 17:16:38 +01:00
William S Fulton
3b859ab539
Html doc fixes
2015-07-05 17:16:37 +01:00
Olly Betts
8208d12aa5
Document use of %pythoncode "file.py"
...
As discussed in github issue #379 .
2015-06-29 22:24:59 +12:00
William S Fulton
e180430f1e
-external-runtime doc improvement
...
Closes #441
[skip ci]
2015-06-16 19:53:09 +01:00
William S Fulton
cc6970e21f
Documentation improvements for -o and -oh options
2015-06-12 06:32:58 +01:00
William S Fulton
85c02b172d
Expand section on code generation philosophy.
...
We avoid introducing 3rd party dependencies in the generated code
including the STL.
2015-06-11 20:13:09 +01:00
William S Fulton
c1a18992cc
Add in all C# command line options to the docs
2015-06-11 07:43:26 +01:00
Frederick Parotat
b83307e354
[C#] Single file mode (fixes)
...
Renamed argument '-csout' to '-outfile'.
Reformatting (Tab spacing; Pointer style).
Chagned html documentation.
2015-06-04 14:15:00 +02:00
William S Fulton
b8e1a66a38
Add new feature "python:cdefaultargs"
...
Controls default argument code generation to obtain the default
arguments from the C++ layer instead of the Python layer.
2015-05-28 20:11:57 +01:00
William S Fulton
ef0be64a6d
Update docs wrt directors and shared_ptr
...
Mentioned in bug #417 .
[skip ci]
2015-05-14 19:26:55 +01:00
Michael Schaller
255715d9ad
[Go] Improved Go Class Memory Management section of the Go documentation.
...
Fixes #289 .
2015-05-08 14:32:22 +02:00
William S Fulton
7178bb11d3
Expand __declspec documentation
2015-04-14 08:13:13 +01:00
Chris Krycho
aebc9379ed
Document %include behavior for __declspec preprocessor directives.
...
Add a short paragraph and example of how to handle the way Microsoft
recommends to wrap `__declspec` definitions in preprocessor macros and
supply them in a common header file.
2015-04-14 07:44:49 +01:00
William S Fulton
55e7264d43
Clearer warning message for badly constructed typecheck typemaps
2015-04-14 07:34:40 +01:00
William S Fulton
4010d25b91
HTML corrections
...
[skip ci]
2015-04-13 20:36:12 +01:00
William S Fulton
073bb244e4
Add docs about missing precedence levels for typecheck typemaps
2015-04-13 20:36:12 +01:00
Simon Marchetto
ec6d46f387
scilab: fix doc typos
2015-03-24 16:52:18 +01:00
Olly Betts
b7ea2115c4
Merge pull request #338 from thomascirca/node-doc
...
Corrected the link for documentation relating to NodeJS, and added one c...
2015-03-23 20:15:41 +13:00
Olly Betts
af113fa6f0
Add missing ; after C++ class definitions
2015-03-20 13:46:28 +13:00
Olly Betts
13894f803b
Whitespace cleanup
2015-03-19 13:15:23 +13:00
Olly Betts
6d80e40699
Remove dead Ocaml configure probes
...
A number of the probed for values are no longer actually used anywhere.
2015-03-18 13:10:59 +13:00