Changeset 110
- Timestamp:
- 01/26/14 01:34:10 (11 years ago)
- Location:
- cpp
- Files:
-
- 2 added
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
cpp/LICENSE.txt
r109 r110 1 If you are using any part of FramsticksGenoFX for a project2 which is not a part of Framsticks software, pleaseexplicitly3 acknowledge G enoFX and make a link to Framsticks, www.framsticks.com1 If you are using any part of Framsticks GDK or GenoFX for a project 2 which is not a part of Framsticks software, please explicitly 3 acknowledge GDK or GenoFX and make a link to Framsticks, www.framsticks.com 4 4 5 5 --- -
cpp/README.txt
r109 r110 1 === Building GDK test applications === 1 _____ Building GDK test applications _____ 2 2 3 3 make -f frams/Makefile-GDK gdk_tests 4 4 5 === Source locations === 5 6 _____ Source directories _____ 6 7 7 8 +- common - general compatibility layer & utilities … … 11 12 +- errmgr - error manager (logging/messaging) 12 13 +- genetic - genetic module 13 | +- oper - genetic operators 14 | +- oper - genetic operators and GenoFX 14 15 | +- conv - genetic converters 15 16 +- model - parts, joints, neurons … … 18 19 +- param - c++/properties access objects 19 20 +- util - framsticks-related utilities 20 +- virtfile - object 21 +- virtfile - object-oriented FILE* replacement 21 22 +- 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.