aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-10-01Only enable modularized build if forcedBoris Kolpackov30-179/+41
2017-09-24Use std.regex and std.theading modulesBoris Kolpackov3-2/+3
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov59-106/+740
2017-08-31Fix regex_replace_ex() to ignore unmatched sub-expression referencesKaren Arutyunov1-2/+8
2017-08-30Generalize regex_replace_ex() functionKaren Arutyunov3-0/+127
2017-08-29Use system_clock instead of timestamp::clockKaren Arutyunov1-4/+4
2017-08-22Remove path_traits<wchar_t> specializationKaren Arutyunov1-3/+0
2017-08-02Add manifest_parser::split_comment() and manifest_serializer::merge_comment()Karen Arutyunov2-0/+25
2017-07-30Fix progress testKaren Arutyunov1-5/+1
2017-07-27Rename process_start() and process_run() overloadsKaren Arutyunov2-11/+15
2017-07-27Complete progress testKaren Arutyunov1-1/+66
2017-07-27Add support for printing progressBoris Kolpackov3-1/+70
2017-07-22Add fast-path SHA256 functions for integral typesBoris Kolpackov1-12/+25
2017-07-21Fix ambiguity between std::optional and butl::optionalKaren Arutyunov1-0/+2
2017-07-21Extend VC workarounds to version 19.11Boris Kolpackov2-2/+2
2017-07-21Add support for passing environment variables to child process on WindowsKaren Arutyunov1-9/+2
2017-07-13Add hxx prerequisite type in test buildfilesKaren Arutyunov27-27/+27
2017-07-13Fix tests linkageKaren Arutyunov27-55/+55
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov27-27/+27
2017-07-12Make tests to be a sub-projectKaren Arutyunov4-1/+29
2017-06-15Adapt for ln testscript builtinKaren Arutyunov1-3/+3
2017-06-12Add tests and fixes for path_search(pattern,entry)Karen Arutyunov2-41/+632
2017-06-12Resolve ambiguity between std:: and butl:: optionalBoris Kolpackov1-2/+2
2017-06-08Add path_match() and path_search() overloadsKaren Arutyunov1-3/+52
2017-06-07Support passing environment variables to child processKaren Arutyunov2-15/+66
2017-06-01Treat CR specially by manifest serializerKaren Arutyunov1-0/+11
2017-05-31Add ifdstream::read_text() and ifdstream::read_binary()Karen Arutyunov4-22/+7
2017-05-30Implement openssl processKaren Arutyunov4-2/+48
2017-05-22Add path-entry testKaren Arutyunov3-0/+88
2017-05-15Fix VC15 warnings (/W3)Karen Arutyunov5-6/+17
2017-05-02Exclude timestamp test on FreeBSD, looks like broken strptime()Boris Kolpackov1-0/+5
2017-05-02Fix manifest serializer not to break line after backslashKaren Arutyunov1-0/+11
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov51-105/+107
2017-04-29Fix standard version stub to differ from empty versionKaren Arutyunov2-8/+7
2017-04-29Add support for stub standard versionBoris Kolpackov2-8/+30
2017-04-28Add standard_version_constraint::satisfies()Karen Arutyunov2-6/+95
2017-04-28Add support for standard version earliest pre-releaseKaren Arutyunov2-18/+47
2017-04-27Add standard_version_constraint structKaren Arutyunov2-0/+93
2017-04-26Add standard_version classBoris Kolpackov3-0/+333
2017-04-21Implement execution of Windows batch filesBoris Kolpackov3-3/+41
2017-04-20Implement string_parserKaren Arutyunov4-1/+148
2017-04-19Fix parameter pack expansion in process_start() for ClangKaren Arutyunov1-2/+2
2017-04-18Implement curl processBoris Kolpackov4-1/+186
2017-04-13Implement sendmail processBoris Kolpackov4-1/+61
2017-04-10Add process_run()/process_start() higher-level API on top of class processBoris Kolpackov4-1/+113
2017-04-04Add tab_parserKaren Arutyunov3-0/+123
2017-04-01Rename target triplet "macosx" class to "macos"Boris Kolpackov1-1/+1
2017-03-14Add mventry(), mvfile() and mvdir()Karen Arutyunov4-1/+302
2017-03-14Use wildcard patterns in buildfilesBoris Kolpackov1-7/+1
2017-03-13Add flexibility to path search callback functionKaren Arutyunov2-3/+207