diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6d307e07..7f9b06077 100644 --- a/CONTRIBUTING.md +++ b/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. diff --git a/CREDITS.md b/CREDITS.md index 6b6bc3a76..b468bb635 100644 --- a/CREDITS.md +++ b/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/) diff --git a/Doxyfile-mcss b/Doxyfile-mcss index c48835bc7..c81a5a24c 100644 --- a/Doxyfile-mcss +++ b/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 = "

Magnum docs. Part of the Magnum project, copyright © Vladimír Vondruš and contributors, 2010–2018.
Generated by Doxygen {doxygen_version} and m.css. Contact the team via GitHub, Gitter, e-mail or Twitter.

" +##! M_PAGE_FINE_PRINT = "

Magnum docs. Part of the Magnum project, copyright © Vladimír Vondruš and contributors, 2010–2018.
Generated by Doxygen {doxygen_version} and m.css. Contact the team via GitHub, Gitter, e-mail or Twitter.

" ##! 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 : or / suffix lists all members of given symbol or directory. Navigate through the list using and , press Enter 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" diff --git a/Doxyfile-public b/Doxyfile-public index ed9829563..19f24a995 100644 --- a/Doxyfile-public +++ b/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 diff --git a/README.md b/README.md index 4b21f16fd..983a25264 100644 --- a/README.md +++ b/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 diff --git a/doc/00-page-order.dox b/doc/00-page-order.dox index c1d3d313e..00dda58b1 100644 --- a/doc/00-page-order.dox +++ b/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 diff --git a/doc/building.dox b/doc/building.dox index aaaadfbd6..908db69f9 100644 --- a/doc/building.dox +++ b/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 diff --git a/doc/changelog-old.dox b/doc/changelog-old.dox index e70ba796c..42b9ac11d 100644 --- a/doc/changelog-old.dox +++ b/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. */ diff --git a/doc/changelog.dox b/doc/changelog.dox index adc678297..868faf388 100644 --- a/doc/changelog.dox +++ b/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 diff --git a/doc/developers.dox b/doc/developers.dox index 77e5c3b59..b83f73323 100644 --- a/doc/developers.dox +++ b/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` diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 21e4901e3..0b0f3f6a9 100644 --- a/doc/mainpage.dox +++ b/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 diff --git a/package/archlinux/PKGBUILD b/package/archlinux/PKGBUILD index c028bf8be..c901b0e9f 100644 --- a/package/archlinux/PKGBUILD +++ b/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') diff --git a/package/archlinux/PKGBUILD-android-arm64 b/package/archlinux/PKGBUILD-android-arm64 index bab830c9a..2ccd495d6 100644 --- a/package/archlinux/PKGBUILD-android-arm64 +++ b/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') diff --git a/package/archlinux/PKGBUILD-clang b/package/archlinux/PKGBUILD-clang index cd1fd4322..4a33c4537 100644 --- a/package/archlinux/PKGBUILD-clang +++ b/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') diff --git a/package/archlinux/PKGBUILD-clang-addressanitizer b/package/archlinux/PKGBUILD-clang-addressanitizer index 38e76339b..36e176a5b 100644 --- a/package/archlinux/PKGBUILD-clang-addressanitizer +++ b/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') diff --git a/package/archlinux/PKGBUILD-clang-libc++ b/package/archlinux/PKGBUILD-clang-libc++ index f80abc8a2..4e87e86f9 100644 --- a/package/archlinux/PKGBUILD-clang-libc++ +++ b/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') diff --git a/package/archlinux/PKGBUILD-coverage b/package/archlinux/PKGBUILD-coverage index 4ffac6810..1d4203214 100644 --- a/package/archlinux/PKGBUILD-coverage +++ b/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') diff --git a/package/archlinux/PKGBUILD-emscripten b/package/archlinux/PKGBUILD-emscripten index fb2ad531d..880be7040 100644 --- a/package/archlinux/PKGBUILD-emscripten +++ b/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') diff --git a/package/archlinux/PKGBUILD-emscripten-wasm b/package/archlinux/PKGBUILD-emscripten-wasm index fc5a8c991..6e0a50e0d 100644 --- a/package/archlinux/PKGBUILD-emscripten-wasm +++ b/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') diff --git a/package/archlinux/PKGBUILD-emscripten-wasm-webgl2 b/package/archlinux/PKGBUILD-emscripten-wasm-webgl2 index 40e4b6a2d..16254070c 100644 --- a/package/archlinux/PKGBUILD-emscripten-wasm-webgl2 +++ b/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') diff --git a/package/archlinux/PKGBUILD-emscripten-webgl2 b/package/archlinux/PKGBUILD-emscripten-webgl2 index cb4e38416..c081388e3 100644 --- a/package/archlinux/PKGBUILD-emscripten-webgl2 +++ b/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') diff --git a/package/archlinux/PKGBUILD-es2 b/package/archlinux/PKGBUILD-es2 index 8e5a98821..b16ce02c1 100644 --- a/package/archlinux/PKGBUILD-es2 +++ b/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') diff --git a/package/archlinux/PKGBUILD-es2desktop b/package/archlinux/PKGBUILD-es2desktop index 621286c2e..7b32e6193 100644 --- a/package/archlinux/PKGBUILD-es2desktop +++ b/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') diff --git a/package/archlinux/PKGBUILD-es3 b/package/archlinux/PKGBUILD-es3 index d7af5e202..417215622 100644 --- a/package/archlinux/PKGBUILD-es3 +++ b/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') diff --git a/package/archlinux/PKGBUILD-es3desktop b/package/archlinux/PKGBUILD-es3desktop index e5a4a3df7..4f2828bac 100644 --- a/package/archlinux/PKGBUILD-es3desktop +++ b/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') diff --git a/package/archlinux/PKGBUILD-gcc47 b/package/archlinux/PKGBUILD-gcc47 index b739ce3e5..bd8e82580 100644 --- a/package/archlinux/PKGBUILD-gcc47 +++ b/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') diff --git a/package/archlinux/PKGBUILD-mingw-w64 b/package/archlinux/PKGBUILD-mingw-w64 index 83cb327d2..f2dd95263 100644 --- a/package/archlinux/PKGBUILD-mingw-w64 +++ b/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') diff --git a/package/archlinux/PKGBUILD-release b/package/archlinux/PKGBUILD-release index a6e944013..8681cec8d 100644 --- a/package/archlinux/PKGBUILD-release +++ b/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') diff --git a/package/archlinux/magnum-git/PKGBUILD b/package/archlinux/magnum-git/PKGBUILD index 784891c4b..b91bc1e08 100644 --- a/package/archlinux/magnum-git/PKGBUILD +++ b/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') diff --git a/package/debian/control b/package/debian/control index cb7ab7a7d..42174ffbd 100644 --- a/package/debian/control +++ b/package/debian/control @@ -4,7 +4,7 @@ Maintainer: Vladimír Vondruš 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 diff --git a/package/gentoo/dev-libs/magnum/magnum-9999.ebuild b/package/gentoo/dev-libs/magnum/magnum-9999.ebuild index b31ce16c1..4602f657e 100644 --- a/package/gentoo/dev-libs/magnum/magnum-9999.ebuild +++ b/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" diff --git a/package/homebrew/magnum.rb b/package/homebrew/magnum.rb index 6938f9821..c608910af 100644 --- a/package/homebrew/magnum.rb +++ b/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" diff --git a/src/Magnum/Audio/al-info.cpp b/src/Magnum/Audio/al-info.cpp index 20dc24aa6..bcea658d6 100644 --- a/src/Magnum/Audio/al-info.cpp +++ b/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} @m_div{m-big}Live web version @m_enddiv @m_div{m-small} uses WebAssembly & WebAudio @m_enddiv @m_enddiv +@m_div{m-button m-primary} @m_div{m-big}Live web version @m_enddiv @m_div{m-small} uses WebAssembly & WebAudio @m_enddiv @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. diff --git a/src/Magnum/GL/Context.cpp b/src/Magnum/GL/Context.cpp index 89a7c98d0..9000ff215 100644 --- a/src/Magnum/GL/Context.cpp +++ b/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") diff --git a/src/Magnum/Platform/gl-info.cpp b/src/Magnum/Platform/gl-info.cpp index 4689ef64e..0d2d12b35 100644 --- a/src/Magnum/Platform/gl-info.cpp +++ b/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} @m_div{m-big}Live web version @m_enddiv @m_div{m-small} uses WebAssembly & WebGL @m_enddiv @m_enddiv +@m_div{m-button m-primary} @m_div{m-big}Live web version @m_enddiv @m_div{m-small} uses WebAssembly & WebGL @m_enddiv @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