source: cpp/frams

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @472   8 years Maciej Komosinski Deserialization more tolerant to whitespaces (similarly to the json …
(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) @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) @426   9 years Maciej Komosinski Warn about duplicated field values
(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) @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) @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) @378   9 years Maciej Komosinski Improved argument variable names; changed implementation to use STL …
(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
(edit) @367   9 years Maciej Komosinski SString move semantics
(edit) @366   9 years Maciej Komosinski Improved warning message
(edit) @365   9 years Maciej Komosinski Link geno_test with StdoutErrorHandler?'s cpp; do not include cpp as a …
(edit) @363   9 years Maciej Komosinski Makefile-maintain is now in common
(edit) @362   9 years Maciej Komosinski Restored object descriptions/docs that were lost
(edit) @361   9 years Maciej Komosinski Signed/unsigned int issues (r352) resolved differently - in most cases …
(edit) @360   9 years Maciej Komosinski Source formatting
(edit) @359   9 years Maciej Komosinski Display error/warning messages by default
(edit) @358   9 years Maciej Komosinski Commented out "srand(time(NULL))" - this line would affect everything …
(edit) @357   9 years Maciej Komosinski Set svn:eol-style to native
(edit) @356   9 years Maciej Komosinski Changed default values for weights
(edit) @355   9 years Maciej Komosinski Warn on non-existing paths
(edit) @353   9 years sz correct source directories (so make can clean all files)
(edit) @352   9 years oriona comparison between signed and unsigned integer expressions fixed
(edit) @351   9 years Maciej Komosinski Renamed simil_match_test.cpp -> simil_unittests.cpp
(edit) @350   9 years Maciej Komosinski Cosmetic
(edit) @349   9 years oriona implementation of the similarity measure
(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) @346   9 years Maciej Komosinski Each thread can use its own simulator's GenMan?
(edit) @345   9 years Maciej Komosinski Fixed operator priorities in FramScript?
(edit) @344   9 years Maciej Komosinski Non-COW string compatibility (const char* is always invalid after …
(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) @341   9 years Maciej Komosinski Fixed using null as object reference
(edit) @339   9 years Maciej Komosinski Use #define FRAMSG_FORMAT in stdouterr.cpp
(edit) @338   9 years Maciej Komosinski One more invalid (de)serialization example
(edit) @337   9 years Maciej Komosinski New math operator semantics: extend mixed int/float to float, forbid …
(edit) @336   9 years Maciej Komosinski Error message formatting: - "[x] x::x - " -> "[x] x.x: " Error …
(edit) @335   9 years Maciej Komosinski Cosmetic edits
(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) @332   9 years Maciej Komosinski - use source/code mapping for line number and file information in vm …
(edit) @330   9 years Maciej Komosinski Improved comments
(edit) @329   9 years Maciej Komosinski More examples of Param loader
(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) @323   9 years Maciej Komosinski Example of skipping an unknown object
(edit) @322   9 years Maciej Komosinski Temporary fix for div by 0
(edit) @321   9 years Maciej Komosinski Fixed regression (missing side effect that existed earlier)
(edit) @320   9 years Maciej Komosinski Tab \t ignored in param fields (considered whitespace)
(edit) @319   9 years Maciej Komosinski Fixed compilation warnings
(edit) @318   9 years Maciej Komosinski Compiles under cygwin; enabled warnings
(edit) @317   9 years Maciej Komosinski SDK compiles under Mac OS
(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) @311   9 years Maciej Komosinski More fields and test cases
(edit) @310   9 years Maciej Komosinski Param::getText(int) can be safely used in all cases (previously min<0 …
Note: See TracRevisionLog for help on using the revision log.