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

Bison 3.8 Parser #4062

Merged
merged 51 commits into from
Mar 19, 2024
Merged

Bison 3.8 Parser #4062

merged 51 commits into from
Mar 19, 2024

Commits on Jan 24, 2024

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

Commits on Jan 26, 2024

  1. Fixing index bug for internal boundaries

    lizdulac committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    20bd7c8 View commit details
    Browse the repository at this point in the history
  2. Curl Correctness Test Cleanup

    lizdulac committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a73f535 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Remove debug statements in Test

    lizdulac committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dd153a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merging Bison3.8 parser into ADIOS (ERRORS - cannot build)

    lizdulac authored and eisenhauer committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1a6c011 View commit details
    Browse the repository at this point in the history
  2. CMake Tweaks

    eisenhauer committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    98997ca View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 22, 2024

  1. Updated parser merged with adios, updated error message for missing o…

    …peration, missing curl implementation
    lizdulac committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3c25ccb View commit details
    Browse the repository at this point in the history
  2. Merge new parser with curl implementation

    lizdulac committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f0edbf3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Clean up

    lizdulac committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9cec433 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Removed 'var' keyword from grammar and correctness test, and minor ch…

    …anges: ensured only one expression in grammar, turned off scanner debugging, resolved shift/reduce conflicts, ASTNode prettyprint can be called without operand.
    lizdulac committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9e30fb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge branch 'curl' into Bison

    lizdulac committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    390d44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58fb934 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2641043 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9da7307 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3014923 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    cfb131b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e9ee47 View commit details
    Browse the repository at this point in the history
  3. Delete source/adios2/toolkit/derived/parser/CMakeLists.txt

    Unnecessary file
    lizdulac committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ff27d47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dd4320 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    667716c View commit details
    Browse the repository at this point in the history
  6. remove binary

    eisenhauer committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c4855b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    228b1ad View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Work towards Windows

    eisenhauer committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ed49423 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on Mar 4, 2024

  1. Fixing CI build warnings: convert size_t to int, clearing an object o…

    …f non-trivial type
    lizdulac committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4c18d3f View commit details
    Browse the repository at this point in the history
  2. Formatting

    lizdulac committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    de988ea View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 7, 2024

  1. Windows

    eisenhauer committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1fad536 View commit details
    Browse the repository at this point in the history
  2. clang-format

    eisenhauer committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    88e086a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cab0730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a01787b View commit details
    Browse the repository at this point in the history
  5. Win Tweaks

    eisenhauer committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fd87507 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. limits.h

    eisenhauer committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f20ee6a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Ignore IntelLLVM warning

    eisenhauer committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1c4eee0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    ddd5a6a View commit details
    Browse the repository at this point in the history
  2. Different tack

    eisenhauer committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    69b251e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Add ASTNode and ASTDriver destructors, and implicitly call parse func…

    …tion from ASTDriver construction.
    lizdulac committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b235bc1 View commit details
    Browse the repository at this point in the history
  2. formatting

    lizdulac committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    947d466 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. MinVarInfo unique_ptrs

    lizdulac committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    30f7cc3 View commit details
    Browse the repository at this point in the history
  2. formatting (again)

    lizdulac committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    16256cb View commit details
    Browse the repository at this point in the history
  3. Free ExprStr

    eisenhauer committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b329e9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c082411 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Change expression assignment character from : to =

    lizdulac committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3d22e5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1082b80 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    6d795bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b92fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d0e283 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7616097 View commit details
    Browse the repository at this point in the history
  5. Add definition

    eisenhauer committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ac372d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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