Changeset 110


Ignore:
Timestamp:
01/26/14 01:34:10 (10 years ago)
Author:
Maciej Komosinski
Message:

reorganization of sources

Location:
cpp
Files:
2 added
5 moved

Legend:

Unmodified
Added
Removed
  • cpp/LICENSE.txt

    r109 r110  
    1 If you are using  any  part  of  Framsticks GenoFX  for  a  project
    2 which is not  a  part  of  Framsticks  software,  please  explicitly
    3 acknowledge GenoFX and make a link to Framsticks, www.framsticks.com
     1If  you  are  using any  part of  Framsticks GDK or GenoFX  for  a  project
     2which   is   not  a  part  of  Framsticks   software,   please   explicitly
     3acknowledge GDK or GenoFX and make a link to Framsticks, www.framsticks.com
    44
    55---
  • cpp/README.txt

    r109 r110  
    1 === Building GDK test applications ===
     1_____ Building GDK test applications _____
    22
    33make -f frams/Makefile-GDK gdk_tests
    44
    5 === Source locations ===
     5
     6_____ Source directories _____
    67
    78  +- common          - general compatibility layer & utilities
     
    1112      +- errmgr      - error manager (logging/messaging)
    1213      +- genetic     - genetic module
    13       |  +- oper     - genetic operators
     14      |  +- oper     - genetic operators and GenoFX
    1415      |  +- conv     - genetic converters
    1516      +- model       - parts, joints, neurons
     
    1819      +- param       - c++/properties access objects
    1920      +- util        - framsticks-related utilities
    20       +- virtfile    - object oriented FILE* replacement
     21      +- virtfile    - object-oriented FILE* replacement
    2122      +- vm
    22           +- classes - virtual machine c++ interfaces
     23          +- classes - c++ interfaces for the framsticks virtual machine
     24
Note: See TracChangeset for help on using the changeset viewer.