libcody icon indicating copy to clipboard operation
libcody copied to clipboard

Compiler/BuildSystem Interface Library

Results 4 libcody issues
Sort by recently updated
recently updated
newest added

Hi again This one looks easier to fix. ``` g++ -std=c++11 -g -fno-enforce-eh-specs -fno-stack-protector -fno-threadsafe-statics -fno-exceptions -fno-rtti -fdebug-prefix-map=../../libcody/= -W -Wall -include config.h -I../../libcody \ -MMD -MP -MF netclient.d -c -o...

I encountered this issue when building GCC on Solaris. For some reason, several of the string related functions like to_string and strtoull require that _GLIBCXX_USE_C99 be defined (at least going...

Is it legal to send a block of responses that is shorter than the block of requests provided the last response is `ERROR`? This line from the documentation would suggest...

From the `README`: > It is expected that absolute header-unit names convert to relative CMI names, to keep all CMIs within the CMI repository. This means that steps must be...