Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: janchorowski/kaldi-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dmitriy-serdyuk/kaldi-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 9 files changed
  • 4 contributors

Commits on Sep 25, 2015

  1. Use distutills

    dmitriy-serdyuk committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    d66a8c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb6c71 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. Configuration menu
    Copy the full SHA
    c34b156 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Configuration menu
    Copy the full SHA
    69cdbcb View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2015

  1. Return all files

    dmitriy-serdyuk committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    83f1757 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Add Swap method to fix build

    rizar committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    d69d346 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Merge pull request #2 from rizar/fix_build_with_the_latest_kaldi

    Add Swap method to fix build
    dmitriy-serdyuk committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    96093e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Configuration menu
    Copy the full SHA
    15661a8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Merge pull request #4 from dmitriy-serdyuk/fix-range

    Fix problem with Extract Range
    dmitriy-serdyuk committed May 3, 2016
    Configuration menu
    Copy the full SHA
    c513549 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2016

  1. Remove IsKaldiError calls.

    IsKaldiError function was removed from Kaldi.
    See kaldi-asr/kaldi#755
    dogancan committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    272f60c View commit details
    Browse the repository at this point in the history
  2. BugFix: Change the override in setup.py from build_py to build.

    Overriding build_py was preventing kaldi_io_internal.so from being
    copied into the installation directory.
    dogancan committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    5100234 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Merge pull request #8 from dogancan/master

    Remove IsKaldiError calls and change the override in setup.py from build_py to build.
    dmitriy-serdyuk authored Oct 11, 2016
    Configuration menu
    Copy the full SHA
    4526527 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Configuration menu
    Copy the full SHA
    ba63386 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from dogancan/master

    Add python library directory to LDFLAGS.
    dmitriy-serdyuk authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    be11941 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Removed $(KALDI_SRC)/thread/kaldi-thread.a dependency in kaldi_io/Mak…

    …efile as it is no longer part of kaldi.
    Jonathan-LeRoux committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    b7ab49a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Merge pull request #15 from Jonathan-LeRoux/master

    Removed thread/kaldi-thread.a dependency in kaldi_io/Makefile
    dmitriy-serdyuk authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    1997df3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Fix linking order

    dmitriy-serdyuk committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    610dbb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b198d8 View commit details
    Browse the repository at this point in the history
Loading