24 Commits (3f29a96e4819cb797a2363a277e1870cbd449a44)

Author SHA1 Message Date
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 ac2cc0cffa check for 'node' legacy command, suggest installing nodejs-legacy 11 years ago
Sami Vaarala ce6a0f5b15 client and server socket examples 11 years ago
Sami Vaarala 2b80bc56c5 implement a C eventloop example comparable to the Ecmascript one (still no sockets); simplify the Ecmascript eventloop version also; C code cleanup and reorganization 11 years ago
Sami Vaarala 3a5e413a6e add eventloop example to dist, add README.txt files to dist 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 2a4e9ab7ea add an eval example (used by emscriptenduktest) 11 years ago
Sami Vaarala 64bbd5ff1c update emscripten compatibility info: regexp fix should not be needed soon 11 years ago
Sami Vaarala 0d98699d58 tweak the copyright/license comments a bit 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 d3780c8a56 improve setup check script to include perl and java, and to emit all missing dependencies at the same time 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 0a92e0b1fd add a minimal setup check to Makefile, also print a notice to users running the developer makefile on other than Linux platforms 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 4ec36041f9 rename utils for consistency 11 years ago
Sami Vaarala 9f0b3d8d53 fix underscore test shim (jxEnc rename) 11 years ago
Sami Vaarala 36be22e4ff reorganize utils to a separate directory 11 years ago