Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
order does matter
|
|
test runner
|
|
Use emar for creating static libraries and ld for linking
|
|
|
|
This enables us to use our own ar and ranlib for CMake based projects.
It also lets us use the CFLAGS environment variable in CMake based
projects if needed.
It also fixes a bug introduced by using sys.argv instead of args.
|
|
|
|
Also, enable caching of the libraries generated in tests in the new
get_library implementation.
|
|
This makes the semantics of emar to be the same as the semantics of
system ar.
|
|
|
|
|
|
|
|
separately anyhow; pretty printed makes debugging easiser
|
|
Support CMake in emconfigure
|
|
This adds a CMAKE_TOOLCHAIN_FILE argument to CMake based build systems
so that they don't attempt to find headers, libraries and packages
which Emscripten does not support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit fixes issue #180.
|
|
|
|
|
|
|
|
|
|
wrong in some cases
|
|
|
|
|
|
|
|
main files that have things that shared libraries will access through an extern
|
|
to js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
node issue 2476
|
|
|
|
missing system node
|
|
|
|
|