aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2012-03-15almost working SDL_image test, just need async decodingAlon Zakai
2012-03-15add some networking headersAlon Zakai
2012-03-10start filesystem descriptors at 1, since we intermix them with pointers, so ↵Alon Zakai
keep 0 free as null
2012-02-23add unwind.hAlon Zakai
2012-02-22misc library fixes for libcxxabi+test_typed_exceptionsAlon Zakai
2012-02-22add symbols for libcxxabiAlon Zakai
2012-02-22use libcxxabi for dynamic_castAlon Zakai
2012-02-22bundle libcxxabiAlon Zakai
2012-02-09Always pick the JS implementation of uncaught_exceptionEhsan Akhgari
2012-02-09Merge pull request #239 from ehsan/ogre_upstream_2Alon Zakai
Header additions for ogre
2012-02-09Add EGL headersEhsan Akhgari
2012-02-09Add gl2ext.hEhsan Akhgari
2012-02-09Implement std::uncaught_exception() in jsEhsan Akhgari
2012-02-08Missing filesjulien.hamaide
Fix to keep library.js unchanged
2012-02-07Fix libcxx locale (now use emscripten mask table )julien.hamaide
2012-02-02fix xlocale.h headerAlon Zakai
2012-01-31Merge branch 'master' into llvmoptsAlon Zakai
2012-01-31header fixes for building python from sourceAlon Zakai
2012-01-30Make sure that sys/types.h defines old-style C sized typesEhsan Akhgari
2012-01-28Merge branch 'master' into llvmoptsAlon Zakai
2012-01-28Use the freeglut headerEhsan Akhgari
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
Conflicts: src/preamble.js
2012-01-25Merge branch 'master' into llvmoptsAlon Zakai
2012-01-25improve nativize_llvmAlon Zakai
2012-01-25headersAlon Zakai
2012-01-25some headersAlon Zakai
2012-01-23Add the glut header fileEhsan Akhgari
2012-01-21Add the GLES2 headersEhsan Akhgari
2012-01-20Merge branch 'master' into libcxxAlon Zakai
2012-01-20Add glext.hEhsan Akhgari
2012-01-19remove std::terminate from libc++ symbols; it isn't enough of a reason to ↵Alon Zakai
include all of libc++ (if you need it, you also need set_terminate etc.)
2012-01-18move libc++ new into dlmalloc in terms of emcc library autolinkingAlon Zakai
2012-01-18move dlmalloc to system/libAlon Zakai
2012-01-18Merge branch 'master' into libcxxAlon Zakai
2012-01-18mman.h header fixAlon Zakai
2012-01-18further refactor the library scanning code, and prepare for libcxxAlon Zakai
2012-01-17add (unfiltered) libcxx symbols fileAlon Zakai
2012-01-17headers fix; libcxx now buildsAlon Zakai
2012-01-17add stub for sys/sysctl.hAlon Zakai
2012-01-17preparations for libcxx buildingAlon Zakai
2012-01-17library fixesAlon Zakai
2012-01-17libc++ sourcesAlon Zakai
2012-01-16more xlocale.h stuffAlon Zakai
2012-01-16additional xlocale.h specsAlon Zakai
2012-01-16restore libcxx to pristine state, undoing all our hacks, and work towards ↵Alon Zakai
fixing test_exceptions given that
2012-01-13Update float.h to define FLT_ROUNDSJeff Terrace
2012-01-13add some dirent.h stuffAlon Zakai
2012-01-12Merge pull request #170 from FishingCactus/class_exceptionAlon Zakai
Catching specific exception type now works
2012-01-12networking header additionsAlon Zakai
2012-01-12some inet.h additionsAlon Zakai