• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

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


RSS
Révision l'heure Auteur
f812a2a master 2014-03-01 23:43:33 Aron Cedercrantz

Merge tag '1.2.2'

acd2910 1.2.2 2014-02-25 04:49:51 Aron Cedercrantz

Bump version to 1.2.2.

b3fdee2 2014-02-21 07:59:33 Aron Cedercrantz

Merge pull request #24 from rience/develop

Fix warnings in Xcode 5.

ad660ce 2014-02-21 07:18:40 Krzysztof Adamski

Pass unisgnedIntValue Instead of unsignedIntegerValue (XCode 5 Compilation Warnings)

91e7662 2014-02-21 07:17:27 Krzysztof Adamski

Pass CDEventsEventStreamCreationFlags to CDEvents Init Method

a1e5453 2013-12-10 21:25:08 rience

Explicit Casting to “(uint)” When Converting From NSUInteger to CDEventFlags (Due to Warnings in XCode 5)

4a8d60f 2013-07-03 05:21:08 Aron Cedercrantz

Merge tag '1.2.1'

Fix a memory management issue and more.

* tag '1.2.1':
Make properties explicitly strong.
CDEvent should maintain strong references to its properties.
Use relative import to allow compiling in other projects.

88c6487 1.2.1 2013-07-03 05:17:39 Aron Cedercrantz

Merge branch 'develop' of https://github.com/rastersize/CDEvents into develop

* 'develop' of https://github.com/rastersize/CDEvents:
Make properties explicitly strong.
CDEvent should maintain strong references to its properties.
Use relative import to allow compiling in other projects.

89bd5f0 2013-07-03 05:17:26 Aron Cedercrantz

Merge branch 'release/1.2.1' into develop

* release/1.2.1:
Update podspec to 1.2.1.
Change framework version to 1.2.1.
Bump copyright year.

266d088 2013-07-03 05:13:38 Aron Cedercrantz

Merge branch 'release/1.2.1'

* release/1.2.1:
Update podspec to 1.2.1.
Change framework version to 1.2.1.
Bump copyright year.
Don't export flag macros.
Fix whitespace.
Fix typo: Inpired -> Inspired.
Fix typo: wheter -> whether.
fixed typo in code example.
Fix an issue with the podspec license.

b0e852c 2013-07-03 05:12:26 Aron Cedercrantz

Update podspec to 1.2.1.

Signed-off-by: Aron Cedercrantz <aron@cedercrantz.se>

4a730a3 2013-07-03 05:11:31 Aron Cedercrantz

Change framework version to 1.2.1.

Signed-off-by: Aron Cedercrantz <aron@cedercrantz.se>

453dfcc 2013-07-03 05:06:48 Aron Cedercrantz

Bump copyright year.

Signed-off-by: Aron Cedercrantz <aron@cedercrantz.se>

4eaf17a 2013-07-03 04:43:35 Aron Cedercrantz

Merge tag '1.2.0'

1.2.0 - Requires ARC and blocks. Does not support GC.

* tag '1.2.0': (32 commits)
Bump copyright years.
Change framework version to 1.2.0.
Update podspec to 1.2.0.
Add compile time check of ARC and blocks.
Update Xcode project.
Fix ARC setting in podspec.
Add podspec by @dwlnetnl (#13).
Remove link to GitHub messages.
Correctly handle path that contains spaces
Made CDEvents class create CDEvent objects with file URLs instead of normal URLs (allows easier comparison with NSURL objects returned by eg. NSFileManager)
Update README.mdown
Fix contributors URL.
Change the authors section in the readme.
Update readme with link to new website.
Ignore "docs" directory.
Update readme to reflect online documentation.
Add license file.
Add script to generate documentation using appledoc.
Update the read me to reflect the new changes.
Update the test app to be able to use blocks API.
...

7d6ad26 2013-05-25 17:46:13 Aron Cedercrantz

Merge pull request #20 from uasi/strongify

CDEvent should maintain strong references to its properties.

9d6cbce 2013-05-25 12:43:25 Tomoki Aonuma

Make properties explicitly strong.

13ca552 2013-05-24 23:38:38 Aron Cedercrantz

Merge pull request #18 from kunalparmar/develop

Use relative import to allow compiling in other projects.

7a98b4d 2013-05-24 22:30:40 Aron Cedercrantz

Merge pull request #21 from uasi/dont-export-flag-macros

Change visibility of flag macros.

7017360 2013-05-24 22:29:39 Aron Cedercrantz

Merge pull request #19 from uasi/fix-typo

Fix typos.

eb7c5e6 2013-05-16 15:42:16 Tomoki Aonuma

Don't export flag macros.

dc72057 2013-05-16 15:36:23 Tomoki Aonuma

Fix whitespace.

4c2599f 2013-05-16 15:11:03 Tomoki Aonuma

CDEvent should maintain strong references to its properties.

89978a7 2013-05-16 11:50:03 Tomoki Aonuma

Fix typo: Inpired -> Inspired.

a9c7e26 2013-05-16 11:37:48 Tomoki Aonuma

Fix typo: wheter -> whether.

ad7b17f 2013-04-23 09:29:53 Kunal Parmar

Use relative import to allow compiling in other projects.

f215d51 2013-03-08 20:33:40 Aron Cedercrantz

Merge pull request #16 from androwis/develop

Fix typo in code example.

42d0115 2013-03-07 04:16:04 Androwis Abumoussa

fixed typo in code example.

22c4fd4 2012-11-22 05:42:00 Aron Cedercrantz

Fix an issue with the podspec license.

- CocoaPods did not like `{ :type => 'MIT', :file => 'LICENSE' }` as such it has now been change to the simpler 'MIT'. See issue #13.

Signed-off-by: Aron Cedercrantz <aron@cedercrantz.se>

54cd377 2012-11-22 04:54:03 Aron Cedercrantz

Merge branch 'release/1.2.0' into develop

* release/1.2.0:
Bump copyright years.
Change framework version to 1.2.0.
Update podspec to 1.2.0.

08c19ee 1.2.0 2012-11-22 04:52:11 Aron Cedercrantz

Merge branch 'release/1.2.0'

* release/1.2.0: (32 commits)
Bump copyright years.
Change framework version to 1.2.0.
Update podspec to 1.2.0.
Add compile time check of ARC and blocks.
Update Xcode project.
Fix ARC setting in podspec.
Add podspec by @dwlnetnl (#13).
Remove link to GitHub messages.
Correctly handle path that contains spaces
Made CDEvents class create CDEvent objects with file URLs instead of normal URLs (allows easier comparison with NSURL objects returned by eg. NSFileManager)
Update README.mdown
Fix contributors URL.
Change the authors section in the readme.
Update readme with link to new website.
Ignore "docs" directory.
Update readme to reflect online documentation.
Add license file.
Add script to generate documentation using appledoc.
Update the read me to reflect the new changes.
Update the test app to be able to use blocks API.
...