• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

An Objective-C wrapper for Mac OS X’s FSEvents C API.


RSS
Rev. 日時 作者
d560344 support/1.1 1.1.2 2011-10-25 02:34:06 Aron Cedercrantz

Merge branch 'release/1.1.2'

* release/1.1.2: (21 commits)
Bumb version to 1.1.2.
Fix lastEvent not getting set.
compatibility shim, runtime checking example, file-level events ---------------------------------------------------------------
validate project settings, update to xcode 3.2
Fixed "missing base SDK".
Fixed a bug in the CDEventsCallback(...) code which could cause the excludedURLs to be disregarded.
Changed the lastEvent property of the CDEvents class to readonly in public and readwrite in private.
Fixed a bug in the test app which could cause an exception to be raised.
Fixed a lot of small formatting and cross reference errors in the API doc.
Fixed a dup symbols bug properly, thanks to Kirk Kerekes.
Defined MACOSX_DEPLOYMENT_TARGET to 10.5.
Added some Xcode 4 stuff to the git ignore file.
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)."
Fixed small markdown error.
Added still maintained image.
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).
Changed test application to use full CDEvents init method.
Fixed missing __weak code mark in the delegate property declaration.
Changed the compiler to LLVM 1.5.
Marked CDEventsDelegate pointer as a weak pointer (for GC).
...

Conflicts:
CDEvents.xcodeproj/project.pbxproj

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.

- The lastEvent could some times not get set if the last event sent to the
callback was ignored or excluded.

9b37a8e 2011-08-31 02:26:58 Aron Cedercrantz

Merge pull request #2 from ttilley/ttilley

compatibility shim, file level events in lion, runtime version detection

d43157c 2011-08-21 21:00:46 Travis Tilley

compatibility shim, runtime checking example, file-level events
---------------------------------------------------------------

* add flag checking and property macros to make all the boolean flag checks
look quite a bit tidier (especially since i'll be adding another 19 of
them)

* include an fsevent stream flag compatibility shim that's essentially the
same as what I'm currently using in fsevent_watch and import it from
CDEvent.m directly so that it need not be public

* add support for the new 10.7 file level events as boolean properties

* update the test application to use runtime version detection and enable
ignore-self and file level events when running on 10.6 and 10.7
respectively

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)."

This reverts commit ca72868e5179e7e9d8c7022377932c7c8cd48805.

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.