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: ershov/layercparse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: wiredtiger/layercparse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Dec 15, 2024

  1. Add CODEOWNERS

    ershov committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    417264e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. WTBUILD-268 Remove redundant wt_defs.py and centralize in wiredtiger (#1

    )
    
    The `wt_defs` file currently exists in both the `layecparse` and
    `wiredtiger` folders, leading to redundancy. To streamline the codebase,
    we need to remove the `wt_defs` file from the `layecparse` folder and
    ensure the module references it solely from the `wiredtiger` folder.
    This will reduce duplication and simplify future updates.
    Siddhartha8899 authored Dec 24, 2024
    Configuration menu
    Copy the full SHA
    aba4b17 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. WTBUILD-278 Make modstat outputs more readable

    - Changed the order so that functions are printed before macros.
    mm-ng authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    1dd2a69 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    a89cc26 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. Configuration menu
    Copy the full SHA
    29fc70e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. WTBUILD-272 Fix the Modularity tool to consider __wti_xxx functions a…

    …s private. (#5)
    
    This pull request has the changes to fix the Modularity tool to consider
    __wti_xxx functions as private.
    raviprakashgiri29 authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    77cf2a3 View commit details
    Browse the repository at this point in the history
Loading