Commit Graph

37 Commits (a0337c401e4363c539bb3ab9df632d0c6815248d)

Author SHA1 Message Date
Daniel Kolesa a0337c401e implement all the unicode ctype funcs, generate the tables 2018-01-02 22:23:18 +01:00
Daniel Kolesa 2b291bca39 implement the sorting logic in unicode generator 2018-01-02 19:04:12 +01:00
Daniel Kolesa 3034918496 move glob matching impl into a source file 2017-06-16 18:55:08 +02:00
Daniel Kolesa 8b2fb4a627 automatically build examples and sources using glob matching 2017-06-11 17:48:07 +02:00
Daniel Kolesa f81432f666 make sure build cfg is correct 2017-06-03 15:56:42 +02:00
Daniel Kolesa 73421a5902 add argparse examples 2017-05-26 22:00:51 +02:00
Daniel Kolesa d8aee86526 use positional arg to specify build target 2017-05-21 19:35:32 +02:00
Daniel Kolesa b9c7de76eb more concise argparse usage in build 2017-05-18 03:59:47 +02:00
Daniel Kolesa d1ad559461 argparse parsing cleanup and nicer api 2017-05-16 19:25:20 +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 45c8450209 envvar support in subprocess 2017-05-13 18:36:40 +02:00
Daniel Kolesa 5fc674e4d3 allow split_args to take a lambda 2017-05-11 23:49:51 +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 2bab256b4d more windows fixes 2017-05-09 22:37:00 +02:00
Daniel Kolesa 9d4a8cfa83 windows fixes 2017-05-09 21:20:37 +02:00
Daniel Kolesa 6e871c5fbf remove unused platform specific includes 2017-05-08 22:14:41 +02:00
Daniel Kolesa 4966830d33 rename process_info to subprocess 2017-05-08 18:42:30 +02:00
Daniel Kolesa 61fcfeee2e slight process api cleanup 2017-05-08 04:09:47 +02:00
Daniel Kolesa 1ecf921f1a initial impl of process calling api (posix only atm) 2017-05-08 03:51:45 +02:00
Daniel Kolesa de7225c8f6 incorporate process.cc into build 2017-05-07 22:48:02 +02:00
Daniel Kolesa f01992c952 add command line splitting api (posix, windows) and use it from build 2017-05-07 21:17:13 +02:00
Daniel Kolesa 1311676ab1 get rid of some path->string conversions 2017-05-05 22:24:08 +02:00
Daniel Kolesa fc6935151d more build cleanups and emplace for channels 2017-05-05 02:00:47 +02:00
Daniel Kolesa 1191162198 separate thread for stdout in buildsystem
This allows messages to be printed in sequence instead of
multiple prints in parallel mangling the output.
2017-05-03 21:09:25 +02:00
Daniel Kolesa 5a09b58613 incorrect check 2017-05-02 01:08:15 +02:00
Daniel Kolesa 3402fedf28 utilize libostd to build libostd; libostdception 2017-05-02 00:57:15 +02:00
Daniel Kolesa 94814dc61e remove internal/win32.hh and put environ stuff into a source file 2017-05-02 00:15:01 +02:00
Daniel Kolesa baa8ff1e64 put more flags to the beginning 2017-05-01 19:12:17 +02:00
Daniel Kolesa cd1a0108ab more build cleanups 2017-05-01 19:03:47 +02:00
Daniel Kolesa 52ed8d7c08 more build cleanups 2017-05-01 17:49:27 +02:00
Daniel Kolesa 59a48e6d1f build.cc improvements 2017-05-01 17:28:54 +02:00
Daniel Kolesa 19badf6140 threaded build.cc 2017-04-30 20:16:49 +02:00
Daniel Kolesa b3d6d2a30a initial c++ build code 2017-04-30 19:37:50 +02:00