Age | Commit message (Expand) | Author | Files | Lines |
2018-09-04 | Add timestamp_unreal special value | Boris Kolpackov | 2 | -4/+14 |
2018-09-04 | Minor and cosmetic changes to uuid | Boris Kolpackov | 3 | -22/+14 |
2018-09-04 | Minor comment change | Boris Kolpackov | 1 | -1/+1 |
2018-09-03 | Keep trying to move filesystem entry for a second on Windows | Karen Arutyunov | 1 | -14/+38 |
2018-08-22 | Add support for UUID generation | Boris Kolpackov | 12 | -19/+1261 |
2018-08-21 | Add utility functions for throwing ios::failure | Boris Kolpackov | 3 | -99/+113 |
2018-08-21 | Make process_env usable with C array of environment variables | Boris Kolpackov | 2 | -4/+15 |
2018-08-20 | Add timed_wait() and kill() to process class, change try_wait() signature | Karen Arutyunov | 5 | -28/+101 |
2018-08-20 | Remove noexcept from semantic_version comparison operators | Boris Kolpackov | 1 | -6/+6 |
2018-08-15 | Reorder inline function definitions to pacify MinGW GCC (DLL linkage) | Boris Kolpackov | 2 | -14/+13 |
2018-08-14 | Make git_version() to return semantic_version rather than standard_version | Karen Arutyunov | 3 | -25/+9 |
2018-08-14 | Add support for parsing semantic and semantic-like versions | Boris Kolpackov | 7 | -4/+535 |
2018-08-07 | Add git utility functions | Karen Arutyunov | 2 | -0/+135 |
2018-07-30 | Work around Clang 3.8 const init issue | Boris Kolpackov | 1 | -1/+1 |
2018-07-30 | Add test for project_name::base() | Karen Arutyunov | 2 | -4/+25 |
2018-07-30 | Extend project_name::base() to optionally restrict extension | Boris Kolpackov | 2 | -2/+12 |
2018-07-27 | Make manifest serializer to accept non-empty versions for subsequent manifests | Karen Arutyunov | 2 | -3/+7 |
2018-07-26 | Add comment | Boris Kolpackov | 1 | -4/+11 |
2018-07-25 | Move bpkg::package_name class to butl::project_name | Karen Arutyunov | 7 | -6/+514 |
2018-07-20 | Add clarifying comment | Boris Kolpackov | 1 | -1/+2 |
2018-07-20 | Add rvalue overload for trim() | Boris Kolpackov | 1 | -0/+6 |
2018-07-12 | Use prerequisite exclusion to simplify buildfile | Karen Arutyunov | 1 | -6/+5 |
2018-07-11 | Add project manifest value | Karen Arutyunov | 1 | -1/+2 |
2018-07-10 | Add support for hashing ifdstream | Boris Kolpackov | 6 | -6/+122 |
2018-07-09 | Make basic_url(string) ctor to consider empty string as invalid argument | Karen Arutyunov | 3 | -17/+15 |
2018-07-07 | Move prompt facility from bpkg to libbutl | Boris Kolpackov | 2 | -0/+110 |
2018-07-04 | Fix broken path::make_base() | Karen Arutyunov | 1 | -1/+1 |
2018-06-28 | Some more optional constexpr workarounds | Boris Kolpackov | 1 | -3/+3 |
2018-06-28 | More optional constexpr workarounds | Boris Kolpackov | 1 | -9/+18 |
2018-06-28 | Make optional copy and move constructors constexpr | Boris Kolpackov | 2 | -48/+21 |
2018-06-28 | Bump build2 version requirement to 0.8.0 | Boris Kolpackov | 1 | -2/+2 |
2018-06-27 | Reimplement optional not to require default-constructible value types | Boris Kolpackov | 3 | -67/+376 |
2018-06-26 | Fix comment in timestamp test | Karen Arutyunov | 1 | -2/+2 |
2018-06-25 | Exclude timestamp test on MacOS, looks like broken strptime() | Karen Arutyunov | 1 | -2/+3 |
2018-06-20 | Regularize .gitignore files | Karen Arutyunov | 3 | -0/+10 |
2018-06-20 | Extend trim() to treat newline as whitespace | Boris Kolpackov | 2 | -8/+9 |
2018-06-19 | Add regex_replace_match() and rename regex_replace_ex() to regex_replace_sear... | Karen Arutyunov | 5 | -204/+262 |
2018-06-15 | Default standard version epoch to one | Karen Arutyunov | 3 | -4/+7 |
2018-06-15 | Add portable environment variable manipulation functions | Boris Kolpackov | 6 | -52/+124 |
2018-06-14 | Fix using uninitialized ignore_dangling_ member in dir_iterator | Karen Arutyunov | 1 | -1/+1 |
2018-06-01 | Remove target/scope irregularity workarounds | Karen Arutyunov | 1 | -1/+1 |
2018-06-01 | Remove redundant assertion in path_match(path, path, dir_path) | Karen Arutyunov | 2 | -41/+40 |
2018-05-31 | Bump version to 0.8.0-a.0.z, master is open for business | Boris Kolpackov | 1 | -1/+1 |
2018-05-29 | Bump version to 0.7.00.7.0 | Boris Kolpackov | 1 | -1/+1 |
2018-05-29 | Update NEWS file | Boris Kolpackov | 1 | -0/+33 |
2018-05-29 | Minor terminology update (package/project dependency manager) | Boris Kolpackov | 1 | -1/+1 |
2018-05-24 | Add note on relative path normalization | Boris Kolpackov | 1 | -0/+8 |
2018-05-21 | Regularize copyright | Karen Arutyunov | 2 | -2/+2 |
2018-05-19 | Update copyright year | Karen Arutyunov | 182 | -182/+182 |
2018-05-19 | Get rid of doc{version} and types for testscript and manifest in buildfiles | Karen Arutyunov | 19 | -30/+18 |