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

Commits on Nov 2, 2017

  1. Configuration menu
    Copy the full SHA
    0884dccView commit details
    Browse the repository at this point in the history
  2. Implement binary search for looking up exports by name.

    Code based on fancycode#74 which contained code from py2exe.
    @fancycode
    fancycode committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    98b95ecView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac78ea1View commit details
    Browse the repository at this point in the history
  4. Merge pull requestfancycode#76from fancycode/binsearch_export_names

    Implement binary search for looking up exports by name.
    @fancycode
    fancycode authored Nov 2, 2017
    Configuration menu
    Copy the full SHA
    55577d9View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    9e29595View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ecfeb0View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    663ddcaView commit details
    Browse the repository at this point in the history
  4. Fix typo.

    @fancycode
    fancycode committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    0acf4e7View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7d53b5View commit details
    Browse the repository at this point in the history
  6. Run with sudo enabled.

    This fixes an issue where running wine fails on i386 with /usr/bin/wine: error while loading shared libraries: libwine.so.1: cannot create shared object descriptor: Operation not permitted
    @fancycode
    fancycode committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    403a31eView commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    060f0bdView commit details
    Browse the repository at this point in the history
  2. Merge pull requestfancycode#81from Scavanger/case-sensitive-functio…

    …n-names Search for function names should be case sensitive (fixesfancycode#80).
    @fancycode
    fancycode authored Mar 8, 2018
    Configuration menu
    Copy the full SHA
    e039372View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Make .h file accessible to superprojects

    As is, you need to add_subdirectory and also add the include, this kills two birds with one stone
    @ianhbell
    ianhbell authored May 18, 2018
    Configuration menu
    Copy the full SHA
    a15e076View commit details
    Browse the repository at this point in the history
  2. Merge pull requestfancycode#84from ianhbell/patch-1

    Make .h file accessible to superprojects
    @fancycode
    fancycode authored May 18, 2018
    Configuration menu
    Copy the full SHA
    e4c1b35View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Fix version for AppVeyor.

    @fancycode
    fancycode committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    d1a0824View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f37952View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    316aa59View commit details
    Browse the repository at this point in the history
  4. Merge pull requestfancycode#92from fancycode/ci-xenial

    CI: Upgrade to Ubuntu Xenial and use latest wine-stable
    @fancycode
    fancycode authored Feb 24, 2019
    Configuration menu
    Copy the full SHA
    5f83e41View commit details
    Browse the repository at this point in the history
Loading