Commit Graph
100 Commits
Author SHA1 Message Date
Steve Checkoway 1a0b3f20f7 Function pointer. 2005-05-30 21:09:48 +00:00
Steve Checkoway b7f5eef4a1 Fix initialization order warning. 2005-05-30 11:56:36 +00:00
Steve Checkoway 29fe98e0f3 Cleanup. Make everything line up nicely with 4 space tabstops. 2005-05-30 11:52:56 +00:00
Steve Checkoway a430b09479 Gcc, be quiet! 2005-05-30 11:10:47 +00:00
Steve Checkoway 720ba40a94 __GLOBAL__ fix on trunk as well. 2005-05-28 19:54:28 +00:00
Steve Checkoway 114ac27623 The entire file system is brittle and breaks whenever anything changes. 2005-05-24 22:36:15 +00:00
Steve Checkoway 55b8c9ce97 Fix warning. 2005-05-24 22:03:53 +00:00
Steve Checkoway ac98ac3f7b Unused variable. 2005-05-24 22:00:32 +00:00
Steve Checkoway 9753111517 Stop using the 10.2.8 SDK. I don't think this is necessary (or that it ever was). 2005-05-21 07:37:55 +00:00
Steve Checkoway 599cfc128a Fix warning. 2005-05-21 07:36:26 +00:00
Steve Checkoway 2b82c2d901 Fix warnings about use of possibly uninitialized variables. 2005-05-21 07:35:15 +00:00
Steve Checkoway c0c82a0527 Fix Linux compile. 2005-05-18 02:01:00 +00:00
Steve Checkoway abf62b326f Oops. I forgot to provide a definition for this. Make sure that it is never called. 2005-05-14 08:11:33 +00:00
Steve Checkoway 9e08fde928 Work around some issue in gcc 4. 2005-05-14 08:01:32 +00:00
Steve Checkoway 135884ceb9 Explicit template specializations require template<>. 2005-05-14 07:59:46 +00:00
Steve Checkoway 15ce1c2cdd Unused. 2005-05-14 07:39:34 +00:00
Steve Checkoway de93a32840 Fix initialization order warnings. 2005-05-14 07:39:15 +00:00
Steve Checkoway 360a2d6651 Fix warning. 2005-05-14 07:36:19 +00:00
Steve Checkoway 42f3fae45c Don't first cast -1 to long unsigned int and then back to int. Just cast nIdx to an int. 2005-05-14 06:53:06 +00:00
Steve Checkoway 7623de2bd7 spelling 2005-05-01 18:38:26 +00:00
Steve Checkoway 91956f9342 odd that these did not get added. 2005-05-01 18:35:03 +00:00
Steve Checkoway fc4e9188a8 Use the Apple installer. My own installer was needed before the overhaul of the crash handler (quite a while ago). 2005-05-01 18:33:54 +00:00
Steve Checkoway e1b20c7d15 update 2005-04-28 17:29:38 +00:00
Steve Checkoway d56d7ee59a Simplify. 2005-04-28 17:21:42 +00:00
Steve Checkoway d724fbe7ec Fix warning. 2005-04-28 17:16:49 +00:00
Steve Checkoway a7c614ff90 Fix crash. Gcc emits code causing an abort when passing non-POD type through ... since it cannot know to try to cast to an int. 2005-04-28 17:11:25 +00:00
Steve Checkoway 5096cb77d2 Fix warning 2005-04-28 17:10:16 +00:00
Steve Checkoway b1f6f2c4a6 Fix warning 2005-04-28 17:04:11 +00:00
Steve Checkoway 299e0a8f1a update 2005-04-17 03:05:23 +00:00
Steve Checkoway c9c9e5dbeb When I say to commit the changes, I really mean commit them. *grumble grumble* 2005-04-10 23:22:14 +00:00
Steve Checkoway e9867a80b4 Don't assume that all files are c++. Remove the unnecessary objective-c++. 2005-04-10 23:16:12 +00:00
Steve Checkoway 06173b941f update?? 2005-04-03 08:08:21 +00:00
Steve Checkoway 1e07e76dcc Fix warnings. 2005-04-03 07:49:49 +00:00
Steve Checkoway 6caf20d2a1 Make the version increment a separate target rather than a build phase to force ver.cpp to be rebuilt every time. 2005-03-26 18:39:04 +00:00
Steve Checkoway ce4997dbdc Change file type. An explicit -x flag is passed to gcc so this makes no difference, but it is more correct. 2005-03-26 18:25:54 +00:00
Steve Checkoway d7115f1dd1 cleanup 2005-03-26 18:21:34 +00:00
Steve Checkoway da80435d0f Use UTF-8 strings. Sometimes +[NSString stringWithUTF8String:] returns nil (I have no idea why), so use an empty string in that case. 2005-03-26 17:55:28 +00:00
Steve Checkoway 701d77ec51 Give the window a titlebar/title. Fix the off by one error. Clean up a bit. 2005-03-26 17:42:55 +00:00
Steve Checkoway 9b68e25fc8 it is an int 2005-03-26 05:05:24 +00:00
Steve Checkoway 52c27a1374 Add file. 2005-03-26 04:14:26 +00:00
Steve Checkoway 3134764b83 Attempt to support more audio hardware. (I have no way to really test this.) 2005-03-26 02:33:44 +00:00
Steve Checkoway 2cb9f7682c update project file 2005-03-23 21:18:05 +00:00
Steve Checkoway 203caf2ac8 Remove QT1. I do not think it even works any longer. Regardless, it is not needed. 2005-03-23 21:18:01 +00:00
Steve Checkoway 47de0f1783 Yes, Darwin (and OS X) is POSIX, see
http://www.xyroth-enterprises.co.uk/posixos.htm
SDL is used on OS X for some things, but not all.
Use #if defined(...) instead of #ifdef in most of the Selector_*.h files.
2005-03-23 21:15:12 +00:00
Steve Checkoway ae02033893 Fix warnings. 2005-03-23 21:04:40 +00:00
Steve Checkoway fd86efc075 Fix initialization list order. 2005-03-23 20:59:23 +00:00
Steve Checkoway bc15a23f06 cleanup 2005-03-23 20:19:38 +00:00
Steve Checkoway 818d305324 Update project file. 2005-02-20 21:37:51 +00:00
Steve Checkoway 22de4f78c9 update 2005-02-06 10:14:34 +00:00
Steve Checkoway a5e477e3d0 Simplify crash reporting on OS X. 2005-02-06 10:14:10 +00:00
Steve Checkoway c700011078 update 2005-01-24 10:37:47 +00:00
Steve Checkoway 9264796026 Fix warnings. 2005-01-24 10:12:46 +00:00
Steve Checkoway 97ddc053d1 sigh, every time 2005-01-22 04:50:25 +00:00
Steve Checkoway 5a62dfefbb Update. 2005-01-22 04:45:51 +00:00
Steve Checkoway 2dec84b23f Fix compile on OS X. 2005-01-22 04:44:33 +00:00
Steve Checkoway 00e6c619b3 Fix compile on OS X. This might break *nix compile unless CRYPTOPP_UNIX_AVAILABLE is defined. 2005-01-22 04:44:10 +00:00
Steve Checkoway 5bc0f4c99b Fix warning. 2005-01-22 04:41:59 +00:00
Steve Checkoway c29b5a76cc update 2004-12-13 05:17:01 +00:00
Steve Checkoway 73e5f1092f Unused variable. 2004-12-12 09:58:14 +00:00
Steve Checkoway c15b663c15 Add/remove files. 2004-12-04 20:38:10 +00:00
Steve Checkoway eaca864906 Fix crash (only gcc?) 2004-12-04 20:36:29 +00:00
Steve Checkoway fa9afed825 Fix warning once and for all. (Two versions of gcc give opposite warnings.) 2004-12-04 20:33:17 +00:00
Steve Checkoway 86a0a15a55 Add files. 2004-12-01 13:17:34 +00:00
Steve Checkoway 508be4894d Fix warnings. 2004-12-01 13:14:55 +00:00
Steve Checkoway 2b6350e63b Compile fix. 2004-12-01 06:30:49 +00:00
Steve Checkoway ed50b079b2 oops. We do not need this framework. 2004-11-20 23:23:15 +00:00
Steve Checkoway e26cc3d62f update 2004-11-20 22:58:37 +00:00
Steve Checkoway 55fa9ef592 Fix warning. 2004-11-20 20:40:11 +00:00
Steve Checkoway 9582577d84 Fix warnings. 2004-10-25 03:44:28 +00:00
Steve Checkoway de945128fa Add files. 2004-10-25 03:42:30 +00:00
Steve Checkoway fe3af94ea9 Add files. 2004-10-24 12:41:54 +00:00
Steve Checkoway 4c8aa40a84 OS X build updates. 2004-10-23 06:26:55 +00:00
Steve Checkoway b50dc96d19 Disable altivec 2004-10-05 19:10:04 +00:00
Steve Checkoway 4223746b6e Append text correctly and actually scroll the text view. 2004-10-05 11:07:31 +00:00
Steve Checkoway 92b1b371c7 Header cleanup. 2004-10-05 11:03:43 +00:00
Steve Checkoway 1bcad560cc What is this? It isn't in the header file and no linker errors result from not including it. 2004-10-05 11:00:53 +00:00
Steve Checkoway d9c08228dd Fix guard. 2004-10-05 10:57:27 +00:00
Steve Checkoway 67946d3a72 Fix warning. 2004-10-05 10:52:36 +00:00
Steve Checkoway b97952f768 Fix character constant. 2004-10-05 10:43:38 +00:00
Steve Checkoway ca6887e5f8 Fix warning. 2004-10-05 10:36:11 +00:00
Steve Checkoway 30a1b81014 update 2004-10-05 10:32:50 +00:00
Steve Checkoway b7521bfd91 Cleanup header. 2004-10-05 10:32:35 +00:00
Steve Checkoway 18f720cda6 cleanup, make macros more robust, fix warning. 2004-09-20 17:02:37 +00:00
Steve Checkoway 029e7a1af3 Fix path. 2004-09-13 12:48:32 +00:00
Steve Checkoway 94cd32990e update 2004-09-13 12:34:44 +00:00
Steve Checkoway 2279d9ba2c Oops, missed one. 2004-09-13 04:45:36 +00:00
Steve Checkoway 563ddf76e4 Simlify 2004-09-13 04:38:50 +00:00
Steve Checkoway 3dc17a7804 Add virtual dtor, fix init order, const fixes, add operator const T& so you can use the preference exactly like its type. 2004-09-13 04:37:38 +00:00
Steve Checkoway 6b934144a8 Fix warning 2004-09-12 06:40:42 +00:00
Steve Checkoway fbc2db66de Add license text, slight cleanup. 2004-09-11 16:21:22 +00:00
Steve Checkoway fa11d32c39 Fix warning. I have no idea why this works. I am declaring a category but not implementing the methods declared within. 2004-09-11 16:12:24 +00:00
Steve Checkoway 8cbe2889a1 Fix paths 2004-09-11 13:32:41 +00:00
Steve Checkoway 44174a8fa7 Unused function. 2004-09-09 08:51:07 +00:00
Steve Checkoway 7da3bacbda update 2004-09-08 08:51:46 +00:00
Steve Checkoway bf3ce581af OS X has pthread_cond_timedwait but not pthread_mutex_timedlock. 2004-09-08 08:36:43 +00:00
Steve Checkoway 03e703e447 Fix OS X compile. 2004-09-08 08:35:07 +00:00
Steve Checkoway c0c98557c0 Fix warnings. 2004-09-08 08:33:38 +00:00
Steve Checkoway dbbf9497cd Fix connect. Just about everything has gethostbyname. It is not thread safe and probably should not be used in general; however, it is fine here. 2004-09-08 08:06:35 +00:00
Steve Checkoway 98580f128b Remove Exceptions. 2004-09-07 14:00:35 +00:00
Steve Checkoway dee65098f1 Cleanup 2004-09-07 13:57:21 +00:00