1. 14 Aug, 2012 1 commit
  2. 12 Aug, 2012 1 commit
  3. 30 Jun, 2012 1 commit
  4. 26 Jun, 2012 4 commits
  5. 20 Jun, 2012 1 commit
  6. 09 Jun, 2012 2 commits
  7. 08 Jun, 2012 4 commits
  8. 28 May, 2012 5 commits
  9. 17 May, 2012 2 commits
    • Rusty Russell's avatar
      config.h: don't include in git repository. · a77cc282
      Rusty Russell authored
      We create and upload an example for the web anyway, if people really need it.
      a77cc282
    • Jeremy Kerr's avatar
      tools: Add create-ccan-tree utility · ebcbbcfa
      Jeremy Kerr authored
      Add a script to create a ccan source tree for inclusion into projects'
      distributed code.
      
      create-ccan-tree takes a list of ccan modules and copies them, plus any
      dependent modules, into a target directory. Enough build infrastructure
      is added to build libccan.a from the ccan modules.
      
      Typical usage for my project that uses talloc and read-write-all:
      
        lib/ccan.git/tools/create-ccan-tree --exclude-tests \
      		lib/ccan/ talloc read-write-all
      
      - this uses a git submodule in $PWDlib/ccan.git to create a source tree
      in $PWD/lib/ccan, containing code for talloc and read-write-all.
      Signed-off-by: default avatarJeremy Kerr <jeremy.kerr@canonical.com>
      ebcbbcfa
  10. 29 Mar, 2012 3 commits
  11. 27 Mar, 2012 13 commits
  12. 21 Mar, 2012 1 commit
    • Rusty Russell's avatar
      failtest: compile fix for OpenBSD · e18e80fe
      Rusty Russell authored
      OpenBSD doesn't idempotent-wrap sys/mman.h, so when we #define mmap to
      an alternative, it fails to compile when sys/mman.h is included again.
      
      Workaround is not to #define mmap to add arguments on Open BSD.
      e18e80fe
  13. 19 Mar, 2012 2 commits