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: akz747/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
    0884dcc View 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 committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    98b95ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac78ea1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fancycode#76 from fancycode/binsearch_export_names

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

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    9e29595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ecfeb0 View commit details
    Browse the repository at this point in the history
  3. Update WINEPATH for Trusty.

    fancycode committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    663ddca View commit details
    Browse the repository at this point in the history
  4. Fix typo.

    fancycode committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    0acf4e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7d53b5 View 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 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    403a31e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

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

    …n-names
    
    Search for function names should be case sensitive (fixes fancycode#80).
    fancycode authored Mar 8, 2018
    Configuration menu
    Copy the full SHA
    e039372 View 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 authored May 18, 2018
    Configuration menu
    Copy the full SHA
    a15e076 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fancycode#84 from ianhbell/patch-1

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

Commits on Feb 24, 2019

  1. Fix version for AppVeyor.

    fancycode committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    d1a0824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f37952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    316aa59 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fancycode#92 from fancycode/ci-xenial

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