[Pkg-octave-commit] [matlab2tikz] 03/04: Merge tag 'upstream/1.0.0'

Sébastien Villemot sebastien at debian.org
Fri Feb 19 21:39:16 UTC 2016


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

sebastien pushed a commit to branch master
in repository matlab2tikz.

commit 07dd82f0df2990d6deb8a2dca6b5efec9ef25cd9
Merge: 2c560f7 9beb457
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Feb 19 22:35:19 2016 +0100

    Merge tag 'upstream/1.0.0'
    
    Upstream version 1.0.0

 .travis.yml                                        |    10 +
 AUTHORS                                            |     1 -
 AUTHORS.md                                         |    42 +
 CHANGELOG.md                                       |   383 +
 ChangeLog                                          |   350 -
 COPYING => LICENSE.md                              |    38 +-
 Makefile                                           |    21 -
 README.md                                          |   119 +-
 THANKS                                             |    44 -
 gallery/matlab2tikz-snapshot.png                   |   Bin 34048 -> 0 bytes
 logos/matlab2tikz.svg                              |    94 +
 {tools => src}/cleanfigure.m                       |   181 +-
 {tools => src}/figure2dot.m                        |     2 +-
 src/{matlab2tikzInputParser.m => m2tInputParser.m} |     4 +-
 src/matlab2tikz.m                                  | 10320 ++++++++++---------
 src/private/isAxis3D.m                             |     5 +
 src/private/m2tUpdater.m                           |   242 +
 src/updater.m                                      |   142 -
 test/README                                        |    19 -
 test/README.md                                     |    91 +
 test/codeReport.m                                  |   268 +
 test/data/converted/Makefile                       |    23 +
 test/data/reference/Makefile                       |    19 +
 test/makeLatexReport.m                             |   211 +
 test/makeTravisReport.m                            |    73 +
 test/matlab2tikz_acidtest.m                        |   376 -
 test/myCount.dat                                   |    24 -
 test/pointReductionTest.m                          |    34 -
 test/private/OSVersion.m                           |    16 +
 test/private/VersionControlIdentifier.m            |    46 +
 test/private/calculateMD5Hash.m                    |    34 +
 test/private/cleanFiles.m                          |    17 +
 test/private/countNumberOfErrors.m                 |    16 +
 test/private/emptyStage.m                          |     4 +
 test/private/emptyStatus.m                         |    17 +
 test/private/errorHandler.m                        |    41 +
 test/private/errorHasOccurred.m                    |    16 +
 test/private/execute_hash_stage.m                  |    34 +
 test/private/execute_plot_stage.m                  |    45 +
 test/private/execute_save_stage.m                  |    61 +
 test/private/execute_tikz_stage.m                  |    26 +
 test/private/execute_type_stage.m                  |    14 +
 test/private/fillStruct.m                          |    10 +
 test/private/getEnvironment.m                      |    25 +
 test/private/getStagesFromStatus.m                 |     5 +
 test/private/hashTableName.m                       |    55 +
 test/private/initializeWorkingDirectory.m          |    23 +
 test/private/loadHashTable.m                       |    19 +
 test/private/m2tstrjoin.m                          |    16 +
 test/private/splitUnreliableTests.m                |     7 +
 test/private/testMatlab2tikz.m                     |   159 +
 test/runMatlab2TikzTests.m                         |    32 +
 test/saveHashTable.m                               |    37 +
 test/suites/ACID.MATLAB.8.3.md5                    |    98 +
 test/suites/ACID.MATLAB.8.4.md5                    |    98 +
 test/suites/ACID.Octave.3.8.0.md5                  |    76 +
 test/{testfunctions.m => suites/ACID.m}            |  1964 ++--
 test/suites/issues.m                               |    43 +
 test/suites/private/getEnvironment.m               |    25 +
 test/{ => suites/private}/herrorbar.m              |    23 +-
 test/suites/private/isEnvironment.m                |    46 +
 test/suites/private/isMATLAB.m                     |     4 +
 test/suites/private/isOctave.m                     |     5 +
 test/suites/private/isVersionBelow.m               |    38 +
 test/suites/private/versionCompare.m               |    20 +
 test/suites/testPatches.m                          |   121 +
 test/suites/testSurfshader.m                       |   102 +
 test/testGraphical.m                               |    47 +
 test/testHeadless.m                                |    62 +
 test/tex/Makefile                                  |    22 +-
 version-0.4.7                                      |     6 -
 71 files changed, 9921 insertions(+), 6790 deletions(-)

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/matlab2tikz.git



More information about the Pkg-octave-commit mailing list