Historique des commits

Auteur SHA1 Message Date
  mikemirzayanov 8767f2f3c8 Fixed compilation in VS 2015+ il y a 6 ans
  MikeMirzayanov da1de6981e Typo: Tokes->Tokens. il y a 7 ans
  MikeMirzayanov 19720759c3 Introduced space-separated read functions: readWords/readTokes, multilines read functions: readStrings/readLines il y a 7 ans
  MikeMirzayanov 7880b25ff2 Introduced space-separated read functions: readInts/readIntegers/readLongs/readUnsignedLongs/readDoubles/readReals/readStrictDoubles/readStrictReals il y a 7 ans
  MikeMirzayanov 352ce62bed Functions split/tokenize have been supported. il y a 7 ans
  MikeMirzayanov 1713568b1e Supported readUnsignedLong/stringToUnsignedLongLong/readLong(unsigned long long, unsigned long long, const std::string&) il y a 8 ans
  MikeMirzayanov 23a7b0ba17 Allow to read large doubles in readDouble, increased limits in __testlib_isInfinite to +-1E300. il y a 8 ans
  MikeMirzayanov ab0247d4d0 InStream::InStream(): reader = NULL il y a 8 ans
  Mike Mirzayanov db874e55e4 Update testlib.h il y a 8 ans
  stgatilov cd39509b68 Replaced std::max with __testlib_max (damn Microsoft monkeys). il y a 8 ans
  MikeMirzayanov 5eb7c9cf90 Supported features in validators. il y a 9 ans
  MikeMirzayanov fb60f4ab33 - supported validatorBoundsHitLog, validator testset, validator group. il y a 9 ans
  MikeMirzayanov 03c719f408 Fixed UB (sequence points) in random_t il y a 9 ans
  MikeMirzayanov ee1089d803 Fixing text color for linux. il y a 9 ans
  Pavel Kunyavskiy 611b16af50 Support colored ouput to linux terminal il y a 9 ans
  mirzayanovmr 6be6702bda 0.9.9 il y a 9 ans
  mirzayanovmr aaf86333c4 - suppressed some warnings. il y a 9 ans
  mirzayanovmr d16644c485 - suppress some warnings for MSVC. il y a 9 ans
  mirzayanovmr 70c7536ff9 - C++11 support. il y a 9 ans
  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. il y a 10 ans
  mirzayanovmr c36ab44dd5 - Fixed #40: quitp for int. il y a 10 ans
  mirzayanovmr 5802a48bfe - Fixed #41: check dirt if result == _ok || result == _points || result >= _partially. il y a 10 ans
  mirzayanovmr 26196c5c54 - POINTS_EXIT_CODE returned back to 7 (instead of 0). il y a 10 ans
  mirzayanovmr e47378a649 - fixed FileInputStreamReader.eof issue. il y a 10 ans
  mirzayanovmr 98ec53ade3 - removed trash comments. il y a 10 ans
  mirzayanovmr 0e4481af68 - removed FILE* from InStream, il y a 10 ans
  mirzayanovmr 86f0830231 - Removed disable buffers for interactive problems, because it works unexpectedly in wine il y a 10 ans
  mirzayanovmr cafd26863a - Release 0.9.4. il y a 10 ans
  mirzayanovmr 55a38a3807 Issue 32: Signed integer overflow in the random_t class. Fixed. il y a 10 ans
  mirzayanovmr 858c652170 - fixed rare cases in eoln() of incorrect work. il y a 10 ans