index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
option-parser.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-1
/
+0
*
wasi: Implement more of the wasi API (#1430)
Sam Clegg
2020-05-21
1
-78
/
+92
*
Improve help/usage message on invalid arguments (#1328)
Sam Clegg
2020-02-05
1
-3
/
+6
*
Remove build-time dependency on git (#1316)
Sam Clegg
2020-01-23
1
-1
/
+1
*
Fix unused lambda capture warning (#1184)
Sam Clegg
2019-10-16
1
-16
/
+8
*
Add `--version` to wabt tools (#1175)
Amir Bawab
2019-10-09
1
-0
/
+11
*
Add tests for option-parser (#1096)
Ben Smith
2019-06-24
1
-2
/
+7
*
Remove short option for --help (#877)
Raphael Graf
2018-08-02
1
-1
/
+1
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-4
/
+4
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-9
/
+17
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-1
/
+1
*
Make OptionParser into C++ class (#497)
Ben Smith
2017-06-14
1
-86
/
+182
*
Use C++ style C headers (e.g. <cstdlib>) (#431)
Ben Smith
2017-05-11
1
-3
/
+3
*
Move loop variable into for loop header (#347)
Ben Smith
2017-03-09
1
-10
/
+6
*
Replace the Wabt/wabt prefix with a C++ namespace (#331)
Ben Smith
2017-03-02
1
-24
/
+26
*
Make most enumerations into enum classes (#329)
Ben Smith
2017-03-01
1
-3
/
+3
*
Require C++-style casts, disallow C-style casts (#320)
Ben Smith
2017-02-27
1
-1
/
+1
*
Change NULL -> nullptr (#315)
Ben Smith
2017-02-24
1
-5
/
+5
*
Switch C files to CC files (#309)
Ben Smith
2017-02-23
1
-0
/
+229