Skip to content
Snippets Groups Projects
  1. Feb 03, 2020
  2. Dec 05, 2019
  3. Nov 28, 2019
  4. Aug 12, 2016
  5. Dec 27, 2015
  6. Sep 03, 2015
  7. Aug 09, 2015
    • Nicolas Léveillé's avatar
      Convert usages of errx to h_platform_errx · 0c35525e
      Nicolas Léveillé authored
      This BSD call will have to be implemented on windows. Right now
      we have a stub that just exits the process.
      0c35525e
    • 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
  8. Aug 02, 2015
  9. May 04, 2015
  10. Feb 23, 2015
  11. Jan 23, 2015
  12. 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
  13. 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
  14. Jun 18, 2014
  15. May 12, 2014
  16. May 07, 2014
  17. Apr 20, 2014
  18. Jan 04, 2014
  19. Dec 06, 2013
  20. Nov 23, 2013
  21. Nov 20, 2013
  22. Nov 16, 2013
Loading