Browse Source

HTTPS!!

pull/297/head
Vladimír Vondruš 8 years ago
parent
commit
0dd46e7e37
  1. 4
      CONTRIBUTING.md
  2. 2
      CREDITS.md
  3. 4
      Doxyfile-mcss
  4. 8
      Doxyfile-public
  5. 36
      README.md
  6. 4
      doc/00-page-order.dox
  7. 2
      doc/building.dox
  8. 10
      doc/changelog-old.dox
  9. 2
      doc/changelog.dox
  10. 2
      doc/developers.dox
  11. 8
      doc/mainpage.dox
  12. 2
      package/archlinux/PKGBUILD
  13. 2
      package/archlinux/PKGBUILD-android-arm64
  14. 2
      package/archlinux/PKGBUILD-clang
  15. 2
      package/archlinux/PKGBUILD-clang-addressanitizer
  16. 2
      package/archlinux/PKGBUILD-clang-libc++
  17. 2
      package/archlinux/PKGBUILD-coverage
  18. 2
      package/archlinux/PKGBUILD-emscripten
  19. 2
      package/archlinux/PKGBUILD-emscripten-wasm
  20. 2
      package/archlinux/PKGBUILD-emscripten-wasm-webgl2
  21. 2
      package/archlinux/PKGBUILD-emscripten-webgl2
  22. 2
      package/archlinux/PKGBUILD-es2
  23. 2
      package/archlinux/PKGBUILD-es2desktop
  24. 2
      package/archlinux/PKGBUILD-es3
  25. 2
      package/archlinux/PKGBUILD-es3desktop
  26. 2
      package/archlinux/PKGBUILD-gcc47
  27. 2
      package/archlinux/PKGBUILD-mingw-w64
  28. 2
      package/archlinux/PKGBUILD-release
  29. 2
      package/archlinux/magnum-git/PKGBUILD
  30. 2
      package/debian/control
  31. 2
      package/gentoo/dev-libs/magnum/magnum-9999.ebuild
  32. 2
      package/homebrew/magnum.rb
  33. 2
      src/Magnum/Audio/al-info.cpp
  34. 2
      src/Magnum/GL/Context.cpp
  35. 2
      src/Magnum/Platform/gl-info.cpp

4
CONTRIBUTING.md

