Commit graph

16,899 commits

Author SHA1 Message Date
William S Fulton
ffe4bd8f60 ADD RUNPIPE and RUNTOOL to Javascript examples 2014-04-19 18:11:32 +01:00
William S Fulton
aae63efcfe Remove unnecessary blank lines from Javascript examples 2014-04-19 17:59:49 +01:00
William S Fulton
efc5af04e0 Detect node-gyp at configure time and show version in javascript_version target 2014-04-19 16:44:21 +01:00
William S Fulton
9587c133c5 Fix typo in Javascript exception 2014-04-19 15:55:12 +01:00
William S Fulton
c67cdd5b30 Revert css style changes in javascript branch 2014-04-16 07:59:24 +01:00
William S Fulton
4837c5c9eb Add missing license info 2014-04-16 07:50:28 +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
William S Fulton
547454684e a few Javascript clarifications in configure.ac 2014-04-16 07:39:25 +01:00
William S Fulton
a3ad811cee Makefile and autoconf file tidy up for Javascript 2014-04-16 07:38:52 +01:00
William S Fulton
0e0f65aead Tidy up Example makefile for Javascript 2014-04-10 08:13:06 +01:00
William S Fulton
244ad06c25 Alphabetical order for Javascript in -help output 2014-04-10 08:11:33 +01:00
William S Fulton
921189415a Remove junk files 2014-04-10 07:58:02 +01:00
William S Fulton
6b220a5e7f Travis file code consistency 2014-04-01 20:15:10 +01:00
William S Fulton
e095566720 Turn on Travis testing on javascript branch 2014-04-01 20:09:44 +01:00
William S Fulton
a550bddab1 Add javascript to Sections.html 2014-04-01 19:54:16 +01:00
Oliver Buchtala
a485d89e62 Optimized travis before_install for Javascript. 2014-03-31 04:15:34 +02: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
a8c3f85378 Insert a workaround for c_delete and c_delete_function for v8. 2014-03-31 02:59:33 +02:00
Oliver Buchtala
23bbb59f8e Update Javascript.html. 2014-03-31 02:45:27 +02:00
Oliver Buchtala
233b244310 Remove inadvertently added xcode file. 2014-03-31 02:15:54 +02:00
Oliver Buchtala
f43741c3b7 Remove gdb pretty printing.
This will be provided in a separate branch.
2014-03-31 00:37:02 +02:00
Oliver Buchtala
7ce16cc56d Remove cmake relict. 2014-03-30 23:32:59 +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
f47ce19cb9 Revert "Development version for travis configuration."
This reverts commit f9268f223c.
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
df2c9d366d Remove some useless code 2014-03-28 08:04:01 +00:00
William S Fulton
cd2085aae7 Fixes for C enums used in an API and the definition of the enum has not been parsed.
For D, this fixes a segfault in SWIG.

Java, C#, D, Go now produce code that compiles, although the definition of the
enum is needed in order to use the enum properly from the target language.
2014-03-28 07:54:03 +00:00
William S Fulton
15f4b3b19d Correct messages displayed when running Java test-suite 2014-03-28 07:48:40 +00:00
William S Fulton
f01c84cd8b Java enums - remove redundant typemaps 2014-03-28 07:45:23 +00:00
William S Fulton
7f8c1e192d CHANGES file for previous commit for Lua 2014-03-23 12:55:26 +00:00
William S Fulton
7adc528aa6 Merge pull request #153 from v-for-vandal/issue_152
Lua Visual Studio runtime fix using snprintf
closes #152
2014-03-23 12:53:34 +00:00
Artem Serebriyskiy
f2c410a8c0 Fixing issue 152 2014-03-23 14:05:05 +04:00
William S Fulton
9df37fa15a Revert "Set up coverity builds on Travis"
This reverts commit f8d3a1c1b6.
2014-03-22 14:59:40 +00:00
William S Fulton
f8d3a1c1b6 Set up coverity builds on Travis
On master for the moment, but needs moving to a branch
2014-03-22 14:29:11 +00:00
William S Fulton
91c817b475 Fix C++11 extern template test 2014-03-21 18:36:21 +00:00
William S Fulton
45256e0e9e Lua code refactor
Remove the internal api code for -no-old-metatable-bindings.
The code needs to be properly based on features, not api levels.
The code/variable names now reflect the command line option controlling
it.
2014-03-20 19:51:30 +00:00
William S Fulton
57ef0099d3 Add Travis testing for Python 2.4 2.5 2.6 3.4 2014-03-20 19:20:29 +00:00
William S Fulton
bbd8f85de4 Forward null fix for Coverity analysis 2014-03-20 19:14:53 +00:00
William S Fulton
abd31397fa Always use debug flags for Mono to get decent stacktraces on error. 2014-03-20 19:12:44 +00: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
e1b649998b Add changes notes for Lua changes 2014-03-16 21:11:03 +00:00
William S Fulton
778aed5a08 CHANGES file updates 2014-03-16 21:11:03 +00:00
William S Fulton
f3593a4d35 Add release note summary 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
f999c4864e Fix errors test-suite on Mac OSX 2014-03-16 15:20:13 +00:00