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

Merges #9, #13, #15, #24, fixes #21, #34 #25

Closed
wants to merge 31 commits into from

Commits on Jan 8, 2016

  1. Added .gitignore

    miquelramirez committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    5e9c491 View commit details
    Browse the repository at this point in the history
  2. Makefile paths

    * Changed reference to PDDL lexer file from /src/Parser/lex.yy to src/Parser/lex.yy
    miquelramirez committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    a8c4f44 View commit details
    Browse the repository at this point in the history
  3. .gitignore update

    * Added generated file src/pddl+.cpp
    miquelramirez committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    4f168c9 View commit details
    Browse the repository at this point in the history
  4. Removed binary files

    miquelramirez committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    86733b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Fix hard-coding of LINKER variable.

    Now LINKER uses the value of CXX.
    At the same time, I introduced use of the standard LEX and YACC variables.
    rpgoldman committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    798f579 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Update README with Mac info

    I spent a couple hours trying to figure out Mac executables. A 5-word entry should help others!
    Brittney Johnson authored Nov 29, 2016
    Configuration menu
    Copy the full SHA
    d3b340f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Configuration menu
    Copy the full SHA
    026c2af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40cae01 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2017

  1. Remove more binary files.

    rpgoldman committed Sep 9, 2017
    Configuration menu
    Copy the full SHA
    14c11bb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Don't turn on -Werror by default.

    In my experience, this is too stringent.  I find it breaks the build
    even on cosmetic errors like "misleading indentation."
    
    Inclined to think that this should change to be an option for
    active developers only, and left off for users.
    rpgoldman committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    080cd6b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Configuration menu
    Copy the full SHA
    d84d396 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Configuration menu
    Copy the full SHA
    5fe5c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d23fea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8da607 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    486da4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e91176a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07e5051 View commit details
    Browse the repository at this point in the history
  7. test files for issue-21

    guicho271828 committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    a223389 View commit details
    Browse the repository at this point in the history
  8. ignore gtag files

    guicho271828 committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    5a8180c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72cd912 View commit details
    Browse the repository at this point in the history
  10. fixes issue KCL-Planning#21: support missing :precondition/:effect , …

    …and also NIL=() precondition/effects
    guicho271828 committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    372cdb1 View commit details
    Browse the repository at this point in the history
  11. ignore emacs temp files

    guicho271828 committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    efc868f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a3d89ee View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    a86823a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d7bc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c21e97a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5132900 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49c82b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Combined commits fixing the makefile

    * Removed FlexLexer.h for the old version. Use the system-provided FlexLexer.h
    * Completely fixed up the compilation pipeline for pddl+.lex
    * Removed the duplicated parser code in src/Parser
    guicho271828 committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    ea6051b View commit details
    Browse the repository at this point in the history
  2. added YYMAXDEPTH

    guicho271828 committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    c58ee24 View commit details
    Browse the repository at this point in the history
  3. much larger

    guicho271828 committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    249ed5f View commit details
    Browse the repository at this point in the history