Commits
User selector
Commit History
Commits on Oct 9, 2013
Commits on Oct 8, 2013
Commits on Oct 3, 2013
Commits on Sep 30, 2013
Merge branch 'incoming' of github.com:ngld/emscripten into incoming
Show description for b01d44ecommitted
Commits on Sep 26, 2013
Don't do Popen workaround on Windows by default, since the cmdline -> call emcc.bat usage doesn't seem to need it, and it adversely affects the logging buffering that makes the compiler look unresp…
Show description for 99dcc4ecommittedUse the logging framework instead of print, to be consistent and as the logging framework prints out messages unbuffered which is more responsive on Windows.
Show description for 3488df1committed- committed
Commits on Sep 25, 2013
Commits on Sep 24, 2013
Commits on Sep 23, 2013
Commits on Sep 16, 2013
- committed
Integrate the new tool into emscripten
Show description for 1600df2committed
Commits on Sep 14, 2013
Commits on Sep 13, 2013
- authored andcommitted
Commits on Sep 10, 2013
Commits on Sep 9, 2013
Add Building.which() function to help find a tool in PATH. Use mingw32-make instead of the nonexistent 'make' with cmake on Windows if mingw32-make is found in PATH. Helps with issue #695.
Show description for de70a48committedMerge pull request #1583 from juj/cmake_improvements
Show description for 1d6d057committed
Commits on Sep 8, 2013
Commits on Sep 5, 2013
Merge pull request #1586 from waywardmonkeys/remove-emlibtool
Show description for f94499ecommitted
Commits on Sep 4, 2013
Improve emscripten to autodetect the temp directory even if TEMP_DIR is not present at all in ~/.emscripten. Add sanitation to TEMP_DIR handling to detect that the path exists. Paths like TEMP_DIR=…
Show description for 2253a61committedAdjust EM_BUILD_VERBOSE environment variable to take values 0,1,2 or 3, with the following meanings:
Show description for a531065committedRemove unused / unwritten emlibtool.
Show description for 8547807committedRemove the old mechanism of generating a CMake toolchain file on the fly when 'emconfigure cmake' is called. Instead, the Emscripten toolchain file in Emscripten\cmake\Platform\Emscripten.cmake is …
Show description for e07788bcommitted
Commits on Sep 3, 2013
- committed
- committed
- committed
- committed