Skip to content
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

Revert #503 定数化されたものを関数へ戻します #557

Merged

Commits on Jul 31, 2023

  1. Revert "[project-vvm-async-api] いくつかのC関数を定数にする (VOICEVOX#503)"

    This reverts commit f4b502a.
    
    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    #	crates/voicevox_core/Cargo.toml
    #	crates/voicevox_core_c_api/Cargo.toml
    #	crates/voicevox_core_c_api/include/voicevox_core.h
    #	crates/voicevox_core_c_api/src/lib.rs
    kasamatsu committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9e50810 View commit details
    Browse the repository at this point in the history
  2. テストが通らなかったので、修正

    kasamatsu committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    de90db0 View commit details
    Browse the repository at this point in the history
  3. ヘッダーファイルの更新

    kasamatsu committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6ea51d8 View commit details
    Browse the repository at this point in the history
  4. open_jtalkを削除

    kasamatsu committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7c76edf View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. global_info.rsの復活

    shigobu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2506d60 View commit details
    Browse the repository at this point in the history
  2. 試行錯誤中の残骸を修正

    shigobu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    21cb2e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update crates/download/Cargo.toml

    Co-authored-by: Ryo Yamashita <[email protected]>
    shigobu and qryxip authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d40594e View commit details
    Browse the repository at this point in the history
  2. voicevox_get_versionの指摘を反映

    kasamatsu committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f7aa7b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. voicevox_get_versionを修正

    shigobu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    97f881c View commit details
    Browse the repository at this point in the history
  2. version.rsを修正

    shigobu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6e5577a View commit details
    Browse the repository at this point in the history
  3. 改行追加

    shigobu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e14d63b View commit details
    Browse the repository at this point in the history
  4. ヘッダーファイル更新

    shigobu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d0d66ae View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'remotes/origin/main' into 定数化されたものを関数へ戻す

    # Conflicts:
    #	crates/voicevox_core/src/voice_synthesizer.rs
    #	crates/voicevox_core_c_api/include/voicevox_core.h
    #	crates/voicevox_core_c_api/src/lib.rs
    shigobu committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    aba6799 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Merge branch 'main' into 定数化されたものを関数へ戻す テスト通りません。

    # Conflicts:
    #	crates/voicevox_core_c_api/tests/e2e/symbols.rs
    #	crates/voicevox_core_c_api/tests/e2e/testcases/tts_via_audio_query.rs
    shigobu committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    da45da0 View commit details
    Browse the repository at this point in the history
  2. テストが通るように修正

    shigobu committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    b9b6fbf View commit details
    Browse the repository at this point in the history