aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
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
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
2011-10-24Fixed bug #105: string is not exported into JS fileBenoitT
2011-10-23Merge pull request #101 from BenoitT/masterAlon Zakai
Fixed ios compilation problem
2011-10-21Removed an anoying warningBenoitT
2011-10-21Removed an anoying warning for macro redefinitionBenoitT