5:33 pm
-
- -71
- +75
|
|
|
![]() |
Thursday 26 Apr
5:33 pm
Fixed compile with gcc 4.7.x…
Fixed compile with gcc 4.7.x
Saturday 31 Mar
2:39 pm
Added more commandline parameters.
Added more commandline parameters.
8:40 am
Fixed to make it work with different container types.
Fixed to make it work with different container types.
Friday 30 Mar
1:26 am
AAdded custom_program_options - this re-implements something from mantra.old.…
AAdded custom_program_options - this re-implements something from mantra.old.This allows for custom validators (conversion from string -> type) and forcustom checkers (verify certain rules on paramaters, eg. power of 2).
Thursday 15 Mar
10:37 pm
Converted majority of Mantra to using tr1 code instead of boost.…
Converted majority of Mantra to using tr1 code instead of boost.Next step will be to change #include <tr1/X> to just #include <X> for C++11.
Monday 27 Feb
11:27 am
Fixed bug in operator= for segments.
Fixed bug in operator= for segments.
10:20 am
Efficiency correction, check if impl_ == in.impl_.
Efficiency correction, check if impl_ == in.impl_.
Saturday 25 Feb
2:36 am
Added reference counted buffers, useful 0-copy for socket operations.
Added reference counted buffers, useful 0-copy for socket operations.
Sunday 16 Oct 2011
2:34 am
Added direct routing for where performance really matters more than…
Added direct routing for where performance really matters more thanflexibility of message handling. Direct routing requires: a) That the client create their own message class derived from direct_message. b) That any task handling said message class knows about it's lifetime charateristics. c) That any task handling said message override do_message for direct_message.Benchmarks show direct routing can be MUCH faster than standard routing,(10-15 times faster in some cases), however standard messgaes are stillrecommended where this kind of performance is not required or for portabiliy.
Monday 10 Oct 2011
Sunday 09 Oct 2011
9:46 pm
Added directory for API documentation
Added directory for API documentation
9:45 pm
Removed doc directories.
Removed doc directories.
9:05 pm
Fixed core dump if tracing was enabled on shutdown.…
Fixed core dump if tracing was enabled on shutdown.Also added MT_FLUSH for functions running in their own thread.
8:23 am
Adjustments for SSL with tracing.…
Adjustments for SSL with tracing.
Thursday 15 Sep 2011
9:13 am
Changed tracing so that it could support automatic assigning to a specific trace codetype based on the location of the code (ie. compile unit). Also went from 1 -> 16 reserved codetypes for mantra.
Changed tracing so that it could support automatic assigning to a specific trace codetype based on the location of the code (ie. compile unit). Also went from 1 -> 16 reserved codetypes for mantra.
9:01 am
Changed tracing so that it could support automatic assigning to a specific trace codetype based on the location of the code (ie. compile unit). Also went from 1 -> 16 reserved codetypes for mantra.
Changed tracing so that it could support automatic assigning to a specific trace codetype based on the location of the code (ie. compile unit). Also went from 1 -> 16 reserved codetypes for mantra.
Wednesday 03 Aug 2011
12:31 pm
Added special handling for char/wchar_t * (and const versions) when logging ussing MLOGF.…
Added special handling for char/wchar_t * (and const versions) when logging ussing MLOGF.And allowed for users to also add speical handling for any other types they deem necessary.
Friday 29 Jul 2011
8:55 am
Adjustmet to write PID every time.
Adjustmet to write PID every time.
Thursday 28 Jul 2011
1:09 am
1:09 am
12:31 am
12:11 am
12:10 am
Wednesday 27 Jul 2011
11:35 pm
11:35 pm
11:35 pm
11:35 pm
11:35 pm
11:35 pm
11:31 pm
|
Got a suggestion or an issue?
Discuss it in our forums or
visit our support website for other options.
Preston Elder