aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-03-14Use wildcard patterns in buildfilesBoris Kolpackov1-7/+1
2017-03-13Add flexibility to path search callback functionKaren Arutyunov2-3/+207
2017-03-09Fix path_match() character case sensitivity on WindowsKaren Arutyunov1-0/+13
2017-02-17Fix cpfile() to throw system_error onlyKaren Arutyunov1-2/+2
2017-02-13Disable wildcards test driver arguments globbing performed by MinGW runtimeKaren Arutyunov1-0/+11
2017-02-13Implement path_match() and path_search()Boris Kolpackov4-1/+492
2017-01-30Make fdopen_pipe(), fdopen(), fdnull() and fddup() to set FD_CLOEXEC flagKaren Arutyunov1-1/+1
2017-01-12Add small_vector workaround for VCBoris Kolpackov1-23/+41
2017-01-09Add operator<<(ostream, exception)Karen Arutyunov7-7/+9
2017-01-06Rework and rename target_tripletBoris Kolpackov3-15/+15
2017-01-05Update copyright yearBoris Kolpackov36-36/+36
2017-01-05Add process_exitKaren Arutyunov1-2/+2
2016-12-07Add path::current(), path::parent()Karen Arutyunov2-7/+16
2016-12-05Make path::normalize() to preserve ./, invalidate paths starting with \, / on...Karen Arutyunov3-42/+65
2016-12-01Revert no longer necessary quoting in buildfilesBoris Kolpackov2-2/+1
2016-11-26Add support for VC15Karen Arutyunov2-4/+4
2016-11-23Quote path values when assigned to test.argumentsKaren Arutyunov2-2/+2
2016-11-19Add small_vector<T, N> class templateBoris Kolpackov3-1/+141
2016-11-14Add fdopen_pipe()Karen Arutyunov1-6/+55
2016-11-03Invent auto_fd, make use of it in fdstreams and processKaren Arutyunov2-21/+21
2016-10-24Make process status optionalKaren Arutyunov1-0/+20
2016-10-17Support ifdstream non-blocking modeKaren Arutyunov1-4/+89
2016-09-29Add manifest_parser and manifest_serializerKaren Arutyunov8-1/+560
2016-09-16Optimize fdstream so performance is on par with fstreamKaren Arutyunov1-1/+136
2016-09-04Change freebsd target class to bsdBoris Kolpackov1-2/+2
2016-08-28Quiet down dir-iterator testBoris Kolpackov1-9/+19
2016-08-21Redo process path search to better accommodate Windows-specific semanticsBoris Kolpackov1-0/+1
2016-08-10Add ucase(), lcase(), casecmp(), alpha(), digit(), alnum()Karen Arutyunov3-1/+76
2016-08-08Cosmetic changesKaren Arutyunov1-1/+1
2016-08-05Add empty file copy check to cpfile() testKaren Arutyunov1-6/+19
2016-07-30Don't use hard-coded directory separatorsBoris Kolpackov1-1/+1
2016-07-30Implement support for Windows path actualizationBoris Kolpackov1-0/+22
2016-07-28Don't throw bool as exception, compiler support seems buggy thereBoris Kolpackov1-2/+2
2016-07-28Redesign path to store trailing slash for directoriesBoris Kolpackov3-107/+282
2016-07-23Extend fdstreamKaren Arutyunov5-37/+219
2016-07-12Use ./ instead of just . to denote current directory in buildfilesBoris Kolpackov1-1/+1
2016-07-07Add cpfile()Karen Arutyunov5-2/+333
2016-07-01Port to MSVCKaren Arutyunov2-0/+17
2016-06-23Add mkslink(), mkhlink()Karen Arutyunov3-1/+149
2016-06-18Add path::home()Karen Arutyunov1-1/+7
2016-06-18Check path validity in path::init() on WindowsKaren Arutyunov1-3/+1
2016-06-18Eliminate the use of *_s() functions on WindowsKaren Arutyunov1-2/+2
2016-06-03Add fdnull()Karen Arutyunov1-49/+16
2016-05-31Port to MinGWKaren Arutyunov8-8/+511
2016-05-04Add base64_encode(), base64_decode()Karen Arutyunov3-1/+114
2016-04-25Fix timestamp from_string() compilation error appeared when compiled with cla...0.3.0Karen Arutyunov1-23/+53
2016-04-21Comment out test fragment that relies on locale which may not existBoris Kolpackov1-0/+2
2016-04-21Add sha256_to_fingerprint (), fingerprint_to_sha256 ()Karen Arutyunov1-0/+9
2016-04-21Add timestamp from_string()Karen Arutyunov3-1/+167
2016-03-10Derive target class from target triplet for some targetsBoris Kolpackov1-13/+16