Timeline
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.
04/21/15:
- 15:19 Changeset [371] by
- THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object inside the single-threaded implementation is no longer associated with a class.
04/20/15:
- 03:59 Changeset [370] by
- #included file more friendly for *nix'es
- 03:17 Changeset [369] by
- Version 4.2
- 03:16 Changeset [368] by
- #includes needed for Embarcadero
- 03:15 Changeset [367] by
- SString move semantics
04/19/15:
- 15:40 Changeset [366] by
- Improved warning message
- 15:38 Changeset [365] by
- Link geno_test with StdoutErrorHandler?'s cpp; do not include cpp as a source
- 15:36 Changeset [364] by
- Warn non incorrect paths in makefile
- 15:31 Changeset [363] by
- Makefile-maintain is now in common
04/18/15:
- 17:58 Changeset [362] by
- Restored object descriptions/docs that were lost
- 17:31 Changeset [361] by
- Signed/unsigned int issues (r352) resolved differently - in most cases no (int)size() cast
- 17:29 Changeset [360] by
- Source formatting
- 16:42 Changeset [359] by
- Display error/warning messages by default
- 16:33 Changeset [358] by
- Commented out "srand(time(NULL))" - this line would affect everything else that uses the standard global r.n.g., and would introduce uncontrolled indeterminism
- 16:31 Changeset [357] by
- Set svn:eol-style to native
- 16:29 Changeset [356] by
- Changed default values for weights
- 16:27 Changeset [355] by
- Warn on non-existing paths
04/17/15:
- 04:22 Changeset [354] by
- Summarized contents of new "similarity" subdirectory
- 02:49 Changeset [353] by
- correct source directories (so make can clean all files)
- 00:51 Changeset [352] by
- comparison between signed and unsigned integer expressions fixed
- 00:07 Changeset [351] by
- Renamed simil_match_test.cpp -> simil_unittests.cpp
- 00:06 Changeset [350] by
- Cosmetic
04/16/15:
- 21:56 Changeset [349] by
- implementation of the similarity measure
04/09/15:
- 23:51 Changeset [348] by
- - explicit c_str() in SString instead of (const char*) cast - genetic converters and GenMan? are now thread-local which enables multi-threaded simulator separation
04/07/15:
- 04:20 Changeset [347] by
- Using memmove instead of memcpy because overlapping source/destination can happen in SString copy/append
- 04:20 Changeset [346] by
- Each thread can use its own simulator's GenMan?
04/04/15:
- 20:46 Changeset [345] by
- Fixed operator priorities in FramScript?
- 20:41 Changeset [344] by
- Non-COW string compatibility (const char* is always invalid after string destruction)
- 20:40 Changeset [343] by
- Code formatting
Note: See TracTimeline
for information about the timeline view.