提交历史

作者 SHA1 备注 提交日期
  mirzayanovmr 8e6c26d728 11 年之前
  mirzayanovmr 250332c6ad - increased some buffers, but it is better to check them on overflow. 11 年之前
  mirzayanovmr e317497375 - supported special exit code (by default, 8) in case of unexpected eof, use -DENABLE_UNEXPECTED_EOF to enable. 11 年之前
  mirzayanovmr d0f2e1809b - refactoring around NORETURN. 11 年之前
  mirzayanovmr 840bd717a8 - testlib preconditions refactored to be in separate function, 11 年之前
  mirzayanovmr 3c3bba5978 11 年之前
  mirzayanovmr ea4a164353 - Fixed bug with nan in stringToDouble 11 年之前
  mirzayanovmr 4a9351eab6 - fixed issue around overloads for size_t on x64. 11 年之前
  mirzayanovmr 8ad297e976 - added 'points' attribute to XML output in case of result=_points, 11 年之前
  mirzayanovmr d8648bdc99 11 年之前
  mirzayanovmr e3a233941d - customizable exit codes, 11 年之前
  mirzayanovmr cd764748bf - noreturns for visual studio c++, 11 年之前
  mirzayanovmr c96264b0d2 - warnings 11 年之前
  mirzayanovmr 72c93c2768 - improved performance of ensure; 11 年之前
  mirzayanovmr 225fac2c2b - added missed std:: before FILE in some places, 11 年之前
  mirzayanovmr cc8b8a8d95 - fixed compilation in MSVS CPP (without /O2) around rand(). 11 年之前
  mirzayanovmr 7aba0b0cc9 - disable InStream copy constructor / assignment operator; 11 年之前
  mirzayanovmr 7c9318da62 - added two checkers supporting test cases, 11 年之前
  mirzayanovmr 09131cbc79 11 年之前
  mirzayanovmr b427271e3a - added some GCC attributes, 11 年之前
  mirzayanovmr 29d64c03f0 - use _tmpReadToken to avoid memory reallocations, 11 年之前
  mirzayanovmr 8f894b4f87 - readStringTo/readLineTo. 11 年之前
  mirzayanovmr 990c6173e8 - added readWordTo/readTokenTo. 11 年之前
  mirzayanovmr 86029d30d5 - virtual InputStreamReader destructor 11 年之前
  mirzayanovmr 0ea96eebe1 - U64 macro 11 年之前
  mirzayanovmr 9d88fbdf5b - trim 11 年之前
  mirzayanovmr 84ccd5484f - introduced two separate readers for InStream: based on getc/ungetc and buffered. 11 年之前
  mirzayanovmr d750596237 - introduced compress(string), upperCase(string), lowerCase(string), englishEnding(string). 11 年之前
  mirzayanovmr 935ac9300b - throw() in rand() and srand() declarations if __GLIBC__. 11 年之前
  mirzayanovmr cc86a190f6 - reserve for std::strings to speedup reading, 11 年之前