Commit graph

1,051 commits

Author SHA1 Message Date
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
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
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
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
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
William S Fulton
e208f85bea Lua html documentation fixes/improvements. 2014-02-28 19:15:45 +00:00
William S Fulton
1be97ed26c Merge Lua changes - branch 'class_p1' of github.com:v-for-vandal/swig into v-for-vandal-class_p1
* 'class_p1' of github.com:v-for-vandal/swig:
  Fixing registerClass. No more wrap: unnecessary attributes
  Fixed registerMethod to work like registerVariable
  Switched to Swig_name_* functions
  Return MIN_OPT_LEVEL for elua
  add nspace_extend test case
  updated documentation following comd options renaming
  Options in alphabetical order
  Members renaming
  target_name -> lua_name
  Fixing cmd options, again
  Fixing segfault
  Removed class_parent_nspace
  Fixes to module options
  Rename methods to make it clear what 'symbols table' they operate on.
  Small documenation fixes
  Updating Lua documentation
  Eliminating namespaces_hash and using symbols table instead
  Attempt to catch unreproducable bug from Travis CI build
  Small bugfixes
  Bugfixes for eLua. eLua emulation mode
  Add compatibility option for old-style inheritance
  Add support for C-style enums in C mode. And tests.
  Style fixes. Comments fixes. Fixing cmd options. etc
  Some fixes for elua
  Attempt to fix unreproducable bug (from Travis CI build)
  Fixes for examples. Wrapped keywords into guardian in keyword_rename test
  Remove some typos
  Remove some obsolete code
  Manually beautifying luarun.swg
  Code beautifier
  Valuewrapper test
  Removing obsolete debug code
  Bugfixes
  A few bugfixes
  Some class bases iteration improvements
  Fixes for elua
  Bugfixes
  Bugfixes. CMD args handling. Code cleanup
  Bugfixes
  Preparations before pull request - part 1
  More changes. Mostly to the would-be class library
  Fixing issuse with v2-compatible static function names
  Add pointer guard
  Add runtime test
  Bugfixes
  nspace.i example is working
  Initial implementation - everything compiles but might not work
2014-02-27 20:04:08 +00:00
Olly Betts
48476af609 Remove semicolons after function definitions 2014-02-24 10:13:11 +13:00
Olly Betts
0de4cf13a8 Further cleaning up of class examples 2014-02-24 10:10:24 +13:00
Olly Betts
2f3bf144c6 Fix assorted comment and documentation typos 2014-02-23 17:15:22 +13:00
Artem Serebriyskiy
087a66a658 updated documentation following comd options renaming 2014-02-23 02:08:34 +04:00
William S Fulton
4f3c77051f Slight wording change when running test-suite
Should be easier to parse 'by eye'
2014-02-22 20:51:27 +00:00
Paweł Tomulik
0ed98c0606 added example with %pythonbegin
This was requested in PR #7 but overlooked. Contains an example where
one does: from __future__ import absolute_import using %pythonbegin
directive.
2014-02-21 19:12:59 +00:00
Olly Betts
de7ed84f77 Recommend compiling with PIC consistently.
While shared objects with non-PIC code work on some architectures
(notably x86), unless code is always PIC on that arch (not true for x86)
doing so requires runtime relocations, which prevents the object
actually being shared, and means such segments can't be marked as
read-only.
2014-02-21 08:09:58 +13:00
Oliver Buchtala
84ba91dc63 Some fixes in example section of Javascript documentation. 2014-02-20 12:38:53 +01:00
Oliver Buchtala
1ffacaab5b Add note about '-node' command line flag for Node.js code generation. 2014-02-20 12:30:57 +01:00
Oliver Buchtala
462674ea11 Added examples to Javascript module documentation. 2014-02-20 12:28:06 +01:00
Oliver Buchtala
7c1f66c29e Add more notes about how to install node. 2014-02-20 11:15:46 +01:00
Artem Serebriyskiy
00f59ac497 Small documenation fixes 2014-02-19 13:34:50 +04:00
Artem Serebriyskiy
3d36a69d81 Updating Lua documentation 2014-02-19 13:34:50 +04:00
Olly Betts
fcda732437 fix typo 2014-02-17 19:44:20 +13:00
Oliver Buchtala
8df34d54d0 Beginning to document v8 integration. 2014-02-14 13:21:52 +01:00
Oliver Buchtala
05146e2aed Documented extending Node.js and Webkit's Javascript engine. 2014-02-14 13:04:21 +01:00