@ -17,9 +17,9 @@ Code contribution
the [README](README.md) for details.
- Follow the project coding guidelines. In short — try to match style of the
surrounding code and avoid any trailing whitespace. When in doubt, consult
[Coding Style](http://doc.magnum.graphics/magnum/coding-style.html)
[Coding Style](https://doc.magnum.graphics/magnum/coding-style.html)
guidelines.
- There's a [Developers Guide](http://doc.magnum.graphics/magnum/developers.html)
- There's a [Developers Guide](https://doc.magnum.graphics/magnum/developers.html)
providing step-by-step checklists for almost every development aspect. It's
not strictly required to follow it to the point, but doing so will save the
maintainers a lot of time during review and merging.

2
CREDITS.md

@ -84,4 +84,4 @@ Listing only people with code contributions, because otherwise there's too many
windowless applications under macOS
Is this list missing your name or something's wrong?
[Let us know!](http://magnum.graphics/contact/)
[Let us know!](https://magnum.graphics/contact/)

4
Doxyfile-mcss

@ -100,13 +100,13 @@ HTML_EXTRA_STYLESHEET = \
https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600&subset=latin-ext \
../css/m-dark+doxygen.compiled.css
##! M_PAGE_FINE_PRINT = "<p>Magnum docs. Part of the <a href="http://magnum.graphics/">Magnum project</a>, copyright © <a href="http://mosra.cz/">Vladimír Vondruš</a> and contributors, 2010&ndash;2018.<br />Generated by <a href="http://doxygen.org/">Doxygen</a> {doxygen_version} and <a href="http://mcss.mosra.cz/">m.css</a>. Contact the team via <a href="https://github.com/mosra/magnum">GitHub</a>, <a href="https://gitter.im/mosra/magnum">Gitter</a>, <a href="mailto:info@magnum.graphics">e-mail</a> or <a href="https://twitter.com/czmosra">Twitter</a>.</p>"
##! M_PAGE_FINE_PRINT = "<p>Magnum docs. Part of the <a href="https://magnum.graphics/">Magnum project</a>, copyright © <a href="http://mosra.cz/">Vladimír Vondruš</a> and contributors, 2010&ndash;2018.<br />Generated by <a href="https://doxygen.org/">Doxygen</a> {doxygen_version} and <a href="http://mcss.mosra.cz/">m.css</a>. Contact the team via <a href="https://github.com/mosra/magnum">GitHub</a>, <a href="https://gitter.im/mosra/magnum">Gitter</a>, <a href="mailto:info@magnum.graphics">e-mail</a> or <a href="https://twitter.com/czmosra">Twitter</a>.</p>"
##! M_SEARCH_HELP = "Search for symbols, directories, files, pages, OpenGL/GLSL and OpenAL APIs. You can omit any prefix from the symbol or file path; adding a <code>:</code> or <code>/</code> suffix lists all members of given symbol or directory. Navigate through the list using <span class="m-label m-dim">&darr;</span> and <span class="m-label m-dim">&uarr;</span>, press <span class="m-label m-dim">Enter</span> to go."
##! M_FAVICON = doc/favicon.ico
##! M_MAIN_PROJECT_URL = http://magnum.graphics/
##! M_MAIN_PROJECT_URL = https://magnum.graphics/
##! M_LINKS_NAVBAR1 = \
##! "getting-started building cmake custom-buildsystems" \
##! "pages features platforms example-index tips utilities"

8
Doxyfile-public

@ -5,7 +5,7 @@
OUTPUT_DIRECTORY = build/doc-public/
GENERATE_TAGFILE = build/doc-public/magnum.tag
TAGFILES = ../corrade/build/doc-public/corrade.tag=http://doc.magnum.graphics/corrade/ \
TAGFILES = ../corrade/build/doc-public/corrade.tag=https://doc.magnum.graphics/corrade/ \
../corrade/doc/stl.tag=http://en.cppreference.com/w/
## No need to expose TODO list or bug list in public docs. Aliases copied from
@ -97,13 +97,13 @@ GENERATE_BUGLIST = NO
HTML_EXTRA_STYLESHEET = \
https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600&subset=latin-ext \
http://static.magnum.graphics/m-dark.compiled.css \
http://static.magnum.graphics/m-dark.doxygen.compiled.css
https://static.magnum.graphics/m-dark.compiled.css \
https://static.magnum.graphics/m-dark.doxygen.compiled.css
##! M_SEARCH_DOWNLOAD_BINARY = YES
##! M_SEARCH_EXTERNAL_URL = "https://google.com/search?q=site:doc.magnum.graphics+Magnum+{query}"
##! M_FAVICON = http://doc.magnum.graphics/favicon.ico
##! M_FAVICON = https://doc.magnum.graphics/favicon.ico
# kate: hl Doxyfile

36
README.md

@ -12,8 +12,8 @@ commercial purposes.
[![Coverage Status](https://codecov.io/gh/mosra/magnum/branch/master/graph/badge.svg)](https://codecov.io/gh/mosra/magnum)
[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
- Project homepage — http://magnum.graphics/
- Documentation — http://doc.magnum.graphics/
- Project homepage — https://magnum.graphics/
- Documentation — https://doc.magnum.graphics/
- GitHub project page — https://github.com/mosra/magnum
Beauty of simplicity
@ -23,7 +23,7 @@ Among Magnum essentials is a UTF-8-aware OS, filesystem and console
abstraction, a feature-packed vector math library and a slim C++11 wrapper of
OpenGL / WebGL family of APIs. Build on top of that or opt-in for more.
[See all core features](http://magnum.graphics/features/)
[See all core features](https://magnum.graphics/features/)
With batteries included
=======================
@ -33,7 +33,7 @@ automatic testing, asset management, integration with popular windowing
toolkits and a UI library. Everything fits together but you still have a
choice.
[List the extra features](http://magnum.graphics/features/extras/)
[List the extra features](https://magnum.graphics/features/extras/)
Screws are not glued in
=======================
@ -42,12 +42,12 @@ There's always more than one way to do things. Enjoy the freedom of choice and
integrate your own asset loader, texture compressor, font format or math
library, if you feel the need. Or use any of the various plugins.
[View extension points](http://magnum.graphics/features/extensions/)
[View extension points](https://magnum.graphics/features/extensions/)
-------
*Wondering if Magnum is a good fit for your project?* We prepared
[a few case studies](http://magnum.graphics/is-magnum-what-i-am-looking-for/)
[a few case studies](https://magnum.graphics/is-magnum-what-i-am-looking-for/)
to help you decide.
SUPPORTED PLATFORMS
@ -68,27 +68,27 @@ Graphics APIs:
functionality
- **WebGL** 1.0, 2.0 and extensions to match desktop OpenGL functionality
See the [Build Status page](http://magnum.graphics/build-status/) for detailed
See the [Build Status page](https://magnum.graphics/build-status/) for detailed
per-platform build status.
WHAT'S NEW?
===========
Curious about what was added or improved recently? Check out the
[Changelog](http://doc.magnum.graphics/magnum/changelog.html#changelog-latest)
[Changelog](https://doc.magnum.graphics/magnum/changelog.html#changelog-latest)
page in the documentation.
GETTING STARTED
===============
The best way to get started is to read the thorough
[download, build, install and start using Magnum](http://doc.magnum.graphics/magnum/getting-started.html)
[download, build, install and start using Magnum](https://doc.magnum.graphics/magnum/getting-started.html)
in your project. There is also a complete
[building documentation](http://doc.magnum.graphics/magnum/building.html) — we
[building documentation](https://doc.magnum.graphics/magnum/building.html) — we
provide packages for many platforms, including Windows, Linux and macOS.
After that, there are various [tutorials and examples](http://doc.magnum.graphics/magnum/example-index.html)
and a complete [feature guide](http://doc.magnum.graphics/magnum/features.html)
After that, there are various [tutorials and examples](https://doc.magnum.graphics/magnum/example-index.html)
and a complete [feature guide](https://doc.magnum.graphics/magnum/features.html)
explaining all aspects of the library.
RELATED PROJECTS
@ -114,7 +114,7 @@ separate repositories.
mutually exclusive functionality: https://github.com/mosra/magnum-extras
Outside of the project itself, there's also a lot of community contributions
— [check them out on the website](http://magnum.graphics/features/community/).
— [check them out on the website](https://magnum.graphics/features/community/).
CONTACT & SUPPORT
=================
@ -122,13 +122,13 @@ CONTACT & SUPPORT
If you want to contribute to Magnum, if you spotted a bug, need a feature or
have an awesome idea, you can get a copy of the sources from GitHub and start
right away! There is the already mentioned guide about
[how to download and build Magnum](http://doc.magnum.graphics/magnum/building.html)
and also a guide about [coding style and best practices](http://doc.magnum.graphics/magnum/coding-style.html)
[how to download and build Magnum](https://doc.magnum.graphics/magnum/building.html)
and also a guide about [coding style and best practices](https://doc.magnum.graphics/magnum/coding-style.html)
which you should follow to keep the library as consistent and maintainable as
possible.
- Project homepage — http://magnum.graphics/
- Documentation — http://doc.magnum.graphics/
- Project homepage — https://magnum.graphics/
- Documentation — https://doc.magnum.graphics/
- GitHub project page — https://github.com/mosra/magnum
- Gitter community chat — https://gitter.im/mosra/magnum
- E-mail — info@magnum.graphics
@ -136,7 +136,7 @@ possible.
- Google Groups mailing list — magnum-engine@googlegroups.com ([archive](https://groups.google.com/forum/#!forum/magnum-engine))
- Author's personal Twitter — https://twitter.com/czmosra
See also the Magnum Project [Contact & Support page](http://magnum.graphics/contact/)
See also the Magnum Project [Contact & Support page](https://magnum.graphics/contact/)
for further information.
CREDITS

4
doc/00-page-order.dox

@ -45,14 +45,14 @@
@page debugoperators Debug output operators for custom types
See also and @ref configurationvalues and a @m_class{m-dox-external}
[related section in Corrade](http://doc.magnum.graphics/corrade/corrade-configurationvalues.html).
[related section in Corrade](https://doc.magnum.graphics/corrade/corrade-configurationvalues.html).
@todoc remove the above workaround once Doxygen is not totally fucked up and able to export xrefitems to tagfiles
@page configurationvalues Configuration value parsers and writers for custom types
See also @ref debugoperators and a @m_class{m-dox-external}
[related section in Corrade](http://doc.magnum.graphics/corrade/corrade-debugoperators.html).
[related section in Corrade](https://doc.magnum.graphics/corrade/corrade-debugoperators.html).
@todoc remove the above workaround once Doxygen is not totally fucked up and able to export xrefitems to tagfiles

2
doc/building.dox

@ -688,7 +688,7 @@ generated output.
The documentation can be also generated using the
[m.css Doxygen theme](http://mcss.mosra.cz/doxygen/). Use `Doxyfile-mcss` for a
local build, the `Doxyfile-public` is meant for the publicly available
documentation at http://doc.magnum.graphics/magnum/. The resulting
documentation at https://doc.magnum.graphics/magnum/. The resulting
documentation will be either in `build/doc-mcss/` or `build/doc-public/`.
@section building-windows-angle Building for ANGLE on Windows

10
doc/changelog-old.dox

@ -39,7 +39,7 @@ See also:
Released 2015-05-09, tagged as
[v2015.05](https://github.com/mosra/magnum/releases/tag/v2015.05). See the
[release announcement](http://blog.magnum.graphics/announcements/may-2015-updates/)
[release announcement](https://blog.magnum.graphics/announcements/may-2015-updates/)
for a high-level overview.
@subsection changelog-2015-05-new New features
@ -262,7 +262,7 @@ for a high-level overview.
Released 2014-06-30, tagged as
[v2014.06](https://github.com/mosra/magnum/releases/tag/v2014.06). See the
[release announcement](http://blog.magnum.graphics/announcements/june-2014-updates/)
[release announcement](https://blog.magnum.graphics/announcements/june-2014-updates/)
for a high-level overview.
@subsection changelog-2014-06-dependencies Dependency changes
@ -444,7 +444,7 @@ for a high-level overview.
Released 2014-01-21, tagged as
[v2014.01](https://github.com/mosra/magnum/releases/tag/v2014.01). See the
[release announcement](http://blog.magnum.graphics/announcements/january-2014-updates/)
[release announcement](https://blog.magnum.graphics/announcements/january-2014-updates/)
for a high-level overview.
@subsection changelog-2014-01-dependencies Dependency changes
@ -629,7 +629,7 @@ No dependency changes in this release.
Released 2013-10-30, tagged as
[v2013.10](https://github.com/mosra/magnum/releases/tag/v2013.10). See the
[release announcement](http://blog.magnum.graphics/announcements/october-2013-updates/)
[release announcement](https://blog.magnum.graphics/announcements/october-2013-updates/)
for a high-level overview.
@subsection changelog-2013-10-dependencies Dependency changes
@ -734,7 +734,7 @@ No deprecated API was removed in this release.
Released 2013-08-30, tagged as
[v2013.08](https://github.com/mosra/magnum/releases/tag/v2013.08). See the
[project announcement](http://blog.magnum.graphics/announcements/introducing-magnum/)
[project announcement](https://blog.magnum.graphics/announcements/introducing-magnum/)
for a high-level overview.
*/

2
doc/changelog.dox

@ -1035,7 +1035,7 @@ Released 2018-05-01, tagged as
Released 2018-02-15, tagged as
[v2018.02](https://github.com/mosra/magnum/releases/tag/v2018.02). See the
[release announcement](http://blog.magnum.graphics/announcements/2018.02/) for
[release announcement](https://blog.magnum.graphics/announcements/2018.02/) for
a high-level overview.
@subsection changelog-2018-02-dependencies Dependency changes

2
doc/developers.dox

@ -830,7 +830,7 @@ inverse.
or @m_span{m-label m-dim m-flat} no action needed @m_endspan label to wrap
them up
6. Go through merged PRs (and the *most important* issues) and add new people
to `CREDITS.md` and http://magnum.graphics/about/, if they are not there
to `CREDITS.md` and https://magnum.graphics/about/, if they are not there
yet
7. Update changelog for the next release:
- change section names for the latest release from `latest` to `20XY-ab`

8
doc/mainpage.dox

@ -30,7 +30,7 @@ namespace Magnum {
This is a documentation for the Magnum Project. To see high-level feature
overview, project goals or read the developer blog, head over to the
[project homepage](http://magnum.graphics/).
[project homepage](https://magnum.graphics/).
@section mainpage-whats-new What's new?
@ -62,8 +62,8 @@ right away! There is the already mentioned guide about
@ref coding-style "coding style and best practices" which you should follow to
keep the library as consistent and maintainable as possible.
- Project homepage --- http://magnum.graphics/
- Documentation --- http://doc.magnum.graphics/
- Project homepage --- https://magnum.graphics/
- Documentation --- https://doc.magnum.graphics/
- GitHub project page --- https://github.com/mosra/magnum
- Gitter community chat --- https://gitter.im/mosra/magnum
- E-mail --- info@magnum.graphics
@ -71,7 +71,7 @@ keep the library as consistent and maintainable as possible.
- Google Groups mailing list --- magnum-engine@googlegroups.com ([archive](https://groups.google.com/forum/#!forum/magnum-engine))
- Author's personal Twitter --- https://twitter.com/czmosra
See also the [Contact & Support page](http://magnum.graphics/contact/) on the
See also the [Contact & Support page](https://magnum.graphics/contact/) on the
project website for further information.
@section mainpage-license License

2
package/archlinux/PKGBUILD

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw' 'vulkan-icd-loader')
makedepends=('cmake' 'ninja')

2
package/archlinux/PKGBUILD-android-arm64

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (Android ARM64)"
arch=('any')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('android-arm64-corrade')
makedepends=('cmake' 'ninja' 'android-ndk' 'corrade')

2
package/archlinux/PKGBUILD-clang

@ -4,7 +4,7 @@ pkgver=dev.clang
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (built with clang)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw' 'vulkan-icd-loader')
makedepends=('cmake' 'clang' 'ninja')

2
package/archlinux/PKGBUILD-clang-addressanitizer

@ -4,7 +4,7 @@ pkgver=dev.clang.addressanitizer
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (built with clang ASan)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw' 'vulkan-icd-loader')
makedepends=('cmake' 'clang' 'ninja')

2
package/archlinux/PKGBUILD-clang-libc++

@ -4,7 +4,7 @@ pkgver=dev.clang.libc++
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (built with clang and libc++)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade=dev.clang.libc++' 'openal' 'freeglut' 'sdl2' 'glfw' 'vulkan-icd-loader' 'libc++')
makedepends=('cmake' 'clang' 'ninja')

2
package/archlinux/PKGBUILD-coverage

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (coverage build)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw' 'vulkan-icd-loader' 'gcc6')
makedepends=('cmake' 'ninja' 'lcov')

2
package/archlinux/PKGBUILD-emscripten

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (Emscripten)"
arch=('any')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('emscripten-corrade')
makedepends=('cmake' 'emscripten' 'corrade' 'ninja')

2
package/archlinux/PKGBUILD-emscripten-wasm

@ -4,7 +4,7 @@ pkgver=dev.wasm
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (Emscripten, wasm)"
arch=('any')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('emscripten-corrade')
makedepends=('cmake' 'emscripten' 'corrade' 'ninja')

2
package/archlinux/PKGBUILD-emscripten-wasm-webgl2

@ -4,7 +4,7 @@ pkgver=dev.wasm.webgl2
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (Emscripten WebGL 2.0, wasm)"
arch=('any')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('emscripten-corrade')
makedepends=('cmake' 'emscripten' 'corrade' 'ninja')

2
package/archlinux/PKGBUILD-emscripten-webgl2

@ -4,7 +4,7 @@ pkgver=dev.webgl2
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (Emscripten WebGL 2.0)"
arch=('any')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('emscripten-corrade')
makedepends=('cmake' 'emscripten' 'corrade' 'ninja')

2
package/archlinux/PKGBUILD-es2

@ -4,7 +4,7 @@ pkgver=dev.es2
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (OpenGL ES 2.0 version)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal')
makedepends=('cmake' 'ninja')

2
package/archlinux/PKGBUILD-es2desktop

@ -4,7 +4,7 @@ pkgver=dev.es2desktop
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (desktop OpenGL ES 2.0 version)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'sdl2' 'glfw')
makedepends=('cmake' 'ninja')

2
package/archlinux/PKGBUILD-es3

@ -4,7 +4,7 @@ pkgver=dev.es3
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (OpenGL ES 3.0 version)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal')
makedepends=('cmake' 'ninja')

2
package/archlinux/PKGBUILD-es3desktop

@ -4,7 +4,7 @@ pkgver=dev.es3desktop
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (desktop OpenGL ES 3.0 version)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'sdl2' 'glfw')
makedepends=('cmake' 'ninja')

2
package/archlinux/PKGBUILD-gcc47

@ -4,7 +4,7 @@ pkgver=dev.gcc47
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (built with GCC 4.7)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw')
makedepends=('cmake' 'ninja' 'gcc47')

2
package/archlinux/PKGBUILD-mingw-w64

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (mingw-w64)"
arch=('any')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('mingw-w64-crt' 'mingw-w64-corrade' 'mingw-w64-freeglut' 'mingw-w64-sdl2' 'mingw-w64-openal')
makedepends=('mingw-w64-gcc' 'cmake' 'ninja' 'corrade')

2
package/archlinux/PKGBUILD-release

@ -4,7 +4,7 @@ pkgver=dev.release
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (debug+release libs)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw' 'vulkan-icd-loader')
makedepends=('cmake' 'ninja')

2
package/archlinux/magnum-git/PKGBUILD

@ -4,7 +4,7 @@ pkgver=2018.04.r0.g9457cfc3
pkgrel=1
pkgdesc="C++11/C++14 graphics middleware for games and data visualization (Git version)"
arch=('i686' 'x86_64')
url="http://magnum.graphics"
url="https://magnum.graphics"
license=('MIT')
depends=('corrade-git' 'openal' 'sdl2' 'vulkan-icd-loader')
makedepends=('cmake' 'git')

2
package/debian/control vendored

@ -4,7 +4,7 @@ Maintainer: Vladimír Vondruš <mosra@centrum.cz>
Build-Depends: debhelper (>= 9), cmake (>= 2.8.12), corrade-dev, libgl-dev, libopenal-dev, libsdl2-dev
Standards-Version: 3.9.2
Section: libs
Homepage: http://magnum.graphics
Homepage: https://magnum.graphics
Vcs-Git: git://github.com/mosra/magnum.git
Vcs-Browser: https://github.com/mosra/magnum

2
package/gentoo/dev-libs/magnum/magnum-9999.ebuild

@ -5,7 +5,7 @@ EGIT_REPO_URI="git://github.com/mosra/magnum.git"
inherit cmake-utils git-r3
DESCRIPTION="C++11/C++14 graphics middleware for games and data visualization"
HOMEPAGE="http://magnum.graphics"
HOMEPAGE="https://magnum.graphics"
LICENSE="MIT"
SLOT="0"

2
package/homebrew/magnum.rb

@ -2,7 +2,7 @@
class Magnum < Formula
desc "C++11/C++14 graphics middleware for games and data visualization"
homepage "http://magnum.graphics"
homepage "https://magnum.graphics"
url "https://github.com/mosra/magnum/archive/v2018.02.tar.gz"
sha256 "e7575e9949952f3436a642c8bb1b98079ce1b6e33d6031695da64c8721833216"
head "git://github.com/mosra/magnum.git"

2
src/Magnum/Audio/al-info.cpp

@ -35,7 +35,7 @@ namespace Magnum {
@m_footernavigation
@m_keywords{magnum-al-info al-info}
@m_div{m-button m-primary} <a href="http://magnum.graphics/showcase/magnum-al-info/">@m_div{m-big}Live web version @m_enddiv @m_div{m-small} uses WebAssembly & WebAudio @m_enddiv </a> @m_enddiv
@m_div{m-button m-primary} <a href="https://magnum.graphics/showcase/magnum-al-info/">@m_div{m-big}Live web version @m_enddiv @m_div{m-small} uses WebAssembly & WebAudio @m_enddiv </a> @m_enddiv
This utility depends on the [OpenAL](https://www.openal.org/) library. It is
built if both `WITH_AUDIO` and `WITH_AL_INFO` is enabled when building Magnum.

2
src/Magnum/GL/Context.cpp

@ -455,7 +455,7 @@ Context::Context(NoCreateT, Utility::Arguments& args, Int argc, const char** arg
/* Parse arguments */
CORRADE_INTERNAL_ASSERT(args.prefix() == "magnum");
args.addOption("disable-workarounds")
.setHelp("disable-workarounds", "driver workarounds to disable\n (see http://doc.magnum.graphics/magnum/opengl-workarounds.html for detailed info)", "LIST")
.setHelp("disable-workarounds", "driver workarounds to disable\n (see https://doc.magnum.graphics/magnum/opengl-workarounds.html for detailed info)", "LIST")
.addOption("disable-extensions").setHelp("disable-extensions", "OpenGL extensions to disable", "LIST")
.addOption("log", "default").setHelp("log", "console logging", "default|quiet|verbose")
.setFromEnvironment("disable-workarounds")

2
src/Magnum/Platform/gl-info.cpp

@ -87,7 +87,7 @@ namespace Magnum {
@m_footernavigation
@m_keywords{magnum-gl-info gl-info}
@m_div{m-button m-primary} <a href="http://magnum.graphics/showcase/magnum-info/">@m_div{m-big}Live web version @m_enddiv @m_div{m-small} uses WebAssembly & WebGL @m_enddiv </a> @m_enddiv
@m_div{m-button m-primary} <a href="https://magnum.graphics/showcase/magnum-info/">@m_div{m-big}Live web version @m_enddiv @m_div{m-small} uses WebAssembly & WebGL @m_enddiv </a> @m_enddiv
This utility is built if both `WITH_GL` and `WITH_GL_INFO` is enabled when
building Magnum. To use this utility with CMake, you need to request the

Loading…
Cancel
Save