- Nov 21, 2013
-
-
Joe Rozner authored
This actually is only for OS X. On linux ldconfig must be run after installing in order to update the library cache. Need to look into how to get scons to do this for the user.
-
Joe Rozner authored
Set the proper path for the shared library so that anything linking against it will be able to find the library.
-
Joe Rozner authored
Go, and likely other language bindings will, need access to create new combinators. This functionality is currently located src/parsers/parser_internal.h. Install this header to the system with dependent headers until a better solution can be found.
-
- Nov 20, 2013
-
-
TQ Hirsch authored
Clean up pyc
-
Joe Rozner authored
-
Joe Rozner authored
-
TQ Hirsch authored
Generate pkg-config for Hammer
-
Joe Rozner authored
Create a pkg-config file and install it to $prefix/lib/pkgconfig
-
Meredith L. Patterson authored
Added token type registry. Closes #45; see also #54
-
TQ Hirsch authored
Static analysis
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
h_sequence need PB_MIN set. Conflicts: src/bindings/python/SConscript src/bindings/python/hammer_tests.py
-
Dan Hirsch authored
-
- Nov 16, 2013
-
-
Meredith L. Patterson authored
Add internal conditional to not use stdarg.h for SWIG use
-
Dan Hirsch authored
-
- Nov 15, 2013
-
-
Meredith L. Patterson authored
Ditch longs and long longs in favor of stdint.h types, which has cascadi...
-
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 09, 2013
-
-
TQ Hirsch authored
Fix SCons bugs
-
Joe Rozner authored
Don't pass the entire environment to SCons. Only pass the PATH
-
Joe Rozner authored
Don't clober the Environment (and thus the ENV['PATH'] by redefining it and don't link against lr by default. Only add it if uname is not Darwin
-
- Nov 01, 2013
-
-
Meredith L. Patterson authored
Changed parser test macros so that _parse_ok just checks whether the mat...
-
Dan Hirsch authored
Changed parser test macros so that _parse_ok just checks whether the match succeeded and _parse_match actually checks the resulting parse tree
-
Meredith L. Patterson authored
Made test-suite work on its own
-
Dan Hirsch authored
-
- Oct 31, 2013
-
-
TQ Hirsch authored
Added install target
-
- Oct 29, 2013
-
-
Meredith L. Patterson authored
update usage instructions to assume system-wide install; this will change later, but is accurate now.
-
Meredith L. Patterson authored
-
Dan Hirsch authored
-
- Oct 28, 2013
-
-
TQ Hirsch authored
Binding support
-
Dan Hirsch authored
-
Dan Hirsch authored
-
- Oct 18, 2013
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Oct 17, 2013
-
-
Meredith L. Patterson authored
-
- Sep 13, 2013
-
-
Meredith L. Patterson authored
Added coverage support
-
Dan Hirsch authored
-
- Jul 12, 2013
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
Conflicts: SConstruct
-
Meredith L. Patterson authored
-
- Jul 11, 2013
-
-
Dan Hirsch authored
-