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