source: cpp/frams/param

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1186   16 months Maciej Komosinski For consistency with other numerical types, unlimited string length is …
(edit) @1184   18 months Maciej Komosinski Introduced a class to quickly copy field values between two compatible …
(edit) @1155   2 years Maciej Komosinski Added ParamInterface::findGroupId(const char* name)
(edit) @1130   3 years Maciej Komosinski Used std::min(), std::max() explicitly to avoid compiler confusion. …
(edit) @1051   3 years Maciej Komosinski Fixed a bug in ParamObject?: not initializing a field in paramtab, …
(edit) @1005   4 years Maciej Komosinski Higher conformance with C++17, but gave up after missing M_PI, M_PI_2, …
(edit) @998   4 years Maciej Komosinski Report the error status just once so that while(go()) does not have to …
(edit) @993   4 years Maciej Komosinski Skip 'p' items in saveSingleLine()
(edit) @973   4 years Maciej Komosinski Increased SString and std::string compatibility: introduced length(), …
(edit) @950   4 years Maciej Komosinski Improved error messages (display longer names of the relevant object …
(edit) @914   4 years Maciej Komosinski Param "single line" loader improved: misleading error message when …
(edit) @884   5 years Maciej Komosinski Added a function to check if a property exists in MutableParam?
(edit) @883   5 years Maciej Komosinski Unquote tilde \~ needed when loading single-line Param values
(edit) @832   5 years Maciej Komosinski Renamed MutableParam? property manipulation functions to avoid …
(edit) @824   5 years Maciej Komosinski MutableParam? property definition can be changed
(edit) @822   5 years Maciej Komosinski Avoid false positives for script-driven mutable param sanity check …
(edit) @805   6 years Maciej Komosinski Fixed clang's compiler forward declaration problem - not using …
(edit) @796   6 years Maciej Komosinski Unified error messages and error handling for loadSingleLine and …
(edit) @792   6 years Maciej Komosinski Code formatting
(edit) @786   6 years Maciej Komosinski Improved shortening of long stringified values in error messages
(edit) @784   6 years Maciej Komosinski Separate messages for "string too long" and "value too big"
(edit) @755   6 years Maciej Komosinski Renamed ParamTree::Node -> ParamTree::ParamTreeNode? to avoid name …
(edit) @754   6 years Maciej Komosinski More strict rules for Param type descriptions and "unlimited range …
(edit) @745   6 years Maciej Komosinski Renamed ParamInterface::save() -> saveMultiLine()
(edit) @744   6 years Maciej Komosinski ParamTree? constructor changed (to make it easier for javascript) to …
(edit) @743   6 years Maciej Komosinski Introduced different function names in C++ instead of overloading …
(edit) @737   6 years Maciej Komosinski Made destructors virtual to avoid compiler warnings
(edit) @734   6 years Maciej Komosinski SString -> std::string
(edit) @732   6 years Maciej Komosinski Added support for "checkpoints" (intermediate phases of development of …
(edit) @731   6 years Maciej Komosinski Code formatting
(edit) @729   6 years Maciej Komosinski mutableparam_test added: demonstrates usage of ParamTransaction? and …
(edit) @728   6 years Maciej Komosinski Cosmetic
(edit) @723   6 years Maciej Komosinski Building parameter tree based on names of parameter groups defined in …
(edit) @721   6 years Maciej Komosinski Code formatting
(edit) @720   6 years Maciej Komosinski Param::save2() renamed to saveSingleLine(); unified Param::load() so …
(edit) @704   7 years Maciej Komosinski ParamInterface::getText() improved: removed pointless iteration when …
(edit) @659   7 years Maciej Komosinski Detecting more unwanted flags in Param sanity check
(edit) @654   7 years Maciej Komosinski More strict checking for improper flag/type combinations
(edit) @650   7 years Maciej Komosinski Warn when missing closing tilde (~) and code formatting
(edit) @645   7 years Maciej Komosinski f0 is strict now, will not accept float when int is expected
(edit) @640   7 years Maciej Komosinski Introduced a separate function to provide a human-friendly description …
(edit) @574   8 years Maciej Komosinski More strict validation of numeric type definitions: min without max is …
(edit) @535   8 years Maciej Komosinski - More strict type description checking when adding a property in …
(edit) @533   8 years Maciej Komosinski - Improved error message on superfluous param values - Don't call …
(edit) @523   8 years Maciej Komosinski No more overloading of fopen/fclose/... functions for the VirtFILE …
(edit) @490   8 years Maciej Komosinski Introduced general-use ErrorObject?, fixed enumeration of mixed …
(edit) @483   8 years Maciej Komosinski Unified DEBUG macro ( -> _DEBUG )
(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) @426   9 years Maciej Komosinski Warn about duplicated field values
(edit) @413   9 years Maciej Komosinski Print messages when unexpected lines are encountered in …
(edit) @412   9 years Maciej Komosinski Param loading calls the object's beforeLoad/afterLoad
(edit) @396   9 years Maciej Komosinski - makeParamTab can now turn PARAM_READONLY into PARAM_USERREADONLY - …
(edit) @393   9 years sz f0 parsing corrections and enhancements: - f0 genotype becomes invalid …
(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) @366   9 years Maciej Komosinski Improved warning message
(edit) @348   9 years Maciej Komosinski - explicit c_str() in SString instead of (const char*) cast - genetic …
(edit) @343   9 years Maciej Komosinski Code formatting
(edit) @342   9 years Maciej Komosinski Param loader passes the true filename to script sources (@file name) …
(edit) @334   9 years Maciej Komosinski More specific error messages on failed deserialization (and the …
(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) @320   9 years Maciej Komosinski Tab \t ignored in param fields (considered whitespace)
(edit) @319   9 years Maciej Komosinski Fixed compilation warnings
(edit) @316   9 years Maciej Komosinski Improved documentation (for Param flags in particular)
(edit) @314   9 years Maciej Komosinski Less cryptic variable names: a,b,c -> mn,mx,def
(edit) @312   9 years Maciej Komosinski Formatted source
(edit) @310   9 years Maciej Komosinski Param::getText(int) can be safely used in all cases (previously min<0 …
(edit) @306   9 years Maciej Komosinski String length limit in Param::setString() was only enforced for …
(edit) @300   9 years Maciej Komosinski - don't assume getPropCount() is constant while iterating - …
(edit) @290   9 years Maciej Komosinski - Undefined property/function access returns invalid value - Unified …
(edit) @288   9 years Maciej Komosinski GDK->SDK, gdk_test.cpp -> genomanipulation.cpp
(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) @278   9 years Maciej Komosinski setDefault(numericonly) removed. 's', 'x' and 'o' are no special cases …
(edit) @277   9 years Maciej Komosinski ParamInterface::load() can be aborted (used to avoid incorrect …
(edit) @273   9 years Maciej Komosinski - 'o'-type fields are no longer ignored when saving (serialization …
(edit) @268   9 years Maciej Komosinski ParamInterface::load warns on unknown fields and skips comments
(edit) @253   9 years Maciej Komosinski String-type properties can now have a default value stored in their …
(edit) @247   9 years Maciej Komosinski Sources support both 32-bit and 64-bit, and more compilers
(edit) @240   10 years Maciej Komosinski Used | instead of + when adding binary flags
(edit) @230   10 years Maciej Komosinski Detects invalid ParamEntry? when accessing ParamEntry?-based Params in …
(edit) @197   10 years Maciej Komosinski GDK used by developers since 1999, distributed on the web since 2002
(edit) @154   10 years sz reformatting, english translation
(edit) @144   10 years sz Param and ExtValue? improvements (better control on conversions, "load" …
(edit) @138   10 years sz genetic operator example - frams/_demos/genooper_test.cpp
(edit) @124   10 years sz Param::save altname argument is now more convenient const char*
(edit) @121   10 years sz updated file headers and makefiles
(edit) @113   10 years sz some compilers don't like functions called 'include()'
(add) @109   10 years sz source reorganization (see README) new feature added: part/joint …
Note: See TracRevisionLog for help on using the revision log.