Skip to content
Snippets Groups Projects
  1. Aug 09, 2015
    • Nicolas Léveillé's avatar
      Allow windows users to include hammer.h · 6b9ba603
      Nicolas Léveillé authored
      We substitute H_GCC_ATTRIBUTE to any occurence of __attribute__ and
      disable its function with non gcc, non clang compilers.
      
      We use a H_ macro so as to not pollute users' namespaces.
      
      On windows build without c4201 so as to allow anonymous struct. This
      shows hammer is not C99 compliant but rather C11.
      6b9ba603
  2. Aug 02, 2015
  3. May 04, 2015
  4. Feb 23, 2015
  5. Jan 23, 2015
  6. Jan 04, 2015
    • TQ Hirsch's avatar
      Fix #118 · af73181c
      TQ Hirsch authored
      NEWS:
      * Switching endianness mid-byte no longer potentially re-reads bytes.
      * bit_offset now consistently refers to the number of bits already
        read.
      * HParsedTokens now have a bit_length field; this is a size_t.  This
        may be removed for memory reasons.
      
      The bit writer has not yet been updated to match; the result of
      switching bit writer endianness in the middle of a byte remains
      undefined.
      af73181c
  7. Dec 07, 2014
    • Steven Dee's avatar
      Move backend names into src/benchmark.c · f2434d5b
      Steven Dee authored
      It's causing unreferenced-variable warnings, and isn't referenced
      anywhere aside from benchmark.c. If client code is likely to reference
      it, perhaps move it into another header, so people who include hammer.h
      don't have to refer to it to have warning-free code.
      f2434d5b
  8. Jun 18, 2014
  9. May 12, 2014
  10. May 07, 2014
  11. Apr 20, 2014
  12. Jan 04, 2014
  13. Dec 06, 2013
  14. Nov 23, 2013
  15. Nov 20, 2013
  16. Nov 16, 2013
  17. Nov 15, 2013
  18. Nov 01, 2013
  19. Aug 09, 2013
  20. Jun 19, 2013
  21. Jun 04, 2013
Loading