source: cpp/frams/util

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @970   4 years Maciej Komosinski Added functions to properly round floating point values to specified …
(edit) @955   4 years Maciej Komosinski Genetic format ID becomes a string (no longer limited to a single …
(edit) @940   4 years Maciej Komosinski More flexible underflow detection in ExtValue::parseNumber()
(edit) @929   4 years Maciej Komosinski Introduced strSplit() - a function that splits an SString and stores …
(edit) @925   4 years Maciej Komosinski Handling errno==ERANGE when parsing numbers by strtod()
(edit) @904   4 years Maciej Komosinski Added a helper function to concatenate path components inserting …
(edit) @897   4 years Maciej Komosinski A workaround for Android bug in vsnprintf() and vsprintf() needed in …
(edit) @896   4 years Maciej Komosinski Replaced #defined macros for popular random-related operations with …
(edit) @889   5 years Maciej Komosinski Code formatting
(edit) @851   5 years Maciej Komosinski Getting int or float value casted from null or invalid is an ERROR …
(edit) @845   5 years Maciej Komosinski Made strings at least slightly comparable with zero so 'Math.pi && …
(edit) @844   5 years Maciej Komosinski Initialization of static fields in a template conforming to the C++17 …
(edit) @826   5 years Maciej Komosinski Used the Dragon4 algorithm to print floating point values with full …
(edit) @794   6 years Maciej Komosinski Protected against overflow when converting floating point value to …
(edit) @793   6 years Maciej Komosinski Code formatting
(edit) @786   6 years Maciej Komosinski Improved shortening of long stringified values in error messages
(edit) @785   6 years Maciej Komosinski Very long string values are not printed shortened
(edit) @781   6 years Maciej Komosinski Fixed indentation
(edit) @753   6 years Maciej Komosinski Improved Vector and Dictionary deserialization: any number of spaces …
(edit) @733   6 years Maciej Komosinski Code formatting
(edit) @698   7 years Maciej Komosinski Explicit cast to signed integer before applying negation, this is a …
(edit) @691   7 years Maciej Komosinski Support for reading/parsing and writing 64-bit integer values
(edit) @651   7 years Maciej Komosinski 0,1 -> false,true
(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) @529   8 years Maciej Komosinski \r can be optionally removed while loading
(edit) @523   8 years Maciej Komosinski No more overloading of fopen/fclose/... functions for the VirtFILE …
(edit) @522   8 years Maciej Komosinski Code formatting
(edit) @512   8 years Maciej Komosinski No trailing space in full name when last name is empty
(edit) @490   8 years Maciej Komosinski Introduced general-use ErrorObject?, fixed enumeration of mixed …
(edit) @482   8 years Maciej Komosinski Fixed: we want a reference to a static object, not a static reference …
(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) @424   9 years Maciej Komosinski iOS compilation
(edit) @414   9 years Maciej Komosinski Don't print warnings on int (operator) float; the result gets promoted …
(edit) @395   9 years Maciej Komosinski Fixed int/bool warnings
(edit) @385   9 years sz Switch to a different, multithreading-friendly SString implementation …
(edit) @384   9 years sz Used intptr_t instead of the evil, platform-dependent long.
(edit) @382   9 years sz Moving frams/virtfile to common/virtfile: - file references updated …
(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) @367   9 years Maciej Komosinski SString move semantics
(edit) @348   9 years Maciej Komosinski - explicit c_str() in SString instead of (const char*) cast - genetic …
(edit) @347   9 years Maciej Komosinski Using memmove instead of memcpy because overlapping source/destination …
(edit) @343   9 years Maciej Komosinski Code formatting
(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) @321   9 years Maciej Komosinski Fixed regression (missing side effect that existed earlier)
(edit) @319   9 years Maciej Komosinski Fixed compilation warnings
(edit) @305   9 years Maciej Komosinski Increased precision / less optimizations in some rotations and …
(edit) @304   9 years Maciej Komosinski Improved docs
(edit) @303   9 years Maciej Komosinski Improved error messages
(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) @276   9 years Maciej Komosinski Empty stock objects for convenience
(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) @255   9 years Maciej Komosinski Formatted source and new Orient::lookAt() function with only one …
(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) @226   10 years Maciej Komosinski - SString::hash() and HashTable? use FNV-1a instead of FNV-1 - fixed …
(edit) @225   10 years Maciej Komosinski Compilation for Android
(edit) @222   10 years Maciej Komosinski "Distributed" deserializable class registry, so that ExtValue? does not …
(edit) @210   10 years Maciej Komosinski Added wildcard matching functions
(edit) @205   10 years Maciej Komosinski Easier way to get an invalid ExtValue?
(edit) @198   10 years Maciej Komosinski Hashing function for strings
(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) @170   10 years sz removed the confusing SList operator!()
(edit) @166   10 years sz Iterating a copy of callback list allows to modify the original while …
(edit) @155   10 years sz Pt3D: allCoordsLowerThan()/HigherThan?() functions instead of the …
(edit) @154   10 years sz reformatting, english translation
(edit) @153   10 years sz SList container iteration: FOREACH() macro now creates local variable …
(edit) @144   10 years sz Param and ExtValue? improvements (better control on conversions, "load" …
(edit) @139   10 years sz class renaming + minor corrections
(edit) @128   10 years sz warning: deprecated conversion from string constant to char*
(edit) @121   10 years sz updated file headers and makefiles
(edit) @112   10 years sz removed weird };
(add) @109   10 years sz source reorganization (see README) new feature added: part/joint …
Note: See TracRevisionLog for help on using the revision log.