Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 266976b1 | 2015-10-15 22:15:53 | add src/tools/ftfuzzer/README | ||
| 8b76eaf0 | 2015-10-15 18:28:43 | * src/tools/ftfuzzer/ftfuzzer.cc: Handle fixed sizes (#46211). | ||
| bdb56bba | 2015-10-13 11:51:13 | [ftfuzzer] Handle TTCs and MM/GX variations. This patch also contains various other improvements. * src/tools/ftfuzzer/ftfuzzer.cc: Add preprocessor guard to reject pre-C++11 compilers. (FT_Global): New class. Use it to provide a global constructor and destructor for the `FT_Library' object. (setIntermediateAxis): New function to select an (arbitrary) instance. (LLVMFuzzerTestOneInput): Loop over all faces and named instances. Also call `FT_Set_Char_Size'. | ||
| dde84f25 | 2015-10-07 22:18:22 | [ftfuzzer] Add support for LLVM's LibFuzzer. * src/tools/ftfuzzer/ftfuzzer.cc, src/tools/runinput.cc: New files. |