Rev. | 日時 | 作者 |
---|---|---|
d560344 support/1.1 1.1.2 | 2011-10-25 02:34:06 | Aron Cedercrantz |
Merge branch 'release/1.1.2' |
||
3987ddc | 2011-10-25 02:29:47 | Aron Cedercrantz |
Bumb version to 1.1.2. |
||
a860bdf | 2011-10-25 02:23:50 | Aron Cedercrantz |
Fix lastEvent not getting set. |
||
9b37a8e | 2011-08-31 02:26:58 | Aron Cedercrantz |
Merge pull request #2 from ttilley/ttilley |
||
d43157c | 2011-08-21 21:00:46 | Travis Tilley |
compatibility shim, runtime checking example, file-level events |
||
e2660eb | 2011-08-21 17:02:10 | Travis Tilley |
validate project settings, update to xcode 3.2 |
||
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. |