source: cpp/frams/vm/classes/collectionobj.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1158   2 years Maciej Komosinski Cosmetic/minor improvements
(edit) @1130   3 years Maciej Komosinski Used std::min(), std::max() explicitly to avoid compiler confusion. …
(edit) @1076   3 years Maciej Komosinski Cosmetic
(edit) @1041   3 years Maciej Komosinski Use qsort_r() substitute when not available (Android)
(edit) @931   4 years Maciej Komosinski Supported all platforms using either qsort_r() or qsort_s()
(edit) @930   4 years Maciej Komosinski Replaced std::sort() with qsort() in Vector.sort(). std::sort() …
(edit) @868   5 years Maciej Komosinski Added two methods for dictionary iteration: for(x in dict) and for(x …
(edit) @858   5 years Maciej Komosinski Cosmetic (docs)
(edit) @852   5 years Maciej Komosinski Dictionary.find() now also works for null values stored in a …
(edit) @849   5 years Maciej Komosinski Added Dictionary.hasKey(). Accessing non-existent dictionary keys …
(edit) @746   6 years Maciej Komosinski Code formatting
(edit) @648   7 years Maciej Komosinski Warn when trying to remove non-existing indexed object
(edit) @642   7 years Maciej Komosinski Implemented insert() in FramScript? Vector class
(edit) @545   8 years Maciej Komosinski Dictionary.set() documentation updated
(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) @464   8 years Maciej Komosinski Serialization of basic object types in JSON format
(edit) @453   8 years Maciej Komosinski Built-in shallow clone() for Vector and Dictionary
(edit) @409   9 years Maciej Komosinski Improved documentation
(edit) @392   9 years sz Dictionary documentation updated.
(edit) @387   9 years Maciej Komosinski Improved help descriptions
(edit) @383   9 years sz Added more examples in Vector and Dictionary documentation.
(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) @333   9 years Maciej Komosinski - use source/code mapping for line number and file information in vm …
(edit) @286   9 years Maciej Komosinski Updated headers
(edit) @240   10 years Maciej Komosinski Used | instead of + when adding binary flags
(edit) @197   10 years Maciej Komosinski GDK used by developers since 1999, distributed on the web since 2002
(edit) @182   10 years Maciej Komosinski Don't warn at type mismatch in collection conversions
(edit) @171   10 years sz getObjectTarget is now the recommended way to retrieve object from …
(edit) @164   10 years sz null value handling in Dictionary serialization/toString
(edit) @153   10 years sz SList container iteration: FOREACH() macro now creates local variable …
(edit) @127   10 years sz bug fixed: all param items having GETONLY accessor must also have …
(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.