Commit graph

1,304 commits

Author SHA1 Message Date
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
Simon Marchetto
c4381e8d57 scilab: add support for multiset 2014-03-26 10:26:07 +01:00
Simon Marchetto
5238ac0e5f scilab: fix doc, associative container works also with matrices 2014-03-25 17:31:16 +01:00
Simon Marchetto
26cc1ea36e scilab: document C++ inheritance 2014-03-21 17:56:15 +01:00
Simon Marchetto
849302913f scilab: fix doc on structs & classes 2014-03-21 16:54:19 +01:00
Simon Marchetto
4cca1f67cb scilab: little fixes in doc 2014-03-20 16:32:07 +01:00
Simon Marchetto
b4a4dc7e26 scilab: complete doc on STL 2014-03-20 15:03:31 +01:00
Simon Marchetto
aefdcd65e1 scilab: document struct array member 2014-03-19 12:05:38 +01: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
William S Fulton
08b783113d Add release date 2014-03-16 21:11:03 +00:00
William S Fulton
98a5569e1b Few tweaks to Lua html docs 2014-03-16 21:11:03 +00:00
William S Fulton
785d93d9fb html fixes and section updates 2014-03-15 22:45:43 +00:00
William S Fulton
2471e3fc3a Windows examples update for new C# project files. 2014-03-14 23:06:17 +00:00
Simon Marchetto
ca3bee92b2 scilab: improve doc on structs + small fixes on classes 2014-03-14 16:28:07 +01:00
Simon Marchetto
ed36fb862a scilab: in doc, add notes on double => int conversion & column major order, change arrays example 2014-03-14 11:04:47 +01:00
William S Fulton
90a9ac99a8 C++11 doc updates 2014-03-14 01:57:17 +00:00
William S Fulton
fd5f4c25aa C++11 alignof alignas testcase and further C++11 doc updates 2014-03-14 01:57:16 +00:00
William S Fulton
9a45a09aec C++11 conversion operator example and docs added 2014-03-14 01:57:15 +00:00
William S Fulton
adc3cfeb57 More C++11 doc and test improvements 2014-03-14 01:57:15 +00:00
William S Fulton
3fb973644e More C++11 doc tweaks 2014-03-14 01:57:15 +00:00
William S Fulton
e186dc13b7 C++11 constexpr variables support added 2014-03-14 01:57:14 +00:00
Simon Marchetto
7e0c5dd609 scilab: in doc, add example for array typemaps 2014-03-13 19:07:58 +01:00
Simon Marchetto
c52fe53332 scilab: document matrix.i 2014-03-13 17:50:21 +01:00
Simon Marchetto
8096b3d1cd scilab: in doc, move arrays and pointer-to-pointers into typemaps chapter 2014-03-13 12:34:09 +01:00
Simon Marchetto
21a3e761cc scilab: in doc group together constants and enums 2014-03-13 11:36:50 +01:00
Simon Marchetto
a11dae05f3 Scilab: new chapter for typemaps, fix some numbering and section titles 2014-03-13 10:22:27 +01:00
Simon Marchetto
f3b0497d62 scilab: fix doc on matrices (and arrays) 2014-03-12 17:30:07 +01:00
Simon Marchetto
139d74759d scilab: modify arrays example 2014-03-12 14:39:12 +01:00
Simon Marchetto
310b5e4408 scilab: small fix on doc chapters 2014-03-12 14:27:19 +01:00
Simon Marchetto
8701e6f843 scilab: support of std::deque 2014-03-11 18:34:14 +01:00
Simon Marchetto
7120e576c8 scilab: fix doc on STL, module 2014-03-11 18:19:21 +01:00
Simon Marchetto
3bbdffa833 scilab: fix doc on arrays 2014-03-11 17:49:01 +01:00
Simon Marchetto
013b9f9769 Merge branch 'master' into gsoc2012-scilab 2014-03-11 10:24:09 +01:00
Oliver Buchtala
a234542543 Merge branch 'master' into tmp
Conflicts:
	.travis.yml
	Examples/Makefile.in
	Examples/test-suite/director_nspace.i
	Examples/test-suite/nspace.i
	Examples/test-suite/nspace_extend.i
	Source/Modules/lang.cxx
	configure.ac
2014-03-05 01:09:26 +01:00
Oliver Buchtala
8c05fe37af Removed obsolete paragraph from Javascript documentation. 2014-03-04 22:55:32 +01:00
Oliver Buchtala
924f373a2f Fix pandoc filter.
And add a script that helps to run pandoc with appropriate
command line flags.
2014-03-04 22:51:19 +01:00
Oliver Buchtala
6b82dff8f3 Minor tweaks in Javascript documentation. 2014-03-04 22:50:23 +01:00
Oliver Buchtala
1a7e12911a Adding a chapter about Javascript tests and examples. 2014-03-04 12:00:13 +01:00
William S Fulton
c99417ab13 Lua documentation tweaks and make nspace example more concise. 2014-03-04 07:54:37 +00:00
William S Fulton
8b75b90b2f Merge branch 'class_p1_fixes' of github.com:v-for-vandal/swig into v-for-vandal-class_p1_fixes
Lua changes tweaks.

* 'class_p1_fixes' of github.com:v-for-vandal/swig:
  Removing all TODO:REMOVE
  Fixing enums
  __Static -> SwigStatig, __Module -> SwigModule
  Setattr -> SetFlag
  Backward compatibility -> Compatibility Note
  Fixing documentation. Adding an example.
2014-03-03 19:16:18 +00:00
William S Fulton
5f7f8f17eb C++11 rvalue reference docs updated. 2014-03-03 19:12:12 +00:00
Artem Serebriyskiy
1898099620 Fixing enums 2014-03-03 09:54:13 +04:00
Artem Serebriyskiy
e48c2ce35e Backward compatibility -> Compatibility Note 2014-03-02 19:33:25 +04:00
Artem Serebriyskiy
6b18d20979 Fixing documentation. Adding an example. 2014-03-02 19:10:11 +04:00