347 Commits (da2ce2b8ac5d4697f3cd8d636bfa346af3409494)

Author SHA1 Message Date
Sami Vaarala 2c333f0033 commented out -mx32 for X32 ABI build 11 years ago
Sami Vaarala adbd648a1f commented out initjs example in makefile 11 years ago
Sami Vaarala fb072d40ce run html tidy when makeing final web site build 11 years ago
Sami Vaarala 0f950c2903 add 'tidy-site' target 11 years ago
Sami Vaarala 7badef658c makefile tweaks 11 years ago
Sami Vaarala abd9460063 rename feature options for consistency 11 years ago
Sami Vaarala 8934c925a7 rename feature options for consistency 11 years ago
Sami Vaarala 268877034a run debug log call site check before dist 11 years ago
Sami Vaarala 11d5c7a628 makefile update 11 years ago
Sami Vaarala 2121af57ea add duk_bi_proxy.c to dist/build, add commented out feature option to disable it 11 years ago
Sami Vaarala b0fa7404b7 update authors, spacing fix 11 years ago
Rajaram Gaunker cda3191145 Adding dependency for UglifyJS2 dependecies for sucessful building. 11 years ago
Sami Vaarala 5733756bdb add commented out feature options for disabling es6 prototype props 11 years ago
Sami Vaarala 2678fdd8a4 makefile comment trivia 11 years ago
Sami Vaarala efa2391933 add some missing .PHONY lines 11 years ago
Sami Vaarala a27a1f8447 merge fixmecount target to issuecount, more convenient 11 years ago
Sami Vaarala 899b124e95 add 'issuecount' convenience target 11 years ago
Sami Vaarala 59bdd11360 add duk_hstring_misc.c to build 11 years ago
Sami Vaarala 918c7449d9 add apiprep convenience target 11 years ago
Sami Vaarala 3ec0e36b87 add 'fixmecount' makefile target, dump FIXME/XXX/etc counts 11 years ago
Sami Vaarala 2f1cbf7fce makefile, add source prop (commented out) 11 years ago
Sami Vaarala 6f1ae274a7 duk_bi_duk.c -> duk_bi_duktape.c 11 years ago
Sami Vaarala f7fb1a25fe makefile, add commented DUK_OPT_NO_ZERO_BUFFER_DATA 11 years ago
Sami Vaarala 78d0a75f3c emscriptenluatest should now work, if emscripten compilation worked without typed arrays 11 years ago
Sami Vaarala 0a2c68b3e0 deep c stack makefile option (commented out by default) 11 years ago
Sami Vaarala 77a1d14a62 placeholder for C API logging, perhaps easiest to log through a representative logger instance 11 years ago
Sami Vaarala c48006bad9 add duk_bi_logger.c to make/dist 11 years ago
Sami Vaarala f39e60cfc1 add a feature option for non-strict function 'caller' property, add a feature option to disable Array.splice() real world behavior, document the two options 11 years ago
Sami Vaarala f89dc377a3 makefile trivia 11 years ago
Sami Vaarala d906e01981 dtrace4linux makefile target 11 years ago
Sami Vaarala 105c915b00 add FlameGraph to Makefile (convenience, not depended on) 11 years ago
Sami Vaarala d9f00bc01d add a few tentative scan-build targets 11 years ago
Sami Vaarala bd74df0368 also output a tar.gz from dist-src, for e.g. openbsd 11 years ago
Sami Vaarala 2e035f6a07 makefile trivia: nonverbose tar unpack for test262 set 11 years ago
Sami Vaarala f5678e6ac0 makefile debug level trivia (revert accidental previous debug level increase) 11 years ago
Sami Vaarala a88e147e15 clang and gcc predef dump targets, fix VALGRIND_WRAP default 11 years ago
Sami Vaarala 8f89d039a2 commit after local git corruption: build duk/dukd with a valgrind wrapper if requested, remove explicit valgrind tests, trivial xmldoc test 11 years ago
Sami Vaarala eecd0557ed makefile bug fix 11 years ago
Sami Vaarala 68fd5827d3 add coffeescript, coco, LiveScript makefile targets for convenience (not used automatically) 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 bd89a8562c add a few command detections to Makefile, allow both 'nodejs' and 'node' for NodeJS (both are used) 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 fbc8544219 dukweb fatal/panic handlers, now call alert() in browser 11 years ago
Sami Vaarala fb8e312836 don't cleanup jquery in normal clean target! 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 13e220e06b makefile dependency fixes 11 years ago
Sami Vaarala 314d3f95af add a 'REPL' nav link, which points to the placeholder Dukweb page, Dukweb trivia 11 years ago
Sami Vaarala 4d1eafb6a2 add detection of dukweb init error (e.g. for firefox now), a bit more styling, naming cleanups 11 years ago
Sami Vaarala 6e647b6427 minor dukweb_test tweaks 11 years ago
Sami Vaarala 5bc2b07f71 a bit more work on Dukweb test page, now works on Chromium nicely 11 years ago