Sami Vaarala
|
61baf70847
|
add AUTHORS.txt to distributable (it's referenced by LICENSE.txt); embed LICENSE.txt and AUTHORS.txt in an ascii-cleaned-up way into duktape.c and duktape.h
|
11 years ago |
Sami Vaarala
|
6c9c8786c8
|
util to paranoia escape utf8 files
|
11 years ago |
Sami Vaarala
|
f9cffe5ee5
|
add more temporary emscripten fixes to fix_emscripten.py (GH-11)
|
11 years ago |
Sami Vaarala
|
ac557f1e25
|
add duk_api_debug.c to build/dist
|
11 years ago |
Sami Vaarala
|
fd1399eddf
|
fix unzip check_setup accidentally broken by forced master branch update
|
11 years ago |
Sami Vaarala
|
e4aa635d72
|
misc jsonx -> jx renames
|
11 years ago |
Sami Vaarala
|
69a72d52c6
|
fix git version info in dist/src/duktape.h
|
11 years ago |
Sami Vaarala
|
b9307aade7
|
build changes related to header .in rename
|
11 years ago |
Sami Vaarala
|
3bdf9ccd26
|
build a better duktape.h in dist
|
11 years ago |
Sami Vaarala
|
13332d23b4
|
include duk_features.h, duk_features_sanity.h, duk_dblunion.h in duktape.h
|
11 years ago |
Sami Vaarala
|
0701e0f2bf
|
create duktape.h dynamically during dist
|
11 years ago |
Sami Vaarala
|
0f950c2903
|
add 'tidy-site' target
|
11 years ago |
Sami Vaarala
|
4c195f2576
|
exit code based on whether or not broken call sites found
|
11 years ago |
Sami Vaarala
|
08de56ae07
|
a few utility python scripts to work with debug call sites
|
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
|
1c2dea14d6
|
abort compilation if uglifyjs/uglifyjs2/closure compilation step fails to avoid inadvertent broken initjs (#4)
|
11 years ago |
Sami Vaarala
|
f3e0c51e1d
|
improve the matching script
|
11 years ago |
Sami Vaarala
|
320bdb19a0
|
helper script to find function calls from C code
|
11 years ago |
Sami Vaarala
|
59bdd11360
|
add duk_hstring_misc.c to build
|
11 years ago |
Sami Vaarala
|
6f1ae274a7
|
duk_bi_duk.c -> duk_bi_duktape.c
|
11 years ago |
Sami Vaarala
|
98b4022316
|
improve system check script
|
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
|
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 |