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: m-labs/flickernoise
base: f7b8fa1
Choose a base ref
...
head repository: m-labs/flickernoise
compare: a7e1867
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 14, 2012

  1. gui/performance.c (patches): convert array to doubly linked list

    This eliminates the MAX_PATCHES limit, which we were about to hit.
    Also makes the code look a bit tidier.
    wpwrak committed Jan 14, 2012
    Copy the full SHA
    44722c4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a605f4e View commit details
    Browse the repository at this point in the history
  3. gui/performance.c: cache patches for later reuse (WIP)

    This cache is not persistent. Patches are lost when rebooting.
    
    To do:
    - need to check error handling
    - need to check whether images have changed
    wpwrak committed Jan 14, 2012
    Copy the full SHA
    23ce54d View commit details
    Browse the repository at this point in the history
  4. compiler: record file name and stat for images; report problems (WIP)

    This is a preparation for correct image caching. (Current image
    caching is overzealous.)
    
    This patch also adds basic error reporting if the image file is not
    found or if there is a problem loading it.
    
    To do:
    - do the actual cache check
    - find out why free() complains if assign_image_name returns an
      error
    wpwrak committed Jan 14, 2012
    Copy the full SHA
    ea44cff View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5f6566e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3fd3e84 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'cache'

    wpwrak committed Jan 14, 2012
    Copy the full SHA
    a7e1867 View commit details
    Browse the repository at this point in the history