index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stream.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-1
/
+1
*
wat2wasm: support "-" for outputting to stdout (#1692) (#1902)
Remko Tronçon
2022-04-20
1
-0
/
+12
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-4
/
+4
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-1
/
+3
*
Omit the DataCount section unless it is required (#1312)
Ben Smith
2020-01-21
1
-1
/
+32
*
wasm-decompile: Output Tee as Set+Get instead if possible. (#1165)
Wouter van Oortmerssen
2019-09-25
1
-0
/
+4
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-1
/
+0
*
Add wasm2c tool (#710)
Ben Smith
2018-01-08
1
-0
/
+7
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-10
/
+20
*
Remove Writer class, move functionality into Stream (#613)
Ben Smith
2017-09-06
1
-14
/
+138
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-1
/
+1
*
Refactor wasm-opcodecnt. (#580)
Ben Smith
2017-07-24
1
-0
/
+8
*
Always pass string_view by value (#563)
Ben Smith
2017-07-10
1
-1
/
+1
*
Clean up BinaryWriterSpec::GetModuleFilename (#560)
Ben Smith
2017-07-07
1
-1
/
+1
*
Remove WABT_ZERO_MEMORY WABT_FAILED and WABT_SUCCEEDED macros. (#540)
KarlSchimpf
2017-06-28
1
-2
/
+2
*
Improve display of data segments (#520)
Sam Clegg
2017-06-23
1
-3
/
+3
*
Use C++ style C headers (e.g. <cstdlib>) (#431)
Ben Smith
2017-05-11
1
-2
/
+2
*
Refactor Stream/Writer; write as C++ (#399)
Ben Smith
2017-04-16
1
-97
/
+67
*
Move loop variable into for loop header (#347)
Ben Smith
2017-03-09
1
-4
/
+2
*
Replace the Wabt/wabt prefix with a C++ namespace (#331)
Ben Smith
2017-03-02
1
-65
/
+66
*
Make most enumerations into enum classes (#329)
Ben Smith
2017-03-01
1
-6
/
+6
*
Require C++-style casts, disallow C-style casts (#320)
Ben Smith
2017-02-27
1
-2
/
+4
*
Change NULL -> nullptr (#315)
Ben Smith
2017-02-24
1
-3
/
+3
*
Switch C files to CC files (#309)
Ben Smith
2017-02-23
1
-0
/
+162