An error occurred fetching the project authors.
  1. 17 Dec, 2012 1 commit
  2. 22 Nov, 2012 1 commit
  3. 10 Sep, 2012 1 commit
  4. 08 Jun, 2012 1 commit
  5. 27 Mar, 2012 2 commits
  6. 14 Feb, 2012 1 commit
    • Rusty Russell's avatar
      configurator: define HAVE_CCAN. · 98b8ada2
      Rusty Russell authored
      An interesting case came up with the tdb2 code in SAMBA recently.  It's a
      public library, and it doesn't want to be dependent on CCAN, but the header
      uses cast and typesafe_cb for extra type safety.
      
      A good solution to this is to put dummy versions under !HAVE_CCAN.  Of course,
      any CCAN config.h should define HAVE_CCAN.
      98b8ada2
  7. 12 Dec, 2011 1 commit
  8. 05 Dec, 2011 2 commits
  9. 29 Nov, 2011 1 commit
  10. 28 Apr, 2011 2 commits
  11. 27 Apr, 2011 1 commit
  12. 19 Apr, 2011 1 commit
  13. 02 Apr, 2011 2 commits
  14. 28 Mar, 2011 1 commit
  15. 24 Mar, 2011 1 commit
  16. 22 Mar, 2011 1 commit
  17. 21 Mar, 2011 1 commit
  18. 02 Mar, 2011 1 commit
    • Rusty Russell's avatar
      configurator: more robust test for HAVE_NESTED_FUNCTIONS · 975dff72
      Rusty Russell authored
      Thanks to Andreas Schlick, we have a nicer test for when gcc warns about
      trampolines (gcc 4.6's -Wtrampolines).  This works at any optimization level,
      and means when that warning is enabled we recognize that we shouldn't allow
      nested functions.
      975dff72
  19. 01 Mar, 2011 3 commits
  20. 04 Jan, 2011 1 commit
  21. 01 Jan, 2011 1 commit
  22. 08 Dec, 2010 1 commit
  23. 15 Nov, 2010 2 commits
  24. 03 Nov, 2010 1 commit
    • Rusty Russell's avatar
      tools: new "configurator" tool. · e73b0b37
      Rusty Russell authored
      A simple C program to generate config.h.  It also saves the compiler and
      flags for use by ccanlint (though they have to accept -c and -o).
      e73b0b37