1. 18 Jan, 2011 4 commits
  2. 09 Jan, 2011 2 commits
    • Rusty Russell's avatar
      ccanlint: -k all · 8ffd9b98
      Rusty Russell authored
      Use this to preserve the entire working directory.
      8ffd9b98
    • Rusty Russell's avatar
      ccanlint: -k should not pollute module directory. · 1f45ec04
      Rusty Russell authored
      It leads to numerous problems, such as the next ccanlint getting confused
      trying to compile examples, and "-k examples_compile -k examples_exist"
      giving bogus errors.
      
      So instead we leave the temporary dir lying around and delete
      individual files which aren't marked "keep".
      1f45ec04
  3. 18 Jan, 2011 2 commits
  4. 17 Jan, 2011 25 commits
  5. 13 Jan, 2011 1 commit
    • Rusty Russell's avatar
      htable: fix type of cmpfn in htable_type · 23e46034
      Rusty Russell authored
      It in fact takes an object and a key to compare, not two keys.
      
      The test case had the key as first element of the object, so it worked,
      but ccanlint lost track of module dependencies due to this bug, and thus
      would build submodules multiple times.
      23e46034
  6. 10 Jan, 2011 6 commits