Age | Commit message (Collapse) | Author |
|
symlink pointing to the right place. See PEP394 for details on why this should be OK.
|
|
|
|
|
|
Add function name filter for LABEL_DEBUG
|
|
initializer too large errors' closes #194
|
|
the llvm optimizer will remove anyhow if unused
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
optimization modes; closes #747
|
|
when we are resuming after an end-catch which wiped it out, but not otherwise
|
|
cxa_catch cleaning it up; fixes test_multiexception, the exception-handling part of #747
|
|
well, possibly undefined behavior
|
|
longjmp. add testcase for #747, works in unoptimized builds
|
|
|
|
correctly; fixes #747
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|