Timeline
05/22/15:
- 18:46 Changeset [386] by
- Updated for Python 3 and new Framsticks message format
- 04:27 Changeset [385] by
- Switch to a different, multithreading-friendly SString implementation (not using copy-on-write)
- 04:22 Changeset [384] by
- Used intptr_t instead of the evil, platform-dependent long.
- 04:20 Changeset [383] by
- Added more examples in Vector and Dictionary documentation.
- 04:15 Changeset [382] by
- Moving frams/virtfile to common/virtfile: - file references updated (includes, makefile) - common/virtfile can no longer use the Framsticks specific SString (using std::string instead)
- 03:59 Changeset [381] by
- Moved frams/virtfile to common/virtfile
05/11/15:
- 19:37 Changeset [380] by
- Foraminifera experiment definition
05/02/15:
- 05:30 Changeset [379] by
- Updated descriptions of directory contents
04/27/15:
- 04:44 Changeset [378] by
- Improved argument variable names; changed implementation to use STL classes (vector, string)
- 04:42 Changeset [377] by
- Included header for NULL
04/26/15:
- 14:35 Changeset [376] by
- Removed frams/Makefile-maintain (it is now in common/Makefile-maintain)
- 00:59 Changeset [375] by
- Renamed logging functions to more intuitive and simple names
04/23/15:
- 03:18 Changeset [374] by
- Under _WIN32, mfopen() now redirects to a function mfile_wfopen() that converts arguments to wide char and then uses _wfopen()
- 03:16 Changeset [373] by
- Less cryptic variable names
04/22/15:
- 04:14 Changeset [372] by
- Renamed some classes and functions to make their purpose more obvious: - FramMessage?, FMprintf, etc. become Hmessage, Hprintf, etc... (H for handled message). - ErrorManager? (and its family) becomes MessageHandler?. Handler names reflect their function better, e.g. MessageHandlerToStdout?. All MessageHandlers? must now be given the explicit "Enable" argument if you want them to automatically become active. This makes side effects clearly visible.
Note: See TracTimeline
for information about the timeline view.