Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-05-18 | Fix broken dangling symlinks detection by dir_iterator | Karen Arutyunov | 1 | -6/+6 |
2018-05-18 | Add workarounds for all releases of VC15 | Karen Arutyunov | 3 | -4/+4 |
2018-05-18 | Add ignore_dangling parameter to dir_iterator() ctor | Karen Arutyunov | 7 | -44/+147 |
2018-05-14 | Add make_guard() utility | Boris Kolpackov | 1 | -9/+31 |
2018-05-14 | Fix bug in error message cleanup code | Boris Kolpackov | 1 | -8/+9 |
2018-05-12 | Fix typo | Karen Arutyunov | 1 | -1/+1 |
2018-05-10 | Fix operator<<(ostream, exception) to strip some more junk | Karen Arutyunov | 1 | -4/+17 |
2018-05-05 | Add support for standard version constraint shortcut operators | Karen Arutyunov | 4 | -81/+368 |
2018-05-04 | Change standard version epoch syntax from '<num>~' to '+<num>-' | Karen Arutyunov | 3 | -20/+21 |
2018-05-03 | Adjust to new scope syntax | Boris Kolpackov | 1 | -1/+1 |
2018-04-28 | Fix try_rmfile() to remove symlinks on Windows | Karen Arutyunov | 2 | -9/+27 |
2018-04-28 | Fix function name in link test | Karen Arutyunov | 1 | -1/+1 |
2018-04-28 | Few bug fixes | Boris Kolpackov | 2 | -2/+2 |
2018-04-28 | Improve rmsymlink() interface | Boris Kolpackov | 2 | -10/+9 |
2018-04-28 | Add support for directory symlinks on Windows | Karen Arutyunov | 3 | -32/+261 |
2018-04-28 | Move trim(), next_word() basic string utilities from build2 | Boris Kolpackov | 4 | -28/+133 |
2018-04-26 | Relax path combination requirement for LHS to contain trailing slash | Boris Kolpackov | 2 | -3/+3 |
2018-04-13 | Add workarounds for VC15u7 | Boris Kolpackov | 3 | -4/+4 |
2018-03-20 | Fix entry-time test to pass on MacOS | Karen Arutyunov | 1 | -5/+6 |
2018-03-20 | Fix compile-time errors when build with clang on MacOS | Karen Arutyunov | 1 | -6/+8 |
2018-03-19 | Add support for copying file timestamps by cpfile() | Karen Arutyunov | 5 | -49/+514 |