• 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. 日時 作者
97f8df2 develop 2014-02-26 01:33:03 Aron Cedercrantz

Merge pull request #27 from vtourraine/patch-1

Update podspec to 1.2.2

373bfa4 2014-02-25 17:26:48 Vincent Tourraine

Update podspec to 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)

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.

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>

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.

5beb7cd 2012-11-22 04:47:44 Aron Cedercrantz

Bump copyright years.

- Also add missing license header to CDEvents.m.

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

eeba752 2012-11-22 04:45:20 Aron Cedercrantz

Change framework version to 1.2.0.

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

46f63c8 2012-11-22 04:42:39 Aron Cedercrantz

Update podspec to 1.2.0.

- This version requires ARC and blocks. It does not support garbage collection, for that please see 1.1.x.

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