Activity

From 09/24/2014 to 10/23/2014

10/23/2014

05:11 PM Revision c4a63392 (rsc): Link against Psapi
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: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: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

10/14/2014

07:10 PM Revision a81626c1 (rsc): Fixed commandline option extraction in src/rsc/os/LinuxProcessInfo.cpp
* src/rsc/os/LinuxProcessInfo.cpp (getCommandlineComponents): do not
include null-byte separator in extracted comma...
J. Moringen

10/08/2014

07:53 PM Revision e84b7b72 (rsc): added missing #pragma once
R. Haschke
07:53 PM Revision c284d8c6 (rsc): changed type of "port" property from uint to std::string
R. Haschke

10/07/2014

10:33 AM Revision f4357e75 (rsc): basic uri class implementation
- parses strings into uri class
- basic test cases
- not supported (yet?): fragment, authoritive
R. Haschke
10:31 AM Revision d095c753 (rsc): clarified documentation
R. Haschke

09/30/2014

04:59 PM Revision 4cfbf1d7 (rsc): Fix ParseArguments include in cmake/Modules/InstallDebugSymbols.cmake
* cmake/Modules/InstallDebugSymbols.cmake: changed include
GitProjectVersion -> ParseArguments; the former was prob...
J. Moringen
 

Also available in: Atom