Commit graph

78 commits

Author SHA1 Message Date
Thomas Volkert
232e5b2fc1 fixed compile issue 2015-04-09 14:07:21 +02:00
Thomas Volkert
654ebe7620 - use the term "program abort" instead of "crash"
- use ExceptionParser::reportProgramAbort() as globally accessible
function
2015-04-09 13:20:18 +02:00
ThomasVolkert
5fce5223b0 fixed line delimiters 2015-04-08 23:35:34 +02:00
ThomasVolkert
352f17af2c fixed remaining issues for Windows build 2015-04-08 22:54:45 +02:00
ThomasVolkert
9d23bf0e02 yet another fix for the Windows build 2015-04-08 21:44:41 +02:00
ThomasVolkert
a9ff435b11 another fix for the Windows build 2015-04-08 21:41:33 +02:00
ThomasVolkert
31682c7ded fix Windows build 2015-04-08 21:15:10 +02:00
Thomas Volkert
974f9285e4 crash reporting system: use consistent default settings for the target
php script
2015-04-08 20:46:22 +02:00
Thomas Volkert
bbab2c92c5 removed tabs 2015-04-08 20:42:39 +02:00
Thomas Volkert
4e2eab74cc added crash reporting system, which informs devs. about runtime
exceptions
2015-04-08 20:30:43 +02:00
Thomas Volkert
c8dd118a2a fix problems caused by recent repo. merges 2015-04-07 20:56:58 +02:00
frozenblit
41284134af Fixed missing includes and semicolons 2015-04-07 20:47:39 +02:00
Thomas Volkert
f76c0ec30b updated coding style in ExceptionParser class 2015-04-07 20:30:27 +02:00
Thomas Volkert
15da51924a more verbose debug output from HandleExceptionSignal() as preparation
for upcoming auto. bug reporter
2015-04-07 20:19:04 +02:00
Thomas Volkert
1b181e05c4 code cleanup 2015-04-07 13:46:20 +02:00
Thomas Volkert
19b28bd1b3 tabs removed 2015-04-07 13:42:06 +02:00
frozenblit
42900ccac3 Fixed windows build 2015-02-01 19:37:12 +01:00
Thomas Volkert
ae2ff7b7f8 - fixed: formatting of debug output 2015-01-31 18:14:31 +01:00
Thomas Volkert
86f0f6959f - fixed: some compile problems which were already locally fixed and
missing in the last commit
2015-01-31 17:45:46 +01:00
Thomas Volkert
38765e77f3 - fixed: split exception handling into Linux specific and general
functions
2015-01-31 17:17:04 +01:00
frozenblit
cc44d08b24 Fixed visual studio warnings
Adding "inline" to the unused template functions removes the warning
about the function not being used (C4505).

Fixed a warning in ExceptionParser.cpp about GetTID() not being used by
not defining it in the first place for WIN32.
2014-11-08 13:24:01 +01:00
Thomas Volkert
be1d549d73 - fixed: ExceptionParser: use correct format string 2014-11-02 22:48:34 +01:00
frozenblit
acee1b23dd Merge branch 'master' of https://github.com/polserver/polserver 2014-11-01 23:37:57 +01:00
frozenblit
0568f80ee6 Make exceptionparser compile in visual studio 2014-11-01 23:37:40 +01:00
Thomas Volkert
9643e03bab - fixed: ExceptionParser: avoid stl_inc.h, aligned tab stops 2014-11-01 23:22:29 +01:00
Thomas Volkert
bcebfbdc70 - fixed: changed ordering of includes as discussed in the team 2014-11-01 23:15:19 +01:00
Thomas Volkert
e8738ed978 - minor code cleanup 2014-11-01 23:02:18 +01:00
Thomas Volkert
f4fefc5f5c - added ExceptionParser class 2014-11-01 22:59:09 +01:00