- 02 Jan, 2017 4 commits
-
-
scoder authored
Optimize string comparisons
-
Robert Bradshaw authored
-
Claudio Freire authored
-
Claudio Freire authored
-
- 29 Dec, 2016 3 commits
-
-
Claudio Freire authored
-
Claudio Freire authored
-
Claudio Freire authored
Use their hashes, if initialized, to short-circuit the "not-eq" path. Should speed up comparisons of interned strings.
-
- 22 Dec, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 21 Dec, 2016 2 commits
-
-
Robert Bradshaw authored
fix typo in Compiler/Options.py
-
Igor Gnatenko authored
Reported-by: Paulo Andrade <paulo.cesar.pereira.de.andrade@gmail.com> References: https://bugzilla.redhat.com/show_bug.cgi?id=1406533Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
-
- 20 Dec, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 16 Dec, 2016 2 commits
-
-
Robert Bradshaw authored
A few more wrappers in libcpp.algorithm and libcpp.vector
-
Robert Bradshaw authored
Fix cythonize(source_filename, cache=True) under Python 3
-
- 14 Dec, 2016 1 commit
-
-
Olivier Grisel authored
-
- 11 Dec, 2016 1 commit
-
-
Mike Kolupaev authored
-
- 08 Dec, 2016 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 06 Dec, 2016 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fixes #1540.
-
- 04 Dec, 2016 6 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fully resolves #1542.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Fixes #1541
-
- 30 Nov, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Fixes GH issue #1538.
-
- 29 Nov, 2016 5 commits
-
-
Robert Bradshaw authored
errno.h on FreeBSD contains ENOATTR instead of ENODATA
-
Robert Bradshaw authored
Added missing function parameter "value"
-
Robert Bradshaw authored
Allow UTF8 in tests/run/annotate_html.pyx
-
Łukasz Langa authored
Otherwise tests are failing on my box with a UnicodeDecodeError.
-
Giovanni Torres authored
-
- 28 Nov, 2016 1 commit
-
-
Willem Jan Withagen authored
So allow for that value in this enumeration. Added immediately after ENODATA Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
-
- 27 Nov, 2016 1 commit
-
-
Stefan Behnel authored
-