1. 04 Oct, 2012 1 commit
  2. 03 Oct, 2012 2 commits
  3. 24 Sep, 2012 1 commit
  4. 19 Sep, 2012 1 commit
  5. 10 Sep, 2012 10 commits
  6. 14 Aug, 2012 1 commit
  7. 12 Aug, 2012 1 commit
  8. 18 Jul, 2012 1 commit
  9. 30 Jun, 2012 1 commit
  10. 26 Jun, 2012 4 commits
  11. 20 Jun, 2012 1 commit
  12. 09 Jun, 2012 2 commits
  13. 08 Jun, 2012 4 commits
  14. 28 May, 2012 5 commits
  15. 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
  16. 29 Mar, 2012 3 commits