FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for tools - JavaScriptIOT/emscripten · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
emscripten
Public
forked from
emscripten-core/emscripten
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
emscripten
tools
on
universal-python
User selector
Datepicker
Commit history
Commits on Oct 29, 2015
use optimized native optimizer by default
kripken
committed
cbf41b2
View commit details
Copy full SHA for cbf41b2
View code at this point
Browse repository at this point
Commits on Oct 23, 2015
move to legalization in the JS backend
kripken
committed
4348ec6
View commit details
Copy full SHA for 4348ec6
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
receive emscripten llvm and clang build versions, and verify them
kripken
committed
1f802d8
View commit details
Copy full SHA for 1f802d8
View code at this point
Browse repository at this point
Merge branch 'back-to-llvm' into incoming
kripken
committed
f31d9a6
View commit details
Copy full SHA for f31d9a6
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
do not force stderr to STDOUT in check_execute
kripken
committed
5d89a5d
View commit details
Copy full SHA for 5d89a5d
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
update llvm version to 3.8
kripken
committed
60031ea
View commit details
Copy full SHA for 60031ea
View code at this point
Browse repository at this point
Commits on Oct 13, 2015
Merge pull request #3848 from juj/get_clang_native_env
Show description for a3895e8
juj
committed
a3895e8
View commit details
Copy full SHA for a3895e8
View code at this point
Browse repository at this point
fix scons breakage from a2c00e8cadba1105b880f0bd4fc4a314c21778e7 in finding ~/.emscripten when no EM_CONFIG
kripken
committed
c8816d9
View commit details
Copy full SHA for c8816d9
View code at this point
Browse repository at this point
fix some nondeterministic behavior in registerizeHarder
kripken
committed
a6f8710
View commit details
Copy full SHA for a6f8710
View code at this point
Browse repository at this point
Add new function get_clang_native_env() which finds the required Visual Studio environment for Clang to locate the Visual Studio linker when building a native Windows executable. This fixes running…
Show description for 78aa504
juj
committed
78aa504
View commit details
Copy full SHA for 78aa504
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Merge branch 'libArgsFix' of https://github.com/pimlu/emscripten into incoming
kripken
committed
373af75
View commit details
Copy full SHA for 373af75
View code at this point
Browse repository at this point
update build arguments to new abs path flag
pimlu
committed
b885765
View commit details
Copy full SHA for b885765
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Merge branch 'sdl2_image_formats' of https://github.com/Daft-Freak/emscripten into incoming
kripken
committed
72f4d65
View commit details
Copy full SHA for 72f4d65
View code at this point
Browse repository at this point
add option for specifing image formats to support with SDL2_image and add test
Daft-Freak
committed
780fa39
View commit details
Copy full SHA for 780fa39
View code at this point
Browse repository at this point
Commits on Oct 6, 2015
Fix SCons emscripten.py tool to route the important Emscripten-used environment variables from parent shell to later invocations of em++/emcc by SCons. Fixes other.test_scons on the build slaves wh…
Show description for a2c00e8
juj
committed
a2c00e8
View commit details
Copy full SHA for a2c00e8
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
fix crunch and audio file packaging metadata
kripken
committed
521088b
View commit details
Copy full SHA for 521088b
View code at this point
Browse repository at this point
Merge branch 'split_memory' into incoming
kripken
committed
99e76e2
View commit details
Copy full SHA for 99e76e2
View code at this point
Browse repository at this point
only have one dlmalloc in the list of system libs, so forcing all system libs still only links in one, fixing a bug where the last would override the others due to weak linking of malloc/free
kripken
committed
4d293fc
View commit details
Copy full SHA for 4d293fc
View code at this point
Browse repository at this point
Merge branch 'incoming' into split_memory
Show description for aa094fe
kripken
committed
aa094fe
View commit details
Copy full SHA for aa094fe
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
stop doing the extra preparation work (decode images, etc.) unless asked to #3785
kripken
committed
b08a8a1
View commit details
Copy full SHA for b08a8a1
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
Merge branch 'sdl2_ttf_port' of https://github.com/TheKK/emscripten into incoming
Show description for 8e7d35e
kripken
committed
8e7d35e
View commit details
Copy full SHA for 8e7d35e
View code at this point
Browse repository at this point
Commits on Sep 25, 2015
make optimizer aware that HEAP8 etc., which can appear in SIMD loads and stores, do not cause invalidation
kripken
committed
a0d3998
View commit details
Copy full SHA for a0d3998
View code at this point
Browse repository at this point
Commits on Sep 24, 2015
Add port and test for SDL2_ttf
TheKK
committed
901b568
View commit details
Copy full SHA for 901b568
View code at this point
Browse repository at this point
Merge branch 'incoming' into split_memory
Show description for 36035f8
kripken
committed
36035f8
View commit details
Copy full SHA for 36035f8
View code at this point
Browse repository at this point
do not pass -force-vector-width=4 to opt, since it makes opt trust that value and ignore the cost model entirely
kripken
committed
3d5ec1e
View commit details
Copy full SHA for 3d5ec1e
View code at this point
Browse repository at this point
Merge pull request #3781 from juj/cpuprofiler
Show description for 60ec224
juj
committed
60ec224
View commit details
Copy full SHA for 60ec224
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Merge branch 'wasm-polyfill-prototype' into incoming
Show description for eb6167d
kripken
committed
eb6167d
View commit details
Copy full SHA for eb6167d
View code at this point
Browse repository at this point
refactor client code mods code
kripken
committed
2a7aece
View commit details
Copy full SHA for 2a7aece
View code at this point
Browse repository at this point
Remove dlmalloc.c from libc, since it is built as a separate .bc file.
juj
committed
f9c6a05
View commit details
Copy full SHA for f9c6a05
View code at this point
Browse repository at this point
Fix the problem that Emscripten cache needed to be cleared between building with --tracing and without by building dlmalloc.c separately depending on whether tracing is enabled or not.
juj
committed
4e672b8
View commit details
Copy full SHA for 4e672b8
View code at this point
Browse repository at this point
be more careful when parsing heaps in split memory
kripken
committed
9e92d36
View commit details
Copy full SHA for 9e92d36
View code at this point
Browse repository at this point
Merge branch 'incoming' into split_memory
Show description for a927d0b
kripken
committed
a927d0b
View commit details
Copy full SHA for a927d0b
View code at this point
Browse repository at this point
fix closure compiler check
kripken
committed
b847d16
View commit details
Copy full SHA for b847d16
View code at this point
Browse repository at this point
Commits on Sep 20, 2015
remove the deprecated --compression option
kripken
committed
c7af3d2
View commit details
Copy full SHA for c7af3d2
View code at this point
Browse repository at this point
make emterpretify output easier for splitMemory to handle, and assert on patterns splitMemory can't do yet
kripken
committed
345c806
View commit details
Copy full SHA for 345c806
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL