Age | Commit message (Expand) | Author | Files | Lines |
2019-08-22 | Make use of sanitize_identifier() | Karen Arutyunov | 2 | -19/+3 |
2019-08-22 | Add extra_dir parameter for load_default_options() | Karen Arutyunov | 4 | -55/+194 |
2019-08-21 | Don't load default options from directories which subdirectory contains --no-... | Karen Arutyunov | 6 | -104/+382 |
2019-08-21 | Add sanitize_identifier() utility function | Boris Kolpackov | 2 | -0/+34 |
2019-08-16 | Make load_default_options() to throw pair<path, system_error> instead of syst... | Karen Arutyunov | 3 | -27/+60 |
2019-08-14 | Add load_default_options() function template overload that accepts tracing fu... | Karen Arutyunov | 4 | -24/+52 |
2019-08-14 | Add mkanylink() filesystem function | Boris Kolpackov | 2 | -2/+75 |
2019-08-12 | Add default options loading and merging API | Karen Arutyunov | 5 | -0/+583 |
2019-08-12 | Use new fdstream constructor | Boris Kolpackov | 1 | -1/+1 |
2019-08-12 | Apply previous fix to fdstream::open() | Boris Kolpackov | 2 | -41/+51 |
2019-08-12 | Fix fdstream fdopen_mode ctors to better match ios::openmode semantics | Boris Kolpackov | 1 | -2/+18 |
2019-08-12 | Add few fdstream constructor overloads | Boris Kolpackov | 5 | -43/+105 |
2019-08-07 | Add -s option to `b info` command run by b_info() | Karen Arutyunov | 1 | -0/+1 |
2019-08-01 | Add ODB container traits for small_vector | Karen Arutyunov | 1 | -0/+67 |
2019-08-01 | Combine multiple single-character flags into a single argument for testscript... | Karen Arutyunov | 2 | -10/+10 |
2019-07-22 | Zero-initialize scheme in basic_url default constructor to suppress 'may be u... | Karen Arutyunov | 1 | -1/+1 |
2019-07-05 | Use __linux__ macro instead of __linux | Karen Arutyunov | 1 | -1/+1 |
2019-07-05 | Fix move-constructing/assigning for process_env and process_path classes | Karen Arutyunov | 3 | -12/+45 |
2019-06-28 | Add ability to specify custom diag_record writer | Boris Kolpackov | 2 | -8/+24 |
2019-06-21 | Make standard_version::string_project() to optionally include the revision | Karen Arutyunov | 2 | -10/+14 |
2019-06-11 | Change version to 0.12.0-a.0.z | Boris Kolpackov | 1 | -3/+3 |
2019-06-08 | Release version 0.11.0v0.11.0 | Boris Kolpackov | 1 | -1/+1 |
2019-06-06 | Add path::abnormalities(), note on normalization and symlinks | Boris Kolpackov | 2 | -29/+181 |
2019-06-06 | Use small_vector in path::normalize() | Boris Kolpackov | 3 | -4/+5 |
2019-06-05 | Redo dual hxx/mxx header handling | Boris Kolpackov | 2 | -10/+10 |
2019-06-04 | Replace tags with topics/keywords in package manifest | Boris Kolpackov | 1 | -1/+1 |
2019-06-03 | Fix missing for Windows traits alias renaming | Karen Arutyunov | 3 | -5/+5 |
2019-06-03 | Rename traits alias to traits_type for basic_path, basic_url, and string_tabl... | Karen Arutyunov | 13 | -94/+106 |
2019-05-30 | Improve backtrace test | Karen Arutyunov | 2 | -17/+83 |
2019-05-29 | Improve url::string() to handle empty scheme | Boris Kolpackov | 1 | -3/+7 |
2019-05-28 | Add backtrace() | Karen Arutyunov | 6 | -9/+292 |
2019-05-25 | Fix previous workaround | Karen Arutyunov | 1 | -1/+1 |
2019-05-25 | Work arounds for VC 16.1 | Boris Kolpackov | 1 | -20/+53 |
2019-05-24 | Adapt version.hxx.in to increasing standard version major, minor, and patch m... | Karen Arutyunov | 1 | -15/+14 |
2019-05-24 | Increase standard and semantic versions major, minor, and patch max values up... | Karen Arutyunov | 8 | -248/+188 |
2019-05-23 | Improve path_traits convenience overloads | Boris Kolpackov | 5 | -7/+61 |
2019-05-21 | Implement exponential backoff for BLODA retries | Boris Kolpackov | 1 | -20/+16 |
2019-05-21 | Temporarily instrument BLODA with shorter timeout and extra diagnostics | Boris Kolpackov | 1 | -1/+18 |
2019-05-17 | Adjust license names in manifest | Boris Kolpackov | 1 | -1/+1 |
2019-05-12 | Fix the 'possible loss of data' 32-bit VC warning | Karen Arutyunov | 1 | -1/+1 |
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 161 | -504/+443 |
2019-04-26 | Make use of posix_spawn() when available in process class implementation | Karen Arutyunov | 1 | -14/+232 |
2019-04-25 | Add parse_manifest() and serialize_manifest() functions | Karen Arutyunov | 6 | -198/+428 |
2019-04-19 | Minor improvements to fdstream | Boris Kolpackov | 1 | -6/+47 |
2019-04-15 | Add fdread() and fdselect() | Karen Arutyunov | 4 | -146/+673 |
2019-04-12 | Fix MSVC /permissive- workaround | Boris Kolpackov | 1 | -1/+1 |
2019-04-11 | Work around MSVC /permissive- issue | Boris Kolpackov | 1 | -0/+7 |
2019-04-08 | Add support for manifest_serializer long lines mode | Karen Arutyunov | 5 | -13/+54 |
2019-03-23 | Cleanup some files replacing tabs with spaces | Karen Arutyunov | 2 | -16/+16 |
2019-03-23 | Add command running API | Karen Arutyunov | 5 | -0/+771 |