Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-03-09 | Ignore NULL arguments in process_run | Boris Kolpackov | 1 | -7/+16 |
2018-03-09 | Minor comment | Boris Kolpackov | 1 | -3/+3 |
2018-03-03 | Add url::traits::find(), checks whether string looks like URL | Boris Kolpackov | 2 | -1/+46 |
2018-02-26 | Add compare_reference_target | Boris Kolpackov | 1 | -1/+15 |
2018-02-26 | Skip multiple CR in CRLF sequence in char_scanner | Boris Kolpackov | 2 | -3/+9 |
2018-02-15 | Minor modules-related workarounds for VC 15.6 | Boris Kolpackov | 2 | -2/+2 |
2018-02-15 | Add support for VC15u6 | Boris Kolpackov | 3 | -4/+4 |
2018-02-08 | Make try_rmfile() to delete read-only files on Windows | Karen Arutyunov | 3 | -2/+33 |
2018-02-08 | Add support for argument optional type for process high-level API | Karen Arutyunov | 1 | -1/+9 |
2018-02-08 | Add abbreviated_string() to sha* classes | Karen Arutyunov | 5 | -19/+52 |
2018-02-02 | Adjust tests to new test rule semantics | Boris Kolpackov | 2 | -30/+24 |
2018-01-19 | Add missing comment | Boris Kolpackov | 1 | -0/+2 |
2018-01-19 | Reimplement prefix_map::find_sup() to iterate over key, not entries | Boris Kolpackov | 4 | -1/+77 |
2018-01-19 | Add path::make_{directory,leaf,base}() | Boris Kolpackov | 2 | -2/+95 |
2018-01-18 | Move find_sup() from path_map to prefix_map and fix | Boris Kolpackov | 4 | -69/+141 |
2018-01-16 | Fix path::temp_path() to return corresponding path type | Boris Kolpackov | 1 | -1/+3 |
2018-01-08 | Implement manual copying of process_path | Boris Kolpackov | 2 | -5/+28 |
2018-01-04 | Implement small_list, small_forward_list | Boris Kolpackov | 9 | -139/+870 |
2018-01-02 | Fix undefined behavior (ubsan) bug | Boris Kolpackov | 1 | -3/+5 |
2017-12-28 | Add url tests | Karen Arutyunov | 1 | -0/+20 |
2017-12-27 | Resolve ambiguity between std:: and butl:: nullopt | Karen Arutyunov | 1 | -0/+2 |
2017-12-26 | Add basic_url<H,T> class template | Karen Arutyunov | 8 | -8/+1841 |
2017-12-17 | Add to_string(process_exit) in addition to operator<<(ostream,process_exit) | Boris Kolpackov | 2 | -10/+22 |
2017-12-17 | Add support for printing canonical process exit status description | Boris Kolpackov | 2 | -0/+29 |
2017-12-15 | Improve BLODA code | Boris Kolpackov | 1 | -9/+9 |
2017-12-15 | Make BLODA timeout indefinite for non-whitelisted programs | Karen Arutyunov | 1 | -6/+19 |
2017-12-15 | Add process::pipe struct, extend process API | Boris Kolpackov | 11 | -80/+265 |