aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-25header fixes and additionsAlon Zakai
2011-09-25header fixesAlon Zakai
2011-09-25fix unistd_dup testAlon Zakai
2011-09-25add some defines to fcntlAlon Zakai
2011-09-25fix header parsing bug and unistd.h header; fixes unistd_confstrAlon Zakai
2011-09-25automatic checks for missing C definesAlon Zakai
2011-09-25utsname.h ; fixes unameAlon Zakai
2011-09-25utime.h fixAlon Zakai
2011-09-25fix dirent.h and folders testAlon Zakai
2011-09-25fix stdin/out/err for newlib; fixes filesAlon Zakai
2011-09-25fix bug with no headers passed to emscripten.pyAlon Zakai
2011-09-25show errors on empty output from emscripten in test runnerAlon Zakai
2011-09-25parse C1|C2 in headers; properly fixes fcntlAlon Zakai
2011-09-25improve header constant parsingAlon Zakai
2011-09-25add mman.hAlon Zakai
2011-09-24emscripten.py option to expose header #defines to library. fixes fcntlAlon Zakai
2011-09-24errno; fixes test_errarAlon Zakai
2011-09-24fix env testAlon Zakai
2011-09-24clean up includesAlon Zakai
2011-09-24handwritten dlfcn.h; fixes test_dlfcnAlon Zakai
2011-09-24fix test_debugAlon Zakai
2011-09-24use libc++; cubescript passesAlon Zakai
2011-09-24include libcxxAlon Zakai
2011-09-24fix limits.hAlon Zakai
2011-09-24reorganize system/includeAlon Zakai
2011-09-24disable search for gcc's limits.hAlon Zakai
2011-09-24disable glibc-specific parts of test_ctypeAlon Zakai
2011-09-24add __assert_func; assert passesAlon Zakai
2011-09-24disable endianness check in headers; hello_world passesAlon Zakai
2011-09-24additional headersAlon Zakai
2011-09-24start to include system headers (tests broken)Alon Zakai
2011-09-24improve option to disable exception catching; fixes ammo speed regressionAlon Zakai
2011-09-23harmonize use of COMPILER_ARGSAlon Zakai
2011-09-22diff for non-callgraph profiling. not sure if worthwhile usingAlon Zakai
2011-09-18more profiling toolsAlon Zakai
2011-09-18add x86_stdcallccAlon Zakai
2011-09-18update demangler to process profiling outputAlon Zakai
2011-09-18profiling optionAlon Zakai
2011-09-17fix ta2 memcpy bug, and enable ta2 in sqlite testAlon Zakai
2011-09-17restore stack in fprintf to prevent memory issues with lots of printing insid...Alon Zakai
2011-09-17optional memcpy support for autodebuggerAlon Zakai
2011-09-17disable failing test_typed_exceptions for nowAlon Zakai
2011-09-17generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bugAlon Zakai
2011-09-16emmaken fixes: handle c++ files and -include more properlyAlon Zakai
2011-09-16Merge branch 'llvm-svn' of github.com:kripken/emscripten into llvm-svnAlon Zakai
2011-09-15Merge branch 'master' into llvm-svnAlon Zakai
2011-09-15Merge pull request #79 from max99x/masterAlon Zakai
2011-09-15Fixed unbound calling of destructor in exception handler; updated test.max99x
2011-09-15Fixed support for library-defined globals of non-struct types.max99x
2011-09-14always correct signs in the autodebugger codeAlon Zakai