Activity

From 08/05/2014 to 09/03/2014

09/03/2014

12:52 PM Feature #1966 (Resolved): Add interface and implementations for gathering information about the c...
Applied in changeset commit:rsc|bdf5972cd95f503fe87fab2022bec808fd808dec. J. Moringen
12:50 PM Revision bdf5972c (rsc): Added host, process information example in examples/HostAndProcessInfo.cpp
fixes #1966
The example code has originally been written by Johannes Wienke.
* examples/HostAndProcessInfo.cpp: new...
J. Moringen
12:45 PM Revision 17f36b25 (rsc): Added src/rsc/os/{HostInfo.h,LinuxHostInfo.cpp}
refs #1966
* src/rsc/os/HostInfo.h: new file; contains function declarations for
obtaining information about the l...
J. Moringen
12:45 PM Revision db103606 (rsc): Added POSIX fallbacks for {Host,Process}Info in src/rsc/os
refs #1966
* src/rsc/os/PosixHostInfo.cpp: new file; minimal POSIX-compliant
implementation of host information pr...
J. Moringen
12:45 PM Revision 15d115e9 (rsc): Added Win32 implementations of {Host,Process}Info in src/rsc/os
refs #1966
* src/rsc/os/Win32HostInfo.cpp: new file; implementation of host
information protocol
* src/rsc/os/Win3...
J. Moringen
12:45 PM Revision 00abfc94 (rsc): Added src/rsc/os/{ProcessInfo.h,LinuxProcessInfo.cpp}
refs #1966
The function getExecutablePath() in src/rsc/os/LinuxProcessInfo.cpp is
based on code written by Johannes ...
J. Moringen

09/02/2014

01:25 PM Tasks #1975 (Rejected): Review GENERATE_CPPCHECK changes proposed by Ewout Boks
Attached is the updated version from that contributor. Since our usual cppcheck version is too old to generate a html... J. Wienke
11:25 AM Revision 1a3c13db (rsc): Random remarks that need to be decided.
J. Wienke
11:25 AM Revision 78e0ba17 (rsc): fixup! Added src/rsc/os/{HostInfo.h,LinuxHostInfo.cpp}
J. Wienke
11:24 AM Revision c1f12e7b (rsc): fixup! Added host, process information example in examples/HostAndProces...
J. Wienke

09/01/2014

06:04 PM Revision 62b88967 (rsc): Added host, process information example in examples/HostAndProcessInfo.cpp
refs #1966
The example code has originally been written by Johannes Wienke.
* examples/HostAndProcessInfo.cpp: new ...
J. Moringen
06:01 PM Revision 23128059 (rsc): Added Win32 implementations of {Host,Process}Info in src/rsc/os
refs #1966
* src/rsc/os/Win32HostInfo.cpp: new file; implementation of host
information protocol
* src/rsc/os/Win3...
J. Moringen
06:01 PM Revision 0d4f824e (rsc): Added POSIX fallbacks for {Host,Process}Info in src/rsc/os
refs #1966
* src/rsc/os/PosixHostInfo.cpp: new file; minimal POSIX-compliant
implementation of host information pr...
J. Moringen
06:01 PM Revision 462a7b13 (rsc): Added src/rsc/os/{HostInfo.h,LinuxHostInfo.cpp}
refs #1966
* src/rsc/os/HostInfo.h: new file; contains function declarations for
obtaining information about the l...
J. Moringen
06:01 PM Revision fa6e44b4 (rsc): Added src/rsc/os/{ProcessInfo.h,LinuxProcessInfo.cpp}
refs #1966
The function getExecutablePath() in src/rsc/os/LinuxProcessInfo.cpp is
based on code written by Johannes ...
J. Moringen
01:21 PM Revision 17b31ef6 (rsc): Strip output of date program in cmake/Modules/CurrentDate.cmake
* cmake/Modules/CurrentDate.cmake: strip output of date program in case
it produced leading or trailing whitespace
J. Moringen
01:21 PM Revision 71e12d4a (rsc): Win32 fixes in src/rsc/subprocess/WindowsSubprocess.cpp
* src/rsc/subprocess/WindowsSubprocess.cpp: coding style fix
(include stdexcept): added missing include
J. Moringen
01:21 PM Revision 815c1d05 (rsc): Cleanup of Win32 implementation in src/rsc/plugins/Plugin.cpp
* src/rsc/plugins/Plugin.cpp (Impl): whitespace fixes
(Impl::loadLibrary): likewise
(Impl::resolveSymbol): likewi...
J. Moringen
01:21 PM Revision 2ab8c99c (rsc): Manipulate HEADERS,SOURCES via list function in src/CMakeLists.txt
* src/CMakeLists.txt: use the list function to add platform-specific
elements to the HEADERS and SOURCES lists
J. Moringen
01:21 PM Revision b6fc5b4b (rsc): Fail immediately without subprocess, debugtools implementation in src/CM...
* src/CMakeLists.txt: if not on a platform for which a subprocess and
debugtools implementation exists, fail the bu...
J. Moringen
01:19 PM Revision 69ab38e0 (rsc): Fix compilation warnings
Removed some unused typedefs that are now recognized by recent GCC
versions.
J. Wienke

