Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-31 | do not fix offsets in renderers; fixes test_gl_renderers | Alon Zakai | |
2013-03-31 | fix gl_renderers.png | Alon Zakai | |
2013-03-31 | fix attribute offsets when they start at >0 and there is an array buffer | Alon Zakai | |
2013-03-31 | improve test setup for test_gl_renderers | Alon Zakai | |
2013-03-31 | refactor gl_renderers.c | Alon Zakai | |
2013-03-31 | do not fix stride in renderers | Alon Zakai | |
2013-03-31 | Added a test that creates two vertex buffers with different strides and ↵ | Michael Bishop | |
pointers and tests that the renderer can handle the changing strides and pointers. The resulting image should be a fat diamond with colored vertices as seen in the included image. | |||
2013-03-30 | headers fix; fixes #1013 | Alon Zakai | |
2013-03-30 | do not concatenate funcs_js parts, keep them separate | Alon Zakai | |
2013-03-30 | Merge pull request #1005 from waywardmonkeys/fix-cache-debugging | Alon Zakai | |
There's no configuration global now. | |||
2013-03-30 | Merge pull request #1014 from waywardmonkeys/reinstate-tests | Alon Zakai | |
Reinstate tests | |||
2013-03-30 | fix -nostdinc++ | Alon Zakai | |
2013-03-30 | Merge pull request #1004 from waywardmonkeys/fix-nostdincxx | Alon Zakai | |
-nostdinc++ is needed to not pick up system C++ headers. | |||
2013-03-30 | Merge pull request #997 from waywardmonkeys/remove-extract | Alon Zakai | |
Remove unused llvm-extract stuff. | |||
2013-03-30 | rephrase comment | Alon Zakai | |
2013-03-30 | Merge pull request #1008 from michaeljbishop/update-dead-functions-comment | Alon Zakai | |
Updated comment for DEAD_FUNCTIONS. | |||
2013-03-28 | Updated comment for DEAD_FUNCTIONS. | Michael Bishop | |
2013-03-27 | There's no configuration global now. | Bruce Mitchener | |
2013-03-27 | -nostdinc++ is needed to not pick up system C++ headers. | Bruce Mitchener | |
The comment here isn't quite accurate as at least current clang requires that -nostdinc++ be passed for the correct behavior. This was reported by Marcos Scriven. | |||
2013-03-26 | Adjust the distance model and rolloff factor for OpenAL | Ehsan Akhgari | |
2013-03-26 | Remove unused llvm-extract stuff. | Bruce Mitchener | |
2013-03-25 | Merge pull request #898 from MichaelRiss/selectFix | Alon Zakai | |
select function: return error condition when network connection fails | |||
2013-03-25 | Merge pull request #993 from waywardmonkeys/reinstate-attributes | Alon Zakai | |
Re-instate _ATTRIBUTE() usages. | |||
2013-03-25 | simplify handling of anonymous entry blocks; fixes #948 | Alon Zakai | |
2013-03-25 | Merge pull request #989 from waywardmonkeys/fix-strtof | Alon Zakai | |
Don't infinitely recurse in strtof(). | |||
2013-03-25 | Merge pull request #986 from caiiiycuk/offsets_test | Alon Zakai | |
SDL mouse offsets test | |||
2013-03-25 | test fixes | Alon Zakai | |
2013-03-25 | remove symbol removing hack; export all malloc symbols as weak; add test for ↵1.3.5 | Alon Zakai | |
a case where symbol removing made us not merge llvm constructors properly | |||
2013-03-25 | Get exceptions working as they were before. | Bruce Mitchener | |
This no longer uses headers from libcxxabi and in fact uses libcxxabi a bit less than before. This no longer lets some new C++11 stuff such as exception_ptr work as the support for that relies upon libcxxabi code. | |||
2013-03-25 | Bump version.1.3.4 | Bruce Mitchener | |
2013-03-25 | Get things working with the new libcxx / libcxxabi. | Bruce Mitchener | |
2013-03-25 | Build libcxx and libcxxabi with C++11. | Bruce Mitchener | |
2013-03-25 | Remove unused makefiles. | Bruce Mitchener | |
2013-03-25 | update libcxxabi. | Bruce Mitchener | |
2013-03-25 | Update to current libcxx. | Bruce Mitchener | |
This doesn't work yet as it needs to be customized for use with emscripten still. | |||
2013-03-25 | Clean up lists of files, building libcxx / libcxxabi. | Bruce Mitchener | |
2013-03-23 | remove unneeded check from relooper1.3.3 | Alon Zakai | |
2013-03-23 | test_mmap works with Node now. | Bruce Mitchener | |
2013-03-23 | Node issue 1669 was fixed and these tests work. | Bruce Mitchener | |
2013-03-23 | Re-instate _ATTRIBUTE() usages. | Bruce Mitchener | |
These were broken because the definition of _ATTRIBUTE() from libcxx was different, so change the libc definition and usage to match. Fixes issue #992. | |||
2013-03-22 | v1.3.21.3.2 | Alon Zakai | |
2013-03-22 | fix test_chunking | Alon Zakai | |
2013-03-22 | correctly detect type of outputs of call to function pointers | Alon Zakai | |
2013-03-22 | refactor jvm support into a JS library | Alon Zakai | |
2013-03-22 | export functions in pre phase even in asm (it's just in funcs that we don't) | Alon Zakai | |
2013-03-22 | Set the correct panning model | Ehsan Akhgari | |
2013-03-22 | add default c++ terminate() in library.js | Alon Zakai | |
2013-03-22 | require -O2 in asm, for now | Alon Zakai | |
2013-03-22 | - added test cases for select error reporting | Michael Riss | |
- added missing error reporting for sockets in the write file descriptor set | |||
2013-03-22 | Move error check into canRead function and use an outer scope variable to ↵ | Michael Riss | |
report the error condition. |