Vladimír Vondruš
dfc7dfd0dc
package: added magnum-imageconverter to all packages and CIs.
10 years ago
Vladimír Vondruš
dbfcbb62e6
package: enable magnum-al-info in all packages and CIs.
10 years ago
Vladimír Vondruš
5f15ea74e9
package: enable GlfwApplication in development and Jenkins CI packages.
10 years ago
Vladimír Vondruš
4658d9fbb2
package/archlinux: colored test output.
10 years ago
Vladimír Vondruš
93da259ca5
package/archlinux: fix libc++ development PKGBUILD.
11 years ago
Vladimír Vondruš
a118bec88b
Super secret stuff.
...
Reason: I'm first on Google for "c++11 opengl" and I want to be first
also for "c++14 opengl", heh.
11 years ago
Vladimír Vondruš
cc79efa1de
package: enable XEglApplication where possible.
...
Only in CI and dev PKGBUILDs, as EGL might not be available on all
platforms.
11 years ago
Vladimír Vondruš
3fcb65de06
package/archlinux: fixed development PKGBUILDs to work with pacman 4.2.
12 years ago
Vladimír Vondruš
e201b5a480
package: enable EglContext everywhere possible.
12 years ago
Vladimír Vondruš
9c1d00351a
package: build GlxContext by default on Linux.
12 years ago
Vladimír Vondruš
d4ec4ed339
package: run the tests multiprocess.
...
They are now taking too long (9 secs), with -j5 just 3 secs.
12 years ago
Vladimír Vondruš
4027a097e4
package: build ObjImporter in all packages by default.
12 years ago
Vladimír Vondruš
132c2f4e64
package: ensure that static libs are being kept in ArchLinux packages.
...
I forgot to merge my /etc/makepkg.conf.pacnew and thus didn't notice it
until now.
12 years ago
Vladimír Vondruš
9617646c41
package: explicitly build also WindowlessGlxApplication in dev PKGBUILDs.
12 years ago
Vladimír Vondruš
aa04443d01
package: updated URL in development PKGBUILDs.
13 years ago
Vladimír Vondruš
377d575bef
package: added Clang/libc++ and GCC 4.9 development PKGBUILDs.
13 years ago
Vladimír Vondruš
d6a54ea5e5
package: enable everything possible for development PKGBUILDs.
13 years ago
Vladimír Vondruš
fcd48a50f5
package: added Clang PKGBUILD.
13 years ago
Vladimír Vondruš
1188e08034
Moved development PKGBUILDs to `package/archlinux`.
...
They cluttered the root project dir way too much.
13 years ago
Vladimír Vondruš
1fcbf01288
Enable everything possible in development PKGBUILDs.
13 years ago
Vladimír Vondruš
695c287e11
Add development PKGBUILDs for GCC4.6/4.7.
13 years ago
Vladimír Vondruš
847f2b429f
Build all the plugins in development PKGBUILDs.
13 years ago
Vladimír Vondruš
bbc2c1ea97
Use ninja for development PKGBUILD.
...
OMG it's so fast.
13 years ago
Vladimír Vondruš
948e771c79
Update package name in development PKGBUILDs.
...
Be consistent with magnum-git from AUR.
13 years ago
Vladimír Vondruš
9749f1ec6a
Add missing `openal` dependency to ArchLinux PKGBUILDs.
13 years ago
Vladimír Vondruš
27215ef18f
Remove `glew` dependency also from all PKGBUILDs.
13 years ago
Vladimír Vondruš
c6d56f32f2
Use `sdl2` dependency in ArchLinux development package.
13 years ago
Vladimír Vondruš
ab56470dec
Updated PKGBUILDs and added ES2/ES3 variants.
13 years ago
Vladimír Vondruš
a7ff819dd8
Relicensing to MIT/Expat license, part 5: updated package files.
13 years ago
Vladimír Vondruš
600a03b0e6
Disable optimization in development PKGBUILD.
...
Saves a lot of compilation time (5:50 before, 3:40 now).
13 years ago
Vladimír Vondruš
27e1dce533
Got rid of Qt's QtTest in favor of Corrade's TestSuite.
...
Now we can use CORRADE_COMPARE() almost exclusively for comparing
Vector, Matrix instances and all containers from STL. Tests running time
for all 31 tests is now around 0.1 sec instead of two seconds like
before.
Disabled compilation of all benchmarks, because TestSuite cannot handle
them yet.
PKGBUILD from AUR now can shamelessly use check() function without
unnecessary dependencies.
14 years ago
Vladimír Vondruš
e034b11718
Excluding benchmarks from CTest run.
...
They took too much time without doing anything useful with measured
time (regression testing).
14 years ago
Vladimír Vondruš
1990702170
Remove unsupported CXX flag when building dev PKGBUILD with Clang.
14 years ago
Vladimír Vondruš
02d3e9166d
Show output on CTest failure.
14 years ago
Vladimír Vondruš
37eff1149b
Using Vertex Array Objects for mesh drawing.
...
* All attribute pointers and buffer binding is now stored in each
mesh own vertex array object, thus each mesh drawing now needs
only three OpenGL calls.
* Removed default VAO from Scene, which fixes unit test crashes.
14 years ago
Vladimír Vondruš
d35861fa92
Added Git PKGBUILD.
...
Development PKGBUILD in the root thus provides the same functionality as
`magnum-git`.
14 years ago
Vladimír Vondruš
3cefff08cc
Better project URLs.
14 years ago
Vladimír Vondruš
cbda9712e2
Added (incomplete) check() function to development PKGBUILD.
...
Incomplete check is still better than no check.
14 years ago
Vladimír Vondruš
8cf585ac3a
Fixed dependencies in development PKGBUILD.
...
Qt is needed only for building tests, thus it is in makedepends, GLEW on
the other hand is needed all the time, as it is dynamic library. Mesa is
dependency of GLEW, thus removing it.
14 years ago
Vladimír Vondruš
614373e1af
Magnum now depends on Corrade.
...
Corrade will provide necessary things like plugin management and many
other useful utilities.
15 years ago
Vladimír Vondruš
84215bc4e2
Installation commands in CMake, development PKGBUILD.
16 years ago