index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
/
command-line.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Encode command line to UTF8 on Windows (#5671)
Derek Schuff
2023-09-14
1
-2
/
+28
*
Allow `BINARYEN_DEBUG` environment variable to be used in place of `--debug`....
Sam Clegg
2022-08-04
1
-0
/
+4
*
Add categories to --help text (#4421)
Alon Zakai
2022-01-05
1
-12
/
+42
*
Add fixup function for nested pops in catch (#4348)
Heejin Ahn
2021-11-22
1
-2
/
+10
*
Read from stdin when the input file is `-` (#4106)
Thomas Lively
2021-08-27
1
-2
/
+4
*
Add space between options in --help text (#3940)
Thomas Lively
2021-06-17
1
-0
/
+1
*
Add pass argument sugar to commandline (#3882)
Alon Zakai
2021-05-13
1
-6
/
+3
*
cleanup to allow binaryen to be built in more strict environments (#3566)
walkingeyerobot
2021-02-16
1
-2
/
+2
*
Fix for cmake 3.10 (eg on Ubuntu LTS) (#2632)
Brion Vibber
2020-01-30
1
-1
/
+1
*
Verify --version output matches CHANGELOG (#2580)
Sam Clegg
2020-01-10
1
-1
/
+1
*
Remove git dependency (#2578)
Sam Clegg
2020-01-08
1
-1
/
+1
*
Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496)
Sam Clegg
2019-12-04
1
-2
/
+6
*
Support --version argument in command line tools (#2304)
Sam Clegg
2019-08-20
1
-0
/
+9
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-6
/
+12
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-11
/
+24
*
Use stdout for --help message (#1937)
Sam Clegg
2019-03-06
1
-9
/
+9
*
wasm-metadce tool (#1320)
Alon Zakai
2017-12-06
1
-1
/
+5
*
more consistent placement of & and *, on the type (#848)
Alon Zakai
2016-11-28
1
-15
/
+15
*
Wrap description (#839)
Loo Rong Jie
2016-11-28
1
-4
/
+31
*
make --debug work
Alon Zakai
2016-03-21
1
-1
/
+1
*
Make --debug a boolean
JF Bastien
2016-03-18
1
-5
/
+3
*
Fix command-line help when there's only long or short
JF Bastien
2016-01-20
1
-2
/
+4
*
asm2wasm: use support's command-line
JF Bastien
2016-01-11
1
-7
/
+18
*
Fix off-by-one in option parsing with '='.
JF Bastien
2016-01-04
1
-1
/
+1
*
Add curlies.
JF Bastien
2016-01-04
1
-2
/
+4
*
Generalize command-line parsing more.
JF Bastien
2016-01-02
1
-38
/
+108
*
Add a help to avoid out-of-bounds.
JF Bastien
2015-12-29
1
-1
/
+4
*
Start moving command-line processing to libsupport.a
JF Bastien
2015-12-29
1
-0
/
+62