Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Also fix bug in move ctor/assignment. | |||||
2018-01-04 | Implement small_list, small_forward_list | Boris Kolpackov | 9 | -139/+870 | |
Note that with VC small_list is never "small" because of the extra "headnode" that this implementation allocates (see notes in small-list.mxx for details). | |||||
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 | |
2017-12-14 | Add MSYS processes output probing and bump timeout to two seconds | Karen Arutyunov | 1 | -22/+52 | |
2017-12-12 | Add support for VC 15u5 | Boris Kolpackov | 4 | -4/+13 | |
2017-12-09 | Add support for calculating SHA1 checksums | Boris Kolpackov | 10 | -9/+933 | |
2017-12-08 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2017-12-06 | Handle system version in Clang's *-windows-msvc target triplet | Boris Kolpackov | 3 | -22/+32 | |
2017-12-05 | Bump BLODA timeout to one second | Karen Arutyunov | 1 | -1/+1 | |
2017-12-04 | Recognize and handle Clang's <cpu>-pc-windows-msvc target triplet | Boris Kolpackov | 3 | -4/+14 | |
2017-12-01 | Fix GCC 7 -fimplicit-fallthrough warnings | Boris Kolpackov | 1 | -2/+2 | |
2017-11-30 | Use compiler class instead of id where appropriate | Karen Arutyunov | 1 | -1/+1 | |
2017-11-30 | Bump toolchain version dependency to 0.7.0 in manifest | Karen Arutyunov | 1 | -2/+2 | |
2017-11-23 | Use uncaught_exceptions() if available | Boris Kolpackov | 2 | -2/+10 | |
C++17 deprecated uncaught_exception() and GCC 8 now issues a warning. | |||||
2017-11-23 | Make some functions static | Boris Kolpackov | 1 | -10/+12 | |
This works around an assertion in a modularized build with Clang. | |||||
2017-11-22 | Fix minor issue in small_vector | Boris Kolpackov | 1 | -1/+1 | |
2017-11-21 | Move eof() utility to libbutl | Boris Kolpackov | 2 | -1/+28 | |
2017-11-19 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2017-11-10 | Reorder inline functions to make MinGW GCC happy | Boris Kolpackov | 2 | -16/+10 | |
2017-11-09 | Fix comment | Boris Kolpackov | 1 | -2/+2 | |
2017-11-09 | Add ability to save data in char_scanner | Boris Kolpackov | 3 | -8/+61 | |
2017-10-06 | Bump BLODA timeout to 500ms, don't use timestamp in process | Karen Arutyunov | 2 | -15/+16 | |
2017-10-04 | Add ignore_error parameter for path_entry() and *_exists() functions | Karen Arutyunov | 2 | -25/+36 | |
2017-10-01 | Only enable modularized build if forced | Boris Kolpackov | 32 | -185/+49 | |
The two boolean command line variables that control this are: force_modules force_std_modules | |||||
2017-09-24 | Use std.regex and std.theading modules | Boris Kolpackov | 10 | -7/+11 | |