-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mainブランチとのconflict解消がうまく行ってなかったのでリトライ #206
Merged
Hiroshiba
merged 18 commits into
VOICEVOX:rust
from
qwerty2501:fix/conflict-main-for-rust
Jul 24, 2022
Merged
mainブランチとのconflict解消がうまく行ってなかったのでリトライ #206
Hiroshiba
merged 18 commits into
VOICEVOX:rust
from
qwerty2501:fix/conflict-main-for-rust
Jul 24, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
本当はデフォルト引数を消したかったが、使ってる人がいる可能性があるためC++で使ってる場合はそのままにするように修正した
* load_model関数を切り出す * load_modelとis_model_loadedを足した * 使われてないエラーメッセージを消去 * Update core/src/core.cpp Co-authored-by: qwerty2501 <[email protected]> * Update core/src/core.cpp Co-authored-by: qwerty2501 <[email protected]> * Update core/src/core.cpp Co-authored-by: qwerty2501 <[email protected]> * pythonのラッパーの型を変更 * load_all_models追加 * return true Co-authored-by: qwerty2501 <[email protected]>
* Catch2をプロジェクト導入して参考となる1ケースを追加した * リリース用ビルドにはテストビルドは不要のため無効化する変数を追加した * テストコードの短縮化を行った * READMEにテスト実行方法を追加 * テストをビルドするかどうかのフラグをデフォルトOFFにした * テストをビルドするかどうかのフラグを変更したことによりREADMEを修正 * MSVCに対して足りないオプションを追加 - utf8文字列でコンパイルするように指定 - C++20を明示的に指定 - __cplusplusの値を利用中のC++のバージョンに合わせるように指定(ないとC++98相当になるとか) * Configがリリースの場合のみに最適化オプションを指定するように修正 * オプションの指定を短くまとめた * coreの標準ライブラリもバージョンアップした * compile optionsの修正 * Catch2にもCXX_STANDARD 20を追加 * Windows環境でビルドできるように設定を修正 VOICEVOX#121 (comment) * format 効いてしまっていたところを修正
* use value and has value * remove has_value
入るようにする
* .gitignore open_jtalk_dic in example * modify: example/python/.gitignore
* C++サンプルコードへのリンクを追加 * #readme * Update README.md
* コード署名 * build_util * artifact/ * a * remove
* inputのbooleanは文字列として渡ってくるので判定を修正 * 修正もれ
… feature/resolve-conflict-from-main
… feature/resolve-conflict-from-main
This reverts commit db28cbf.
…y2501/voicevox_core into fix/conflict-main-for-rust
Merged
PickledChair
approved these changes
Jul 24, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
絶対にSquash mergeしないでください!
すみませんでした! 今後気をつけます。
Squash and merge 以外の選択肢がないので、 @Hiroshiba さんに頼むことになりそうでしょうか……? |
わすれないように目立たせてただけだったんですが、今見返すと強い言葉になってますねw |
普通のマージします! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
内容
T/O
関連 Issue
refs #128
その他
絶対にSquash mergeしないでください!