Sami Vaarala
30e30ef646
API docs for dump/load API calls
10 years ago
Sami Vaarala
ddb60e1524
Matrix test update
9 years ago
Sami Vaarala
028e28bbd7
API testcase for dump/load bytecode
9 years ago
Sami Vaarala
face8ed0bc
Add utility to dump bytecode
10 years ago
Sami Vaarala
32b99ca2f1
Add duk -c FILENAME bytecode compile option
9 years ago
Sami Vaarala
8fbd81e597
Implement bytecode dump/load API calls
10 years ago
Sami Vaarala
9509fd1af5
Code policy checker fix
9 years ago
Sami Vaarala
36d48c7d9d
Mandel dist example whitespace trivia
10 years ago
Sami Vaarala
72c63ed725
Merge branch 'proxy-instanceof'
9 years ago
Sami Vaarala
371c29b75c
Releases: Proxy instanceof
9 years ago
Sami Vaarala
597226d67a
Add Proxy instanceof support
Add support for handling Proxy instanceof correctly, without support for
'getPrototypeOf' trap. The instanceof check traverses through the Proxy
target.
9 years ago
Sami Vaarala
ef9e8f991b
Add testcases for Proxy instanceof
Basic testcase for Proxy without a getPrototypeOf trap. Instanceof
should traverse to the Proxy target as if the trap was missing.
9 years ago
Sami Vaarala
74be8ff972
Merge branch 'website-other-engine-links'
9 years ago
Sami Vaarala
184159d93b
Add list of similar engines to index page
9 years ago
Sami Vaarala
1f2368ec5b
Merge branch 'runtests-skip-testcase-change'
9 years ago
Sami Vaarala
62a99981bf
Skip 'skip=true' testcases entirely
Without this fix, runtests will run execution timeout testcases which always
take a lot of time to timeout.
10 years ago
Sami Vaarala
4b277138cb
Merge branch 'gitignore-additions'
9 years ago
Sami Vaarala
b70f3481c5
Gitignore additions
9 years ago
Sami Vaarala
a41fabd2db
Merge branch 'remove-ditz-issues'
Remove Ditz issues.
9 years ago
Sami Vaarala
163db32607
Throwaway Ditz issue dump tool
9 years ago
Sami Vaarala
af696adec5
Remove Ditz issue references
9 years ago
Sami Vaarala
0f78ee8314
Remove Ditz issues
9 years ago
Sami Vaarala
7d259ac4b9
Merge branch 'reorganize-test-dirs'
Reorganize test directories so that all tests are under tests/.
9 years ago
Sami Vaarala
3980e18622
Add misc mandel test
9 years ago
Sami Vaarala
46f1593a41
Makefile clean trivia fix
9 years ago
Sami Vaarala
f436881bfd
Fix testcase refs to new directories
9 years ago
Sami Vaarala
01a44f4157
Relocate tests to common toplevel tests/ dir
9 years ago
Sami Vaarala
6865293847
Merge branch 'proxy-target-nonwritable'
9 years ago
Sami Vaarala
33780280a4
Releases: Proxy internal property attributes
9 years ago
Sami Vaarala
18d41721ce
Make Proxy internal properties immutable
9 years ago
Sami Vaarala
9f71837462
Testcase for Proxy _Target and _Handler attributes
9 years ago
Sami Vaarala
948d625b25
Merge branch 'update-es6-refs'
9 years ago
Sami Vaarala
574f2892fe
Testcase ES6 ref updates
9 years ago
Sami Vaarala
f36af60bf2
Internal doc ES6 ref updates
9 years ago
Sami Vaarala
c2e4b98bb4
Website ES6 ref updates
10 years ago
Sami Vaarala
38c4411e23
Polyfill ES6 ref updates
9 years ago
Sami Vaarala
b88137619f
Source ES6 ref updates
10 years ago
Sami Vaarala
5b2a3f53f0
Merge branch 'osx-deep-c-stack'
9 years ago
Sami Vaarala
6f2feebcff
Releases: deep C stack for OSX
9 years ago
Sami Vaarala
64448301a4
Enable deep C stack by default for OSX/iPhone
9 years ago
Sami Vaarala
dae878d637
Merge branch 'matrix-compile-tweak'
9 years ago
Sami Vaarala
4aff290636
Matrix compile tweaks for Ubuntu 14.04
9 years ago
Sami Vaarala
10bf4ea69e
Merge branch 'external-duk-config-h'
Move DUK_USE_xxx flags, typedefs, macros, #include files, and other
target specific definitions into an external duk_config.h (GH-64).
Having an external duk_config.h avoids the need for users to provide
DUK_OPT_xxx flags when compiling an application (it suffices that
duk_config.h is in the include path), and making invasive changes
for exotic targets is easier.
As a first step, this merge provides a "genconfig" utility which is
used to autogenerate a backwards compatible duk_config.h (which still
reacts to DUK_OPT_xxx as before) based on YAML-based config metadata.
The "genconfig" utility can also autogenerate option documentation and
can generate a barebones header for a certain target, but these are
not yet fully functional.
There are minimal documentation changes in this merge; these will need
further work before a release.
The minimum change needed for user build scripts is to ensure that
the default duk_config.h header is in the include path when compiling
Duktape and the user application.
9 years ago
Sami Vaarala
b22ef53959
Separate source build fixes (Date, fastint)
9 years ago
Sami Vaarala
860c556b23
Releases: duk_config.h, GH ref, Date provider
10 years ago
Sami Vaarala
fc55a592bd
Misc genconfig changes: Makefile, README, dist
9 years ago
Sami Vaarala
5f23b0fb3d
Internal doc note on inline macros
9 years ago
Sami Vaarala
aed1078faa
Internal docs for genconfig and Date provider
9 years ago
Sami Vaarala
36cef9a2c1
Dummy custom Date provider example
9 years ago
Sami Vaarala
2e06d48b6e
Website changes for genconfig and duk_config.h
9 years ago