[libfann] branch master updated (ccf1bff -> a1475c7)

Christian Kastner chrisk-guest at moszumanska.debian.org
Thu Oct 1 18:06:18 UTC 2015


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

chrisk-guest pushed a change to branch master
in repository libfann.

      from  ccf1bff   Prepare changelog for release
       new  cc192d3   Imported Upstream version 2.2.0+ds
       new  dd67907   Merge branch 'upstream'
       new  b0332c6   d/watch: Upstream moved to GitHub
       new  953cb99   d/rules: Add get-orig-source target
       new  f9f4370   d/patches: Drop patches made obsolete by CMake
       new  11ecef1   d/tests: Drop test "python-build"
       new  497a899   d/tests: Replace Depends on build-essential with libc-dev and gcc
       new  1363d06   d/control: Switch Maintainer email to my @debian.org address
       new  71cb921   d/control: Drop the Python packages, and all references to them
       new  630fcb2   d/rules: Drop Python build stuff
       new  0f09a20   d/patches: Drop patches for removed Python bindings
       new  7c3357c   Drop Build-Depends on python-all-dev, dh-python, swig
       new  e81384b   Replace Build-Depends on dh-autoreconf with cmake (>= 2.8.5)
       new  74b0f09   Drop patch numbers from .patch filenames
       new  596b1ab   d/gbp.conf: Update for compression and patch numbers
       new  55f1b37   Update patch Portable-handling-for-va_list.patch
       new  6fb24ac   Add patch cmake-Configurable-pkgconfig-install-destination.patch
       new  65aa258   Add patch cmake-Build-static-libraries.patch
       new  83e8e77   Update patch Link-against-libm.patch
       new  8b1c2bf   d/rules: Update for CMake build
       new  3b44fa0   libfann-dev: Drop autoconf .la files
       new  bee6f3e   Merge path substitution stuff into debian/rules
       new  5245c66   libfann-doc: Rename Makefile and README for examples
       new  f67cded   libfann-doc: Update examples and examples data
       new  7ac62a8   libfann2: Update .symbols file
       new  a16e90f   Update list of docs to install
       new  31ec96b   d/TODO: Drop, no TODOs left
       new  9e8bb9d   d/copyright: Remove obsolete references to authors.
       new  4a73bfb   d/copyright: Drop Comment documenting the DFSG cleaning
       new  04a6483   d/copyright: Relicense my own patches under LGPL-2.1+ to match upstream
       new  4173802   d/copyright: Bump copyright years
       new  dba4a8e   Update Vcs-Browser URL (cgit instead of gitweb on g.d.o)
       new  27cb7f5   Drop XS-Testsuite
       new  a1475c7   Prepare changelog for release

