[med-svn] [praat] branch master updated (52a13bc -> b204e8d)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Wed Nov 11 13:57:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a change to branch master
in repository praat.

      from  52a13bc   Upload to unstable
       new  24e32f7   Imported Upstream version 6.0.5
       new  b204e8d   Merge tag 'upstream/6.0.5'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 EEG/EEG.cpp                                 |  66 +++--
 EEG/EEG.h                                   |  18 +-
 EEG/EEGWindow.cpp                           |   2 +-
 EEG/EEG_def.h                               |   4 +-
 EEG/ERP.cpp                                 |   8 +-
 EEG/ERP.h                                   |   4 +-
 EEG/ERPTier.cpp                             |  52 ++--
 EEG/ERPTier.h                               |  16 +-
 EEG/ERPTier_def.h                           |   2 +-
 EEG/praat_EEG.cpp                           |  36 +--
 FFNet/manual_FFNet.cpp                      |  48 ++--
 artsynth/ArtwordEditor.cpp                  |   6 +-
 contrib/ola/FeatureWeights.cpp              |   2 +-
 contrib/ola/KNN.cpp                         | 187 ++++++------
 contrib/ola/KNN.h                           |   2 +-
 contrib/ola/KNN_def.h                       |   6 +-
 dwsys/Collection_extensions.cpp             |  22 +-
 dwsys/Collection_extensions.h               |  15 +-
 dwsys/Command.cpp                           |   6 +-
 dwsys/Command.h                             |   4 +-
 dwsys/Eigen.cpp                             |   7 +-
 dwsys/Eigen.h                               |  16 +-
 dwsys/FileInMemory.cpp                      |   2 +-
 dwsys/FileInMemory.h                        |   9 +-
 dwsys/Index.cpp                             |  16 +-
 dwsys/Index.h                               |   6 +-
 dwsys/Index_def.h                           |   4 +-
 dwsys/Permutation.cpp                       |  97 +++----
 dwsys/Permutation.h                         |  25 +-
 dwtools/CategoriesEditor.cpp                |  31 +-
 dwtools/CategoriesEditor.h                  |   6 +-
 dwtools/EEG_extensions.cpp                  |  28 +-
 dwtools/KlattGrid.cpp                       |  22 +-
 dwtools/KlattGridEditors.cpp                |   4 +-
 dwtools/KlattTable.cpp                      |  16 +-
 dwtools/SpeechSynthesizer.cpp               |   2 +-
 dwtools/Strings_extensions.cpp              |   4 +-
 dwtools/TableOfReal_extensions.cpp          |   2 +-
 dwtools/VowelEditor.cpp                     |   9 +-
 dwtools/praat_David_init.cpp                |  20 +-
 external/espeak/espeakdata_FileInMemory.cpp |   2 +-
 external/espeak/espeakdata_FileInMemory.h   |  15 +
 fon/Cochleagram.h                           |   2 +-
 fon/FormantGrid.h                           |  12 +-
 fon/Harmonicity.h                           |   3 +-
 fon/Ltas.h                                  |   5 +-
 fon/Matrix.cpp                              |  10 +-
 fon/Matrix.h                                |  71 ++---
 fon/Pitch_to_Sound.cpp                      |  10 +-
 fon/Pitch_to_Sound.h                        |   4 +-
 fon/Sound.cpp                               |   2 +-
 fon/Sound.h                                 |   2 +-
 fon/SoundRecorder.cpp                       |   8 +-
 fon/SoundRecorder.h                         |   2 +
 fon/Spectrum.h                              |  12 +-
 fon/Transition.cpp                          |   8 +-
 fon/Transition.h                            |   2 +-
 fon/manual_programming.cpp                  | 367 +++++++++++++++++++++++-
 fon/manual_soundFiles.cpp                   |   2 +-
 fon/manual_tutorials.cpp                    |  16 +-
 fon/praat_Exp.cpp                           |  19 +-
 fon/praat_Fon.cpp                           | 428 ++++++++++++++--------------
 fon/praat_Sound_init.cpp                    | 184 ++++++------
 fon/praat_TextGrid_init.cpp                 | 422 ++++++++++++++-------------
 gram/Network.cpp                            |  16 +-
 gram/Network.h                              |   8 +-
 gram/OTGrammar.cpp                          |  48 ++--
 gram/OTGrammar.h                            |  28 +-
 gram/OTGrammar_ex_NPA.cpp                   |   8 +-
 gram/OTGrammar_ex_NoCoda.cpp                |   4 +-
 gram/OTGrammar_ex_metrics.cpp               |   4 +-
 gram/OTGrammar_ex_tongueRoot.cpp            |   4 +-
 gram/OTMulti.cpp                            |  16 +-
 gram/OTMulti.h                              |  10 +-
 gram/OTMulti_ex_metrics.cpp                 |   4 +-
 gram/manual_gram.cpp                        |  62 ++--
 gram/praat_gram.cpp                         |  72 ++---
 makefiles/makefile.defs.linuxs.alsa         |  23 --
 makefiles/makefile.defs.linuxs.pulse        |  23 ++
 stat/Distributions.cpp                      |  12 +-
 stat/Distributions.h                        |   6 +-
 stat/Distributions_and_Strings.cpp          |  12 +-
 stat/Distributions_and_Strings.h            |   8 +-
 stat/LogisticRegression.cpp                 |  14 +-
 stat/LogisticRegression.h                   |   4 +-
 stat/PairDistribution.cpp                   |  23 +-
 stat/PairDistribution.h                     |   8 +-
 stat/Regression.cpp                         |   8 +-
 stat/Regression.h                           |   4 +-
 stat/Table.cpp                              |  72 +++--
 stat/Table.h                                |  20 +-
 stat/TableEditor.cpp                        |   4 +-
 stat/TableEditor.h                          |   2 +-
 stat/TableOfReal.cpp                        |  56 ++--
 stat/TableOfReal.h                          |  28 +-
 stat/praat_Stat.cpp                         | 279 +++++++++---------
 sys/Collection.cpp                          |   5 +-
 sys/Editor.cpp                              |   3 +-
 sys/Editor.h                                |  25 +-
 sys/EditorM.h                               |  52 ++--
 sys/Graphics.h                              |  18 +-
 sys/Gui.h                                   |   8 +-
 sys/GuiButton.cpp                           |   4 +-
 sys/ScriptEditor.cpp                        |  39 +--
 sys/ScriptEditor.h                          |   2 +-
 sys/Simple.cpp                              |  16 +-
 sys/Simple.h                                |   8 +-
 sys/Strings.cpp                             |  14 +-
 sys/Strings_.h                              |   6 +-
 sys/TextEditor.cpp                          | 104 +++----
 sys/TextEditor.h                            |   4 +-
 sys/Ui.cpp                                  |   6 +-
 sys/melder.cpp                              |   4 +-
 sys/melder_audio.cpp                        |   2 +-
 sys/praat.h                                 |   6 +-
 sys/praat_version.h                         |   6 +-
 116 files changed, 1998 insertions(+), 1664 deletions(-)
 delete mode 100644 makefiles/makefile.defs.linuxs.alsa
 create mode 100644 makefiles/makefile.defs.linuxs.pulse

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git



More information about the debian-med-commit mailing list