# # ChangeLog for cpp/frams/Makefile-SDK-files # # Generated by Trac 1.2.1 # 03/28/24 22:00:57 Thu, 10 Dec 2020 21:33:22 GMT oriona [1044] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/paramtree_paramlist_test.cpp (modified) * cpp/frams/_demos/simil_test.cpp (modified) * cpp/frams/_demos/simil_unittests.cpp (modified) * cpp/frams/model/similarity/EMD (added) * cpp/frams/model/similarity/EMD/emd.c (added) * cpp/frams/model/similarity/EMD/emd.h (added) * cpp/frams/model/similarity/measure-distribution.cpp (added) * cpp/frams/model/similarity/measure-distribution.h (added) * cpp/frams/model/similarity/measure-greedy.cpp (added) * cpp/frams/model/similarity/measure-greedy.h (added) * cpp/frams/model/similarity/measure-hungarian.cpp (added) * cpp/frams/model/similarity/measure-hungarian.h (added) * cpp/frams/model/similarity/measure-mds-based.cpp (added) * cpp/frams/model/similarity/measure-mds-based.h (added) * cpp/frams/model/similarity/simil-match.cpp (moved) * cpp/frams/model/similarity/simil-match.h (moved) * cpp/frams/model/similarity/simil-measure.cpp (added) * cpp/frams/model/similarity/simil-measure.h (added) * cpp/tests/similarity-tests.txt (modified) * cpp/tests/similarity_goals/distribution.goal (added) Similarity measures code refactored. Distribution-based similarity ... Sun, 29 Nov 2020 00:27:31 GMT Maciej Komosinski [1035] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/resize_f0.cpp (added) * cpp/tests/SDK-tests.txt (modified) Added a demo program to scale a Model and a simple test Mon, 20 Jul 2020 14:37:38 GMT Maciej Komosinski [1017] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/fS/fS_conv.cpp (modified) * cpp/frams/genetics/fS/fS_conv.h (modified) * cpp/frams/genetics/fS/fS_general.cpp (modified) * cpp/frams/genetics/fS/fS_general.h (modified) * cpp/frams/genetics/fS/fS_oper.cpp (modified) * cpp/frams/genetics/fS/fS_oper.h (modified) * cpp/frams/genetics/fS/part_distance_estimator.h (modified) fS: faster collision detection, depends on "geometry" algorithms Tue, 14 Jul 2020 14:08:07 GMT Maciej Komosinski [1007] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/evol_test.cpp (added) Added a simple evolutionary algorithm test Wed, 24 Jun 2020 22:34:29 GMT Maciej Komosinski [955] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/f0_variants_test.cpp (modified) * cpp/frams/_demos/genoconv_test.cpp (modified) * cpp/frams/_demos/genomanipulation.cpp (modified) * cpp/frams/_demos/genooper_test.cpp (modified) * cpp/frams/_demos/multiline_f0_test.cpp (modified) * cpp/frams/genetics/f4/f4_general.cpp (modified) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/genetics/genman.h (modified) * cpp/frams/genetics/geno.cpp (modified) * cpp/frams/genetics/geno.h (modified) * cpp/frams/genetics/genoconv.cpp (modified) * cpp/frams/genetics/genoconv.h (modified) * cpp/frams/genetics/genooperators.cpp (modified) * cpp/frams/genetics/genooperators.h (modified) * cpp/frams/model/model.cpp (modified) * cpp/frams/util/sstring-simple.cpp (modified) * cpp/frams/util/sstring-simple.h (modified) * cpp/frams/util/sstring.cpp (modified) * cpp/frams/util/sstring.h (modified) * cpp/frams/vm/classes/genoobj.cpp (modified) * cpp/frams/vm/classes/genoobj.h (modified) * cpp/frams/vm/framscript.l (modified) * cpp/frams/vm/framscript.y (modified) Genetic format ID becomes a string (no longer limited to a single ... Mon, 25 May 2020 13:10:42 GMT Maciej Komosinski [928] * cpp/common/virtfile/stdinoutfilesystem.cpp (added) * cpp/common/virtfile/stdinoutfilesystem.h (added) * cpp/frams/Makefile-SDK-files (modified) Added virtfile support to recognize the "-" filename as stdin or stdout Thu, 02 May 2019 21:50:27 GMT Maciej Komosinski [869] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/model/similarity/hungarian (added) * cpp/frams/model/similarity/hungarian/hungarian.cpp (added) * cpp/frams/model/similarity/hungarian/hungarian.h (added) * cpp/frams/model/similarity/simil_match.cpp (modified) * cpp/frams/model/similarity/simil_match.h (modified) * cpp/frams/model/similarity/simil_model.cpp (modified) * cpp/frams/model/similarity/simil_model.h (modified) Added another, improved way of calculating dissimilarity of two ... Thu, 04 Apr 2019 18:37:49 GMT Maciej Komosinski [864] * cpp/frams/Makefile-SDK-files (modified) Introduced a few sets of files so that the rest is more modular; ... Sat, 08 Dec 2018 04:32:50 GMT Maciej Komosinski [841] * cpp/common/log.cpp (modified) * cpp/common/loggers/loggers.cpp (modified) * cpp/common/nonstd_stdio.cpp (modified) * cpp/common/virtfile/virtfile.cpp (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/genetics/fF/fF_genotype.h (modified) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/genetics/geno.cpp (modified) * cpp/frams/genetics/genoconv.cpp (modified) Updated #includes after splitting stl-util into util-stl, util-file ... Sun, 25 Nov 2018 19:13:18 GMT Maciej Komosinski [826] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/config/sdk_build_config.h (modified) * cpp/frams/util/sstring-simple.cpp (modified) * cpp/frams/util/sstring.cpp (modified) Used the Dragon4 algorithm to print floating point values with full ... Wed, 06 Jun 2018 01:04:57 GMT sz [800] * cpp/frams/Makefile-SDK-files (modified) added missing .o files in fL converter targets Mon, 14 May 2018 15:53:10 GMT Maciej Komosinski [780] * cpp/README.txt (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/fB (added) * cpp/frams/genetics/fB/fB_conv.cpp (added) * cpp/frams/genetics/fB/fB_conv.h (added) * cpp/frams/genetics/fB/fB_general.h (added) * cpp/frams/genetics/fB/fB_oper.cpp (added) * cpp/frams/genetics/fB/fB_oper.h (added) * cpp/frams/genetics/fH (added) * cpp/frams/genetics/fH/fH_conv.cpp (added) * cpp/frams/genetics/fH/fH_conv.h (added) * cpp/frams/genetics/fH/fH_general.cpp (added) * cpp/frams/genetics/fH/fH_general.h (added) * cpp/frams/genetics/fH/fH_oper.cpp (added) * cpp/frams/genetics/fH/fH_oper.h (added) * cpp/frams/genetics/fL (added) * cpp/frams/genetics/fL/fL_conv.cpp (added) * cpp/frams/genetics/fL/fL_conv.h (added) * cpp/frams/genetics/fL/fL_general.cpp (added) * cpp/frams/genetics/fL/fL_general.h (added) * cpp/frams/genetics/fL/fL_matheval.cpp (added) * cpp/frams/genetics/fL/fL_matheval.h (added) * cpp/frams/genetics/fL/fL_oper.cpp (added) * cpp/frams/genetics/fL/fL_oper.h (added) * cpp/frams/genetics/gen-config-SDK.h (modified) * cpp/frams/genetics/genman.cpp (modified) Added sources for genetic encodings fB, fH, fL Fri, 11 May 2018 21:42:04 GMT Maciej Komosinski [779] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/genooper_test_fTest.cpp (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/f1/f1_conv.cpp (moved) * cpp/frams/genetics/f1/f1_conv.h (moved) * cpp/frams/genetics/f4/f4_conv.cpp (moved) * cpp/frams/genetics/f4/f4_conv.h (moved) * cpp/frams/genetics/f4/f4_general.cpp (modified) * cpp/frams/genetics/f4/f4_oper.cpp (moved) * cpp/frams/genetics/f4/f4_oper.h (moved) * cpp/frams/genetics/f9/f9_conv.cpp (moved) * cpp/frams/genetics/f9/f9_conv.h (moved) * cpp/frams/genetics/f9/f9_oper.cpp (moved) * cpp/frams/genetics/f9/f9_oper.h (moved) * cpp/frams/genetics/fF/fF_chamber3d.cpp (modified) * cpp/frams/genetics/fF/fF_chamber3d.h (modified) * cpp/frams/genetics/fF/fF_conv.cpp (moved) * cpp/frams/genetics/fF/fF_conv.h (moved) * cpp/frams/genetics/fF/fF_oper.cpp (moved) * cpp/frams/genetics/fF/fF_oper.h (moved) * cpp/frams/genetics/fT/fTest_oper.cpp (moved) * cpp/frams/genetics/fT/fTest_oper.h (moved) * cpp/frams/genetics/fn/fn_conv.cpp (moved) * cpp/frams/genetics/fn/fn_conv.h (moved) * cpp/frams/genetics/fn/fn_oper.cpp (moved) * cpp/frams/genetics/fn/fn_oper.h (moved) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/genetics/genman.h (modified) * cpp/frams/genetics/genooperators.cpp (moved) * cpp/frams/genetics/genooperators.h (moved) Unified file names of all files involved in genetic conversions and ... Thu, 15 Mar 2018 21:53:35 GMT Maciej Komosinski [759] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/genetics/f1/conv_f1.cpp (modified) * cpp/frams/genetics/f1/conv_f1.h (modified) * cpp/frams/genetics/geneprops.cpp (added) * cpp/frams/genetics/geneprops.h (added) f1 and f4 stick properties unified and moved to a separate structure ... Wed, 14 Mar 2018 22:58:45 GMT Maciej Komosinski [756] * cpp/frams/Makefile-SDK-files (modified) Added frams/genetics/fn to ALL_DIRS so make clean cleans all dirs Wed, 28 Feb 2018 18:41:33 GMT Maciej Komosinski [748] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/gen-config-SDK.h (modified) * cpp/frams/genetics/genman.cpp (modified) Configured and activated the new "fn" genetic representation Wed, 14 Feb 2018 23:42:07 GMT Maciej Komosinski [732] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/genoconv_test.cpp (modified) * cpp/frams/_demos/genotypeloader.cpp (modified) * cpp/frams/_demos/genotypeloader.h (modified) * cpp/frams/_demos/genotypemini.cpp (added) * cpp/frams/_demos/genotypemini.h (added) * cpp/frams/_demos/geometry/geometrytestutils.cpp (modified) * cpp/frams/_demos/loader_test_geno.cpp (modified) * cpp/frams/_demos/paramtree_paramlist_test.cpp (modified) * cpp/frams/_demos/printconvmap.cpp (modified) * cpp/frams/_demos/printconvmap.h (modified) * cpp/frams/_demos/saver_test_geno.cpp (modified) * cpp/frams/_demos/simil_test.cpp (modified) * cpp/frams/config/f0-SDK.def (modified) * cpp/frams/config/f0.def (modified) * cpp/frams/config/sdk_build_config.h (modified) * cpp/frams/genetics/f1/conv_f1.cpp (modified) * cpp/frams/genetics/f1/conv_f1.h (modified) * cpp/frams/genetics/geno.cpp (modified) * cpp/frams/genetics/geno.h (modified) * cpp/frams/genetics/genoconv.cpp (modified) * cpp/frams/genetics/genoconv.h (modified) * cpp/frams/model/defassign-f0-SDK.h (modified) * cpp/frams/model/f0-SDK-classes.h (modified) * cpp/frams/model/model.cpp (modified) * cpp/frams/model/model.h (modified) * cpp/frams/model/modelobj.cpp (modified) * cpp/frams/model/modelobj.h (modified) * cpp/frams/neuro/neuroimpl.cpp (modified) * cpp/frams/param/param.cpp (modified) * cpp/frams/vm/classes/genoobj.cpp (modified) * cpp/frams/vm/classes/genoobj.h (modified) Added support for "checkpoints" (intermediate phases of development ... Sat, 27 Jan 2018 01:11:27 GMT Maciej Komosinski [729] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/mutableparam_test.cpp (added) * cpp/frams/param/paramtrans.cpp (added) * cpp/frams/param/paramtrans.h (added) mutableparam_test added: demonstrates usage of ParamTransaction and ... Sun, 14 Jan 2018 10:38:39 GMT Maciej Komosinski [724] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/app_group_names.txt (added) * cpp/frams/_demos/paramtree_paramlist_test.cpp (added) * cpp/frams/_demos/paramtree_stdin_test.cpp (added) Two sample programs demonstrating usage of param tree Sat, 30 Jul 2016 01:18:42 GMT Maciej Komosinski [550] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/geometry/geometrytestutils.cpp (modified) LoggerToStdout used in geometry tests. PreconfiguredGenetics moved to ... Thu, 28 Jul 2016 22:21:21 GMT oriona [547] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/geometry/geometrytestutils.cpp (modified) PreconfiguredGenetics added in geometrytestutils Wed, 22 Jun 2016 14:35:59 GMT Maciej Komosinski [517] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/genotypeloader.h (modified) * cpp/frams/_demos/saver_test_geno.cpp (added) Added an example of saving MiniGenotype objects to a file Thu, 18 Feb 2016 01:32:57 GMT sz [473] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/genotypeloader.cpp (modified) * cpp/frams/_demos/genotypeloader.h (modified) * cpp/frams/_demos/loader_test.cpp (modified) - MiniGenotype extended to handle all Genotype fields contained in ... Thu, 28 Jan 2016 22:28:49 GMT sz [456] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) added libFramsticksSDK.a building rule with the following changes: - ... Mon, 22 Jun 2015 23:08:14 GMT sz [399] * cpp/common/console.cpp (added) * cpp/common/console.h (added) * cpp/frams/Makefile-SDK-files (modified) Added the missing console.h/.cpp files, required by the new ... Tue, 26 May 2015 18:20:58 GMT sz [391] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/f0_variants_test.cpp (modified) * cpp/frams/_demos/full_props.cpp (modified) * cpp/frams/_demos/geno_test.cpp (modified) * cpp/frams/_demos/genoconv_test.cpp (modified) * cpp/frams/_demos/genomanipulation.cpp (modified) * cpp/frams/_demos/genooper_test.cpp (modified) * cpp/frams/_demos/loader_test_param.cpp (modified) * cpp/frams/_demos/multiline_f0_test.cpp (modified) * cpp/frams/_demos/neuro_layout_test.cpp (modified) * cpp/frams/_demos/neuro_test.cpp (modified) * cpp/frams/_demos/shapeconvert.cpp (modified) * cpp/frams/_demos/simil_test.cpp (modified) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/model/model.cpp (modified) Moved frams/loggers to common/loggers Fri, 22 May 2015 02:15:14 GMT sz [382] * cpp/common/stl-util.cpp (modified) * cpp/common/virtfile/stringfile.cpp (modified) * cpp/common/virtfile/stringfile.h (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/f0_variants_test.cpp (modified) * cpp/frams/_demos/full_props.cpp (modified) * cpp/frams/_demos/geno_test.cpp (modified) * cpp/frams/_demos/genomanipulation.cpp (modified) * cpp/frams/_demos/geometry/geometrytestutils.cpp (modified) * cpp/frams/_demos/loader_test.cpp (modified) * cpp/frams/_demos/loader_test_param.cpp (modified) * cpp/frams/_demos/multiline_f0_test.cpp (modified) * cpp/frams/_demos/neuro_layout_test.cpp (modified) * cpp/frams/_demos/neuro_test.cpp (modified) * cpp/frams/_demos/shapeconvert.cpp (modified) * cpp/frams/_demos/simil_test.cpp (modified) * cpp/frams/loggers/loggertostdout.h (modified) * cpp/frams/param/multiparamload.h (modified) * cpp/frams/param/param.h (modified) * cpp/frams/util/sstringutils.cpp (modified) * cpp/frams/util/sstringutils.h (modified) * cpp/frams/vm/framscript.l (modified) * cpp/frams/vm/framscript.y (modified) Moving frams/virtfile to common/virtfile: - file references updated ... Sat, 25 Apr 2015 22:59:09 GMT Maciej Komosinski [375] * cpp/common/log.cpp (moved) * cpp/common/log.h (moved) * cpp/common/nonstd_math.cpp (modified) * cpp/common/nonstd_stdio.cpp (modified) * cpp/common/stl-util.cpp (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/f0_variants_test.cpp (modified) * cpp/frams/_demos/full_props.cpp (modified) * cpp/frams/_demos/geno_test.cpp (modified) * cpp/frams/_demos/genoconv_test.cpp (modified) * cpp/frams/_demos/genomanipulation.cpp (modified) * cpp/frams/_demos/genooper_test.cpp (modified) * cpp/frams/_demos/loader_test_param.cpp (modified) * cpp/frams/_demos/multiline_f0_test.cpp (modified) * cpp/frams/_demos/neuro_layout_test.cpp (modified) * cpp/frams/_demos/neuro_test.cpp (modified) * cpp/frams/_demos/shapeconvert.cpp (modified) * cpp/frams/_demos/simil_test.cpp (modified) * cpp/frams/genetics/f1/conv_f1.cpp (modified) * cpp/frams/genetics/f4/conv_f4.cpp (modified) * cpp/frams/genetics/f4/f4_general.cpp (modified) * cpp/frams/genetics/f4/oper_f4.cpp (modified) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/genetics/geno.cpp (modified) * cpp/frams/genetics/oper_fx.cpp (modified) * cpp/frams/loggers (moved) * cpp/frams/loggers/loggers.cpp (copied) * cpp/frams/loggers/loggers.h (copied) * cpp/frams/loggers/loggertostdout.cpp (copied) * cpp/frams/loggers/loggertostdout.h (copied) * cpp/frams/mhandlers/mhandlers.cpp (deleted) * cpp/frams/mhandlers/mhandlers.h (deleted) * cpp/frams/mhandlers/stderrors.cpp (deleted) * cpp/frams/mhandlers/stderrors.h (deleted) * cpp/frams/mhandlers/stdouthandler.cpp (deleted) * cpp/frams/mhandlers/stdouthandler.h (deleted) * cpp/frams/model/geometry/geometryutils.cpp (modified) * cpp/frams/model/geometry/meshbuilder.cpp (modified) * cpp/frams/model/geometry/modelgeometryinfo.cpp (modified) * cpp/frams/model/model.cpp (modified) * cpp/frams/neuro/neurofactory.cpp (modified) * cpp/frams/neuro/neuroimpl.cpp (modified) * cpp/frams/neuro/neuroimpl.h (modified) * cpp/frams/param/multiparamload.cpp (modified) * cpp/frams/param/param.cpp (modified) * cpp/frams/param/param.h (modified) * cpp/frams/util/3d.cpp (modified) * cpp/frams/util/extvalue.cpp (modified) * cpp/frams/util/sstringutils.cpp (modified) * cpp/frams/util/validitychecks.cpp (copied) * cpp/frams/util/validitychecks.h (copied) * cpp/frams/virtfile/stdiofile.cpp (modified) * cpp/frams/vm/classes/collectionobj.cpp (modified) * cpp/frams/vm/framscript.y (modified) Renamed logging functions to more intuitive and simple names Wed, 22 Apr 2015 02:14:59 GMT sz [372] * cpp/common/hmessage.cpp (moved) * cpp/common/hmessage.h (moved) * cpp/common/nonstd_math.cpp (modified) * cpp/common/nonstd_stdio.cpp (modified) * cpp/common/stl-util.cpp (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/Makefile-maintain (copied) * cpp/frams/_demos/f0_variants_test.cpp (modified) * cpp/frams/_demos/full_props.cpp (modified) * cpp/frams/_demos/geno_test.cpp (modified) * cpp/frams/_demos/genoconv_test.cpp (modified) * cpp/frams/_demos/genomanipulation.cpp (modified) * cpp/frams/_demos/genooper_test.cpp (modified) * cpp/frams/_demos/loader_test_param.cpp (modified) * cpp/frams/_demos/loader_test_param.in (modified) * cpp/frams/_demos/multiline_f0_test.cpp (modified) * cpp/frams/_demos/neuro_layout_test.cpp (modified) * cpp/frams/_demos/neuro_test.cpp (modified) * cpp/frams/_demos/shapeconvert.cpp (modified) * cpp/frams/_demos/simil_test.cpp (modified) * cpp/frams/genetics/f1/conv_f1.cpp (modified) * cpp/frams/genetics/f4/conv_f4.cpp (modified) * cpp/frams/genetics/f4/f4_general.cpp (modified) * cpp/frams/genetics/f4/oper_f4.cpp (modified) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/genetics/geno.cpp (modified) * cpp/frams/genetics/oper_fx.cpp (modified) * cpp/frams/mhandlers (moved) * cpp/frams/errmgr/errmanager.cpp (deleted) * cpp/frams/errmgr/errmanager.h (deleted) * cpp/frams/mhandlers/mhandlers.cpp (copied) * cpp/frams/mhandlers/mhandlers.h (copied) * cpp/frams/mhandlers/stderrors.cpp (modified) * cpp/frams/errmgr/stdouterr.cpp (deleted) * cpp/frams/errmgr/stdouterr.h (deleted) * cpp/frams/mhandlers/stdouthandler.cpp (copied) * cpp/frams/mhandlers/stdouthandler.h (copied) * cpp/frams/model/geometry/geometryutils.cpp (modified) * cpp/frams/model/geometry/meshbuilder.cpp (modified) * cpp/frams/model/geometry/modelgeometryinfo.cpp (modified) * cpp/frams/model/model.cpp (modified) * cpp/frams/neuro/neurofactory.cpp (modified) * cpp/frams/neuro/neuroimpl.cpp (modified) * cpp/frams/neuro/neuroimpl.h (modified) * cpp/frams/param/multiparamload.cpp (modified) * cpp/frams/param/param.cpp (modified) * cpp/frams/param/param.h (modified) * cpp/frams/util/3d.cpp (modified) * cpp/frams/util/extvalue.cpp (modified) * cpp/frams/util/sstringutils.cpp (modified) * cpp/frams/virtfile/stdiofile.cpp (modified) * cpp/frams/vm/classes/collectionobj.cpp (modified) Renamed some classes and functions to make their purpose more ... Sun, 19 Apr 2015 13:38:15 GMT Maciej Komosinski [365] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/geno_test.cpp (modified) Link geno_test with StdoutErrorHandler's cpp; do not include cpp as a ... Fri, 17 Apr 2015 00:49:16 GMT sz [353] * cpp/frams/Makefile-SDK-files (modified) correct source directories (so make can clean all files) Thu, 16 Apr 2015 22:07:22 GMT Maciej Komosinski [351] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/simil_unittests.cpp (moved) Renamed simil_match_test.cpp -> simil_unittests.cpp Thu, 16 Apr 2015 19:56:52 GMT oriona [349] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/simil_match_test.cpp (added) * cpp/frams/_demos/simil_test.cpp (added) * cpp/frams/model/similarity (added) * cpp/frams/model/similarity/SVD (added) * cpp/frams/model/similarity/SVD/lapack.cpp (added) * cpp/frams/model/similarity/SVD/lapack.h (added) * cpp/frams/model/similarity/SVD/matrix_tools.cpp (added) * cpp/frams/model/similarity/SVD/matrix_tools.h (added) * cpp/frams/model/similarity/simil_match.cpp (added) * cpp/frams/model/similarity/simil_match.h (added) * cpp/frams/model/similarity/simil_model.cpp (added) * cpp/frams/model/similarity/simil_model.h (added) implementation of the similarity measure Sun, 25 Jan 2015 22:07:20 GMT Maciej Komosinski [307] * cpp/frams/Makefile-SDK (modified) * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/loader_test_param.cpp (added) * cpp/frams/_demos/loader_test_param.in (added) Tester/demo for Param loader Sat, 17 Jan 2015 01:43:46 GMT Maciej Komosinski [299] * cpp/frams/Makefile-SDK-files (modified) * cpp/frams/_demos/geometry/geometrytestutils.cpp (modified) * cpp/frams/_demos/loader_test.cpp (modified) * cpp/frams/virtfile/stdiofile-autoinit.cpp (deleted) * cpp/frams/virtfile/stdiofile.h (modified) Instead of linking with stdiofile-autoinit.cpp, create an object ... Tue, 06 Jan 2015 00:47:03 GMT Maciej Komosinski [288] * cpp/frams/Makefile-SDK (moved) * cpp/frams/Makefile-SDK-files (moved) * cpp/frams/_demos/genomanipulation.cpp (moved) * cpp/frams/_demos/neuro_test.cpp (modified) * cpp/frams/config/f0-SDK.def (moved) * cpp/frams/config/sdk_build_config.h (moved) * cpp/frams/genetics/gen-config-SDK.h (moved) * cpp/frams/model/defassign-f0-SDK.h (moved) * cpp/frams/model/f0-SDK-classes.h (moved) * cpp/frams/model/modelparts.cpp (modified) * cpp/frams/neuro/impl/neuroimpl-body-sdk.h (moved) * cpp/frams/neuro/neurocls-f0-SDK-factory.h (moved) * cpp/frams/neuro/neurocls-f0-SDK-library.h (moved) * cpp/frams/neuro/neuroimpl.cpp (modified) * cpp/frams/neuro/neuroimplfiles-SDK.h (moved) * cpp/frams/param/syntparam.h (modified) GDK->SDK, gdk_test.cpp -> genomanipulation.cpp Tue, 16 Dec 2014 00:51:06 GMT Maciej Komosinski [269] * cpp/frams/Makefile-GDK (modified) * cpp/frams/Makefile-GDK-files (modified) * cpp/frams/_demos/shapeconvert.cpp (added) * cpp/frams/model/model.cpp (modified) * cpp/frams/model/model.h (modified) * cpp/frams/model/modelparts.h (modified) - Model validation checks part/joint shapes for consistency (old/new) ...