Skip to content

issues Search Results · repo:h2o/qrintf language:C

Filter by

12 results
 (66 ms)

12 results

inh2o/qrintf (press backspace or delete to remove)

When I use the tools written by perl, which depends on many package of perl. It s so difficult to use. Can you please rewrite the tools in other language like c? Thanks. --zsx
  • zhengshuxin
  • Opened 
    on Mar 25, 2019
  • #27

Hi, When I try to use qrintf with cmake, I got following errors: ➜ cmake-build-debug git:(master) CC= /usr/local/bin/qrintf cc cmake .. -- The C compiler identification is GNU 8.1.0 -- Check for working ...
  • WANG-lp
  • Opened 
    on May 16, 2018
  • #26

Hi, This is issue is not an issue, but a question. What is the reason of redefining sprintf/snprintf to _qp_sprintf/_qp_snprintf which are not defined? Is it a bug or is it supposed to be so? I bumped ...
question
  • ikruglov
  • 3
  • Opened 
    on Jun 27, 2015
  • #20

As of now, we have a code that emulates the behavior of gcc -wrapper in case clang (or other compiler) is being used. However the argument parsing logic of the emulation is horrible; it just strips -o ...
  • kazuho
  • Opened 
    on May 9, 2015
  • #16

Would be nice to see explicitly with which open source licenses this code is compatible.
  • zabbal
  • 1
  • Opened 
    on Mar 17, 2015
  • #12

I m not a fan of autotools, but can t work around using it in this case. I encountered several issues when integrating qrintf into our Varnish build: Because qrintf.h is included very early in the compile ...
  • dhobsd
  • 4
  • Opened 
    on Dec 26, 2014
  • #11

Was just glancing through the code and noticed this in qrintf.h, is it a mistake? if (sizeof(unsigned long long) == sizeof(unsigned long long))
  • kmanley
  • 1
  • Opened 
    on Oct 30, 2014
  • #8

  • kazuho
  • Opened 
    on Oct 7, 2014
  • #7

Current implementation is not optimized in the sense that it performs range check for every character even in cases when the check can be omitted (https://github.com/kazuho/qrintf/blob/f8b1f7a9a480b7413d1426c0b824b7038e4d8372/misc/gen-qrintf.h.pl#L281 ...
  • kazuho
  • 1
  • Opened 
    on Oct 6, 2014
  • #6

input % cat test.c sprintf(buf, %d%% , 10); output % ./qrintf-pp test.c Use of uninitialized value in concatenation (.) or string at ./qrintf-pp line 83, STDIN line 1. _qrintf_finalize(_qrintf_%(_qrintf_d(_qrintf_init(buf) ...
  • syohex
  • 1
  • Opened 
    on Oct 4, 2014
  • #5
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub