index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
squirrel interpreter works for simple cases
Ben Smith
2016-04-11
1
-11
/
+58
*
fix gcc-i686-release build (for real this time)
Ben Smith
2016-04-09
1
-1
/
+1
*
fix gcc-i686-debug and gcc-i686-release
Ben Smith
2016-04-09
1
-1
/
+12
*
turn on -Wextra (and turn off -Wunused-parameter)
Ben Smith
2016-04-09
1
-1
/
+1
*
make wasm-common static library
Ben Smith
2016-04-05
1
-30
/
+20
*
move marking used blocks into a separate pass
Ben Smith
2016-04-04
1
-0
/
+1
*
rename wasm-check -> wasm-ast-checker
Ben Smith
2016-04-04
1
-1
/
+1
*
use SSE2 when compiling i386 target
Ben Smith
2016-04-03
1
-0
/
+39
*
add wasm-interp to CMake test target
Ben Smith
2016-04-02
1
-1
/
+2
*
wasm interpreter
Ben Smith
2016-04-02
1
-0
/
+20
*
separate spec binary writer into its own file
Ben Smith
2016-04-01
1
-0
/
+1
*
clean up Makefile and CMakeLists.txt
Ben Smith
2016-04-01
1
-37
/
+0
*
a couple of lexer optimizations
Ben Smith
2016-03-22
1
-0
/
+1
*
more windows fixes
Ben Smith
2016-03-22
1
-0
/
+2
*
add roundtrip test to run-tests
Ben Smith
2016-03-21
1
-1
/
+3
*
use WasmOptionParser in wasm-wast
Ben Smith
2016-03-21
1
-0
/
+1
*
hex float/double writing
Ben Smith
2016-03-21
1
-0
/
+1
*
rebase of some work on the ast-writer
Ben Smith
2016-03-21
1
-0
/
+1
*
WIP on wasm-ast-writer
Ben Smith
2016-03-21
1
-0
/
+1
*
use stack allocator in wasm-wast
Ben Smith
2016-03-21
1
-1
/
+2
*
start on binary reader that creates AST
Ben Smith
2016-03-21
1
-0
/
+1
*
remove wasm-internal; refactor
Ben Smith
2016-03-21
1
-0
/
+2
*
rename wasm-objdump -> wasm-wast
Ben Smith
2016-03-21
1
-8
/
+9
*
remove use of c99 VLAs
Ben Smith
2016-03-21
1
-0
/
+2
*
rebase of a bunch of early work on binary reading
Ben Smith
2016-03-21
1
-4
/
+14
*
Add options to build without GTest submodule
Ben Smith
2016-03-21
1
-4
/
+11
*
remove getopt, use WasmOptionParser instead
Ben Smith
2016-03-20
1
-1
/
+1
*
rename wasm-parse-literal.* -> wasm-literal.*
Ben Smith
2016-03-19
1
-2
/
+2
*
rewrite hexfloat_test w/ gtest
Ben Smith
2016-03-19
1
-1
/
+12
*
cleanup everything custom target in CMakeLists.txt
Ben Smith
2016-03-19
1
-2
/
+4
*
remove wasm-internal.h, wasm.c; refactor
Ben Smith
2016-03-17
1
-1
/
+3
*
fix CMakeLists.txt for sanitizer builds
Ben Smith
2016-03-16
1
-10
/
+19
*
fix i686 build
Ben Smith
2016-03-16
1
-0
/
+3
*
parse hexadecimal floats, nans and infinities
Ben Smith
2016-03-16
1
-2
/
+18
*
set bison minimum version to 3.0
Ben Smith
2016-03-14
1
-1
/
+1
*
don't use _snprintf or vsnprintf on Windows
Ben Smith
2016-03-13
1
-1
/
+1
*
more windows fixes
Ben Smith
2016-03-12
1
-4
/
+3
*
fix HAVE_SNPRINTF and HAVE_SSIZE_T
Ben Smith
2016-03-12
1
-2
/
+3
*
CMake for windows fixes
Ben Smith
2016-03-12
1
-4
/
+15
*
build CMakeLists w/out building flex/bison
Ben Smith
2016-03-12
1
-1
/
+2
*
move prebuild flex/bison to src/prebuilt
Ben Smith
2016-03-12
1
-5
/
+6
*
CMake build works
Ben Smith
2016-03-12
1
-0
/
+124