Steve Checkoway
|
887174fcd3
|
Make sure all of the crash data is written. Also silences annoying gcc warning. execve takes char *const[] as arguments so copy magic parameter. I think that is a standards bug, personally.
|
2008-12-26 12:23:34 +00:00 |
|
Steve Checkoway
|
e57268a9a9
|
Make ffmpeg stop complaining.
|
2008-12-26 11:38:47 +00:00 |
|
Glenn Maynard
|
9f3d57ed32
|
gcc binary backwards-compatibility stub
|
2008-05-06 06:04:58 +00:00 |
|
Steve Checkoway
|
ce8f578f0c
|
Generate a ver.cpp on every make all but not on make stepmania, unless ver.cpp does not exist.
|
2008-01-03 02:35:20 +00:00 |
|
Steve Checkoway
|
611366a664
|
TrimLeft(); TrimRight(); -> Trim();
|
2007-12-01 23:33:38 +00:00 |
|
Glenn Maynard
|
1c65b56998
|
add Avery Lee for PointsToValidCall code
|
2007-11-09 21:44:09 +00:00 |
|
Steve Checkoway
|
26cc360a5b
|
Finish implementation of OS X i386 backtrace. The code hasn't been tested as part of SM yet.
|
2007-11-09 02:21:27 +00:00 |
|
Steve Checkoway
|
f8be4f8426
|
Ignore code.
|
2007-08-19 04:19:04 +00:00 |
|
Steve Checkoway
|
74b056c2af
|
I don't know why this was changed, but include the header.
|
2007-08-19 04:12:21 +00:00 |
|
Steve Checkoway
|
4765a11d90
|
Add cast to fix compile.
|
2007-05-27 07:44:20 +00:00 |
|
Steve Checkoway
|
c9f5d9de49
|
Check for alloca.h.
|
2007-05-27 07:25:48 +00:00 |
|
Steve Checkoway
|
02a4226a90
|
Fix compile.
|
2007-05-27 07:24:22 +00:00 |
|
Steve Checkoway
|
c6d598ad60
|
Cleanup.
|
2007-05-08 06:41:51 +00:00 |
|
Glenn Maynard
|
f4c9f42cf1
|
BSD -> UNIX
|
2007-05-03 02:37:25 +00:00 |
|
Glenn Maynard
|
1cb9a3cb89
|
enable C99 for some platforms
|
2007-05-03 02:29:56 +00:00 |
|
Glenn Maynard
|
2f4bfab78e
|
linux -> unix
|
2007-05-03 02:28:38 +00:00 |
|
Glenn Maynard
|
0c3e3939fd
|
simplify
|
2007-05-03 02:27:43 +00:00 |
|
Glenn Maynard
|
59f652d3f4
|
remove const
|
2007-05-03 02:23:39 +00:00 |
|
Glenn Maynard
|
b070657cf4
|
linux -> unix
|
2007-05-03 02:22:34 +00:00 |
|
Glenn Maynard
|
5ef25f5a50
|
alloca.h
|
2007-05-03 02:12:25 +00:00 |
|
Glenn Maynard
|
317f6f3f03
|
unneeded
|
2007-04-13 17:45:39 +00:00 |
|
Steve Checkoway
|
e507e06144
|
sys/param.h should define BSD.
|
2007-02-25 15:23:44 +00:00 |
|
Steve Checkoway
|
2faaa7518a
|
GetCurThreadName -> GetCurrentThreadName to match GetCurrentThreadID.
|
2007-02-23 10:35:00 +00:00 |
|
Steve Checkoway
|
ea316d22a0
|
The version_time variable is itself const. I.e., constant pointer to constant data.
|
2007-02-04 02:08:25 +00:00 |
|
Steve Checkoway
|
4d27ec506f
|
Follow StepMania.cpp and use unsigned long.
|
2007-02-04 01:29:17 +00:00 |
|
Steve Checkoway
|
d14323bd4a
|
Implement BACKTRACE_METHOD_X86_DARWIN. It isn't enabled since I can't test it though. There's a fair amount of duplicated code with the x86 linux version. This could be refactored but since I don't own a single x86 machine...
|
2007-02-02 13:58:17 +00:00 |
|
Glenn Maynard
|
1b813dbd25
|
fix size check
|
2007-01-26 02:56:46 +00:00 |
|
Glenn Maynard
|
9f806c2373
|
cleanup, remove old comment
|
2007-01-26 02:10:11 +00:00 |
|
Glenn Maynard
|
ef525b19c5
|
fix crash
|
2007-01-24 11:49:53 +00:00 |
|
Glenn Maynard
|
7943380e6c
|
remove SignalHandler::ResetSignalHandlers
|
2007-01-24 11:41:31 +00:00 |
|
Glenn Maynard
|
0b26020d96
|
fix crashes in crash handler being handled by DoCleanShutdown
|
2007-01-24 11:38:29 +00:00 |
|
Glenn Maynard
|
7c96f57544
|
no, *nix builds in gcc
|
2007-01-24 09:44:23 +00:00 |
|
Glenn Maynard
|
675d991de4
|
remove HAVE_CRYPTOPP
|
2007-01-24 09:41:16 +00:00 |
|
Glenn Maynard
|
21de36d26a
|
fix warning
|
2006-12-19 01:42:26 +00:00 |
|
Steve Checkoway
|
1cf1734d5a
|
Fix window bug.
|
2006-12-10 10:20:32 +00:00 |
|
Steve Checkoway
|
172033715f
|
Only one thing opens a connection, the low level window. Anything depending on it can check directly if it is open or not. A native X11 loading window would probably use it as well and we wouldn't want to close and reopen the Display. hmm.
|
2006-12-07 13:09:20 +00:00 |
|
Steve Checkoway
|
027b94d2c1
|
Use descriptive names.
|
2006-12-07 13:00:30 +00:00 |
|
Steve Checkoway
|
d1d9f1762e
|
Keep the event mask across window recreates. Close the display, I did not mean to remove that.
|
2006-12-07 12:54:24 +00:00 |
|
Steve Checkoway
|
a6016a9c03
|
Simplify. Only have a single window creation function.
|
2006-12-07 10:51:17 +00:00 |
|
Steve Checkoway
|
745fc68b9d
|
Simplify.
|
2006-12-07 08:41:54 +00:00 |
|
Steve Checkoway
|
19cee71210
|
Return values not used.
|
2006-12-07 08:31:40 +00:00 |
|
Glenn Maynard
|
001a57c2e1
|
exchange one nonportable API for another, since newer Linux kernels changed their mind
|
2006-10-18 19:48:20 +00:00 |
|
Steve Checkoway
|
3ef367e613
|
fix
|
2006-10-14 21:59:51 +00:00 |
|
Steve Checkoway
|
3e913de2d2
|
Fix warning coming from system headers. Add a newline in error messages that will likely never be emitted...
|
2006-10-13 05:11:54 +00:00 |
|
Glenn Maynard
|
03ce23e9ea
|
ARRAYLEN
|
2006-09-18 23:27:09 +00:00 |
|
Steve Checkoway
|
3a34bcad8a
|
HOOKS is now set.
|
2006-08-12 22:08:00 +00:00 |
|
Steve Checkoway
|
8ecb0c6c8d
|
Fix compile.
|
2006-08-10 09:34:31 +00:00 |
|
Steve Checkoway
|
a001f04f35
|
Header was only for testing.
|
2006-08-06 07:26:15 +00:00 |
|
Steve Checkoway
|
a4061b645d
|
Add a timeout while waiting for the parent to finish clean up or die.
|
2006-08-06 03:52:46 +00:00 |
|
Steve Checkoway
|
5eb4341786
|
Add build date and architecture. (Date is already in Windows crash report but architecture isn't and I can't build for windows so someone else can do it if so desired.)
|
2006-08-05 02:39:58 +00:00 |
|