Sami Vaarala
59702ce022
Release checklist updates
- Update symbols API test
- Windows warning level
9 years ago
Sami Vaarala
a153c53982
Add GH-336 cast issue to self test
9 years ago
Sami Vaarala
8e38a329c6
Add missing API calls to symbol test
9 years ago
Sami Vaarala
18b6bbf6a5
Fix wiki link for page rename
9 years ago
Sami Vaarala
7f220dd804
Fix testcase expect string to match actual desired
9 years ago
Sami Vaarala
137a004983
Renamed example file in 1.3 release notes
9 years ago
Sami Vaarala
530ca642c7
Genconfig fix for cpp warning/error
9 years ago
Sami Vaarala
6282a7df14
Dist README config link to wiki
9 years ago
Sami Vaarala
507f786924
Merge branch 'duk-config-cleanups'
Cleanups to genconfig.py, config metadata, and config related internal
documentation and website.
9 years ago
Sami Vaarala
6342201dab
Website config/feature option cleanups
- Reference to Wiki Configuring page
- Move common feature options to Wiki for easier editing
- ES6 custom features update for typed arrays
9 years ago
Sami Vaarala
a4ca5b3669
Internal document config cleanups
- duk_config.h document minor cleanups, add notes for experimental features
- feature option document updates: now matches autodetect header
- low memory document updates
9 years ago
Sami Vaarala
0a23a97efd
Genconfig dist changes
9 years ago
Sami Vaarala
1689a723ee
Genconfig improvements and fixes
9 years ago
Sami Vaarala
a4523d391d
Config metadata improvements
9 years ago
Sami Vaarala
81c2e5d1e1
Merge branch 'fix-misc-no-return-value'
Fix miscellaneous "no return value" cases which cause warnings when the
compiler doesn't have a "noreturn" attribute.
9 years ago
Sami Vaarala
6a2ebbd6ec
Misc 'no return value' fixes for unreachable code
9 years ago
Sami Vaarala
a9003d1838
Merge branch 'duk-reset-heap-option'
9 years ago
Sami Vaarala
470d5c94a3
Add --recreate-heap and --verbose to duk
9 years ago
Sami Vaarala
b5549f52be
Merge branch 'finalize-v1.3-misc'
9 years ago
Sami Vaarala
e3827515b0
Remove experimental status of debugger API
Also remove experimental warning in debugger web UI.
9 years ago
Sami Vaarala
e3131a45db
Remove experimental from established API calls
9 years ago
Sami Vaarala
df3b92ee87
README feature list update, match index.html
9 years ago
Sami Vaarala
651d563086
Update website code/ram figures
9 years ago
Sami Vaarala
66646e34be
Clean up 1.3 release notes
9 years ago
Sami Vaarala
e202382bb8
Merge branch 'keep-closure-in-clean'
9 years ago
Sami Vaarala
549607b84e
Clean compiler.jar only in make cleanall
This ensures that if you have compiler.jar in place, it will be used even
in a normal "make dist" (even when not building an official release, which
depends on compiler.jar).
9 years ago
Sami Vaarala
b25f4bae43
Merge branch 'fix-json-conditional-compile'
9 years ago
Sami Vaarala
a42513ce70
JSON conditional compilation fixes
9 years ago
Sami Vaarala
146fb34eab
Merge branch 'buffer-optional-compilation'
9 years ago
Sami Vaarala
e91b417a46
Expand codepolicy support to config and debugger
9 years ago
Sami Vaarala
696cea2491
API testcase for pushing Duktape.Buffer
This should work even with support turned off for other buffer objects.
9 years ago
Sami Vaarala
ed3c4cb521
Minimum changes for optional bufferobject support
Both Node.js and typed array support is enabled/disabled at the same time.
It would be better to control each separately, which is slightly messier.
9 years ago
Sami Vaarala
28090933e7
Config option for bufferobject support
9 years ago
Sami Vaarala
363e1c98f6
Merge branch 'fix-buffers-doc-fixmes'
9 years ago
Sami Vaarala
d8b289abb8
Resolve buffers.rst FIXMEs
9 years ago
Sami Vaarala
7bc8088f4e
Merge branch 'travis-tidy-html'
9 years ago
Sami Vaarala
501b779c92
Add tidy check to travis
9 years ago
Sami Vaarala
3f46b704f5
Merge branch 'api-push-buffer-object-typing'
9 years ago
Sami Vaarala
7823ffaf5b
Fix warning for packed duk_tval build
9 years ago
Sami Vaarala
b7c017852f
Bufferobject push API doc typing fix
9 years ago
Sami Vaarala
c4141cd331
Bufferobject push wrap API tests
9 years ago
Sami Vaarala
0346a9d871
Change bufferobject push typing, add wrap checks
9 years ago
Sami Vaarala
4a54e8ea60
Merge branch 'single-source-wording'
9 years ago
Sami Vaarala
053b095e45
Trivial fix to single source comment wording
9 years ago
Sami Vaarala
a50ce8fc78
Merge branch 'v1.2.4-release-prep'
9 years ago
Sami Vaarala
12112d5e98
Update downloads page for 1.2.4 release
9 years ago
Sami Vaarala
bec80f5164
Add 1.2.4 release
9 years ago
Sami Vaarala
04c2530d84
Merge branch 'website-buffer-objects'
9 years ago
Sami Vaarala
4cca35332f
Simplify buffers section, refer to Wiki
9 years ago
Sami Vaarala
cd1d0ab1a3
Merge branch 'api-push-buffer-object'
Add duk_push_buffer_object() API for pushing buffer objects (e.g.
Node.js Buffer, ArrayBuffer) and buffer views (e.g. Uint32Array)
directly from C code.
9 years ago