Skip to content
Snippets Groups Projects
  1. Sep 15, 2013
    • Nadav Har'El's avatar
      Add copyright statement to core/* · 4c0b39f3
      Nadav Har'El authored
      Added Cloudius copyright statement to core/*.
      
      poll.cc already had a BSD copyright statement, I believe this is a mistake
      (I think Guy wrote this code from scratch), but not wanting to rush to a
      conclusion I'm leaving both copyright statements and we should address this
      issue later.
      4c0b39f3
  2. Jul 28, 2013
    • Avi Kivity's avatar
      Add printf()-style output functions · a623c33a
      Avi Kivity authored
        sprintf(fmt, ...) - returns a std::stream
        fprintf(os, fmt, ...) - prints to a std::ostream&
      
      Easier than the usualy method of constructing a temporary ostringstream
      and formatting into that.
      a623c33a
Loading