Marcin Cieślak
809549213e
Use delete[] after new[]
...
gmake: Wejście do katalogu '/usr/home/saper/sw/misskey/build'
CXX(target) Release/obj.target/crypto_key/src/crypto_key.o
../src/crypto_key.cc:25:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
[-Wmismatched-new-delete]
delete sourceBuf;
^
[]
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
const auto sourceBuf = new char[sourceLength];
^
../src/crypto_key.cc:32:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
[-Wmismatched-new-delete]
delete sourceBuf;
^
[]
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
const auto sourceBuf = new char[sourceLength];
^
2 warnings generated.
2018-05-16 00:21:54 +02:00
syuilo
39eadba102
Merge pull request #1580 from marihachi/marihachi-patch-1
...
update license tip
2018-05-14 19:04:18 +09:00
Marihachi
2f52c6df95
update license tip
2018-05-14 18:58:47 +09:00
syuilo
55394539b5
2.6.2
2018-05-14 14:16:56 +09:00
syuilo
6ea01697b1
Use _id instead of createdAt to improve performance
2018-05-14 13:58:44 +09:00
syuilo
fff0e8bc6d
Fix bug
2018-05-14 13:54:18 +09:00
syuilo
7f17a44078
Update add-file.ts
2018-05-14 12:47:33 +09:00
syuilo
5dbc9a1ac8
Improve performance
2018-05-14 09:24:49 +09:00
syuilo
4f686f45e2
2.6.1
2018-05-14 09:15:49 +09:00
syuilo
f2564c7417
NoteのuserIdに対してインデックスを張るように
2018-05-14 09:15:43 +09:00
syuilo
1ec9a1ed1b
Disable prev/next
2018-05-14 09:01:37 +09:00
syuilo
a5b00b030a
Fix bug
2018-05-13 17:00:34 +09:00
syuilo
1d639faf15
Fix bug
2018-05-13 16:52:47 +09:00
syuilo
009050a8d4
Better error handling
2018-05-13 16:26:11 +09:00
syuilo
57cf29dde6
2.6.0
2018-05-13 03:17:09 +09:00
syuilo
693c978f93
✌️
2018-05-13 03:16:31 +09:00
syuilo
4c11b74c8a
Add index
2018-05-13 03:13:55 +09:00
syuilo
3c476eb0d8
Merge branch 'master' of https://github.com/syuilo/misskey
2018-05-13 03:08:33 +09:00
syuilo
b31bf7586d
Add note
2018-05-13 03:08:00 +09:00
syuilo
426bbc063f
Merge pull request #1576 from mei23/mei-preview
...
Fix url preview
2018-05-10 06:36:19 +09:00
mei23
a7318de307
Fix cause error in case preview has data URI
2018-05-10 01:08:33 +09:00
mei23
e566d87aa8
Fix can't preview some url
2018-05-09 20:14:34 +09:00
syuilo
4b02600297
Merge pull request #1575 from mei23/mei-listlm
...
Fix list load-more is not working
2018-05-09 05:15:51 +09:00
mei23
75e4a1da3e
Fix list load-more is not working
2018-05-09 04:56:07 +09:00
syuilo
0e332f0186
Provide originalNotesCount and originalUsersCount
2018-05-08 07:19:23 +09:00
syuilo
e06455c528
Fix bug
2018-05-08 07:08:02 +09:00
syuilo
17e53d2ebf
Fix #1574
2018-05-08 07:03:06 +09:00
syuilo
2a90549f3d
Update setup.ja.md
2018-05-08 04:04:18 +09:00
syuilo
f3255c6090
2.5.0
2018-05-07 18:22:44 +09:00
syuilo
51969954c1
Fix bug
2018-05-07 18:20:15 +09:00
syuilo
e087c7032c
Fix
2018-05-07 17:45:21 +09:00
syuilo
54b46c5d00
Better text parsing
2018-05-07 17:19:00 +09:00
syuilo
d1fd3adcc9
oops
2018-05-07 17:15:20 +09:00
syuilo
79ce920643
2.5.0-beta1
2018-05-07 17:05:17 +09:00
syuilo
aaa396e2b4
Better banner redering
2018-05-07 17:05:05 +09:00
syuilo
f25efb3161
Fix #1569
2018-05-07 16:53:56 +09:00
syuilo
02392d6a98
Fix ui
2018-05-07 16:39:00 +09:00
syuilo
c986c4e503
投稿のレンダリングを改善
2018-05-07 16:31:33 +09:00
syuilo
16891d15e8
Merge branch 'master' of https://github.com/syuilo/misskey
2018-05-07 16:25:21 +09:00
syuilo
604046636d
リモートアカウントの投稿に対しての返信にはメンションを付けるように
2018-05-07 16:25:06 +09:00
syuilo
26302e3eda
Update i18n.ts
2018-05-07 05:22:06 +09:00
syuilo
3bb9d54eb1
oops
2018-05-07 04:26:45 +09:00
syuilo
59e47b1f52
良い感じに
2018-05-07 04:08:39 +09:00
syuilo
514608d281
Merge branch 'master' of https://github.com/syuilo/misskey
2018-05-07 03:19:27 +09:00
syuilo
fa11c10133
メンションを処理
2018-05-07 03:19:24 +09:00
syuilo
e156c95429
Merge pull request #1572 from ha-dai/patch1
...
Fix typo.
2018-05-07 03:09:45 +09:00
ha-dai
a750eba6bf
fix typo
2018-05-07 03:05:00 +09:00
syuilo
cab573c288
#1427
2018-05-07 02:54:14 +09:00
syuilo
0159b0bbd8
Fix glitch
2018-05-07 01:43:51 +09:00
syuilo
93e952e9d3
Fix ui glitch
2018-05-06 21:13:21 +09:00