|
|
@1076
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1005
|
4 years |
Maciej Komosinski |
Higher conformance with C++17, but gave up after missing M_PI, M_PI_2, …
|
|
|
@973
|
4 years |
Maciej Komosinski |
Increased SString and std::string compatibility: introduced length(), …
|
|
|
@940
|
4 years |
Maciej Komosinski |
More flexible underflow detection in ExtValue::parseNumber()
|
|
|
@925
|
4 years |
Maciej Komosinski |
Handling errno==ERANGE when parsing numbers by strtod()
|
|
|
@851
|
6 years |
Maciej Komosinski |
Getting int or float value casted from null or invalid is an ERROR …
|
|
|
@845
|
6 years |
Maciej Komosinski |
Made strings at least slightly comparable with zero so 'Math.pi && …
|
|
|
@794
|
6 years |
Maciej Komosinski |
Protected against overflow when converting floating point value to …
|
|
|
@786
|
6 years |
Maciej Komosinski |
Improved shortening of long stringified values in error messages
|
|
|
@785
|
6 years |
Maciej Komosinski |
Very long string values are not printed shortened
|
|
|
@753
|
7 years |
Maciej Komosinski |
Improved Vector and Dictionary deserialization: any number of spaces …
|
|
|
@698
|
7 years |
Maciej Komosinski |
Explicit cast to signed integer before applying negation, this is a …
|
|
|
@639
|
8 years |
Maciej Komosinski |
Introduced separate functions for formatting time.
|
|
|
@636
|
8 years |
Maciej Komosinski |
Modulo by zero is safe just as division by zero and prints analogous …
|
|
|
@522
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@490
|
9 years |
Maciej Komosinski |
Introduced general-use ErrorObject?, fixed enumeration of mixed …
|
|
|
@478
|
9 years |
Maciej Komosinski |
Accessing const objects, short -> paInt, less critical messages when …
|
|
|
@472
|
9 years |
Maciej Komosinski |
Deserialization more tolerant to whitespaces (similarly to the json …
|
|
|
@465
|
9 years |
Maciej Komosinski |
Avoid compilation warning
|
|
|
@464
|
9 years |
Maciej Komosinski |
Serialization of basic object types in JSON format
|
|
|
@414
|
9 years |
Maciej Komosinski |
Don't print warnings on int (operator) float; the result gets promoted …
|
|
|
@375
|
10 years |
Maciej Komosinski |
Renamed logging functions to more intuitive and simple names
|
|
|
@372
|
10 years |
sz |
Renamed some classes and functions to make their purpose more obvious: …
|
|
|
@371
|
10 years |
Maciej Komosinski |
THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object …
|
|
|
@348
|
10 years |
Maciej Komosinski |
- explicit c_str() in SString instead of (const char*) cast
- genetic …
|
|
|
@337
|
10 years |
Maciej Komosinski |
New math operator semantics: extend mixed int/float to float, forbid …
|
|
|
@335
|
10 years |
Maciej Komosinski |
Cosmetic edits
|
|
|
@333
|
10 years |
Maciej Komosinski |
- use source/code mapping for line number and file information in vm …
|
|
|
@326
|
10 years |
Maciej Komosinski |
Unified parsing of ints and floats; hex notation
|
|
|
@325
|
10 years |
Maciej Komosinski |
More strict parsing of int and float numbers from string
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@284
|
10 years |
Maciej Komosinski |
Wrong sscanf size in 64-bit caused stack damage (in "0x....." conversion)
|
|
|
@273
|
10 years |
Maciej Komosinski |
- 'o'-type fields are no longer ignored when saving (serialization …
|
|
|
@257
|
10 years |
Maciej Komosinski |
- added strmove(): strcpy() for overlapping strings
- ExtObject? …
|
|
|
@247
|
10 years |
Maciej Komosinski |
Sources support both 32-bit and 64-bit, and more compilers
|
|
|
@228
|
11 years |
Maciej Komosinski |
More warnings for illegal ExtValue? operations: object+-*/%something …
|
|
|
@222
|
11 years |
Maciej Komosinski |
"Distributed" deserializable class registry, so that ExtValue? does not …
|
|
|
@205
|
11 years |
Maciej Komosinski |
Easier way to get an invalid ExtValue?
|
|
|
@197
|
11 years |
Maciej Komosinski |
GDK used by developers since 1999, distributed on the web since 2002
|
|
|
@171
|
11 years |
sz |
getObjectTarget is now the recommended way to retrieve object from …
|
|
|
@144
|
11 years |
sz |
Param and ExtValue? improvements (better control on conversions, "load" …
|
|
|
@121
|
11 years |
sz |
updated file headers and makefiles
|
|
|
@109
|
11 years |
sz |
source reorganization (see README)
new feature added: part/joint …
|