aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov161-504/+443
2019-04-26Make use of posix_spawn() when available in process class implementationKaren Arutyunov1-14/+232
2019-04-25Add parse_manifest() and serialize_manifest() functionsKaren Arutyunov6-198/+428
2019-04-19Minor improvements to fdstreamBoris Kolpackov1-6/+47
2019-04-15Add fdread() and fdselect()Karen Arutyunov4-146/+673
2019-04-12Fix MSVC /permissive- workaroundBoris Kolpackov1-1/+1
2019-04-11Work around MSVC /permissive- issueBoris Kolpackov1-0/+7
2019-04-08Add support for manifest_serializer long lines modeKaren Arutyunov5-13/+54
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov2-16/+16
2019-03-23Add command running APIKaren Arutyunov5-0/+771
2019-03-20Change version to 0.11.0-a.0.zBoris Kolpackov1-3/+3
2019-03-18Release version 0.10.0v0.10.0Boris Kolpackov1-1/+1
2019-03-13Fix std::optional usage test for VC 16.0Boris Kolpackov1-3/+6
2019-03-13Add workarounds for all cl releases until 20.00Karen Arutyunov5-7/+14
2019-03-05Align with latest bdep-newKaren Arutyunov1-21/+36
2019-03-04Fix 'may be used uninitialized' GCC 8.3 warningKaren Arutyunov1-2/+4
2019-03-04Add 'builds: all' value to manifestKaren Arutyunov1-1/+1
2019-03-01Add '\n' to regex_replace_*() substitution escape sequencesKaren Arutyunov3-2/+10
2019-02-27Factor out Windows command line argument quoting to utility functionBoris Kolpackov2-21/+44
2019-02-22Fix diag_stream_lock destructor that may try to dereference diag_term set to ...Karen Arutyunov1-1/+4
2019-02-21Change version to 0.10.0-a.0.zBoris Kolpackov1-3/+3
2019-02-19Release version 0.9.0v0.9.0Boris Kolpackov1-1/+1
2019-02-16Fix non-detecting dangling junctions if built with mingw gccKaren Arutyunov4-54/+136
2019-02-15Fix rmdir_r() that may throw system_error regardless of ignore_error flag valueKaren Arutyunov2-8/+21
2019-02-15Fix directory symlinks support on WindowsKaren Arutyunov4-90/+159
2019-02-08Update NEWS fileBoris Kolpackov1-127/+1
2019-02-05Cosmetic changesBoris Kolpackov1-3/+3
2019-02-04Cosmetic changesBoris Kolpackov1-3/+3
2019-02-01Cosmetic changeBoris Kolpackov1-3/+3
2019-01-31Cosmetic changeBoris Kolpackov1-5/+5
2019-01-30Add support for $ in standard version constraintKaren Arutyunov4-40/+327
2019-01-29Cosmetic changeBoris Kolpackov1-1/+1
2019-01-29Fix typoBoris Kolpackov1-2/+2
2019-01-29Minor comment fixesBoris Kolpackov1-4/+4
2019-01-29Remove comment that no longer appliesBoris Kolpackov1-4/+0
2019-01-26Fix b_info() failing for stub packagesKaren Arutyunov1-1/+1
2019-01-21Fix b-info test to properly run in project source directoryKaren Arutyunov1-1/+4
2019-01-21Fix url constructor to throw for invalid URL string representationKaren Arutyunov1-2/+4
2019-01-21Add standard_version::latest_snapshot() predicateKaren Arutyunov2-0/+7
2019-01-16Update copyright yearKaren Arutyunov220-220/+220
2019-01-16Add b_info() that runs `b info` command and parses and returns build2 project...Karen Arutyunov5-0/+606
2019-01-13Improve standard version APIKaren Arutyunov4-77/+258
2019-01-08Add manifest_parsing() constructor accepting description onlyKaren Arutyunov2-0/+9
2019-01-08Add support for filtering during manifest parsing and serializationKaren Arutyunov8-32/+133
2019-01-06Fix standard_version constructorsKaren Arutyunov2-7/+12
2018-12-15Add manifest_rewriter classKaren Arutyunov13-99/+619
2018-12-15Add support for fdstream positioningKaren Arutyunov3-11/+503
2018-12-14Various improvements to standard_versionBoris Kolpackov3-8/+84
2018-12-03Suppress MSVC warnings at project levelBoris Kolpackov2-0/+12
2018-12-01Add commented out builds value to manifestKaren Arutyunov1-1/+2