summaryrefslogtreecommitdiff
path: root/src/support/command-line.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encode command line to UTF8 on Windows (#5671)Derek Schuff2023-09-141-2/+28
* Allow `BINARYEN_DEBUG` environment variable to be used in place of `--debug`....Sam Clegg2022-08-041-0/+4
* Add categories to --help text (#4421)Alon Zakai2022-01-051-12/+42
* Add fixup function for nested pops in catch (#4348)Heejin Ahn2021-11-221-2/+10
* Read from stdin when the input file is `-` (#4106)Thomas Lively2021-08-271-2/+4
* Add space between options in --help text (#3940)Thomas Lively2021-06-171-0/+1
* Add pass argument sugar to commandline (#3882)Alon Zakai2021-05-131-6/+3
* cleanup to allow binaryen to be built in more strict environments (#3566)walkingeyerobot2021-02-161-2/+2
* Fix for cmake 3.10 (eg on Ubuntu LTS) (#2632)Brion Vibber2020-01-301-1/+1
* Verify --version output matches CHANGELOG (#2580)Sam Clegg2020-01-101-1/+1
* Remove git dependency (#2578)Sam Clegg2020-01-081-1/+1
* Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496)Sam Clegg2019-12-041-2/+6
* Support --version argument in command line tools (#2304)Sam Clegg2019-08-201-0/+9
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-6/+12
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-11/+24
* Use stdout for --help message (#1937)Sam Clegg2019-03-061-9/+9
* wasm-metadce tool (#1320)Alon Zakai2017-12-061-1/+5
* more consistent placement of & and *, on the type (#848)Alon Zakai2016-11-281-15/+15
* Wrap description (#839)Loo Rong Jie2016-11-281-4/+31
* make --debug workAlon Zakai2016-03-211-1/+1
* Make --debug a booleanJF Bastien2016-03-181-5/+3
* Fix command-line help when there's only long or shortJF Bastien2016-01-201-2/+4
* asm2wasm: use support's command-lineJF Bastien2016-01-111-7/+18
* Fix off-by-one in option parsing with '='.JF Bastien2016-01-041-1/+1
* Add curlies.JF Bastien2016-01-041-2/+4
* Generalize command-line parsing more.JF Bastien2016-01-021-38/+108
* Add a help to avoid out-of-bounds.JF Bastien2015-12-291-1/+4
* Start moving command-line processing to libsupport.aJF Bastien2015-12-291-0/+62