| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
There are other tests in glib/tests/ that are licensed under a BSD-style
license, and other tests that don't have any license header.
https://bugzilla.gnome.org/show_bug.cgi?id=776504
|
|
|
|
|
|
|
| |
We were trying to squeeze 64-bit test vectors into gsize, which is fine
on 64bit systems but doesn't work very well on 32-bit.
Change that to a guint64.
|
|
Add some simple testcases for the new bounds-checked integer arithmetic
helpers.
Include a second build of the testcase to make sure we test the fallback
code even if we are on a compiler that supports the intrinsics.
https://bugzilla.gnome.org/show_bug.cgi?id=503096
|