Skip to content
Snippets Groups Projects
  1. Feb 13, 2023
  2. Nov 11, 2022
  3. Dec 09, 2019
  4. Nov 28, 2019
  5. Oct 09, 2019
  6. May 10, 2019
  7. May 22, 2016
    • nicolas's avatar
      Note for later about windows port · 39e101df
      nicolas authored
      39e101df
    • nicolas's avatar
      Replace all double quotes with single quotes · 88420038
      nicolas authored
      To homogenize the file and allow keys/strings to be searched easily.
      88420038
    • nicolas's avatar
      Port scons build files for Windows users · 69d3e702
      nicolas authored
      We disable:
      - the tests (which require glib) although they can be
        reactivated with the `--tests` command line flag
      - shared library (lack of export symbol declarations
        means that although it can be built, no symbol is
        exported and therefore it can't be used)
      
      The `install` target installs the library and headers
      under the `build` folder, because it's a traditional practice
      to move libraries to a central location on Windows, unless
      you are using cygwin. In which case pass `prefix` to the
      command line.
      
      We adapt tools\windows\build_examples.bat to take the library
      that is built using scons or using tools\windows\build.bat
      69d3e702
  8. Dec 27, 2015
  9. Nov 14, 2015
  10. Oct 04, 2015
  11. Oct 03, 2015
  12. Aug 09, 2015
  13. Jan 23, 2015
  14. 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
  15. Jun 18, 2014
  16. May 12, 2014
  17. May 07, 2014
  18. Nov 26, 2013
  19. Nov 23, 2013
  20. Nov 21, 2013
    • 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
  21. Nov 20, 2013
  22. Nov 18, 2013
  23. Oct 29, 2013
  24. Oct 28, 2013
  25. Jun 24, 2013
Loading