aboutsummaryrefslogtreecommitdiff
path: root/system/include
AgeCommit message (Collapse)Author
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-28Use the freeglut headerEhsan Akhgari
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
Conflicts: src/preamble.js
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-18Merge branch 'master' into libcxxAlon Zakai
2012-01-18mman.h header fixAlon Zakai
2012-01-17headers fix; libcxx now buildsAlon Zakai
2012-01-17add stub for sys/sysctl.hAlon Zakai
2012-01-17library fixesAlon 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
2012-01-12header fixesAlon Zakai
2012-01-11Catching specific exception type now worksjulien.hamaide
2012-01-05add some GL headersAlon Zakai
2012-01-05Merge pull request #162 from jterrace/incomingAlon Zakai
Endianness, cross-compiling, and missing headers
2012-01-05add missing semaphore.hAlon Zakai
2012-01-05Changed emscripten comment to XXX formatJeff Terrace
2012-01-04Add missing pthread function, missing termios.h and missing ttydefaults.hJeff Terrace
2012-01-04Add additional defines to endian.hJeff Terrace
2012-01-04misc header improvements for building llvmAlon Zakai
2011-12-20stdbool.hAlon Zakai
2011-12-20fix feof, plus testAlon Zakai
2011-12-17fix SDL_MUSTLOCKAlon Zakai
2011-12-17support for std::endl and cout << intsAlon Zakai
2011-12-12ctype.h header fixAlon Zakai
2011-12-10SDL headers fixAlon Zakai
2011-12-07switch some 64-bit stat fields to 32-bitAlon Zakai
2011-12-06initial work on memory growthAlon Zakai
2011-11-30refactor compiler to allow future batching of types and globals. move ↵Alon Zakai
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this
2011-11-04headers fixAlon Zakai
2011-10-31revert pull 110 and part of pull 107Alon Zakai
2011-10-31Merge pull request #107 from BenoitT/patch-1Alon Zakai
std::endl was missing. We just need to comment extern to make std::cout w
2011-10-28profiling option from C++Alon Zakai
2011-10-28Merge pull request #106 from BenoitT/masterAlon Zakai
Fixed the function string is not exporting
2011-10-28Missing the locale class definitionBenoitT
2011-10-28Fixed same bug as #105 for streambufBenoitT
2011-10-27std::endl was missing. We just need to comment extern to make std::cout worksBenoitT