Skip to content
Snippets Groups Projects
  1. Dec 22, 2013
  2. Dec 05, 2013
  3. Dec 03, 2013
    • Joe Rozner's avatar
      Fix LC_ID_DYLIB for OS X · 52bdc9d3
      Joe Rozner authored
      Wrapping the SHLINKFLAGS in an array rather than as a single string
      caused the link flags to be passed to clang double quoted. This cuased
      clang to interpret the flags as a string rather than as a flag which
      caused the -install_name flag to never be passed to the linker.
      52bdc9d3
    • Dan Hirsch's avatar
      Got perl bindings started · 1d115279
      Dan Hirsch authored
      1d115279
  4. Nov 27, 2013
  5. Nov 26, 2013
  6. Nov 23, 2013
  7. Nov 21, 2013
    • Joe Rozner's avatar
      Fix for linux · d0906e69
      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.
      d0906e69
    • Joe Rozner's avatar
      Properly name the lib · 1d80058c
      Joe Rozner authored
      Set the proper path for the shared library so that anything linking
      against it will be able to find the library.
      1d80058c
    • Joe Rozner's avatar
      Install internal headers for Go bindings · 76034ae4
      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.
      76034ae4
  8. Nov 20, 2013
  9. Nov 09, 2013
    • Joe Rozner's avatar
      Clean up ENV · b1111905
      Joe Rozner authored
      Don't pass the entire environment to SCons. Only pass the PATH
      b1111905
    • Joe Rozner's avatar
      Fix SCons bugs · fb015b4a
      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
      fb015b4a
  10. Oct 29, 2013
  11. Oct 28, 2013
  12. Oct 18, 2013
  13. Sep 13, 2013
  14. Jul 12, 2013
  15. Jul 11, 2013
  16. Jun 24, 2013
Loading