aboutsummaryrefslogtreecommitdiff
path: root/c/fuzz
AgeCommit message (Collapse)AuthorFilesLines
2023-07-10insert missing fuzz/WORKSPACE contentEvgenii Kliuchnikov1-0/+23
PiperOrigin-RevId: 546848285
2023-07-10simplify building of fuzzerEvgenii Kliuchnikov3-0/+30
PiperOrigin-RevId: 545950923
2023-07-04Internal changesEvgenii Kliuchnikov1-0/+5
PiperOrigin-RevId: 545262005
2023-07-040.4-1.5% decoder speedupEvgenii Kliuchnikov1-5/+0
PiperOrigin-RevId: 513248503
2023-06-22fuzz: make target resist allocation failures (#1023)Catena cyber1-0/+5
So that fuzzing can go on with simulated allocation failures
2022-12-16CMake: Allow using BUILD_SHARED_LIBS to choose static/shared libs (#655)Adrian Perez1-3/+3
By convention projects using CMake which can build either static or shared libraries use a BUILD_SHARED_LIBS flag to allow selecting between both: the add_library() command automatically switches between both using this variable when the library kind is not passed to add_library(). It is also usual to expose the BUILD_SHARED_LIBS as an user-facing setting with the option() command. This way, the following will both work as expected: % cmake -DBUILD_SHARED_LIBS=OFF ... % cmake -DBUILS_SHARED_LIBS=ON ... This is helpful for distributions which need (or want) to build only static libraries.
2018-06-18Convert fuzzer to C99. (#686)Eugene Kliuchnikov3-8/+12
2017-09-26Fix fuzzer test script and add it to travis matrix (#606)Eugene Kliuchnikov1-8/+13
2017-04-23Move files & update paths (#541)Eugene Kliuchnikov3-0/+126
* Move files & update paths * Rename build to scripts. * Fix paths * Fix script.