Age | Commit message (Expand) | Author | Files | Lines |
2020-11-04 | Add test for wasm32-unknown-emscripten target triplet | Boris Kolpackov | 2 | -0/+5 |
2020-10-01 | Add ext_mods parameter to b_info() | Karen Arutyunov | 4 | -4/+13 |
2020-10-01 | Add position and size arguments to lcase()/ucase() functions | Boris Kolpackov | 2 | -17/+30 |
2020-09-13 | Regenerate options parsing code | Karen Arutyunov | 1 | -6/+6 |
2020-09-11 | Add support for arguments in default options files helpers | Karen Arutyunov | 5 | -148/+354 |
2020-09-07 | Add normalize() function to host/URL class templates | Karen Arutyunov | 5 | -103/+512 |
2020-08-31 | Fix assertion failure in path_search() on Windows | Karen Arutyunov | 3 | -14/+35 |
2020-08-27 | Add ability to pass alternative dir separator to path::canonicalize() | Boris Kolpackov | 2 | -13/+32 |
2020-08-24 | Recognize *-nto-qnx target triplets, extract version | Boris Kolpackov | 2 | -13/+21 |
2020-08-24 | Add target_triplet::representation() in addition to string() | Boris Kolpackov | 3 | -17/+46 |
2020-08-18 | Add ability to create empty process_env | Boris Kolpackov | 1 | -0/+2 |
2020-08-06 | Revert Windows rm/mv sharing violation retries increase | Boris Kolpackov | 1 | -2/+2 |
2020-08-05 | Increase Windows rm/mv sharing violation retries to 60s for testing | Boris Kolpackov | 1 | -2/+4 |
2020-07-29 | Work around glibc bug #14898 (GitHub issue #2) | Boris Kolpackov | 2 | -8/+33 |
2020-07-21 | Change to version 0.14.0-a.0.z | Boris Kolpackov | 1 | -1/+1 |
2020-07-18 | Release version 0.13.0v0.13.0 | Boris Kolpackov | 1 | -3/+3 |
2020-07-16 | On Windows increase fdopen() retry timeout on ERROR_SHARING_VIOLATION up to 2... | Karen Arutyunov | 2 | -6/+6 |
2020-07-14 | Override TERM environment variable on Windows when running less | Boris Kolpackov | 1 | -1/+15 |
2020-07-07 | On Windows make fdopen() to retry for a second on ERROR_SHARING_VIOLATION error | Karen Arutyunov | 2 | -4/+37 |
2020-07-03 | Canonicalize license in manifest | Karen Arutyunov | 1 | -1/+1 |
2020-07-01 | Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc) | Boris Kolpackov | 1 | -2/+2 |
2020-06-30 | Expose command_run()'s @-substitution functionality | Boris Kolpackov | 3 | -66/+124 |
2020-06-29 | Add path::combine(string,separator) | Boris Kolpackov | 3 | -13/+106 |
2020-06-26 | Improve std::optional to better deal with lack of copy/move constructors | Karen Arutyunov | 3 | -6/+126 |
2020-06-24 | Restructure touch_file() control flow to produce consistent failures | Boris Kolpackov | 1 | -52/+56 |
2020-06-24 | Don't use utime() on Windows | Boris Kolpackov | 3 | -27/+77 |
2020-06-23 | Add note that access time tests may fail with if running on noatime mount | Boris Kolpackov | 2 | -0/+6 |
2020-06-19 | Adapt mv builtin tests to terminology change | Karen Arutyunov | 1 | -6/+6 |
2020-06-19 | Fix terminology | Boris Kolpackov | 1 | -3/+3 |
2020-06-19 | Get rid of deprecated use of enums in bitmasks | Boris Kolpackov | 1 | -24/+22 |
2020-06-18 | Complete NetBSD compatibility | Boris Kolpackov | 11 | -29/+44 |
2020-06-18 | Add NetBSD compatibility | magenbluten | 5 | -5/+15 |
2020-06-11 | Add date builtin | Karen Arutyunov | 6 | -0/+492 |
2020-06-11 | Add workaround for MinGW GCC bug so to_stream(timestamp) properly handles %e ... | Karen Arutyunov | 3 | -17/+55 |
2020-06-03 | Add builtin weight | Karen Arutyunov | 4 | -31/+57 |
2020-05-30 | Fix process_path() constructor | Karen Arutyunov | 2 | -2/+9 |
2020-05-28 | Regenerate options parsing code | Boris Kolpackov | 1 | -41/+42 |
2020-05-25 | Add putback depth char_scanner template parameter | Karen Arutyunov | 3 | -42/+42 |
2020-05-18 | Add sensitize_strlit() for sanitizing C string literals | Boris Kolpackov | 2 | -0/+36 |
2020-04-14 | Improve process_path::empty() | Boris Kolpackov | 1 | -4/+6 |
2020-04-10 | Replace build-email manifest value with build-warning-email | Karen Arutyunov | 1 | -1/+1 |
2020-04-10 | Add process_path(effect) constructor | Boris Kolpackov | 2 | -2/+13 |
2020-04-07 | Add ability to print process_env environment | Boris Kolpackov | 4 | -1/+176 |
2020-04-07 | Bump build2 version requirement to 0.13.0- (need config directive) | Boris Kolpackov | 1 | -2/+2 |
2020-04-01 | Add daytime() function | Karen Arutyunov | 3 | -0/+50 |
2020-03-17 | Fix mkanylink() to complete relative target against link directory when creat... | Karen Arutyunov | 5 | -9/+23 |
2020-03-17 | Fix ln builtin not to complete relative target against working directory | Karen Arutyunov | 5 | -24/+38 |
2020-03-17 | Add readsymlink(), followsymlink(), and try_followsymlink() | Karen Arutyunov | 8 | -263/+843 |
2020-03-11 | Fix race in dir_iterator::next() for 'ignore dangling symlinks' mode | Karen Arutyunov | 1 | -54/+110 |
2020-03-11 | On Windows try to create directory symlink and fallback to creating junction ... | Karen Arutyunov | 2 | -53/+51 |