Activity

From 10/22/2014 to 11/20/2014

11/13/2014

05:18 PM Feature #2047: Provide deprecated macro for static methods
I'm not sure, I have to test this. Anonymous

11/12/2014

02:58 PM Feature #2047: Provide deprecated macro for static methods
ping ;) J. Wienke
02:31 PM Bug #2081 (Resolved): Build Problem on Mac with recent boost versions.
Fixed in commit:a185ec31. J. Wienke
01:44 PM Revision a185ec31 (rsc): Fix signal waiter for mac with recent boost versions
J. Wienke

11/09/2014

06:48 PM Bug #2081 (Resolved): Build Problem on Mac with recent boost versions.
Working in a fresh brew installation on 10.10, I experience the following compilation error:... S. Wrede

10/25/2014

08:57 PM Tasks #1782: Remove deprecated FindCBF macro
Yes, I guess so. R. Haschke
05:06 PM Tasks #1782 (Feedback): Remove deprecated FindCBF macro
Can we do this for the 0.11 release? J. Moringen

10/24/2014

11:07 AM Enhancement #2063: simplify clumsy usage of DebugTools
I worked on all the points you pointed out. However, I didn't touched StackWalker itself.
You should decide how to d...
R. Haschke
10:26 AM Enhancement #2063: simplify clumsy usage of DebugTools
Robert Haschke wrote:
> I can work on that some time.
> I suggest to keep the StackWalker code as is. I didn't touc...
J. Wienke
10:53 AM Revision 9cd9c455 (rsc): merge branch 'enhancement-2063' into famula
R. Haschke
10:49 AM Revision a01e319f (rsc): renamed MyStackWalker to StackCreator
R. Haschke
10:49 AM Revision dcca82c6 (rsc): moved inline function from header to cpp
R. Haschke
10:43 AM Revision 5afe2bae (rsc): coding style adaptations
changed to unix coding system (getting rid of Windows line ends)
replaced tab indentation by 4 spaces
R. Haschke
10:22 AM Revision 7d5e3321 (rsc): extracting and demangling function names from raw stack trace
R. Haschke
10:22 AM Revision 1f155c6c (rsc): removed DebugTools class, directly expose functions createBacktrace() + ...
R. Haschke
10:22 AM Revision 85bc7f42 (rsc): Windows implementation for createBacktrace()
taken from http://www.codeproject.com/Articles/11132/Walking-the-callstack R. Haschke
10:19 AM Revision 1a586f9a (rsc): Implement missing os functionality for windows.
Merge branch 'wip-os-windows'
refs #1966
J. Wienke
10:18 AM Revision a51a51f3 (rsc): Merge branch 'master' into wip-os-windows
J. Wienke

10/23/2014

05:11 PM Revision c4a63392 (rsc): Link against Psapi
J. Wienke
05:04 PM Enhancement #2063: simplify clumsy usage of DebugTools
I can work on that some time.
I suggest to keep the StackWalker code as is. I didn't touched anything there yet and ...
R. Haschke
03:07 PM Enhancement #2063 (In Progress): simplify clumsy usage of DebugTools
This issue cannot be resolved as long as things aren't in the master branch. ;)
Thanks for the work. I am fine wit...
J. Wienke
02:25 PM Feature #2047: Provide deprecated macro for static methods
You need to use this in the header, probably. Did you try that? J. Wienke
12:11 PM Revision cca78f6c (rsc): Fix compilation on recent gcc / boost versions
Somehow sig_atomic_t cannot be used as an int directly anymore in boost
format. Casting seems to be fine, though.
J. Wienke

10/22/2014

10:20 PM Enhancement #2063 (Resolved): simplify clumsy usage of DebugTools
- extract + demangle C++ function names on Linux commit:43ee009
- removed class DebugTools, expose functions createB...
R. Haschke
10:07 PM Revision 78798d1e (rsc): Windows implementation for createBacktrace()
taken from http://www.codeproject.com/Articles/11132/Walking-the-callstack R. Haschke
10:04 PM Revision 38c6e409 (rsc): removed DebugTools class, directly expose functions createBacktrace() + ...
R. Haschke
09:00 PM Revision 43ee009e (rsc): extracting and demangling function names from raw stack trace
R. Haschke
08:20 PM Revision 77de79e0 (rsc): Expect that currentHostId may fail in tests
As there is no easy way to determine the host id on windows, expect that
this fails in the unit tests.
J. Wienke
08:19 PM Revision c771b9cf (rsc): Add windows process info for external processes
Adds the missing methods to monitor external processes. This usually
requires elevated privileges on windows.
J. Wienke
08:18 PM Revision 0b3c7c2b (rsc): Add windows implementation for currentBootTime
This is at least an approximation up to the length of a few
instructions.
J. Wienke
08:18 PM Revision 2b00b5fa (rsc): Describe windows API errors with strings
Adds a new utility function to convert the error code from GetLastError
into a string and applies it wherever possible.
J. Wienke
08:09 PM Revision e046a0ad (rsc): On windows, use MAX_PATH for program name length
Use the API constant instead of a custom one J. Wienke
08:02 PM Revision aafd83a7 (rsc): Fix windows currentCommandLineArguments wstring issue
The character array returned by the Windows API encodes a wstring and
not a string. Therefore, we need to handle it a...
J. Wienke
02:30 PM Enhancement #2065 (Resolved): Unintuitive exception in rsc::os::getProgramName in case of invalid...
Applied in changeset commit:rsc|634e92ddd16cffadec09a10579dc7283247def2f. J. Wienke
01:47 PM Enhancement #2065 (Resolved): Unintuitive exception in rsc::os::getProgramName in case of invalid...
See #2058 for the original issue.... J. Wienke
02:28 PM Revision 7b8d766f (rsc): Fix ProcessInfo.h comments
Some comments referred to the own process instead of the one given by
PID.
J. Wienke
02:27 PM Revision 634e92dd (rsc): Better exception message for getProgramName
In case a process does not exist, throw something more intuitive than an
internal detail of the stream.
fixes #2065
J. Wienke
11:06 AM Revision 74dfed41 (rsc): Remove debug cout in LinuxProcessInfo
J. Wienke
 

Also available in: Atom