source: cpp/frams/genetics/f4

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @853   5 years Maciej Komosinski The official C++17 fallthrough? attribute instead of comments no break
(edit) @831   5 years Maciej Komosinski Fixed broken neuron creation (missing argument - regression from r760, …
(edit) @830   5 years Maciej Komosinski "%ld" replaced with "%d" because it refers to int
(edit) @829   5 years Maciej Komosinski Removed unnecessary cast, "long" is equivalent to "int" in our compilations
(edit) @804   6 years Maciej Komosinski Fixed memory leak and uninitialized int
(edit) @783   6 years Maciej Komosinski Removed the unused "info" field and fixed a bug with incorrect …
(edit) @779   6 years Maciej Komosinski Unified file names of all files involved in genetic conversions and …
(edit) @777   6 years Maciej Komosinski Fixed a typo
(edit) @776   6 years Maciej Komosinski Removed extra checkpoint
(edit) @774   6 years Maciej Komosinski Removed unused "state" field (issue number 19), improved docs (issues …
(edit) @773   6 years Maciej Komosinski Improved styling implementation, fixes issue number 18 [refs #62]
(edit) @772   6 years Maciej Komosinski Unified #define modifiers in f1 and f4, fixes issue number 16 [refs #62]
(edit) @771   6 years Maciej Komosinski Added color and size modifiers in f4; avoided unnecessary conditions …
(edit) @770   6 years Maciej Komosinski Avoided "min" and "max" as variable names, fixes issue 22 [refs #62]
(edit) @767   6 years Maciej Komosinski More strict parsing of the repetition counter; bug fixes; improved …
(edit) @760   6 years Maciej Komosinski - added support for new API for neuron types and their properties - …
(edit) @736   6 years Maciej Komosinski Added the new "using_checkpoints" argument to genetic converters so …
(edit) @726   6 years Maciej Komosinski - Changed Model::singleStepBuild() to Model::addFromString() to create …
(edit) @676   7 years Maciej Komosinski Improved comments, removed unnecessary TODO regarding "Rr" modifiers
(edit) @675   7 years Maciej Komosinski Code formatting
(edit) @674   7 years Maciej Komosinski f4 modifiers implemented similarly to f1 modifiers, and a base for …
(edit) @671   7 years Maciej Komosinski Unified property names of f1 and f4; improved docs; 3.141 -> M_PI
(edit) @534   8 years Maciej Komosinski Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
(edit) @528   8 years Maciej Komosinski - Part.m removed - Part.h becomes XPROP - validate more part and joint …
(edit) @513   8 years Maciej Komosinski checkValidity() and validate() are now aware of genotype name
(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) @348   9 years Maciej Komosinski - explicit c_str() in SString instead of (const char*) cast - genetic …
(edit) @287   9 years Maciej Komosinski GDK->SDK
(edit) @286   9 years Maciej Komosinski Updated headers
(edit) @247   9 years Maciej Komosinski Sources support both 32-bit and 64-bit, and more compilers
(edit) @199   10 years Maciej Komosinski Avoid const char*/char* compilation warnings
(edit) @197   10 years Maciej Komosinski GDK used by developers since 1999, distributed on the web since 2002
(add) @196   10 years Maciej Komosinski Updated f4 sources and made f4 available for GDK demo apps
Note: See TracRevisionLog for help on using the revision log.