Vladimír Vondruš
50c7ab1edc
package: build tests also in MinGW Jenkins configuration.
...
We want to test at least that they build successfully.
13 years ago
Vladimír Vondruš
794c934dc1
Shotgun documentation updates.
...
Fixed old references to Buffer::Usage, fixed parameter order in Image
constructor, fixed some function references. Added explicit references
to linkable stuff.
13 years ago
Vladimír Vondruš
ce9a9212ca
Fix linking of tests in static Windows build.
...
Also fixes the "multiple definition" Emscripten issue, which was worked
around in f44af271df .
13 years ago
Vladimír Vondruš
f86a60c82d
Fix static build on Windows.
13 years ago
Vladimír Vondruš
9b6b4377e9
Make inter-project includes with "" and dependency includes with <>.
13 years ago
Vladimír Vondruš
f44af271df
TgaImageConverter: workaround for linking error in the test.
...
Due to some weird bug (?) llvm-link complains about multiply defined
symbol.
13 years ago
Vladimír Vondruš
9792f2b7e0
Text: added TODO.
13 years ago
Vladimír Vondruš
72646fa2d5
Text: fix Renderer compilation in Emscripten.
13 years ago
Vladimír Vondruš
ce470aede7
MagnumFont{,Converter}: these tests also need GL, set GLTest suffix.
13 years ago
Vladimír Vondruš
66fb4bc193
package: added Emscripten and MinGW32 Jenkins CI configuration.
13 years ago
Vladimír Vondruš
1b8fff8091
Updated toolchains submodule.
13 years ago
Vladimír Vondruš
463613f1ce
Don't include deprecated Rectangle.h header.
13 years ago
Vladimír Vondruš
1aa5bd0961
Math: error out when Rectangle.h is used in non-deprecated build.
...
How this slipped through?!
13 years ago
Vladimír Vondruš
a6dfda5c3a
Math: fix RangeTest compilation with GCC 4.6.
13 years ago
Vladimír Vondruš
0865705813
Math: fix Range compilation with Clang, mark the constructors as implicit.
...
Somehow defaulted constructor is not enough and Clang complained about
no user-provided default constructor.
13 years ago
Vladimír Vondruš
e6b15ed797
MagnumFont: save one division per glyph.
13 years ago
Vladimír Vondruš
ee8f757419
Using Range2D instead of Rectangle everywhere.
...
Encourages vectorization and generic usage even more. Some functions
were rewritten to make use of the new features, resulting in shorter and
more readable code. This also fixes the annoying naming collision with
WINAPI Rectangle() function.
The old Rectangle is now subclass of Range2D, is marked as deprecated
and will be removed in future release.
13 years ago
Vladimír Vondruš
b083935b94
Math: added Range::scaled().
13 years ago
Vladimír Vondruš
66e6ab6684
Math: added Range::padded() function.
13 years ago
Vladimír Vondruš
9a6c959b60
Math: added Range*::center*() convenience functions.
13 years ago
Vladimír Vondruš
714c243dd6
Math: added generic Range class.
...
Will replace Geometry::Rectangle.
13 years ago
Vladimír Vondruš
0611f58569
Shaders: fix tests in static build.
13 years ago
Vladimír Vondruš
ad85e73d7e
external: install gl2ext.h also for ES3.
...
Again, didn't bother with testing.
13 years ago
Vladimír Vondruš
28e0361984
package: set RPATH to install dir so the proper dependencies are used.
13 years ago
Vladimír Vondruš
2fb40060fd
package: Fail GLTests Jenkins job if the build fails.
13 years ago
Vladimír Vondruš
d47f8ebdf3
package: add Git configuration also to GLTests Jenkins configuration.
...
So we have nice changelogs from build to build. We now need to run the
tests sequentially, because the building instances would try to access
the git repository all at once.
13 years ago
Vladimír Vondruš
1539d0d83f
package: adapt GLTests Jenkins configuration to previous change.
13 years ago
Vladimír Vondruš
a9361b2b8d
package: add Clang/libc++ combination to Jenkins CI configuration.
...
Hello, shell? I hate you.
13 years ago
Vladimír Vondruš
377d575bef
package: added Clang/libc++ and GCC 4.9 development PKGBUILDs.
13 years ago
Vladimír Vondruš
c2ad09706e
Fixed compilation with GCC 4.9.
...
Standards-conforming STL implementation has no implicit default
constructor for std::vector, making me write this ugly verbose code.
13 years ago
Vladimír Vondruš
1291626afc
Fixed compilation with Clang's libc++.
13 years ago
Vladimír Vondruš
4c97517ccc
doc: try deconfuse the ArchLinux packages section a bit.
13 years ago
Vladimír Vondruš
af0e097f41
Fix ES2 method name.
...
It's been [0] days since last copypaste bug.
13 years ago
Vladimír Vondruš
e088da6c78
Fix extension link in the documentation.
13 years ago
Vladimír Vondruš
8cad81935d
package: Build other configurations even if the tests don't pass.
...
More convenient for cases when the main compiler misoptimizes something
and others do not.
13 years ago
Vladimír Vondruš
b181cc3157
package: compile in Release mode for Jenkins CI.
...
Might point out various compiler misoptimizations.
13 years ago
Vladimír Vondruš
db5618c325
OpenGL ES 2.0 and 3.0 share the same extension list.
...
Until recently (or maybe not too recently) ES3 extension header was
"currently empty", now the extension header is shared with ES2. It's
nice to finally get rid of all the weird ifndefs.
13 years ago
Vladimír Vondruš
beb6eb11b2
external: updated OpenGL ES 2.0 and 3.0 headers.
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š
efa1647571
package: Jenkins CI configuration.
13 years ago
Vladimír Vondruš
694c250e50
Use plural form also for CORRADE_UTILITY_LIBRARIES.
13 years ago
Vladimír Vondruš
01194d4316
Rename also classes and files for GL tests.
13 years ago
Vladimír Vondruš
e49be200d4
Properly fix linking to libdl.
...
Use CORRADE_PLUGINMANAGER_LIBRARIES instead of
CORRADE_PLUGINMANAGER_LIBRARY when linking core Magnum library.
This reverts commit 80263eb318 and
6dbe31f0f0 .
13 years ago
Vladimír Vondruš
a156593a89
Hopefully finally fixed constexpr issues in ColorTest with GCC 4.6.
...
Follow-up to 80b61be485 , I am too lazy to
test it before commiting.
13 years ago
Vladimír Vondruš
6dbe31f0f0
Link CORRADE_PLUGINMANAGER_LIBRARIES to all plugin-enabled executables.
...
Should fix another bunch of static build errors.
13 years ago
Vladimír Vondruš
3098ad2650
Audio: missing inline.
...
Caused static build to fail on multiple definitons.
13 years ago
Vladimír Vondruš
80263eb318
Trade: explicitly link tests to CORRADE_PLUGINMANAGER_LIBRARIES.
...
Compilation of tests in static build fails with missing
reference to dlclose().
13 years ago
Vladimír Vondruš
f163009f45
TgaImporter: ColorFormat::Luminance is available only on ES2.
13 years ago