Commit Graph

1319 Commits (master)

Author SHA1 Message Date
Daniel Kolesa 94605330fc support for several values passed to optional args 2017-05-20 16:32:50 +02:00
Daniel Kolesa 708aee4c44 do not return out of cb 2017-05-20 01:39:54 +02:00
Daniel Kolesa a84c1e5d84 add option to use posixly correct argument ordering 2017-05-20 01:38:04 +02:00
Daniel Kolesa bff30e3eb2 better handling of optional values for optional args 2017-05-20 01:32:53 +02:00
Daniel Kolesa e09caf37c8 simplify argparsing logic a bit 2017-05-20 01:22:19 +02:00
Daniel Kolesa 7fee6b7b05 add arg_store_format 2017-05-19 01:38:34 +02:00
Daniel Kolesa b9c7de76eb more concise argparse usage in build 2017-05-18 03:59:47 +02:00
Daniel Kolesa f35ebe6122 add argument usage limit feature 2017-05-18 03:54:27 +02:00
Daniel Kolesa 117a34b855 make sure the value requirement is always correct for optionals 2017-05-18 03:45:41 +02:00
Daniel Kolesa c8a22ab3a0 more helpful help formatting 2017-05-17 20:56:01 +02:00
Daniel Kolesa 4ac173901a remove unnecessary friend decls in argparse 2017-05-17 20:07:25 +02:00
Daniel Kolesa 43a0422786 make used a counter, not a bool 2017-05-17 00:38:12 +02:00
Daniel Kolesa 66e6f9d146 separate help formatting into its own structure 2017-05-16 19:49:18 +02:00
Daniel Kolesa d1ad559461 argparse parsing cleanup and nicer api 2017-05-16 19:25:20 +02:00
Daniel Kolesa ff4620d3f5 move the arg storage into its own container 2017-05-16 01:37:29 +02:00
Daniel Kolesa 65087c8e36 more reliable add_optional/positional/category (allow narrowing etc) 2017-05-16 01:32:18 +02:00
Daniel Kolesa a368311e12 use new argparse in build.cc 2017-05-16 00:40:09 +02:00
Daniel Kolesa 0ee5404612 always store values externally 2017-05-16 00:22:46 +02:00
Daniel Kolesa 061d988ef2 expand argparse storage options, add defaults, add outside storage 2017-05-16 00:06:16 +02:00
Daniel Kolesa 8ba1c83609 predefined funcs for common argparse actions 2017-05-15 21:10:41 +02:00
Daniel Kolesa ec426a30a1 argparse: action callback support, help string support 2017-05-15 19:55:26 +02:00
Daniel Kolesa 5373e3405c support for argparse action callbacks and value retrieval 2017-05-15 19:18:25 +02:00
Daniel Kolesa 922da4a808 split up arg classes better 2017-05-15 18:49:59 +02:00
Daniel Kolesa d1b69963cb basic help printing for argparse and other improvements 2017-05-14 16:24:19 +02:00
Daniel Kolesa c19d45b21a add initial skeleton for argument parser 2017-05-13 22:24:26 +02:00
Daniel Kolesa 07ea93ba68 potentially reduce more copies in win32 process code 2017-05-13 19:52:19 +02:00
Daniel Kolesa 45c8450209 envvar support in subprocess 2017-05-13 18:36:40 +02:00
Daniel Kolesa 2fc506d1bb fewer temporary allocations in subprocess 2017-05-13 17:02:39 +02:00
Daniel Kolesa 628cede1eb minor cleanup 2017-05-13 00:53:51 +02:00
Daniel Kolesa b5624dc6b9 terminate child processes on parent process exit on windows 2017-05-13 00:43:32 +02:00
Daniel Kolesa 06687881c1 implement subprocess detach and validity checks 2017-05-13 00:00:44 +02:00
Daniel Kolesa 5bbee30f6c simplify windows process code 2017-05-12 23:47:25 +02:00
Daniel Kolesa 884e8c2849 support for non-posix non-windows platforms in io (useful at all? dunno) 2017-05-12 00:08:37 +02:00
Daniel Kolesa 0925ff3350 clean up platform checks 2017-05-12 00:05:18 +02:00
Daniel Kolesa 005485f6a6 rename to subprocess_stream/error 2017-05-11 23:57:04 +02:00
Daniel Kolesa 5fc674e4d3 allow split_args to take a lambda 2017-05-11 23:49:51 +02:00
Daniel Kolesa d4edafa350 ref-qualified appender get() method 2017-05-11 23:31:15 +02:00
Daniel Kolesa cc18d2b736 add subprocess constructors that open as part of the construction 2017-05-11 19:36:17 +02:00
Daniel Kolesa bf8e82b71f use paths in example/source/asm lists 2017-05-11 19:21:02 +02:00
Daniel Kolesa 448d5d02b1 remove unused includes 2017-05-11 19:12:13 +02:00
Daniel Kolesa e5b495d414 extra cpp flags for windows in build 2017-05-10 23:40:03 +02:00
Daniel Kolesa 10caf39244 split win32 and posix code of context_stack and process into separate files 2017-05-10 00:30:23 +02:00
Daniel Kolesa 469c85639a some more platform checks 2017-05-10 00:02:37 +02:00
Daniel Kolesa 9e429189d7 more foolproof subprocess interface 2017-05-09 23:58:20 +02:00
Daniel Kolesa 2bab256b4d more windows fixes 2017-05-09 22:37:00 +02:00
Daniel Kolesa 5f12c8f0b9 use_path fix 2017-05-09 22:21:58 +02:00
Daniel Kolesa 60ebc1d5b8 do not attempt parsing if string is empty 2017-05-09 22:09:20 +02:00
Daniel Kolesa 5c6aab9290 properly handle null termination in unicode conversions 2017-05-09 21:47:33 +02:00
Daniel Kolesa 9d4a8cfa83 windows fixes 2017-05-09 21:20:37 +02:00
Daniel Kolesa 9c876166b2 cleanup 2017-05-09 20:40:52 +02:00