Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IoLanguage/io
base: d7a5ea2f6891
Choose a base ref
...
head repository: IoLanguage/io
compare: e4759cc02356
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 12, 2018

  1. CMakeLists: make this a plain C project

    This tells CMake that Io is a C-only project, and turns off the requirement
    for a C++ compiler. This supports building on systems which have a C compiler
    but not a C++ compiler.
    apjanke committed Feb 12, 2018
    Copy the full SHA
    72c8a7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #384 from apjanke/plain-C

    CMakeLists: make this a plain C project
    stevedekorte committed Feb 12, 2018
    Copy the full SHA
    e4759cc View commit details
    Browse the repository at this point in the history