Vladimír Vondruš
d14bb02cd1
package/archlinux: ignore another lcov error.
...
Not sure what either of the two means.
2 years ago
Vladimír Vondruš
57fc62f121
package/archlinux: force a concrete Python executable.
...
Otherwise pybind11 picks up oldest installed, or whatever other arbitrary
one. Between this and the other issue with Homebrew, has everyone gone
insane lately?? How is such a behavior a reasonable default?!
2 years ago
Vladimír Vondruš
58e16bfb3f
package/archlinux: run doctest with proper PYTHONPATH.
...
Got broken in b5557a94cd a year ago and I
forgot it ever worked since then.
2 years ago
Vladimír Vondruš
ff32ae2824
package/archlinux: enable colored output in dev PKGBUILDs.
3 years ago
Vladimír Vondruš
f9d1fdecf3
package/archlinux: adapt to lcov 2.0 changes.
3 years ago
Vladimír Vondruš
b5557a94cd
package/archlinux: use Ninja Multi-Config for the dev PKGBUILD.
...
So I have at least some semi-convenient way to switch to a debug build
in order to debug a strange crash or assertion.
3 years ago
Vladimír Vondruš
1752e61f9b
package/archlinux: python-coverage is a dependency as well.
3 years ago
Vladimír Vondruš
7009d66d18
package/archlinux: use a wildcard .kateconfig for PKGBUILD highlighting.
4 years ago
Vladimír Vondruš
661f9fa451
package/archlinux: don't use buildflags in the dev PKGBUILD.
4 years ago
Vladimír Vondruš
020e1966ab
package/archlinux: update AUR PKGBUILD version.
4 years ago
Vladimír Vondruš
704c904d6a
package: use MAGNUM_-prefixed CMake options.
4 years ago
Vladimír Vondruš
9d916eeae6
Don't use git://.
4 years ago
Vladimír Vondruš
ae23365869
Bye, Travis! You won't be missed.
4 years ago
Vladimír Vondruš
9b0e7bcf3e
package/archlinux: actually, those are transitive deps.
6 years ago
Vladimír Vondruš
267f7c36d9
package/archlinux: switch to Ninja.
6 years ago
Vladimír Vondruš
f5d78009a2
package/archlinux: interestingly enough, this got never commited.
6 years ago
Vladimír Vondruš
fe7e6eb545
Bootstrap for C++-side unit tests.
...
So far all tests were done only in Python, but now we'll need them in
CMake / CTest also.
6 years ago
Vladimír Vondruš
70e7ab94c8
oackage/archlinux: expect zstd-compressed packages.
6 years ago
Vladimír Vondruš
cfce76dde4
package: include public headers in coverage reports as well.
7 years ago
Vladimír Vondruš
90778c0a0b
package: GCC 9 and lcov from git work again.
...
And GCC 6 doesn't, so kill it. However the thing is even slower than
before, how the heck is that possible.
7 years ago
Vladimír Vondruš
fde6102a8d
python: expose SceneGraph Python wrapping helpers.
...
Those will get used by 3rd party code, so need to be installed.
7 years ago
Vladimír Vondruš
256e69a8bb
package: test also docstring validity.
...
Doctest is ... wow. Such a simple idea and yet so useful. No need to do
any complex compiled code snippets like with C++.
7 years ago
Vladimír Vondruš
86d64a6a5a
package/archlinux: coverage PKGBUILD.
...
Generating both C++ and Python coverage.
7 years ago
Vladimír Vondruš
d34366ac46
python: expose ArrayView and StridedArrayView.
...
Wow. This took a while and still is far from ideal.
7 years ago
Vladimír Vondruš
0a72eaac56
package/archlinux: added a development PKGBUILD.
7 years ago