Rev. | 日時 | 作者 |
---|---|---|
1aa80ce | 2011-08-18 21:10:45 | Aron Cedercrantz |
Removed now unsued ivar declarations. |
||
b22a031 | 2011-08-18 21:09:47 | Aron Cedercrantz |
Changed the internal behaviour of the watchedURLs property. |
||
984bcba | 2011-08-18 21:02:09 | Aron Cedercrantz |
Added nores on how to use the project to the readme. |
||
4bf77e1 | 2011-08-18 20:41:24 | Aron Cedercrantz |
Changed the readme to reflect the status of the ARC feature branch. |
||
69a2adc | 2011-08-18 03:35:37 | Aron Cedercrantz |
Updated project for ARC. |
||
c576a9e | 2011-08-17 01:34:41 | Aron Cedercrantz |
Fixed "missing base SDK". |
||
e6cae0b | 2011-02-14 12:08:12 | Aron Cedercrantz |
Fixed a bug in the CDEventsCallback(...) code which could cause the excludedURLs to be disregarded. |
||
847bac2 | 2011-02-14 11:58:26 | Aron Cedercrantz |
Changed the lastEvent property of the CDEvents class to readonly in public and readwrite in private. |
||
1ccca38 | 2011-02-14 11:57:30 | Aron Cedercrantz |
Fixed a bug in the test app which could cause an exception to be raised. |
||
13d814f | 2011-02-14 11:05:32 | Aron Cedercrantz |
Fixed a lot of small formatting and cross reference errors in the API doc. |
||
b0e1f6d | 2011-02-05 10:52:42 | Aron Cedercrantz |
Fixed a dup symbols bug properly, thanks to Kirk Kerekes. |
||
0b77510 | 2011-02-05 10:48:18 | Aron Cedercrantz |
Defined MACOSX_DEPLOYMENT_TARGET to 10.5. |
||
16c147e | 2011-02-05 10:46:20 | Aron Cedercrantz |
Added some Xcode 4 stuff to the git ignore file. |
||
ee2bf9e | 2011-02-05 10:26:39 | Aron Cedercrantz |
Revert "Changed two "const <type> <name>" constants to macros (they caused duplicate symbol linking errors when the header was included more than once for the same product)." |
||
2a5546c | 2010-12-08 04:46:21 | Aron Cedercrantz |
Fixed small markdown error. |
||
7587f0e | 2010-12-08 04:44:53 | Aron Cedercrantz |
Added still maintained image. |
||
ca72868 | 2010-09-25 05:50:45 | Aron Cedercrantz |
Changed two "const <type> <name>" constants to macros (they caused duplicate symbol linking errors when the header was included more than once for the same product). |
||
f341d03 | 2010-09-25 05:38:13 | Aron Cedercrantz |
Changed test application to use full CDEvents init method. |
||
d117237 | 2010-09-25 00:33:19 | Aron Cedercrantz |
Fixed missing __weak code mark in the delegate property declaration. |
||
4c10a3b | 2010-09-24 23:57:48 | Aron Cedercrantz |
Merge remote branch 'origin/develop' into develop |
||
7a76f47 | 2010-09-24 23:56:05 | Aron Cedercrantz |
Changed the compiler to LLVM 1.5. |
||
ccb9f1c | 2010-09-24 23:55:40 | Aron Cedercrantz |
Marked CDEventsDelegate pointer as a weak pointer (for GC). |
||
2e39627 | 2010-08-31 02:49:42 | Aron Cedercrantz |
Changed the wording in the readme. |
||
5707272 | 2010-08-04 05:15:29 | Aron Cedercrantz |
Merge branch 'release/1.1.1' into develop |
||
c728faf 1.1.1 | 2010-08-04 05:12:25 | Aron Cedercrantz |
Merge branch 'release/1.1.1' |
||
ccc044c | 2010-08-04 05:11:57 | Aron Cedercrantz |
Changed the framework version to 1.1.1. |
||
f5c9eac | 2010-08-04 05:07:24 | Aron Cedercrantz |
Fixed issue #1 concerning spaces in the path. |
||
6a9d97f | 2010-08-04 04:21:22 | Aron Cedercrantz |
Added authors to readme. |
||
0423f73 | 2010-07-16 08:37:26 | Aron Cedercrantz |
Added section on how to generate API documentation to the readme. |
||
3417cae | 2010-07-16 08:17:45 | Aron Cedercrantz |
Added Doxygen configuration file. |