Commit History

Author SHA1 Message Date
  MikeMirzayanov b70e03cc83 Fixed InStream::readStringTo 7 years ago
  Mike Mirzayanov 1b9c12314f Merge pull request #49 from zaic/master 7 years ago
  Mike Mirzayanov 83617aa2d1 Merge pull request #48 from dev-plvlml/master 7 years ago
  Mike Mirzayanov 9f0f9946a9 Merge pull request #56 from msg555/master 7 years ago
  Mike Mirzayanov cfa2ec7a8f Merge pull request #60 from mirjalali/master 7 years ago
  Mike Mirzayanov dc36dcbbc7 Merge pull request #68 from burunduk3/master 7 years ago
  Mike Mirzayanov 59663d8953 Merge pull request #63 from ShubhamAvasthi/Grammar-Fix 7 years ago
  Mike Mirzayanov 94c1011159 Merge pull request #69 from alex65536/color-output-linux 7 years ago
  Alexander Kernozhitsky 0417fdba43 Fixed colorful testlib output on GNU/Linux 7 years ago
  Oleg Davydov dd21da93d9 Interactive helper in README 7 years ago
  mikemirzayanov e85d39a65b Improved CYGWIN support 7 years ago
  Shubham Avasthi bdcd56b460 Fixed Grammar. 7 years ago
  mikemirzayanov 8767f2f3c8 Fixed compilation in VS 2015+ 8 years ago
  Kian Mirjalali 996cc0bf5b resolved a warning & a compile error on gcc 4.4 and before 8 years ago
  MikeMirzayanov da1de6981e Typo: Tokes->Tokens. 8 years ago
  MikeMirzayanov 19720759c3 Introduced space-separated read functions: readWords/readTokes, multilines read functions: readStrings/readLines 8 years ago
  MikeMirzayanov 7880b25ff2 Introduced space-separated read functions: readInts/readIntegers/readLongs/readUnsignedLongs/readDoubles/readReals/readStrictDoubles/readStrictReals 8 years ago
  MikeMirzayanov af0a6d3562 Validators use argc, argv. 8 years ago
  MikeMirzayanov 352ce62bed Functions split/tokenize have been supported. 8 years ago
  msg555 938b2a53fd Fixed readStringTo() to be consistent with eoln(). 9 years ago
  MikeMirzayanov 1713568b1e Supported readUnsignedLong/stringToUnsignedLongLong/readLong(unsigned long long, unsigned long long, const std::string&) 9 years ago
  MikeMirzayanov 23a7b0ba17 Allow to read large doubles in readDouble, increased limits in __testlib_isInfinite to +-1E300. 9 years ago
  MikeMirzayanov ab0247d4d0 InStream::InStream(): reader = NULL 9 years ago
  Mike Mirzayanov db874e55e4 Update testlib.h 9 years ago
  Mike Mirzayanov a8b953181d Update iwgen.cpp 9 years ago
  Mike Mirzayanov 7428d67483 Create LICENSE 9 years ago
  Mike Mirzayanov cd281fa833 Merge pull request #50 from stgatilov/master 9 years ago
  stgatilov cd39509b68 Replaced std::max with __testlib_max (damn Microsoft monkeys). 10 years ago
  Vadim Zaytsev a1bdeae3a2 Check windows EOLs on linux and vice versa. 10 years ago
  Pavel Matcula 475b050b5f Added compatibility with Contester 10 years ago