The 34 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:
 .gitignore                                         |    32 +
 AUTHORS                                            |     6 -
 BorlandC++Builder6.0/all.bpg                       |    59 -
 BorlandC++Builder6.0/cascade_train.bpf             |     3 -
 BorlandC++Builder6.0/cascade_train.bpr             |   181 -
 BorlandC++Builder6.0/cascade_train.res             |   Bin 876 -> 0 bytes
 BorlandC++Builder6.0/libfann.bpf                   |     9 -
 BorlandC++Builder6.0/libfann.bpr                   |   130 -
 BorlandC++Builder6.0/momentums.bpf                 |     3 -
 BorlandC++Builder6.0/momentums.bpr                 |   181 -
 BorlandC++Builder6.0/momentums.res                 |   Bin 876 -> 0 bytes
 BorlandC++Builder6.0/mushroom.bpf                  |     3 -
 BorlandC++Builder6.0/mushroom.bpr                  |   181 -
 BorlandC++Builder6.0/mushroom.res                  |   Bin 876 -> 0 bytes
 BorlandC++Builder6.0/robot.bpf                     |     3 -
 BorlandC++Builder6.0/robot.bpr                     |   181 -
 BorlandC++Builder6.0/robot.res                     |   Bin 876 -> 0 bytes
 BorlandC++Builder6.0/simple_test.bpf               |     3 -
 BorlandC++Builder6.0/simple_test.bpr               |   181 -
 BorlandC++Builder6.0/simple_test.res               |   Bin 876 -> 0 bytes
 BorlandC++Builder6.0/simple_train.bpf              |     3 -
 BorlandC++Builder6.0/simple_train.bpr              |   194 -
 BorlandC++Builder6.0/simple_train.res              |   Bin 876 -> 0 bytes
 BorlandC++Builder6.0/steepness_train.bpf           |     3 -
 BorlandC++Builder6.0/steepness_train.bpr           |   181 -
 BorlandC++Builder6.0/steepness_train.res           |   Bin 876 -> 0 bytes
 BorlandC++Builder6.0/xor_test.bpf                  |     3 -
 BorlandC++Builder6.0/xor_test.bpr                  |   181 -
 BorlandC++Builder6.0/xor_test.res                  |   Bin 876 -> 0 bytes
 BorlandC++Builder6.0/xor_train.bpf                 |     3 -
 BorlandC++Builder6.0/xor_train.bpr                 |   181 -
 BorlandC++Builder6.0/xor_train.res                 |   Bin 876 -> 0 bytes
 CMakeLists.txt                                     |    55 +
 COPYING => COPYING.txt                             |  1008 +-
 ChangeLog                                          |   123 -
 INSTALL                                            |   182 -
 Makefile.am                                        |    24 -
 Makefile.in                                        |   651 -
 MicrosoftVisualC++.Net/all.ncb                     |   Bin 142336 -> 0 bytes
 MicrosoftVisualC++.Net/all.sln                     |    66 -
 MicrosoftVisualC++.Net/all.suo                     |   Bin 18432 -> 0 bytes
 MicrosoftVisualC++.Net/libfann.vcproj              |   269 -
 MicrosoftVisualC++.Net/simple_test.vcproj          |   181 -
 MicrosoftVisualC++.Net/simple_train.vcproj         |   177 -
 MicrosoftVisualC++.Net/steepness_train.vcproj      |   177 -
 MicrosoftVisualC++.Net/xor.data                    |     9 -
 MicrosoftVisualC++.Net/xor_test.vcproj             |   175 -
 MicrosoftVisualC++.Net/xor_train.vcproj            |   175 -
 MicrosoftVisualC++6.0/README.txt                   |     5 -
 MicrosoftVisualC++6.0/all.dsw                      |   104 -
 MicrosoftVisualC++6.0/libfann.dsp                  |   156 -
 MicrosoftVisualC++6.0/simple_test.dsp              |   110 -
 MicrosoftVisualC++6.0/simple_train.dsp             |   110 -
 MicrosoftVisualC++6.0/steepness_train.dsp          |   110 -
 MicrosoftVisualC++6.0/xor_test.dsp                 |   110 -
 MicrosoftVisualC++6.0/xor_train.dsp                |   110 -
 MicrosoftWindowsDll/examples/examples.ncb          |   Bin 52224 -> 0 bytes
 MicrosoftWindowsDll/examples/examples.sln          |    45 -
 MicrosoftWindowsDll/examples/examples.suo          |   Bin 16384 -> 0 bytes
 MicrosoftWindowsDll/examples/simple_test.vcproj    |   172 -
 MicrosoftWindowsDll/examples/simple_train.vcproj   |   172 -
 MicrosoftWindowsDll/examples/xor_test.vcproj       |   170 -
 MicrosoftWindowsDll/examples/xor_train.vcproj      |   170 -
 MicrosoftWindowsDll/makefile                       |   353 -
 MicrosoftWindowsDll/readme.txt                     |    76 -
 MicrosoftWindowsDll/win32.ncb                      |   Bin 134144 -> 0 bytes
 MicrosoftWindowsDll/win32.sln                      |    54 -
 MicrosoftWindowsDll/win32.suo                      |   Bin 20480 -> 0 bytes
 MicrosoftWindowsDll/windll.vcproj                  |   819 -
 NEWS                                               |     1 -
 README                                             |    40 -
 README.txt                                         |    37 +
 TODO                                               |    68 -
 VS2010/cascade_train/cascade_train.vcxproj         |    92 +
 VS2010/cascade_train/cascade_train.vcxproj.filters |     6 +
 VS2010/fann.sln                                    |   110 +
 VS2010/fanndouble/fanndouble.vcxproj               |   109 +
 VS2010/fanndouble/fanndouble.vcxproj.filters       |    68 +
 VS2010/fannfixed/fannfixed.filters                 |    68 +
 VS2010/fannfixed/fannfixed.vcxproj                 |   109 +
 VS2010/fannfloat/fannfloat.vcxproj                 |   107 +
 VS2010/fannfloat/fannfloat.vcxproj.filters         |    68 +
 VS2010/momentums/momentums.vcxproj                 |    92 +
 VS2010/momentums/momentums.vcxproj.filters         |     6 +
 VS2010/mushroom/mushroom.vcxproj                   |    92 +
 VS2010/mushroom/mushroom.vcxproj.filters           |     6 +
 VS2010/robot/robot.vcxproj                         |    92 +
 VS2010/robot/robot.vcxproj.filters                 |     6 +
 VS2010/scaling_test/scaling_test.vcxproj           |    92 +
 VS2010/scaling_test/scaling_test.vcxproj.filters   |     6 +
 VS2010/scaling_train/scaling_train.vcxproj         |    92 +
 VS2010/scaling_train/scaling_train.vcxproj.filters |     6 +
 .../simple_train_double.vcxproj                    |    93 +
 .../simple_train_double.vcxproj.filters            |     6 +
 .../simple_train_float/simple_train_float.vcxproj  |    97 +
 .../simple_train_float.vcxproj.filters             |     6 +
 VS2010/steepness_train/steepness_train.vcxproj     |    92 +
 .../steepness_train.vcxproj.filters                |     6 +
 VS2010/xor_cpp_sample/xor_cpp_sample.vcxproj       |    92 +
 .../xor_cpp_sample/xor_cpp_sample.vcxproj.filters  |     6 +
 VS2010/xor_test_fixed/xor_test_fixed.vcxproj       |    94 +
 .../xor_test_fixed/xor_test_fixed.vcxproj.filters  |     6 +
 VS2010/xor_test_float/xor_test_float.vcxproj       |    97 +
 .../xor_test_float/xor_test_float.vcxproj.filters  |     6 +
 VS2010/xor_train/xor_train.vcxproj                 |    97 +
 VS2010/xor_train/xor_train.vcxproj.filters         |     6 +
 aclocal.m4                                         |  7267 -------
 benchmarks/.cvsignore                              |    13 -
 benchmarks/Makefile                                |    46 -
 benchmarks/README                                  |    27 -
 benchmarks/benchmark.sh                            |    99 -
 benchmarks/benchmarks.pdf                          |   Bin 649080 -> 0 bytes
 benchmarks/ctimer.h                                |    92 -
 benchmarks/gnuplot                                 |   259 -
 benchmarks/gnuplot.pl                              |   137 -
 benchmarks/parity.c                                |   115 -
 benchmarks/performance.cc                          |   284 -
 benchmarks/quality.cc                              |   704 -
 benchmarks/quality_fixed.c                         |    87 -
 benchmarks/shuffle.c                               |    81 -
 benchmarks/summary.txt                             |   321 -
 benchmarks/summary2tex.pl                          |   160 -
 benchmarks/two-spirals.c                           |   145 -
 cmake/Modules/DefineInstallationPaths.cmake        |   138 +
 cmake/config.h.cmake                               |     8 +
 fann.pc.in => cmake/fann.pc.cmake                  |     8 +-
 config.guess                                       |  1466 --
 config.in                                          |    64 -
 config.sub                                         |  1579 --
 configure                                          | 20419 -------------------
 configure.in                                       |    10 -
 {benchmarks/datasets => datasets}/abelone.test     |     0
 {benchmarks/datasets => datasets}/abelone.train    |     0
 {benchmarks/datasets => datasets}/bank32fm.test    |     0
 {benchmarks/datasets => datasets}/bank32fm.train   |     0
 {benchmarks/datasets => datasets}/bank32nh.test    |     0
 {benchmarks/datasets => datasets}/bank32nh.train   |     0
 {benchmarks/datasets => datasets}/building.test    |     0
 {benchmarks/datasets => datasets}/building.train   |     0
 .../datasets => datasets}/census-house.test        |     0
 .../datasets => datasets}/census-house.train       |     0
 {benchmarks/datasets => datasets}/diabetes.test    |     0
 {benchmarks/datasets => datasets}/diabetes.train   |     0
 {benchmarks/datasets => datasets}/gene.test        |     0
 {benchmarks/datasets => datasets}/gene.train       |     0
 {benchmarks/datasets => datasets}/kin32fm.test     |     0
 {benchmarks/datasets => datasets}/kin32fm.train    |     0
 {benchmarks/datasets => datasets}/mushroom.test    |     0
 {benchmarks/datasets => datasets}/mushroom.train   |     0
 {benchmarks/datasets => datasets}/parity13.test    |     0
 {benchmarks/datasets => datasets}/parity13.train   |     0
 {benchmarks/datasets => datasets}/parity8.test     |     0
 {benchmarks/datasets => datasets}/parity8.train    |     0
 .../datasets => datasets}/pumadyn-32fm.test        |     0
 .../datasets => datasets}/pumadyn-32fm.train       |     0
 {benchmarks/datasets => datasets}/robot.test       |     0
 {benchmarks/datasets => datasets}/robot.train      |     0
 {examples => datasets}/scaling.data                |  4002 ++--
 {benchmarks/datasets => datasets}/soybean.test     |     0
 {benchmarks/datasets => datasets}/soybean.train    |     0
 {benchmarks/datasets => datasets}/thyroid.test     |     0
 {benchmarks/datasets => datasets}/thyroid.train    |     0
 {benchmarks/datasets => datasets}/two-spiral.test  |     0
 {benchmarks/datasets => datasets}/two-spiral.train |     0
 debian/TODO                                        |    12 -
 debian/changelog                                   |    64 +
 debian/control                                     |    75 +-
 debian/copyright                                   |    41 +-
 debian/example-paths.sed                           |     7 -
 debian/files-excluded                              |     4 +
 debian/gbp.conf                                    |     5 +-
 debian/libfann-dev.install                         |     1 -
 debian/libfann-doc.docs                            |     4 -
 debian/libfann-doc.examples                        |     2 +-
 ...file.examples => libfann-doc.examples.Makefile} |     2 +-
 ...bfann2-examples => libfann-doc.examples.README} |     0
 debian/libfann2.docs                               |     5 +-
 debian/libfann2.symbols                            |    66 +
 ...-pyfann-dynamically-instead-of-statically.patch |    30 -
 debian/patches/0002-Link-against-libm.patch        |    36 -
 ...h-upstreams-Makefile.am-reflecting-Debian.patch |    39 -
 .../0005-Correct-a-typo-in-a-size-comparison.patch |    25 -
 .../0006-Include-fann_cpp.h-in-dev-package.patch   |    19 -
 .../0007-Do-not-call-swig-unconditionally.patch    |    44 -
 debian/patches/Link-against-libm.patch             |    55 +
 ...t.patch => Portable-handling-for-va_list.patch} |   103 +-
 debian/patches/cmake-Build-static-libraries.patch  |    67 +
 ...onfigurable-pkgconfig-install-destination.patch |    48 +
 debian/patches/series                              |    11 +-
 debian/python-pyfann-dbg.dirs                      |     1 -
 debian/python-pyfann-dbg.links                     |     1 -
 debian/rules                                       |    96 +-
 debian/tests/build                                 |     2 +-
 debian/tests/control                               |     5 +-
 debian/tests/python-build                          |    25 -
 debian/watch                                       |     7 +-
 depcomp                                            |   479 -
 doc/advancedusage.txt                              |    84 -
 doc/fixedpointusage.txt                            |   156 -
 doc/gettingstarted.txt                             |    92 -
 doc/installation.txt                               |   117 -
 doc/theory.txt                                     |    33 -
 examples/.gitignore                                |    18 +
 examples/Makefile                                  |    28 +-
 examples/cascade_train.c                           |    98 +-
 examples/momentums.c                               |     8 +-
 examples/mushroom.c                                |     6 +-
 examples/robot.c                                   |     8 +-
 examples/scaling_test.c                            |    16 +-
 examples/scaling_train.c                           |    17 +-
 examples/simple_test.c                             |     2 +-
 examples/simple_train.c                            |     2 +-
 examples/steepness_train.c                         |     2 +-
 examples/xor_test.c                                |     4 +-
 examples/xor_train.c                               |     4 +-
 fann.spec.in                                       |    81 -
 install-sh                                         |   269 -
 ltmain.sh                                          |  6871 -------
 missing                                            |   336 -
 mkinstalldirs                                      |    40 -
 python/INSTALL                                     |    48 -
 python/Makefile                                    |    45 -
 python/README                                      |    31 -
 python/build.bat                                   |     3 -
 python/examples/cascade_train.py                   |    63 -
 python/examples/mushroom.py                        |    57 -
 python/examples/simple_train.py                    |    22 -
 python/pyfann/Makefile                             |    22 -
 python/pyfann/__init__.py                          |     7 -
 python/pyfann/fann_cpp_subclass.h                  |   580 -
 python/pyfann/makefile.msvc                        |    23 -
 python/pyfann/pyfann.i                             |   189 -
 python/setup.py                                    |    50 -
 src/CMakeLists.txt                                 |    54 +
 src/COPYING                                        |   504 -
 src/Makefile.am                                    |    13 -
 src/Makefile.in                                    |   585 -
 src/doublefann.c                                   |     2 +-
 src/fann.c                                         |   307 +-
 src/fann_cascade.c                                 |    37 +-
 src/fann_error.c                                   |     8 +-
 src/fann_io.c                                      |    94 +-
 src/fann_train.c                                   |    87 +-
 src/fann_train_data.c                              |   276 +-
 src/fixedfann.c                                    |     2 +-
 src/floatfann.c                                    |     2 +-
 src/include/CMakeLists.txt                         |     4 +
 src/include/Makefile.am                            |     1 -
 src/include/Makefile.in                            |   406 -
 src/include/compat_time.h                          |   276 +-
 src/include/config.h                               |    65 +-
 src/include/doublefann.h                           |     2 +-
 src/include/fann.h                                 |    12 +-
 src/include/fann_activation.h                      |     2 +-
 src/include/fann_cascade.h                         |    56 +-
 src/include/fann_cpp.h                             |  7171 +++----
 src/include/fann_data.h                            |    31 +-
 src/include/fann_error.h                           |     8 +-
 src/include/fann_internal.h                        |    10 +-
 src/include/fann_io.h                              |     2 +-
 src/include/fann_train.h                           |   109 +-
 src/include/fixedfann.h                            |     2 +-
 src/include/floatfann.h                            |     2 +-
 263 files changed, 9966 insertions(+), 58608 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 AUTHORS
 delete mode 100644 BorlandC++Builder6.0/all.bpg
 delete mode 100644 BorlandC++Builder6.0/cascade_train.bpf
 delete mode 100644 BorlandC++Builder6.0/cascade_train.bpr
 delete mode 100644 BorlandC++Builder6.0/cascade_train.res
 delete mode 100644 BorlandC++Builder6.0/libfann.bpf
 delete mode 100644 BorlandC++Builder6.0/libfann.bpr
 delete mode 100644 BorlandC++Builder6.0/momentums.bpf
 delete mode 100644 BorlandC++Builder6.0/momentums.bpr
 delete mode 100644 BorlandC++Builder6.0/momentums.res
 delete mode 100644 BorlandC++Builder6.0/mushroom.bpf
 delete mode 100644 BorlandC++Builder6.0/mushroom.bpr
 delete mode 100644 BorlandC++Builder6.0/mushroom.res
 delete mode 100644 BorlandC++Builder6.0/robot.bpf
 delete mode 100644 BorlandC++Builder6.0/robot.bpr
 delete mode 100644 BorlandC++Builder6.0/robot.res
 delete mode 100644 BorlandC++Builder6.0/simple_test.bpf
 delete mode 100644 BorlandC++Builder6.0/simple_test.bpr
 delete mode 100644 BorlandC++Builder6.0/simple_test.res
 delete mode 100644 BorlandC++Builder6.0/simple_train.bpf
 delete mode 100644 BorlandC++Builder6.0/simple_train.bpr
 delete mode 100644 BorlandC++Builder6.0/simple_train.res
 delete mode 100644 BorlandC++Builder6.0/steepness_train.bpf
 delete mode 100644 BorlandC++Builder6.0/steepness_train.bpr
 delete mode 100644 BorlandC++Builder6.0/steepness_train.res
 delete mode 100644 BorlandC++Builder6.0/xor_test.bpf
 delete mode 100644 BorlandC++Builder6.0/xor_test.bpr
 delete mode 100644 BorlandC++Builder6.0/xor_test.res
 delete mode 100644 BorlandC++Builder6.0/xor_train.bpf
 delete mode 100644 BorlandC++Builder6.0/xor_train.bpr
 delete mode 100644 BorlandC++Builder6.0/xor_train.res
 create mode 100644 CMakeLists.txt
 rename COPYING => COPYING.txt (98%)
 delete mode 100644 ChangeLog
 delete mode 100644 INSTALL
 delete mode 100644 Makefile.am
 delete mode 100644 Makefile.in
 delete mode 100644 MicrosoftVisualC++.Net/all.ncb
 delete mode 100644 MicrosoftVisualC++.Net/all.sln
 delete mode 100644 MicrosoftVisualC++.Net/all.suo
 delete mode 100644 MicrosoftVisualC++.Net/libfann.vcproj
 delete mode 100644 MicrosoftVisualC++.Net/simple_test.vcproj
 delete mode 100644 MicrosoftVisualC++.Net/simple_train.vcproj
 delete mode 100644 MicrosoftVisualC++.Net/steepness_train.vcproj
 delete mode 100644 MicrosoftVisualC++.Net/xor.data
 delete mode 100644 MicrosoftVisualC++.Net/xor_test.vcproj
 delete mode 100644 MicrosoftVisualC++.Net/xor_train.vcproj
 delete mode 100644 MicrosoftVisualC++6.0/README.txt
 delete mode 100755 MicrosoftVisualC++6.0/all.dsw
 delete mode 100755 MicrosoftVisualC++6.0/libfann.dsp
 delete mode 100644 MicrosoftVisualC++6.0/simple_test.dsp
 delete mode 100755 MicrosoftVisualC++6.0/simple_train.dsp
 delete mode 100755 MicrosoftVisualC++6.0/steepness_train.dsp
 delete mode 100755 MicrosoftVisualC++6.0/xor_test.dsp
 delete mode 100755 MicrosoftVisualC++6.0/xor_train.dsp
 delete mode 100644 MicrosoftWindowsDll/examples/examples.ncb
 delete mode 100644 MicrosoftWindowsDll/examples/examples.sln
 delete mode 100644 MicrosoftWindowsDll/examples/examples.suo
 delete mode 100644 MicrosoftWindowsDll/examples/simple_test.vcproj
 delete mode 100644 MicrosoftWindowsDll/examples/simple_train.vcproj
 delete mode 100644 MicrosoftWindowsDll/examples/xor_test.vcproj
 delete mode 100644 MicrosoftWindowsDll/examples/xor_train.vcproj
 delete mode 100644 MicrosoftWindowsDll/makefile
 delete mode 100644 MicrosoftWindowsDll/readme.txt
 delete mode 100644 MicrosoftWindowsDll/win32.ncb
 delete mode 100644 MicrosoftWindowsDll/win32.sln
 delete mode 100644 MicrosoftWindowsDll/win32.suo
 delete mode 100644 MicrosoftWindowsDll/windll.vcproj
 delete mode 100644 NEWS
 delete mode 100644 README
 create mode 100644 README.txt
 delete mode 100644 TODO
 create mode 100644 VS2010/cascade_train/cascade_train.vcxproj
 create mode 100644 VS2010/cascade_train/cascade_train.vcxproj.filters
 create mode 100644 VS2010/fann.sln
 create mode 100644 VS2010/fanndouble/fanndouble.vcxproj
 create mode 100644 VS2010/fanndouble/fanndouble.vcxproj.filters
 create mode 100644 VS2010/fannfixed/fannfixed.filters
 create mode 100644 VS2010/fannfixed/fannfixed.vcxproj
 create mode 100644 VS2010/fannfloat/fannfloat.vcxproj
 create mode 100644 VS2010/fannfloat/fannfloat.vcxproj.filters
 create mode 100644 VS2010/momentums/momentums.vcxproj
 create mode 100644 VS2010/momentums/momentums.vcxproj.filters
 create mode 100644 VS2010/mushroom/mushroom.vcxproj
 create mode 100644 VS2010/mushroom/mushroom.vcxproj.filters
 create mode 100644 VS2010/robot/robot.vcxproj
 create mode 100644 VS2010/robot/robot.vcxproj.filters
 create mode 100644 VS2010/scaling_test/scaling_test.vcxproj
 create mode 100644 VS2010/scaling_test/scaling_test.vcxproj.filters
 create mode 100644 VS2010/scaling_train/scaling_train.vcxproj
 create mode 100644 VS2010/scaling_train/scaling_train.vcxproj.filters
 create mode 100644 VS2010/simple_train_double/simple_train_double.vcxproj
 create mode 100644 VS2010/simple_train_double/simple_train_double.vcxproj.filters
 create mode 100644 VS2010/simple_train_float/simple_train_float.vcxproj
 create mode 100644 VS2010/simple_train_float/simple_train_float.vcxproj.filters
 create mode 100644 VS2010/steepness_train/steepness_train.vcxproj
 create mode 100644 VS2010/steepness_train/steepness_train.vcxproj.filters
 create mode 100644 VS2010/xor_cpp_sample/xor_cpp_sample.vcxproj
 create mode 100644 VS2010/xor_cpp_sample/xor_cpp_sample.vcxproj.filters
 create mode 100644 VS2010/xor_test_fixed/xor_test_fixed.vcxproj
 create mode 100644 VS2010/xor_test_fixed/xor_test_fixed.vcxproj.filters
 create mode 100644 VS2010/xor_test_float/xor_test_float.vcxproj
 create mode 100644 VS2010/xor_test_float/xor_test_float.vcxproj.filters
 create mode 100644 VS2010/xor_train/xor_train.vcxproj
 create mode 100644 VS2010/xor_train/xor_train.vcxproj.filters
 delete mode 100644 aclocal.m4
 delete mode 100644 benchmarks/.cvsignore
 delete mode 100644 benchmarks/Makefile
 delete mode 100644 benchmarks/README
 delete mode 100755 benchmarks/benchmark.sh
 delete mode 100644 benchmarks/benchmarks.pdf
 delete mode 100644 benchmarks/ctimer.h
 delete mode 100644 benchmarks/gnuplot
 delete mode 100755 benchmarks/gnuplot.pl
 delete mode 100755 benchmarks/parity.c
 delete mode 100644 benchmarks/performance.cc
 delete mode 100644 benchmarks/quality.cc
 delete mode 100644 benchmarks/quality_fixed.c
 delete mode 100644 benchmarks/shuffle.c
 delete mode 100644 benchmarks/summary.txt
 delete mode 100755 benchmarks/summary2tex.pl
 delete mode 100755 benchmarks/two-spirals.c
 create mode 100644 cmake/Modules/DefineInstallationPaths.cmake
 create mode 100644 cmake/config.h.cmake
 rename fann.pc.in => cmake/fann.pc.cmake (53%)
 delete mode 100755 config.guess
 delete mode 100644 config.in
 delete mode 100755 config.sub
 delete mode 100755 configure
 delete mode 100644 configure.in
 rename {benchmarks/datasets => datasets}/abelone.test (100%)
 rename {benchmarks/datasets => datasets}/abelone.train (100%)
 rename {benchmarks/datasets => datasets}/bank32fm.test (100%)
 rename {benchmarks/datasets => datasets}/bank32fm.train (100%)
 rename {benchmarks/datasets => datasets}/bank32nh.test (100%)
 rename {benchmarks/datasets => datasets}/bank32nh.train (100%)
 rename {benchmarks/datasets => datasets}/building.test (100%)
 rename {benchmarks/datasets => datasets}/building.train (100%)
 rename {benchmarks/datasets => datasets}/census-house.test (100%)
 rename {benchmarks/datasets => datasets}/census-house.train (100%)
 rename {benchmarks/datasets => datasets}/diabetes.test (100%)
 rename {benchmarks/datasets => datasets}/diabetes.train (100%)
 rename {benchmarks/datasets => datasets}/gene.test (100%)
 rename {benchmarks/datasets => datasets}/gene.train (100%)
 rename {benchmarks/datasets => datasets}/kin32fm.test (100%)
 rename {benchmarks/datasets => datasets}/kin32fm.train (100%)
 rename {benchmarks/datasets => datasets}/mushroom.test (100%)
 rename {benchmarks/datasets => datasets}/mushroom.train (100%)
 rename {benchmarks/datasets => datasets}/parity13.test (100%)
 mode change 100755 => 100644
 rename {benchmarks/datasets => datasets}/parity13.train (100%)
 mode change 100755 => 100644
 rename {benchmarks/datasets => datasets}/parity8.test (100%)
 mode change 100755 => 100644
 rename {benchmarks/datasets => datasets}/parity8.train (100%)
 mode change 100755 => 100644
 rename {benchmarks/datasets => datasets}/pumadyn-32fm.test (100%)
 mode change 100755 => 100644
 rename {benchmarks/datasets => datasets}/pumadyn-32fm.train (100%)
 mode change 100755 => 100644
 rename {benchmarks/datasets => datasets}/robot.test (100%)
 rename {benchmarks/datasets => datasets}/robot.train (100%)
 rename {examples => datasets}/scaling.data (91%)
 rename {benchmarks/datasets => datasets}/soybean.test (100%)
 rename {benchmarks/datasets => datasets}/soybean.train (100%)
 rename {benchmarks/datasets => datasets}/thyroid.test (100%)
 rename {benchmarks/datasets => datasets}/thyroid.train (100%)
 rename {benchmarks/datasets => datasets}/two-spiral.test (100%)
 mode change 100755 => 100644
 rename {benchmarks/datasets => datasets}/two-spiral.train (100%)
 mode change 100755 => 100644
 delete mode 100644 debian/TODO
 delete mode 100644 debian/example-paths.sed
 create mode 100644 debian/files-excluded
 rename debian/{Makefile.examples => libfann-doc.examples.Makefile} (87%)
 rename debian/{README-libfann2-examples => libfann-doc.examples.README} (100%)
 delete mode 100644 debian/patches/0001-Link-python-pyfann-dynamically-instead-of-statically.patch
 delete mode 100644 debian/patches/0002-Link-against-libm.patch
 delete mode 100644 debian/patches/0003-Patch-upstreams-Makefile.am-reflecting-Debian.patch
 delete mode 100644 debian/patches/0005-Correct-a-typo-in-a-size-comparison.patch
 delete mode 100644 debian/patches/0006-Include-fann_cpp.h-in-dev-package.patch
 delete mode 100644 debian/patches/0007-Do-not-call-swig-unconditionally.patch
 create mode 100644 debian/patches/Link-against-libm.patch
 rename debian/patches/{0004-Portable-handling-for-va_list.patch => Portable-handling-for-va_list.patch} (85%)
 create mode 100644 debian/patches/cmake-Build-static-libraries.patch
 create mode 100644 debian/patches/cmake-Configurable-pkgconfig-install-destination.patch
 delete mode 100644 debian/python-pyfann-dbg.dirs
 delete mode 100644 debian/python-pyfann-dbg.links
 delete mode 100644 debian/tests/python-build
 delete mode 100755 depcomp
 delete mode 100644 doc/advancedusage.txt
 delete mode 100644 doc/fixedpointusage.txt
 delete mode 100644 doc/gettingstarted.txt
 delete mode 100644 doc/installation.txt
 delete mode 100644 doc/theory.txt
 create mode 100644 examples/.gitignore
 delete mode 100644 fann.spec.in
 delete mode 100755 install-sh
 delete mode 100644 ltmain.sh
 delete mode 100755 missing
 delete mode 100755 mkinstalldirs
 delete mode 100644 python/INSTALL
 delete mode 100644 python/Makefile
 delete mode 100644 python/README
 delete mode 100755 python/build.bat
 delete mode 100755 python/examples/cascade_train.py
 delete mode 100755 python/examples/mushroom.py
 delete mode 100755 python/examples/simple_train.py
 delete mode 100644 python/pyfann/Makefile
 delete mode 100644 python/pyfann/__init__.py
 delete mode 100644 python/pyfann/fann_cpp_subclass.h
 delete mode 100644 python/pyfann/makefile.msvc
 delete mode 100644 python/pyfann/pyfann.i
 delete mode 100755 python/setup.py
 create mode 100644 src/CMakeLists.txt
 delete mode 100644 src/COPYING
 delete mode 100644 src/Makefile.am
 delete mode 100644 src/Makefile.in
 create mode 100644 src/include/CMakeLists.txt
 delete mode 100644 src/include/Makefile.am
 delete mode 100644 src/include/Makefile.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list