2038 Commits (2842b0c20d4bb766514fb1c1d2d7956e5ff85099)
 

Author SHA1 Message Date
Sami Vaarala e605fdb13c release note update 11 years ago
Sami Vaarala dc7e1437dd ditz issue update 11 years ago
Sami Vaarala d1b04a22bb ditz issue update 11 years ago
Sami Vaarala 5ee558f6f5 add Duktape.line() 11 years ago
Sami Vaarala 575da0e09f document coco and livescript 11 years ago
Sami Vaarala 68fd5827d3 add coffeescript, coco, LiveScript makefile targets for convenience (not used automatically) 11 years ago
Sami Vaarala 43eee2116c release note update 11 years ago
Sami Vaarala a634126004 authors update, NetBSD bug report from Anthony Howe 11 years ago
Sami Vaarala 52f722f2b2 add DUK_OPT_FORCE_BYTEORDER to allow byte order to be defined on custom platforms: Duktape cannot support them all because endianness headers are non-standard 11 years ago
Sami Vaarala fd3732ee25 ditz issue update 11 years ago
Sami Vaarala 1710d7561a release note update 11 years ago
Sami Vaarala 2ec739bbf6 Merge branch 'align-rework' 11 years ago
Sami Vaarala 856b2ce15d add hobject layout 2 which is layout 1 but: (1) key and entry order reversed to avoid aligning entries, (2) padding bytes between flags and array entries 11 years ago
Sami Vaarala 015ac29d6f rename object LAYOUT_2 to LAYOUT_3 to make space for a less modified version of LAYOUT_1, add a portable align trick to duk_hbuffer_fixed which doesn't increase struct size unnecessarily, rename ALIGN4/8 to ALIGN_4/ALIGN_8 11 years ago
Sami Vaarala e50250dcf7 add a selftest for duk_hbuffer_fixed sizeof 11 years ago
Sami Vaarala d24bada66b move object property realloc ptr setup to duk_hobject.h layout macros so that it's easier to maintain 11 years ago
Sami Vaarala a3ec7e142a add align target to Duktape.env 11 years ago
Sami Vaarala db4d710ee6 ditz issue update 11 years ago
Sami Vaarala d98477ba55 Merge branch 'dukweb-improvements' 11 years ago
Sami Vaarala bd89a8562c add a few command detections to Makefile, allow both 'nodejs' and 'node' for NodeJS (both are used) 11 years ago
Sami Vaarala 9849e1727f add emscripten arch string for Duktape.env 11 years ago
Sami Vaarala 9a2a65443a guide documentation for DUK_OPT_DECLARE, and improved DUK_OPT_PANIC_HANDLER example 11 years ago
Sami Vaarala 0a8f703d77 add DUK_OPT_DECLARE for user declarations, use it to get rid of DUK_OPT_PANIC_HANDLER warnings for Dukweb 11 years ago
Sami Vaarala 3557e7e484 old panic handler define name in comment fixed 11 years ago
Sami Vaarala fbc8544219 dukweb fatal/panic handlers, now call alert() in browser 11 years ago
Sami Vaarala 6ca336b57f fatal handler 11 years ago
Sami Vaarala 4b702bdd8a dukweb css trivia 11 years ago
Sami Vaarala 5e5f5c697d fix guide custom json section heading levels (one too deep) 11 years ago
Sami Vaarala 7207350d8a add DUK_OPT_FORCE_ALIGN to portability troubleshooting 11 years ago
Sami Vaarala cfd34cb0f1 ditz issue update 11 years ago
Sami Vaarala 5b98152934 release note update 11 years ago
Sami Vaarala 5ec535113e fix debug print: when compiled without C99 variadic macros, the macro workaround requires that any referenced variables exist; so the whole thing needs to be inside an extra #ifdef 11 years ago
Sami Vaarala f3f140d4bc release note update 11 years ago
Sami Vaarala a759a6fe93 document prop memory layout in Duktape.env 11 years ago
Sami Vaarala 82df3fc2af add another layout for object properties which does not require padding even when platform requires e.g. align by 8, add feature detection etc also 11 years ago
Sami Vaarala bf3a3594e1 ditz issue update 11 years ago
Sami Vaarala fb8e312836 don't cleanup jquery in normal clean target! 11 years ago
Sami Vaarala 2a987da095 code issue update on alignments 11 years ago
Sami Vaarala cf7c7b3640 alignment note 11 years ago
Sami Vaarala 5be8695433 Merge branch 'align-rework' 11 years ago
Sami Vaarala 4edc34b36a guide update on DUK_OPT_FORCE_ALIGN and Emscripten compatibility 11 years ago
Sami Vaarala ceeef3f4af typing fix 11 years ago
Sami Vaarala e75e6a8eb7 add alignment-by-8 support, EMSCRIPTEN platform define; concretely fix alignment handling in duk_hbuffer_fixed struct and object property alignment target 11 years ago
Sami Vaarala 57c20f19e0 ditz issue update 11 years ago
Sami Vaarala 13e220e06b makefile dependency fixes 11 years ago
Sami Vaarala 6caab3f55b ditz issue update 11 years ago
Sami Vaarala 5e670cd2ad ditz issue update 11 years ago
Sami Vaarala 00292f330c unused initjs stuff 11 years ago
Sami Vaarala 029ab6a9aa mark-and-sweep note 11 years ago
Sami Vaarala 72bfc6812e add Dukweb link to emscripten compatibility section 11 years ago