11 Commits (c66035bac12b502fc147e12cc9e13ae46794ce89)

Author SHA1 Message Date
Sami Vaarala 2a4e9ab7ea add an eval example (used by emscriptenduktest) 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 4a936b0a9c add UglifyJS2 as a minifier 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
Sami Vaarala 95d010d8e4 add a CLOC report to make_dist.sh, to provide some elementary code metrics 11 years ago
Sami Vaarala 3af1dc4fdc use closure compiler for initjs, for now; print out initjs sizes for comparison 11 years ago
Sami Vaarala 4c9fb7d1b4 remove duk_error_fatal.c from dist, no longer exists 11 years ago
Sami Vaarala 356aa58068 add a 'L' to version constant 11 years ago
Sami Vaarala a1e299b9c4 util script fixes 11 years ago
Sami Vaarala 36be22e4ff reorganize utils to a separate directory 11 years ago
Sami Vaarala 5a3d16fa94 fix dist to use combined duk_initjs.js 11 years ago
Sami Vaarala 48864f6d8f first draft of 'initjs' code which would allow compatibility cruft to be implemented in JS and executed in init 11 years ago
Sami Vaarala 2ef96da729 fix whitespace set (unused) in dist script 11 years ago
Sami Vaarala 1ea903450b rename duk_builtin_xxx -> duk_bi_xxx in make and dist script 11 years ago
Sami Vaarala 8eac7856a9 add duk_unicode_is_letter 11 years ago
Sami Vaarala e6e2e682be shorten unicode table/shell variable names a bit, add IdentifierStart-minus-Letter to unicode tables in anticipation of duk_unicode_is_letter 11 years ago
Sami Vaarala 9f4bf070ca rework unicode match table generation a bit in dist; add Letter category and refactor script 11 years ago
Sami Vaarala 0a4c3b59ea __duk__.build removal related trivia 11 years ago
Sami Vaarala 3b6e6a229e add RELEASES.txt to dist 11 years ago
Sami Vaarala 7dbdc39f48 DUK_PROFILE related build etc trivia; Makefile not fully functional 11 years ago
Sami Vaarala b3420bd52e selftest dist/make stuff 11 years ago
Sami Vaarala 53507ce19c make DUK_VERSION available to user code and duktape.h the master source for it (no duplication) 11 years ago
Sami Vaarala 4e8f86a1bc add missing file to dist 11 years ago
Sami Vaarala 1a957036fc bump version to 0.8.0 11 years ago
Sami Vaarala 2e11629f5a fix dist 11 years ago
Sami Vaarala 15933cd65f genbuiltins.py uses genstrings.py internally, and generates separate init data for each endianness 11 years ago
Sami Vaarala 22d4209ba5 change __duk__.version to new policy, for 0.7.0 release 11 years ago
Sami Vaarala d74e3c42d1 add __FILE__/__LINE__ to API errors, detecting variadic macro support; change traceback to tracedata, also store __FILE__/__LINE__ in tracedata if available; other minor cleanups 11 years ago
Sami Vaarala c021b9f390 dist fix 11 years ago
Sami Vaarala 2375987f32 draft Buffer and Pointer built-in implementations 11 years ago
Sami Vaarala 508656c1d3 fix overflow warning on gcc-3.3 for INFINITY 11 years ago
Sami Vaarala 0851adbc10 reorganize examples/gettingstarted to examples/guide 11 years ago
Sami Vaarala 1b939ed882 dist/full script fixes 11 years ago
Sami Vaarala 01eb49b660 remove empty doc dir from dist 11 years ago
Sami Vaarala 2326f05cb9 remove test.c and use examples/hello instead 11 years ago
Sami Vaarala fc92e97899 make the combined source the default, promoted one, rename it's dir from src-combined to src 11 years ago
Sami Vaarala 03952f7d71 add licenses to dist 11 years ago
Sami Vaarala 9d4005ca53 create a full dist, tweaks around dist/full 11 years ago
Sami Vaarala b53143c8fe make_dist minor changes 11 years ago
Sami Vaarala 047e30b26e tweak README.txt, add a ((o) Duktape -header to cmdline example 11 years ago
Sami Vaarala dfd4ad6e7a rework dist and examples, build from combined source by default 11 years ago
Sami Vaarala 1e909e178d add a very experimental dist mechanism for providing a combined source (duktape.c + duktape.h) 11 years ago
Sami Vaarala 8af2ffc633 a bunch of duk_api.h -> duktape.h changes 11 years ago
Sami Vaarala 74d379e80c first cut at a dist creation script, replaces sconscript 12 years ago