08/27/2014

02:17 PM Feature #1966 (Resolved): Add interface and implementations for gathering information about the c...
* Draft is in the feature-process-information branch J. Moringen
02:12 PM Revision f0ece51e (rsc): Added Win32 implementations of {Host,Process}Info in src/rsc/os
* src/rsc/os/Win32HostInfo.cpp: new file; implementation of host
information protocol
* src/rsc/os/Win32ProcessInfo...
J. Moringen
02:12 PM Revision b441e239 (rsc): Added POSIX fallbacks for {Host,Process}Info in src/rsc/os
* src/rsc/os/PosixHostInfo.cpp: new file; minimal POSIX-compliant
implementation of host information protocol
* src...
J. Moringen
02:12 PM Revision c8f72849 (rsc): Added src/rsc/os/{HostInfo.h,LinuxHostInfo.cpp}
* src/rsc/os/HostInfo.h: new file; contains function declarations for
obtaining information about the local host
* ...
J. Moringen
02:12 PM Revision 42d20140 (rsc): Added src/rsc/os/{ProcessInfo.h,LinuxProcessInfo.cpp}
* src/rsc/os/ProcessInfo.h: new file; contains function declarations for
obtaining information about the current pr...
J. Moringen
02:12 PM Revision 2d728a1d (rsc): link date-time
J. Moringen
02:12 PM Revision f92633d0 (rsc): Win32 fixes in src/rsc/subprocess/WindowsSubprocess.cpp
* src/rsc/subprocess/WindowsSubprocess.cpp: coding style fix
(include stdexcept): added missing include
J. Moringen
02:12 PM Revision 691d0bbc (rsc): Cleanup of Win32 implementation in src/rsc/plugins/Plugin.cpp
* src/rsc/plugins/Plugin.cpp (Impl): whitespace fixes
(Impl::loadLibrary): likewise
(Impl::resolveSymbol): likewi...
J. Moringen
02:12 PM Revision 5629b598 (rsc): Manipulate HEADERS,SOURCES via list function in src/CMakeLists.txt
* src/CMakeLists.txt: use the list function to add platform-specific
elements to the HEADERS and SOURCES lists
J. Moringen
02:12 PM Revision 4bf5c2a1 (rsc): Strip output of date program in cmake/Modules/CurrentDate.cmake
* cmake/Modules/CurrentDate.cmake: strip output of date program in case
it produced leading or trailing whitespace
J. Moringen
02:12 PM Revision 7d359da4 (rsc): Fail immediately without subprocess, debugtools implementation in src/CM...
* src/CMakeLists.txt: if not on a platform for which a subprocess and
debugtools implementation exists, fail the bu...
J. Moringen

08/07/2014

03:22 PM Revision 3fd50de1 (rsc): Fix FindSCC macro
SCC_FOUND is not generated by find_program according to the cmake
documentation. No idea why this ever worked. Maybe ...
J. Wienke
 

Also available in: Atom