Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-31 | Cosmetic change | Boris Kolpackov | 1 | -5/+5 | |
2019-01-30 | Add support for $ in standard version constraint | Karen Arutyunov | 4 | -40/+327 | |
2019-01-29 | Cosmetic change | Boris Kolpackov | 1 | -1/+1 | |
2019-01-29 | Fix typo | Boris Kolpackov | 1 | -2/+2 | |
2019-01-29 | Minor comment fixes | Boris Kolpackov | 1 | -4/+4 | |
2019-01-29 | Remove comment that no longer applies | Boris Kolpackov | 1 | -4/+0 | |
2019-01-26 | Fix b_info() failing for stub packages | Karen Arutyunov | 1 | -1/+1 | |
2019-01-21 | Fix b-info test to properly run in project source directory | Karen Arutyunov | 1 | -1/+4 | |
2019-01-21 | Fix url constructor to throw for invalid URL string representation | Karen Arutyunov | 1 | -2/+4 | |
2019-01-21 | Add standard_version::latest_snapshot() predicate | Karen Arutyunov | 2 | -0/+7 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 220 | -220/+220 | |
2019-01-16 | Add b_info() that runs `b info` command and parses and returns build2 ↵ | Karen Arutyunov | 5 | -0/+606 | |
project info | |||||
2019-01-13 | Improve standard version API | Karen Arutyunov | 4 | -77/+258 | |
2019-01-08 | Add manifest_parsing() constructor accepting description only | Karen Arutyunov | 2 | -0/+9 | |
2019-01-08 | Add support for filtering during manifest parsing and serialization | Karen Arutyunov | 8 | -32/+133 | |
2019-01-06 | Fix standard_version constructors | Karen Arutyunov | 2 | -7/+12 | |
2018-12-15 | Add manifest_rewriter class | Karen Arutyunov | 13 | -99/+619 | |
2018-12-15 | Add support for fdstream positioning | Karen Arutyunov | 3 | -11/+503 | |
2018-12-14 | Various improvements to standard_version | Boris Kolpackov | 3 | -8/+84 | |
2018-12-03 | Suppress MSVC warnings at project level | Boris Kolpackov | 2 | -0/+12 | |
2018-12-01 | Add commented out builds value to manifest | Karen Arutyunov | 1 | -1/+2 | |
2018-12-01 | Change path_search() to only match directory absent components in 'match ↵ | Karen Arutyunov | 3 | -56/+115 | |
absent' mode | |||||
2018-11-30 | Add match_absent flag for path_{search,match}() functions | Karen Arutyunov | 5 | -34/+217 | |
2018-11-26 | Add note on "filesystem time" on Windows | Boris Kolpackov | 1 | -1/+8 | |
2018-11-24 | Fix inline function ordering (dllexport) | Boris Kolpackov | 2 | -3/+10 | |
2018-11-24 | Add fdtruncate(), fdseek(), file position to [io]fdstream ctors | Boris Kolpackov | 3 | -42/+126 | |
2018-11-24 | Add support for cancellation to make_guard() | Boris Kolpackov | 1 | -11/+14 | |
2018-11-22 | Fix <optional> availability detection for Mac OS | Boris Kolpackov | 1 | -1/+3 | |
It still has it in <experimental/optional>. | |||||
2018-11-22 | Switch to std::optional in more configurations | Boris Kolpackov | 1 | -11/+39 | |
2018-11-21 | Switch to std::optional for GCC >= 7 | Boris Kolpackov | 1 | -9/+40 | |
2018-11-20 | Improve optional class template implementation | Boris Kolpackov | 2 | -44/+62 | |
2018-11-19 | Cosmetic change | Boris Kolpackov | 1 | -1/+1 | |
2018-11-13 | Fix bizarre "maybe used uninitialized" GCC warnings in optional usage | Boris Kolpackov | 1 | -2/+2 | |
The warning was only issued in certain cases when sizeof(T) was 1 byte (bool, uint8_t). | |||||
2018-11-02 | Generalize function_cast() to cast between incompatible function pointers | Karen Arutyunov | 2 | -6/+7 | |
2018-10-23 | Derive invalid_path from invalid_argument | Boris Kolpackov | 2 | -7/+8 | |
2018-10-17 | Add function_cast() to utility.mxx | Karen Arutyunov | 3 | -11/+17 | |
2018-10-17 | Fix undefined behavior for ofdstream::write(nullptr, 0) | Karen Arutyunov | 1 | -3/+22 | |
2018-10-09 | Add support for rootless URLs | Karen Arutyunov | 5 | -118/+234 | |
2018-10-09 | Remove invalid noexcept from fdnull() declaration | Karen Arutyunov | 2 | -4/+4 | |
2018-09-12 | Bump version to 0.9.0-a.0.z, master is open for business | Boris Kolpackov | 1 | -1/+1 | |
2018-09-11 | Bump version to 0.8.0v0.8.0 | Boris Kolpackov | 1 | -1/+1 | |
2018-09-10 | Fix incorrect module name | Boris Kolpackov | 1 | -1/+1 | |
2018-09-10 | Add missing semi | Boris Kolpackov | 1 | -1/+1 | |
2018-09-10 | Update NEWS file | Boris Kolpackov | 1 | -0/+25 | |
2018-09-05 | Keep trying to remove file for a second on Windows | Karen Arutyunov | 1 | -19/+36 | |
The thinking is that there can be some Windows process analyzing newly created files and so preventing their removal. | |||||
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 | |
The thinking is that there can be some Windows process analyzing newly created files and so preventing their move or removal. | |||||
2018-08-22 | Add support for UUID generation | Boris Kolpackov | 12 | -19/+1261 | |