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: 35aef26
Choose a base ref
...
head repository: m-labs/flickernoise
compare: b86463c
Choose a head ref
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 31, 2011

  1. test/Common: change indentation from 4 spaces to 1 tab

    This is just cosmetic. No change in function.
    wpwrak committed Dec 31, 2011
    Copy the full SHA
    7c8a1d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2012

  1. test/Data/flame.fnp: reformatted "Krash - Digital Flame.fnp" with new…

    … syntax
    
    Also added infrastructure for comparing two patches to the test
    framework.
    wpwrak committed Jan 2, 2012
    Copy the full SHA
    aceb5b5 View commit details
    Browse the repository at this point in the history
  2. compiler: added constant folding of sqrt()

    This also means that ptest now requires libm.
    wpwrak committed Jan 2, 2012
    Copy the full SHA
    709f98b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2012

  1. compiler/Makefile: new targets "leak" and "leaks" to search for memor…

    …y leaks
    
    This also uses valgrind. Note that we still have plenty of memory
    leaks, so the regression tests won't pass with "make leak".
    wpwrak committed Jan 3, 2012
    Copy the full SHA
    55ca1d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    23d34b7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    61ab85c View commit details
    Browse the repository at this point in the history
  4. parser.y: don't explicitly free items we don't need anyway

    We never access some identifiers, so the only effect of explicitly
    free(3)ing them is that this creates a reference which in turn prevents
    lemon from generating code that does the freeing automatically.
    wpwrak committed Jan 3, 2012
    Copy the full SHA
    b86463c View commit details
    Browse the repository at this point in the history