aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-05-05Add support for standard version constraint shortcut operatorsKaren Arutyunov2-1/+118
2018-05-04Change standard version epoch syntax from '<num>~' to '+<num>-'Karen Arutyunov1-4/+8
2018-04-28Fix function name in link testKaren Arutyunov1-1/+1
2018-04-28Add support for directory symlinks on WindowsKaren Arutyunov1-9/+55
2018-04-13Add workarounds for VC15u7Boris Kolpackov2-2/+2
2018-03-20Fix entry-time test to pass on MacOSKaren Arutyunov1-5/+6
2018-03-19Add support for copying file timestamps by cpfile()Karen Arutyunov3-0/+222
2018-02-15Add support for VC15u6Boris Kolpackov2-2/+2
2018-02-08Add abbreviated_string() to sha* classesKaren Arutyunov2-10/+23
2018-02-02Adjust tests to new test rule semanticsBoris Kolpackov2-30/+24
2018-01-19Reimplement prefix_map::find_sup() to iterate over key, not entriesBoris Kolpackov1-0/+12
2018-01-18Move find_sup() from path_map to prefix_map and fixBoris Kolpackov1-21/+59
2018-01-04Implement small_list, small_forward_listBoris Kolpackov5-2/+343
2017-12-28Add url testsKaren Arutyunov1-0/+20
2017-12-27Resolve ambiguity between std:: and butl:: nulloptKaren Arutyunov1-0/+2
2017-12-26Add basic_url<H,T> class templateKaren Arutyunov3-0/+732
2017-12-15Add process::pipe struct, extend process APIBoris Kolpackov1-0/+7
2017-12-12Add support for VC 15u5Boris Kolpackov3-2/+7
2017-12-09Add support for calculating SHA1 checksumsBoris Kolpackov2-0/+62
2017-12-06Handle system version in Clang's *-windows-msvc target tripletBoris Kolpackov1-0/+8
2017-12-04Recognize and handle Clang's <cpu>-pc-windows-msvc target tripletBoris Kolpackov1-0/+4
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