aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov46-807/+161
2021-09-24Fortify tests against NDEBUGKaren Arutyunov47-91/+141
2021-09-09Improve LZ4 exception descriptionsBoris Kolpackov1-3/+3
2021-09-09Implement lz4::{istream,ostream}Boris Kolpackov1-1/+8
2021-09-08Factor "buffered streambuf" interface from fdbuf to bufstreambufBoris Kolpackov1-6/+7
2021-09-02Fix b-info testKaren Arutyunov1-1/+1
2021-08-06Fix small_vector(small_vector&&) to clear object it moves fromKaren Arutyunov1-0/+1
2021-08-06Add support for option positions to load_default_options()Karen Arutyunov2-10/+91
2021-08-05Convert default_options_start() to template function which accepts iterators ...Karen Arutyunov1-1/+1
2021-08-02Add version_string, list of modules to b_info() resultBoris Kolpackov2-0/+14
2021-07-08Also disable GCC -Wstringop-overread in testsBoris Kolpackov1-1/+2
2021-07-06Clear errno before calling strto*() functionsBoris Kolpackov2-0/+2
2021-04-20Disable bunch of bogus GCC warningsBoris Kolpackov1-0/+2
2021-03-31Add notion of thread environmentBoris Kolpackov1-19/+46
2021-03-30Fix occasionally failing terminate process testKaren Arutyunov1-15/+17
2021-03-27Fix occasionally failing timeout builtin testKaren Arutyunov1-2/+2
2021-03-26Add regex_replace_parse() overloadsKaren Arutyunov3-36/+59
2021-03-18Add fdstat()fdstatBoris Kolpackov1-5/+1
2021-03-12Add support for compressing/decompressing fdstreams with LZ4Boris Kolpackov6-0/+132
2021-03-08Add recognition of *-apple-ios* target triplets, ios target classBoris Kolpackov1-0/+19
2020-12-08Add proper support for option files option to load_default_options()Karen Arutyunov2-29/+68
2020-11-30Canonicalize arm64 to aarch64 in target triplet, similar to config.subBoris Kolpackov1-0/+5
2020-11-25Allow multiple -e options for sed builtinKaren Arutyunov1-16/+39
2020-11-06Add fdselect() overload that also takes timeoutKaren Arutyunov1-6/+31
2020-11-06Add builtin::timed_wait(), builtin::try_wait(), and pseudo_builtin()Karen Arutyunov3-18/+166
2020-11-05Add process::term() and implement process::kill() on WindowsKaren Arutyunov3-0/+423
2020-11-05Fix 'unresolved external symbol' for process::timed_wait(milliseconds) on Win...Karen Arutyunov1-2/+8
2020-11-04Add test for wasm32-unknown-emscripten target tripletBoris Kolpackov1-0/+4
2020-10-01Add ext_mods parameter to b_info()Karen Arutyunov1-3/+4
2020-09-11Add support for arguments in default options files helpersKaren Arutyunov2-126/+264
2020-09-07Add normalize() function to host/URL class templatesKaren Arutyunov2-96/+213
2020-08-24Recognize *-nto-qnx target triplets, extract versionBoris Kolpackov1-1/+7
2020-08-24Add target_triplet::representation() in addition to string()Boris Kolpackov1-9/+9
2020-06-30Expose command_run()'s @-substitution functionalityBoris Kolpackov1-3/+3
2020-06-29Add path::combine(string,separator)Boris Kolpackov1-0/+19
2020-06-26Improve std::optional to better deal with lack of copy/move constructorsKaren Arutyunov2-0/+49
2020-06-24Don't use utime() on WindowsBoris Kolpackov1-1/+1
2020-06-23Add note that access time tests may fail with if running on noatime mountBoris Kolpackov2-0/+6
2020-06-19Adapt mv builtin tests to terminology changeKaren Arutyunov1-6/+6
2020-06-18Complete NetBSD compatibilityBoris Kolpackov2-1/+12
2020-06-11Add date builtinKaren Arutyunov1-0/+48
2020-06-11Add workaround for MinGW GCC bug so to_stream(timestamp) properly handles %e ...Karen Arutyunov1-0/+3
2020-06-03Add builtin weightKaren Arutyunov1-3/+9
2020-04-07Add ability to print process_env environmentBoris Kolpackov1-0/+36
2020-04-01Add daytime() functionKaren Arutyunov1-0/+12
2020-03-17Fix ln builtin not to complete relative target against working directoryKaren Arutyunov4-6/+6
2020-03-17Add readsymlink(), followsymlink(), and try_followsymlink()Karen Arutyunov5-19/+203
2020-03-10Fix directory symlink tests failing on Windows in Developer ModeKaren Arutyunov3-92/+86
2020-03-09Add more support for symlinks on WindowsKaren Arutyunov8-179/+676
2020-03-09Add workaround for MinGW GCC bug #84583 (produces CRCRLF sequences in preproc...Karen Arutyunov1-34/+17