Keith Packard
Keith Packard
test_pathological_regressions ensures that the parsing code doesn't suddenly start taking way too much time to deal with badly broken input. The test requires that the parser take less than 1000ms...
Move all files aside from templates.rb to prawn/templates to avoid smashing any existing files from prawn or pdf packages. This PR is relative to 0.1.2 as that's the version I'm...
Here's a series of hacks I wrote which allow me to use mspsim to run picolibc tests. There's only one actual fix here -- extending the CG3 -1 value to...
This uses a new gcc config option, --enable-multilib-space, which duplicates every multilib configuration, adding a new version which optimizes for space. With this, every library in the toolchain will get...
I just did a survey of all of the SDK compilers and only xtensa uses a 2-byte wchar_t. This means that applications built on xtensa will not be able to...
This took a patch to gcc and a patch to picolibc
This provides both minsize and release versions of picolibc in the SDK, allowing users to select between them while building their application.
This is a replacement for #4037 as I want to switch the source branch. This would also replace my need for #13960. Place the build products in a directory of...
This allows built results from any build target, custom target or configure file to be renamed during installation, just as with install_data. This feature is motivated by the need to...
This parameter provides a place to add linker parameters that will be placed in the command line before any input files or libraries. In the ninjabackend, this is done by...