aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-14test for DISABLE_EXCEPTIONSAlon Zakai
2011-08-14DISABLE_EXCEPTIONS optionAlon Zakai
2011-08-14allow walking of allocatedNum in alloca itemsAlon Zakai
2011-08-14preparation for further ta2 optimizationsAlon Zakai
2011-08-14handle i1 in signalyzerAlon Zakai
2011-08-13comment on running .bc filesAlon Zakai
2011-08-13caching for wrapped bindings objectsAlon Zakai
2011-08-13optimize bindings argument fixingAlon Zakai
2011-08-13endianness runtime check for ta2Alon Zakai
2011-08-09bindings support for returning copies of structures, via internal staticsAlon Zakai
2011-08-09simplify unreachable js annotationAlon Zakai
2011-08-07filesystem workaround for closure compiler, +closure compiler testAlon Zakai
2011-08-07export option for bindings generator to play nicely with closure compiler ↵Alon Zakai
advanced opts
2011-08-07disable part I of scriptaclass due to possible v8 bugAlon Zakai
2011-08-07clearer warnings about 64-bit opsAlon Zakai
2011-08-07allow type modification in bindings generatorAlon Zakai
2011-08-06generalize parents to classes in bindings generatorAlon Zakai
2011-08-06better handling of abstract base classes in bindings generatorAlon Zakai
2011-08-06bindings support for inner classesAlon Zakai
2011-08-06bindings generator fixes for latest CppHeaderParserAlon Zakai
2011-08-05Merge pull request #63 from max99x/masterkripken
Various fixes resulting form Python testing
2011-08-05new CppHeaderParserAlon Zakai
2011-08-06Replaced "new Date.getTime()" with "Date.now()";max99x
Added a note about shared lib static allocations.
2011-08-05improve Debugging.getIdentifierAlon Zakai
2011-08-05Clarified empty loop to avoid closure compiler warning.max99x
2011-08-05Merge remote-tracking branch 'upstream/master'max99x
2011-08-05Made global allocations non-static in shared libraries.max99x
2011-08-05Added support for both "environ" and "__environ" global symbols.max99x
2011-08-05Fixed stdin bugging out after its first buffer is empty;max99x
Fixed fgets() stripping trailing newline; Added warning about the inability to read binaries from command line.
2011-08-02Merge pull request #61 from max99x/masterkripken
Static allocations fix
2011-08-02improve file2jsonAlon Zakai
2011-08-02file2json utilityAlon Zakai
2011-08-02Minor filesystem/unistd fixes.max99x
2011-08-02Polish for dlfcn.h.max99x
2011-08-02Switched file timestamps from Date objects to numbers.max99x
2011-08-02Added --dlmalloc to the Python test.max99x
2011-08-02Fixed a too-early use of malloc in buildEnvironment;max99x
Switched runtime allocs to malloc in the library.
2011-07-31use v8 as default compiler, sm trunk breaks on file reading apparentlyAlon Zakai
2011-07-31version 1.5Alon Zakai
2011-07-31fix rounding issue with getloadavg test and ta2Alon Zakai
2011-07-30eSpeak text-to-speech demoAlon Zakai
2011-07-30Merge pull request #58 from max99x/masterkripken
Environment and lib fixes (ctype.h, math.h)
2011-07-31Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize();max99x
Updated all references to the above.
2011-07-31Updated uname() to use "function x(){}" instead of "var x = function(){};".max99x
2011-07-31Fixed a file offset incompatibility between read() and ungetc().max99x
2011-07-30fix use of reserved word |byte| which trips up closure compilerAlon Zakai
2011-07-31Reverted minor mismerged preamble.js change.max99x
2011-07-31Fixed allocate() ignoring ALLOC_NORMAL.max99x
2011-07-31Merge remote-tracking branch 'upstream/master'max99x
2011-07-31Ensured that getNativeFiledSize() is always called with alone=true in the ↵max99x
library.