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: LumoSQL/archive1-LumoSQL-on-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LumoSQL/archive1-LumoSQL-on-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/all-tests
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 12, 2020

  1. Replacing direct access to LMDB internals with API call

    Claudio Calvelli authored and maxwell-k committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    21c985c View commit details
    Browse the repository at this point in the history
  2. Adding a tool to compare the HTML produced by the various tests

    Claudio Calvelli authored and maxwell-k committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    9549d97 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Marking functions which access LMDB's internals and so won't build

    when including <lmdb.h> instead of the complete source of mdb,
    and which are likely to stop working with future versions of LMDB.
    Claudio Calvelli committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    ebe5a2d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Removing direct access to some more of LMDB's internals, mostly

    the (non public) C_INITIALIZED flag; also a bug fix for a result
    left ununitialised in some cases.
    Claudio Calvelli committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    1a83744 View commit details
    Browse the repository at this point in the history
  2. Removing direct access to 2 LMDB internals: the stored file name and the

    lock file
    Claudio Calvelli committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    10c7b65 View commit details
    Browse the repository at this point in the history
Loading