source: cpp/frams/util/extvalue.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @639   7 years Maciej Komosinski Introduced separate functions for formatting time.
(edit) @636   7 years Maciej Komosinski Modulo by zero is safe just as division by zero and prints analogous …
(edit) @522   8 years Maciej Komosinski Code formatting
(edit) @490   8 years Maciej Komosinski Introduced general-use ErrorObject?, fixed enumeration of mixed …
(edit) @478   8 years Maciej Komosinski Accessing const objects, short -> paInt, less critical messages when …
(edit) @472   8 years Maciej Komosinski Deserialization more tolerant to whitespaces (similarly to the json …
(edit) @465   8 years Maciej Komosinski Avoid compilation warning
(edit) @464   8 years Maciej Komosinski Serialization of basic object types in JSON format
(edit) @414   9 years Maciej Komosinski Don't print warnings on int (operator) float; the result gets promoted …
(edit) @375   9 years Maciej Komosinski Renamed logging functions to more intuitive and simple names
(edit) @372   9 years sz Renamed some classes and functions to make their purpose more obvious: …
(edit) @371   9 years Maciej Komosinski THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object …
(edit) @348   9 years Maciej Komosinski - explicit c_str() in SString instead of (const char*) cast - genetic …
(edit) @337   9 years Maciej Komosinski New math operator semantics: extend mixed int/float to float, forbid …
(edit) @335   9 years Maciej Komosinski Cosmetic edits
(edit) @333   9 years Maciej Komosinski - use source/code mapping for line number and file information in vm …
(edit) @326   9 years Maciej Komosinski Unified parsing of ints and floats; hex notation
(edit) @325   9 years Maciej Komosinski More strict parsing of int and float numbers from string
(edit) @286   9 years Maciej Komosinski Updated headers
(edit) @284   9 years Maciej Komosinski Wrong sscanf size in 64-bit caused stack damage (in "0x....." conversion)
(edit) @273   9 years Maciej Komosinski - 'o'-type fields are no longer ignored when saving (serialization …
(edit) @257   9 years Maciej Komosinski - added strmove(): strcpy() for overlapping strings - ExtObject?
(edit) @247   9 years Maciej Komosinski Sources support both 32-bit and 64-bit, and more compilers
(edit) @228   10 years Maciej Komosinski More warnings for illegal ExtValue? operations: object+-*/%something …
(edit) @222   10 years Maciej Komosinski "Distributed" deserializable class registry, so that ExtValue? does not …
(edit) @205   10 years Maciej Komosinski Easier way to get an invalid ExtValue?
(edit) @197   10 years Maciej Komosinski GDK used by developers since 1999, distributed on the web since 2002
(edit) @171   10 years sz getObjectTarget is now the recommended way to retrieve object from …
(edit) @144   10 years sz Param and ExtValue? improvements (better control on conversions, "load" …
(edit) @121   10 years sz updated file headers and makefiles
(add) @109   10 years sz source reorganization (see README) new feature added: part/joint …
Note: See TracRevisionLog for help on using the revision log.