Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KirillOsenkov/MSBuildStructuredLog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.844
Choose a base ref
...
head repository: KirillOsenkov/MSBuildStructuredLog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.858
Choose a head ref
  • 14 commits
  • 23 files changed
  • 6 contributors

Commits on Aug 27, 2023

  1. Ignore warning

    KirillOsenkov committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    cfe6db6 View commit details
    Browse the repository at this point in the history
  2. Remove our copy of TargetSkipReason

    Use the TargetSkippedEventArgs class defined in MSBuild
    
    Fixes #698
    KirillOsenkov committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    57faffa View commit details
    Browse the repository at this point in the history
  3. Make BinlogTool run on WASI

    example:
    
    ```console
    % wasmtime BinLogTool.wasm --dir . -- search example.binlog hello
    
        3 results. Search took: 00:00:00
        foo.proj
            Target Hello
            Target Hello
                Task Message
                    Message  Hello World
        Item Hello
    ====================================
    ```
    lambdageek committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    331a841 View commit details
    Browse the repository at this point in the history
  4. "works"

    lambdageek committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    17faf2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f879ddb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0d4ffb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #700 from lambdageek/upstream-wasi-support

    WASI support and single-threading
    KirillOsenkov authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    afda0c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    eb8acf5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #702 from hymccord/bug/fips-md5-exception

    Disable FIPS cryptographic exceptions
    KirillOsenkov authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9b7dca6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Support for Extended Data

    FIleVersion 17
    rokonec committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b7c9757 View commit details
    Browse the repository at this point in the history
  2. Rework to child items

    rokonec committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f9d8c28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0ef335 View commit details
    Browse the repository at this point in the history
  4. Minor fixed by review

    rokonec committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6cf6c37 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Merge pull request #703 from rokonec/rokonec/extended-data-in-events

    Support for Extended Data
    KirillOsenkov authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    90567e6 View commit details
    Browse the repository at this point in the history
Loading