Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to MIT license #20

Merged
merged 33 commits into from
Nov 30, 2018
Merged

Commits on Nov 7, 2018

  1. cocom-config.h.in: remove cruft

    Remove everything that is either not used at all or guaranteed by C90
    anyway.
    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    2c8595a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cadb6d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62189e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccae017 View commit details
    Browse the repository at this point in the history
  5. Also build C++ library

    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    6c8f0a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4d4fd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fef66e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82754ba View commit details
    Browse the repository at this point in the history
  9. Install documentation

    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    f282b20 View commit details
    Browse the repository at this point in the history
  10. Move ticker files to separate test directory

    Tickers are used for testing/benchmarking only, so they can go into a
    separate directory.
    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    c723438 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    10315e9 View commit details
    Browse the repository at this point in the history
  12. Break up compare_parsers.tst.in

    Break up compare_parsers.tst.in into separate test directory
    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    8ce4404 View commit details
    Browse the repository at this point in the history
  13. Break up yaep.tst.in

    Break up yaep.tst.in into individual files and create individual tests.
    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    db5ec0d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ccdcb83 View commit details
    Browse the repository at this point in the history
  15. Add ticker C++ library

    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    019c2c9 View commit details
    Browse the repository at this point in the history
  16. Break up yaep++.tst.in

    Break up yaep++.tst.in into individual files and create individual
    tests.
    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    dc187ca View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1cef350 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0356a79 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    943522e View commit details
    Browse the repository at this point in the history
  20. Deduplicate test data files

    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    11e08d4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    410699a View commit details
    Browse the repository at this point in the history
  22. Remove dead code

    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    e001daa View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    22ac876 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fe8000c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    22418e9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c977d89 View commit details
    Browse the repository at this point in the history
  27. C tests: deduplicate some test mains

    Deduplicate standard yaep_parse_grammar() type tests.
    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    dd50c88 View commit details
    Browse the repository at this point in the history
  28. C tests: deduplicate some test mains

    Deduplicate standard yaep_read_grammar() type tests.
    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    05a776d View commit details
    Browse the repository at this point in the history
  29. C tests: deduplicate some test mains

    Deduplicate most more complex mains.
    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    a70cbd2 View commit details
    Browse the repository at this point in the history
  30. C++ tests: deduplication

    Perform analogous deduplications as in
    52a15f0,
    b931e20,
    8e37c71,
    a649673,
    99e6bb4, and
    37d7b4a.
    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    243f8e9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e346117 View commit details
    Browse the repository at this point in the history
  32. Bugfix: avoid out-of-bounds access

    Avoid out-of-bounds access of symb_code_trans_vect when an unknown
    terminal appears in the input (see test19).
    TheCount committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    c362150 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Switch to MIT license

    Also update year range to 1997-2018.
    
    Implements vnmakarov#18.
    TheCount committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    ed64360 View commit details
    Browse the repository at this point in the history