source: cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @539   8 years oriona Division by 0.0 for a single ellipsoid fixed [closes #42]. Sampling …
(edit) @538   8 years Maciej Komosinski Value of the assignment statement is now consistently the assigned …
(edit) @536   8 years Maciej Komosinski "Shaped" models use the same p.mass calculation as "old" models …
(edit) @535   8 years Maciej Komosinski - More strict type description checking when adding a property in …
(edit) @534   8 years Maciej Komosinski Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
(edit) @533   8 years Maciej Komosinski - Improved error message on superfluous param values - Don't call …
(edit) @532   8 years Maciej Komosinski A new set of getStyle/getFullStyle functions in GenMan? and cosmetic …
(edit) @530   8 years Maciej Komosinski Strict parsing of genotype format prefix
(edit) @529   8 years Maciej Komosinski \r can be optionally removed while loading
(edit) @528   8 years Maciej Komosinski - Part.m removed - Part.h becomes XPROP - validate more part and joint …
(edit) @527   8 years Maciej Komosinski Print mappings of models
(edit) @526   8 years Maciej Komosinski Geno::toString() renamed to Geno::getGeneAndFormat()
(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) @521   8 years Maciej Komosinski Extended error messages for invalid genotype format declaration
(edit) @520   8 years Maciej Komosinski Code formatting
(edit) @519   8 years Maciej Komosinski Simpler and more understandable error message
(edit) @518   8 years Maciej Komosinski More strict parsing of genotype format prefix
(edit) @517   8 years Maciej Komosinski Added an example of saving MiniGenotype? objects to a file
(edit) @516   8 years Maciej Komosinski Geno format as a string (no longer ascii number)
(edit) @515   8 years Maciej Komosinski Renamed, better name
(edit) @514   8 years Maciej Komosinski More strict parsing of numbers when converting genotypes f1->f0
(edit) @513   8 years Maciej Komosinski checkValidity() and validate() are now aware of genotype name
(edit) @512   8 years Maciej Komosinski No trailing space in full name when last name is empty
(edit) @511   8 years Maciej Komosinski Improved handling of multiline messages by loggers
(edit) @508   8 years Maciej Komosinski Conditional macro to identify for which genotypes the order of …
(edit) @507   8 years Maciej Komosinski Default Part and Stick color becomes white, not gray (so that …
(edit) @501   8 years Maciej Komosinski Fixed obvious read from the just-deleted object
(edit) @500   8 years Maciej Komosinski Fixed uninit - previously cached f0 might have been treated as invalid
(edit) @495   8 years Maciej Komosinski Unified and better formatted error and warning messages
(edit) @494   8 years Maciej Komosinski Empty destructor no longer needed since it is present in the base …
(edit) @492   8 years Maciej Komosinski emscripten compatibility
(edit) @490   8 years Maciej Komosinski Introduced general-use ErrorObject?, fixed enumeration of mixed …
(edit) @489   8 years Maciej Komosinski Fixed iteration of invalid values and objects
(edit) @484   8 years Maciej Komosinski fields -> neuroproperties, properties -> size
(edit) @483   8 years Maciej Komosinski Unified DEBUG macro ( -> _DEBUG )
(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) @477   8 years Maciej Komosinski "const" keyword, detecting variable name clashes, error on iterating …
(edit) @473   8 years sz - MiniGenotype? extended to handle all Genotype fields contained in …
(edit) @472   8 years Maciej Komosinski Deserialization more tolerant to whitespaces (similarly to the json …
(edit) @471   8 years Maciej Komosinski FP overflow exception non-fatal
(edit) @468   8 years Maciej Komosinski More sophisticated and accurate parsing of numbers
(edit) @467   8 years Maciej Komosinski GenMan? interface uses STL std::string instead of SString
(edit) @466   8 years Maciej Komosinski - accessing a non-global variable that was declared outside of a …
(edit) @465   8 years Maciej Komosinski Avoid compilation warning
(edit) @464   8 years Maciej Komosinski Serialization of basic object types in JSON format
(edit) @460   8 years Maciej Komosinski Added a function to strip the path component from filename
(edit) @459   8 years sz fixed memory leak in simil_test (when loading invalid genotypes)
(edit) @458   8 years sz fixed memory leaks in Model (when building from invalid f0 genotype)
(edit) @457   8 years oriona Vectors declaration shortened.
(edit) @456   8 years sz added libFramsticksSDK.a building rule with the following changes: - …
(edit) @455   8 years oriona Malloc/free replaced by new/delete, pointers-to-vectors changed into …
(edit) @453   8 years Maciej Komosinski Built-in shallow clone() for Vector and Dictionary
(edit) @452   8 years Maciej Komosinski Validation of genotypes additionally prints genotype name when there …
(edit) @451   8 years oriona Unused INit commented out. Command line information updated.
(edit) @427   9 years Maciej Komosinski Android can read files again after a slash has been removed from the path
(edit) @426   9 years Maciej Komosinski Warn about duplicated field values
(edit) @425   9 years Maciej Komosinski The NO_STD_IN_OUT_ERR macro excludes entire functions, not their contents
(edit) @424   9 years Maciej Komosinski iOS compilation
(edit) @420   9 years Maciej Komosinski Improved docs and code formatting
(edit) @419   9 years Maciej Komosinski Default value for strings was "0" instead of ""
(edit) @415   9 years Maciej Komosinski Introduced a new field, is_valid, which combines isValid and validity, …
(edit) @414   9 years Maciej Komosinski Don't print warnings on int (operator) float; the result gets promoted …
(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) @410   9 years Maciej Komosinski ChainFileSystem? can merge Vopendir() results
(edit) @409   9 years Maciej Komosinski Improved documentation
(edit) @408   9 years Maciej Komosinski Typos
(edit) @400   9 years Maciej Komosinski Improved comments
(edit) @399   9 years sz Added the missing console.h/.cpp files, required by the new LoggerToStdout?.
(edit) @398   9 years Maciej Komosinski Linux/Windows? compatibility (gcc/MSVC)
(edit) @397   9 years Maciej Komosinski Colors in console (stdout)
(edit) @396   9 years Maciej Komosinski - makeParamTab can now turn PARAM_READONLY into PARAM_USERREADONLY - …
(edit) @395   9 years Maciej Komosinski Fixed int/bool warnings
(edit) @394   9 years Maciej Komosinski FramScript? accepts characters >=128
(edit) @393   9 years sz f0 parsing corrections and enhancements: - f0 genotype becomes invalid …
(edit) @392   9 years sz Dictionary documentation updated.
(edit) @391   9 years sz Moved frams/loggers to common/loggers
(edit) @390   9 years sz Moved frams/loggers to common/loggers
(edit) @389   9 years Maciej Komosinski Code formatting
(edit) @388   9 years Maciej Komosinski A local PRBS-7 implementation so that this file does not depend on …
(edit) @387   9 years Maciej Komosinski Improved help descriptions
(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) @383   9 years sz Added more examples in Vector and Dictionary documentation.
(edit) @382   9 years sz Moving frams/virtfile to common/virtfile: - file references updated …
(edit) @381   9 years sz Moved frams/virtfile to common/virtfile
(edit) @379   9 years Maciej Komosinski Updated descriptions of directory contents
(edit) @378   9 years Maciej Komosinski Improved argument variable names; changed implementation to use STL …
(edit) @377   9 years Maciej Komosinski Included header for NULL
(edit) @376   9 years sz Removed frams/Makefile-maintain (it is now in common/Makefile-maintain)
(edit) @375   9 years Maciej Komosinski Renamed logging functions to more intuitive and simple names
(edit) @374   9 years Maciej Komosinski Under _WIN32, mfopen() now redirects to a function mfile_wfopen() that …
(edit) @373   9 years Maciej Komosinski Less cryptic variable 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) @370   9 years Maciej Komosinski #included file more friendly for *nix'es
(edit) @369   9 years Maciej Komosinski Version 4.2
(edit) @368   9 years Maciej Komosinski #includes needed for Embarcadero
Note: See TracRevisionLog for help on using the revision log.