aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Add support for UUID generationBoris Kolpackov2-0/+105
2018-08-20Add timed_wait() and kill() to process class, change try_wait() signatureKaren Arutyunov1-4/+4
2018-08-14Make git_version() to return semantic_version rather than standard_versionKaren Arutyunov1-1/+1
2018-08-14Add support for parsing semantic and semantic-like versionsBoris Kolpackov2-0/+92
2018-07-30Add test for project_name::base()Karen Arutyunov2-4/+25
2018-07-25Move bpkg::package_name class to butl::project_nameKaren Arutyunov5-6/+176
2018-07-10Add support for hashing ifdstreamBoris Kolpackov2-6/+64
2018-07-09Make basic_url(string) ctor to consider empty string as invalid argumentKaren Arutyunov1-5/+7
2018-06-26Fix comment in timestamp testKaren Arutyunov1-2/+2
2018-06-25Exclude timestamp test on MacOS, looks like broken strptime()Karen Arutyunov1-2/+3
2018-06-20Regularize .gitignore filesKaren Arutyunov1-0/+2
2018-06-19Add regex_replace_match() and rename regex_replace_ex() to regex_replace_sear...Karen Arutyunov2-4/+21
2018-06-15Default standard version epoch to oneKaren Arutyunov1-2/+2
2018-06-15Add portable environment variable manipulation functionsBoris Kolpackov1-21/+14
2018-06-01Remove redundant assertion in path_match(path, path, dir_path)Karen Arutyunov1-27/+34
2018-05-19Update copyright yearKaren Arutyunov86-86/+86
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov16-16/+16
2018-05-18Add workarounds for all releases of VC15Karen Arutyunov2-2/+2
2018-05-18Add ignore_dangling parameter to dir_iterator() ctorKaren Arutyunov4-19/+74
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