1918 Commits (64bbd5ff1c42a177b8901595663dca032f1e22cf)
 

Author SHA1 Message Date
Sami Vaarala 64bbd5ff1c update emscripten compatibility info: regexp fix should not be needed soon 11 years ago
Sami Vaarala b75dbc08c0 add a lua.js test case (mandel), add a dir for jsinterpreter testcases, remove emscripten fixup from test case run (should not be needed soon) 11 years ago
Sami Vaarala 8161130ff9 suggest e-mail, github profile, or some other identifying info in authors list 11 years ago
Sami Vaarala 99ea40b9b6 add email to authors 11 years ago
Sami Vaarala 518b72f51f update asm.js compatibility info 11 years ago
Sami Vaarala a6d17f1796 a few cleanups to g++ and -std=c++11 11 years ago
Sami Vaarala e60dc41df8 Merge branch 'master' of https://github.com/svaarala/duktape 11 years ago
Sami Vaarala a34a790609 authors trivia 11 years ago
Sami Vaarala dda6b96bef Merge pull request #1 from ndob/fix-g++-c++11-compilation 11 years ago
ndob 8cdce30834 Added name to AUTHORS.txt 11 years ago
ndob 65fd12e9c5 Merge branch 'master' into fix-g++-c++11-compilation 11 years ago
Sami Vaarala 99931a88e8 add a (currently failing) test for running Lua through emscripten (this is more of a stress test) 11 years ago
Sami Vaarala 54ba3b5de7 readme typofix 11 years ago
Sami Vaarala 75673fbc33 readme update 11 years ago
Sami Vaarala 2f3cd8481e tweak contributing text 11 years ago
Sami Vaarala d2da8b35d6 make website footer copyright text links a bit more visible 11 years ago
Sami Vaarala 0d98699d58 tweak the copyright/license comments a bit 11 years ago
Sami Vaarala 3094f8f0c8 instructions for contributions 11 years ago
Sami Vaarala addfb03c3c updated copyright model: authors hold copyrights and license under MIT license without copyright assignment 11 years ago
Sami Vaarala ceb0c3c60a add git commit / git describe to a few more places 11 years ago
Sami Vaarala 7d2060466f add git commit hash and git describe output to distributable, which makes it easier to identify intermediate builds 11 years ago
Sami Vaarala 1aadbce694 readme update 11 years ago
Sami Vaarala 85ec396e8f add placeholder contributing and authors files 11 years ago
Sami Vaarala 4625a09a92 add mkisofs charset to eliminate warning 11 years ago
Sami Vaarala 9127e5ccb7 add some portability troubleshooting bullets# 11 years ago
Sami Vaarala c64f95321f ditz issue update 11 years ago
Sami Vaarala ddeec95eb0 also create a .zip distributable 11 years ago
Sami Vaarala 98d6f0b40e fix test case to match new finalizer behavior at heap free 11 years ago
Sami Vaarala f340e1b8b6 update internal memory management doc to reflect new heap free finalizer behavior 11 years ago
Sami Vaarala 0ce1351521 release note update 11 years ago
Sami Vaarala 0b22d68c80 testcase for finalizing reachable objects at heap free 11 years ago
Sami Vaarala 0b37086b63 fix warning trivia triggered by custom option combination 11 years ago
Sami Vaarala 96bd3ad72e run finalizers for all objects on heap free, even for reachable objects and even when mark-and-sweep is disabled 11 years ago
Sami Vaarala da324839be release note update 11 years ago
Sami Vaarala 0a7d7a77d8 improve crossbridge portability entry 11 years ago
Sami Vaarala 545f25d09b add flashplayer arch string 11 years ago
Sami Vaarala 376dfe0ed7 add byte order self check; this is good for platforms where endianness is more or less guessed based on platform defines without an actual endianness header 11 years ago
Sami Vaarala 1528038381 add crossbridge compilation support, needs custom byte order detection 11 years ago
Sami Vaarala afdfacda46 ditz issue update 11 years ago
Sami Vaarala d230c1f0a9 release note update 11 years ago
Sami Vaarala 2331aebde2 document Duktape.compact() 11 years ago
Sami Vaarala 12ff35b883 add Duktape.compact() built-in 11 years ago
Sami Vaarala 5db15678b3 release note update 11 years ago
Sami Vaarala 18a84540d8 compact function templates and instances, reduces memory usage slightly 11 years ago
Sami Vaarala 4a936b0a9c add UglifyJS2 as a minifier 11 years ago
Sami Vaarala ccb3efc1f1 add a few project links to makefile comments, add 'npm install' to UglifyJS2 11 years ago
Sami Vaarala bf83e2e009 make cleanall also perform clean 11 years ago
Sami Vaarala bfae91daec fix UglifyJS version as it's a build dependency, add UglifyJS2, make JS-Interpreter also a shallow clone 11 years ago
Sami Vaarala c5846b6760 clone external (read only) repos with --depth 1 (shallow clone) to minimize disk use and reduce download time 11 years ago
Sami Vaarala 242fbc2568 add copyright/license info to duktape.c and duktape.h, also add version number to duktape.c for convenience 11 years ago