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
...
*
Add USE_SYSTEM_GTEST option, to use system copy of GTest (#1109)
Ian Douglas Scott
2019-07-15
1
-15
/
+20
*
Add tests for option-parser (#1096)
Ben Smith
2019-06-24
1
-0
/
+1
*
Fix up CMake warning (#1081)
Bill Ticehurst
2019-05-16
1
-4
/
+4
*
Rewrite the lexer manually, instead of re2c (#1058)
Ben Smith
2019-04-03
1
-17
/
+1
*
Provide better error when `file` fails (#1050)
Ben Smith
2019-03-25
1
-1
/
+1
*
Only look for python when building tests (#993)
Ben Smith
2019-01-09
1
-14
/
+14
*
Add WERROR option to CMake build (#982)
Ben Smith
2018-12-17
1
-2
/
+11
*
Add test for disabled opcodes in binary reader (#934)
Ben Smith
2018-10-18
1
-0
/
+1
*
Refactor interpreter a bit (#919)
Ben Smith
2018-10-02
1
-25
/
+27
*
Don't install wabt-unittests; refactor CMakeLists (#913)
Ben Smith
2018-09-14
1
-48
/
+98
*
Optimize interpreter and `Opcode::FromCode`
Ben Smith
2018-09-10
1
-2
/
+5
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-1
/
+1
*
Move WastLexer out of NameResolver, Validator, etc.
Ben Smith
2018-09-04
1
-1
/
+0
*
Add wasm-strip tool to strip custom sections (#902)
Ben Smith
2018-08-27
1
-0
/
+3
*
Add manpages to the `make install` target (#898)
Raphael Graf
2018-08-20
1
-0
/
+10
*
[interp] Add test for trapping host functions (#887)
Ben Smith
2018-08-06
1
-0
/
+1
*
Add BUILD_TOOLS option to CMake (#882)
Alex Beregszaszi
2018-07-30
1
-30
/
+35
*
[emscripten] Use long instead of int for ssize_t (#880)
Ben Smith
2018-07-25
1
-8
/
+3
*
Fix emscripten build (#855)
Ben Smith
2018-06-04
1
-4
/
+4
*
Add some useful flags when building libwabt.js (#829)
Daniel Wirtz
2018-04-20
1
-0
/
+4
*
Remove wasm-link tool (#793)
Sam Clegg
2018-03-05
1
-3
/
+0
*
Move `test/hexfloat.cc` to `src/test-hexfloat.cc` (#719)
Ben Smith
2018-01-17
1
-1
/
+2
*
Add wasm2c tool (#710)
Ben Smith
2018-01-08
1
-0
/
+4
*
Fix coverage build with clang (#697)
Sam Clegg
2017-12-18
1
-3
/
+7
*
wat2wasm: Always write output to a file (#682)
Sam Clegg
2017-12-02
1
-0
/
+2
*
Fix ubsan build and remove workaround in favor of ubsan.blacklist (#678)
Sam Clegg
2017-11-28
1
-1
/
+2
*
Add wasm-validate tool (#664)
Ben Smith
2017-10-31
1
-0
/
+3
*
Rename the counting builtins (clz/ctz/popcount) (#660)
Ben Smith
2017-10-25
1
-6
/
+0
*
Support newer ubsan with -fno-sanitize-recover=all (#658)
Ben Smith
2017-10-22
1
-3
/
+18
*
Rename interpreter -> interp everywhere (#649)
Ben Smith
2017-10-12
1
-2
/
+2
*
Add spectest-interp tool; split from wasm-interp (#643)
Ben Smith
2017-10-03
1
-0
/
+6
*
Rename `wast-desugar` to `wat-desugar`. (#642)
Ben Smith
2017-09-28
1
-2
/
+2
*
Fix potential use-after-free in WastLexer (#626)
Ben Smith
2017-09-14
1
-0
/
+3
*
Rename wast2wasm -> wat2wasm, wast2json (#617)
Ben Smith
2017-09-08
1
-2
/
+5
*
Rename wasm2wast -> wasm2wat (#616)
Ben Smith
2017-09-08
1
-2
/
+2
*
Remove Writer class, move functionality into Stream (#613)
Ben Smith
2017-09-06
1
-1
/
+0
*
Move LEB128 stuff to its own file (#612)
Ben Smith
2017-09-06
1
-0
/
+1
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-1
/
+1
*
Add saturating float truncation operators (#573)
Ben Smith
2017-08-16
1
-0
/
+1
*
Rewrite parser as recursive descent (#591)
Ben Smith
2017-08-15
1
-27
/
+1
*
Refactor wasm-opcodecnt. (#580)
Ben Smith
2017-07-24
1
-1
/
+3
*
Remove BinaryErrorHandler, rename SourceErrorHandler (#553)
Ben Smith
2017-07-06
1
-2
/
+1
*
Add intrusive_list implementation (#542)
Ben Smith
2017-06-29
1
-0
/
+1
*
Fix wat writer to fold exception handling constructs. (#533)
KarlSchimpf
2017-06-26
1
-0
/
+1
*
Add color output in SourceErrorHandler (#517)
Ben Smith
2017-06-23
1
-0
/
+5
*
Consistent comments when ending anonymous namespace (#521)
Sam Clegg
2017-06-23
1
-1
/
+1
*
Check for USES_TERMINAL support in CMakeLists.txt (#511)
Ben Smith
2017-06-19
1
-1
/
+5
*
Enable and fix warnings for re2c (#509)
Ben Smith
2017-06-19
1
-1
/
+1
*
Add USES_TERMINAL to run-tests cmake target (#504)
Sam Clegg
2017-06-18
1
-0
/
+1
*
Use custom command to copy to bin/ (#502)
Ben Smith
2017-06-16
1
-17
/
+7
[prev]
[next]