- Sep 16, 2015
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Sep 08, 2015
-
-
Sven M. Hallberg authored
-
- Sep 07, 2015
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Sep 06, 2015
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Sep 05, 2015
-
-
Sven M. Hallberg authored
-
- Sep 04, 2015
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Sep 03, 2015
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Aug 25, 2015
-
-
Meredith L. Patterson authored
add a missing end-of-input check in the LL(k) backend
-
Sven M. Hallberg authored
-
- Aug 19, 2015
-
-
TQ Hirsch authored
Platform compilation improvement (windows port)
-
- Aug 16, 2015
-
-
Nicolas Léveillé authored
We have now again two functions called h_platform_vasprintf and h_platform_asprintf. On windows they are implemented in terms of vsnprint and the like. On BSD/GNU libraries we use the supplied vasprintf and asprintf.
-
Nicolas Léveillé authored
Since the block of code has been disabled anyway and is not very portable, we introduce a define to control both the include and the code.
-
Nicolas Léveillé authored
-
Nicolas Léveillé authored
Storing the size of the blocks is now only activated when DEBUG__MEMFILL has been defined.
-
Nicolas Léveillé authored
We replace instances of void* w/ char* arithmetics. This allows system_allocator.c to be compiled with MSVC. Also we introduce a struct to represent the size_t header.
-
- Aug 15, 2015
-
-
Nicolas Léveillé authored
-
Nicolas Léveillé authored
We use QueryPerformanceCounter which will return realtime, not user time.
-
Nicolas Léveillé authored
We now have a `stopwatch` to measure time between two moments.
-
- Aug 12, 2015
-
-
Meredith L. Patterson authored
Building on appveyor
-