index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: treat non-seekable files as pipes (#2309)
sethp
2023-10-02
1
-9
/
+13
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-1
/
+1
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-2
/
+3
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-1
/
+1
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-2
/
+2
*
Add new TLS relocation types (#1572)
Sam Clegg
2020-11-20
1
-1
/
+2
*
Add --relocatable support for tables (#1549) (#1549)
Andy Wingo
2020-10-01
1
-0
/
+1
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-7
/
+10
*
Support reading from stdin in ReadFile (#1313)
Sam Clegg
2020-01-23
1
-7
/
+26
*
Add new relocation types for position independent code. (#1056)
Sam Clegg
2019-04-03
1
-1
/
+2
*
[wasm-objdump] Implemented R_WASM_EVENT_INDEX_LEB reloc type. (#1022)
Wouter van Oortmerssen
2019-02-20
1
-0
/
+1
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-1
/
+1
*
Rename relocation types (#1005)
Sam Clegg
2019-02-06
1
-5
/
+5
*
Fix segfault when passing wasm-objdump a directory (#991)
Ben Smith
2019-01-07
1
-2
/
+21
*
Add support for new relocation types used in DWARF sections (#846)
Sam Clegg
2018-05-29
1
-4
/
+5
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-2
/
+4
*
Make more use of string_view over 'const char *' (#684)
Sam Clegg
2017-12-02
1
-3
/
+3
*
Update relocation names to match tool convention doc (#603)
Ben Smith
2017-08-31
1
-9
/
+6
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-1
/
+1
*
Rename snake_case to MixedCase. (#579)
Ben Smith
2017-07-19
1
-1
/
+1
*
Remove StringSlice (#576)
Ben Smith
2017-07-17
1
-32
/
+0
*
Rename read_file -> ReadFile; now returns vector (#572)
Ben Smith
2017-07-14
1
-5
/
+7
*
Remove uses of StringSlice from IR (#559)
Ben Smith
2017-07-07
1
-14
/
+0
*
Add default constructor for Location and Const (#535)
Wink Saville
2017-06-26
1
-6
/
+0
*
Use type hierarchy for ModuleField instead of union (#532)
Ben Smith
2017-06-25
1
-0
/
+6
*
Add exception declarations and examples. (#494)
KarlSchimpf
2017-06-13
1
-1
/
+1
*
Use Index/Address/Offset instead of uint32_t (#433)
Ben Smith
2017-05-15
1
-1
/
+1
*
Use C++ style C headers (e.g. <cstdlib>) (#431)
Ben Smith
2017-05-11
1
-5
/
+5
*
Update reloction names to match "spec" (#427)
Sam Clegg
2017-05-10
1
-3
/
+3
*
Move Opcode/OpcodeInfo to opcode.{c,h} (#412)
Ben Smith
2017-04-27
1
-32
/
+0
*
Change {Source,Binary}ErrorHandler to C++ (#403)
Ben Smith
2017-04-24
1
-86
/
+0
*
Replace wabt::*vector with std::vector (#366)
Ben Smith
2017-03-22
1
-0
/
+3
*
Fix crash using binary reader logging with error (#351)
Ben Smith
2017-03-13
1
-2
/
+4
*
Update relocation encoding to latest "spec" (#352)
Sam Clegg
2017-03-13
1
-3
/
+9
*
use array of chars instead of pointer to chars so sizeof is correct (#345)
Jay Phelps
2017-03-09
1
-1
/
+1
*
Use wabt_snprintf instead of calling snprintf directly (#341)
Michael Ferris
2017-03-07
1
-1
/
+1
*
Use new/delete instead of malloc/free (#332)
Ben Smith
2017-03-06
1
-3
/
+3
*
Replace the Wabt/wabt prefix with a C++ namespace (#331)
Ben Smith
2017-03-02
1
-60
/
+60
*
Make most enumerations into enum classes (#329)
Ben Smith
2017-03-01
1
-19
/
+18
*
Use perror to output error messages when reading files (#318)
Jay Phelps
2017-02-27
1
-5
/
+11
*
Require C++-style casts, disallow C-style casts (#320)
Ben Smith
2017-02-27
1
-5
/
+8
*
Change NULL -> nullptr (#315)
Ben Smith
2017-02-24
1
-1
/
+1
*
Switch C files to CC files (#309)
Ben Smith
2017-02-23
1
-0
/
+245