- Nov 27, 2016
-
-
Thomas Perl authored
-
Thomas Perl authored
-
- Mar 20, 2016
-
-
Thomas Perl authored
-
Thomas Perl authored
-
- Feb 08, 2016
-
-
Thomas Perl authored
-
- Jan 31, 2016
-
-
Thomas Perl authored
SortableVector: avoid qsort()ing C++ objects
-
Lubomir Rintel authored
That's a sin to memcpy() a non-primitive type such as std::string. With the current GCC libstdc++ implementation std::string inlines and copying them directly causes no end of mayhem. Valgrind just waved goodbye and exited through an open window. Let's just get rid of the broken SortableVector class altogether, use the standard std::sort interface, overload < instead of using a custom comparator and implement swap to do the replaces correctly.
-
- Dec 31, 2015
-
-
Thomas Perl authored
Update Font.cpp
-
Thomas Perl authored
Update ru
-
- Dec 30, 2015
- Nov 27, 2015
-
-
Thomas Perl authored
-
Thomas Perl authored
-
Thomas Perl authored
This is not pre-processed with SED (the .in variant doesn't work without a harmless warning message), so we just use the direct make syntax. Thanks to Samuel Bauer for the report.
-
Thomas Perl authored
-
- Nov 18, 2015
-
-
Thomas Perl authored
-
- Nov 17, 2015
-
-
Thomas Perl authored
-
Thomas Perl authored
-
Thomas Perl authored
-
Thomas Perl authored
-
Thomas Perl authored
-
Thomas Perl authored
-
-
- Nov 16, 2015
-
-
Thomas Perl authored
-
- Nov 13, 2015
-
-
Thomas Perl authored
-
Thomas Perl authored
-
Thomas Perl authored
-
Thomas Perl authored
-
- Apr 02, 2015
-
-
Thomas Perl authored
-
Thomas Perl authored
-
- Mar 01, 2015
-
-
Thomas Perl authored
-
- Feb 20, 2015
-
-
Thomas Perl authored
glaserl: fix build
-
Lubomir Rintel authored
Quote CFLAGS so that more than a single flag can be used.
-
- Jan 08, 2015
-
-
Thomas Perl authored
-
- Jan 07, 2015
-
-
Thomas Perl authored
-
Thomas Perl authored
-
Thomas Perl authored
-
- Jan 05, 2015
-
-
Thomas Perl authored
-
Thomas Perl authored
-
Thomas Perl authored
-