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

New Chapel #439

Open
wants to merge 14 commits into
base: default
Choose a base branch
from
Open

New Chapel #439

wants to merge 14 commits into from

Commits on Feb 19, 2020

  1. copy in Chapel PRKs from the Chapel repo

    specifically, these were copied from
    https://github.com/chapel-lang/chapel.git
    3a2bb09767798b7f4a5ae4c2428f54eb2cda6995
    jeffhammond authored and Jeff Hammond committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    4b8fd06 View commit details
    Browse the repository at this point in the history
  2. add build for different stencil dist opts

    jeffhammond authored and Jeff Hammond committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    2ba6caa View commit details
    Browse the repository at this point in the history
  3. update to latest release

    jeffhammond authored and Jeff Hammond committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    ae37671 View commit details
    Browse the repository at this point in the history
  4. add Travis tests for Chapel

    jeffhammond authored and Jeff Hammond committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    4f930cf View commit details
    Browse the repository at this point in the history
  5. add allchapel make target

    jeffhammond authored and Jeff Hammond committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    b469d92 View commit details
    Browse the repository at this point in the history
  6. add Chapel to Travis matrix

    jeffhammond authored and Jeff Hammond committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    0847bc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. compile with optimization enabled

    Jeff Hammond committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    b8d34e5 View commit details
    Browse the repository at this point in the history
  2. fix deprecated language issues

    Jeff Hammond committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    79671df View commit details
    Browse the repository at this point in the history
  3. remove redunant Chapel builds

    some day, we can use clang for the LLVM backend and gcc for the C
    backend, but today is not that day.
    Jeff Hammond committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f74a0c6 View commit details
    Browse the repository at this point in the history
  4. update to Chapel 1.20.0

    Jeff Hammond committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    76b3fde View commit details
    Browse the repository at this point in the history
  5. add make clean for chapel

    Jeff Hammond committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    3e6acf5 View commit details
    Browse the repository at this point in the history
  6. add chapel path

    Jeff Hammond committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    47a8559 View commit details
    Browse the repository at this point in the history
  7. restore LLVM Chapel support

    Jeff Hammond committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    7ec77b3 View commit details
    Browse the repository at this point in the history
  8. Chapel Travis CI stuff

    Jeff Hammond committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f3131bc View commit details
    Browse the repository at this point in the history