Age | Commit message (Collapse) | Author |
|
inclusion decision code
|
|
|
|
Fixes to emcc to make autoconf enable shared objs
|
|
|
|
|
|
|
|
|
|
When using emcc as a linker, autoconf disables
shared object support. This is because it expects
the text returned by the -v and --help options to
match certain things that GNU ld prints.
Specifically it expects the output of emcc -v to include
the word 'GNU' and the output of emcc -v to match the
regexp ': supported targets.* elf'
Modified the messages returned by emcc for these options
to make autoconf happy.
|
|
Fixed embind for non-void non-const class methods (with test). Fixes issue #605.
|
|
|
|
|
|
Print benchmark errors
|
|
to denote exit with a success.
|
|
error report when things go wrong.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ensure that a failing compilation results in a nonzero return code.
|
|
|
|
test_failure_error_code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add strtof function(use strtod instead)
|
|
the function on the stack, so recursive functions can use setjmp/longjmp
|
|
|
|
|