Skip to content
Snippets Groups Projects
  1. Mar 19, 2015
  2. Mar 18, 2015
  3. Mar 17, 2015
  4. Mar 04, 2015
  5. Feb 23, 2015
  6. Feb 12, 2015
  7. Jan 30, 2015
  8. Jan 23, 2015
  9. Jan 05, 2015
  10. 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
  11. Jan 03, 2015
    • Steven Dee's avatar
      H_VALIDATE_APPLY macro · 2dad0c48
      Steven Dee authored
      I've found this especially useful in combination with my own
      _attr_uint_const for things like flags and type specifiers.
      
      It's possible that its usefulness might be diminished significantly if
      there were a built-in bitfield constant parser -- that certainly would
      eliminate all of my current uses of it -- but it still seems nicely
      symmetric with H_ACT_APPLY.
      2dad0c48
    • Steven Dee's avatar
      Retab as though tabstop were 8 · 5abe74f8
      Steven Dee authored
      Tabs after the first non-tab character are crazymaking. I picked 8
      because it wasn't 7 and caused the backslashes to line up on
      H_ACT_APPLY.
      5abe74f8
  12. Dec 07, 2014
    • Steven Dee's avatar
      llvm doesn't care about your size · b1078c3d
      Steven Dee authored
      They apparently removed alloc_size at some point (it was a no-op
      beforehand), causing the attribute to throw an error when clang compiles
      anything including allocator.h.
      b1078c3d
    • 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
  13. Jun 18, 2014
  14. May 12, 2014
  15. May 11, 2014
  16. May 07, 2014
  17. Apr 20, 2014
  18. Apr 13, 2014
Loading