История коммитов

Автор SHA1 Сообщение Дата
  Mike Mirzayanov 9f0f9946a9 Merge pull request #56 from msg555/master 7 лет назад
  Mike Mirzayanov cfa2ec7a8f Merge pull request #60 from mirjalali/master 7 лет назад
  Alexander Kernozhitsky 0417fdba43 Fixed colorful testlib output on GNU/Linux 7 лет назад
  mikemirzayanov e85d39a65b Improved CYGWIN support 7 лет назад
  mikemirzayanov 8767f2f3c8 Fixed compilation in VS 2015+ 7 лет назад
  Kian Mirjalali 996cc0bf5b resolved a warning & a compile error on gcc 4.4 and before 8 лет назад
  MikeMirzayanov da1de6981e Typo: Tokes->Tokens. 8 лет назад
  MikeMirzayanov 19720759c3 Introduced space-separated read functions: readWords/readTokes, multilines read functions: readStrings/readLines 8 лет назад
  MikeMirzayanov 7880b25ff2 Introduced space-separated read functions: readInts/readIntegers/readLongs/readUnsignedLongs/readDoubles/readReals/readStrictDoubles/readStrictReals 8 лет назад
  MikeMirzayanov 352ce62bed Functions split/tokenize have been supported. 8 лет назад
  msg555 938b2a53fd Fixed readStringTo() to be consistent with eoln(). 9 лет назад
  MikeMirzayanov 1713568b1e Supported readUnsignedLong/stringToUnsignedLongLong/readLong(unsigned long long, unsigned long long, const std::string&) 9 лет назад
  MikeMirzayanov 23a7b0ba17 Allow to read large doubles in readDouble, increased limits in __testlib_isInfinite to +-1E300. 9 лет назад
  MikeMirzayanov ab0247d4d0 InStream::InStream(): reader = NULL 9 лет назад
  Mike Mirzayanov db874e55e4 Update testlib.h 9 лет назад
  stgatilov cd39509b68 Replaced std::max with __testlib_max (damn Microsoft monkeys). 10 лет назад
  MikeMirzayanov 5eb7c9cf90 Supported features in validators. 10 лет назад
  MikeMirzayanov fb60f4ab33 - supported validatorBoundsHitLog, validator testset, validator group. 10 лет назад
  MikeMirzayanov 03c719f408 Fixed UB (sequence points) in random_t 10 лет назад
  MikeMirzayanov ee1089d803 Fixing text color for linux. 10 лет назад
  Pavel Kunyavskiy 611b16af50 Support colored ouput to linux terminal 10 лет назад
  mirzayanovmr 6be6702bda 0.9.9 10 лет назад
  mirzayanovmr aaf86333c4 - suppressed some warnings. 10 лет назад
  mirzayanovmr d16644c485 - suppress some warnings for MSVC. 10 лет назад
  mirzayanovmr 70c7536ff9 - C++11 support. 10 лет назад
  mirzayanovmr 92ec13c3ec - Now wcmp input.txt output.txt not-existing-answer.txt returns: FAIL Answer file not found: "not-existing-answer.txt", instead of WA. 11 лет назад
  mirzayanovmr c36ab44dd5 - Fixed #40: quitp for int. 11 лет назад
  mirzayanovmr 5802a48bfe - Fixed #41: check dirt if result == _ok || result == _points || result >= _partially. 11 лет назад
  mirzayanovmr 26196c5c54 - POINTS_EXIT_CODE returned back to 7 (instead of 0). 11 лет назад
  mirzayanovmr e47378a649 - fixed FileInputStreamReader.eof issue. 11 лет назад