- Dec 20, 2015
-
-
Nicolas Léveillé authored
-
Nicolas Léveillé authored
As MSVC doesn't implement C99, variable-length arrays are not supported. We use _alloca instead.
-
- Nov 30, 2015
-
-
Sven M. Hallberg authored
Rationale: If memory allocation fails in the inner parse and we longjump up the stack, the temporary arena will be missed and leak. NB: This change means that any allocations done by the continuation (in the form of new parsers, probably) will persist for the lifetime of the parse result. Beware of wasting too much memory this way! The bind continuation should generally keep dynamic allocations to a minimum.
-
- Nov 01, 2015
-
-
Sven M. Hallberg authored
-
- Oct 29, 2015
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Oct 03, 2015
-
-
Meredith L. Patterson authored
-
- Sep 16, 2015
-
-
Sven M. Hallberg authored
-
- Aug 31, 2015
-
-
Sven M. Hallberg authored
-
- Aug 09, 2015
-
-
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.
-
- Mar 04, 2015
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Feb 23, 2015
-
-
Sven M. Hallberg authored
-
- Jan 23, 2015
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Jan 04, 2015
-
-
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.
-
- Jun 18, 2014
-
-
Sven M. Hallberg authored
-
- May 12, 2014
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- May 11, 2014
-
-
Meredith L. Patterson authored
-
- May 07, 2014
-
-
Sven M. Hallberg authored
-
- Apr 20, 2014
-
-
Meredith L. Patterson authored
-
- Apr 13, 2014
- Nov 23, 2013
-
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Dan Hirsch authored
-
- Nov 22, 2013
-
-
Joe Rozner authored
Specify warning for internal only headers that are now installed for use by extensions.
-
- Nov 20, 2013
-
-
Meredith L. Patterson authored
h_sequence need PB_MIN set. Conflicts: src/bindings/python/SConscript src/bindings/python/hammer_tests.py
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Meredith L. Patterson authored
h_sequence need PB_MIN set. Conflicts: src/bindings/python/SConscript src/bindings/python/hammer_tests.py
-
Meredith L. Patterson authored
-
- Nov 15, 2013
-
-
Peter Johnson authored
effects throughout, including use of inttypes.h/PRI[ud]64 because printf() is still stuck in a long world, conversion of %lu to %zu for printing values of type size_t, and changing/renaming the g_check_cmp* family of functions.
-
- Nov 08, 2013
-
-
Dan Hirsch authored
-
- Nov 01, 2013
-
-
Dan Hirsch authored
-
- Jun 24, 2013
-
-
Dan Hirsch authored
-
Dan Hirsch authored
-
- Jun 14, 2013
-
-
Sven M. Hallberg authored
-