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: 3e115fabfd25
Choose a base ref
...
head repository: IoLanguage/io
compare: cfecb68f91af
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 12, 2018

  1. addons/OpenGL: More concise GLUT deprecation warning

    GLUT is deprecated on macOS 10.6 and later. This causes clang to
    spam deprecation warnings on every GLUT function call by default.
    This change silences those warnings and replaces them with a
    single cmake-time warning.
    apjanke committed Feb 12, 2018
    Copy the full SHA
    5edae50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #386 from apjanke/concise-GLUT-deprecation-warning

    addons/OpenGL: More concise GLUT deprecation warning
    stevedekorte committed Feb 12, 2018
    Copy the full SHA
    cfecb68 View commit details
    Browse the repository at this point in the history