[pubgit-commits-list] FrontAlgorithms branch sandbox updated. b4059b76232207db78905ed83fa96115c7fe41c3

root root at tux.creatis.insa-lyon.fr
Tue Sep 26 23:22:57 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Generic implementation of front propagation algorithms with some extra features".

The branch, sandbox has been updated
       via  b4059b76232207db78905ed83fa96115c7fe41c3 (commit)
      from  30e4529b4758ee7b397c4e839ac0e3334adb4010 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=FrontAlgorithms.git;a=commitdiff;h=b4059b76232207db78905ed83fa96115c7fe41c3
commit b4059b76232207db78905ed83fa96115c7fe41c3
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Tue Sep 26 16:22:49 2017 -0500

    ...


-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt                                     | 169 +++++----------------
 cmake/Definitions.cmake                            |  53 +++++++
 cmake/Functions.cmake                              | 141 +++++++++++++++++
 cmake/InstallCommands.cmake                        |  40 +++++
 {tests => examples}/CMakeLists.txt                 |   3 +-
 {tests => examples}/image/CMakeLists.txt           |   3 +-
 {tests => examples}/image/Dijkstra/CMakeLists.txt  |   9 +-
 {tests => examples}/image/Dijkstra/ExtractAxis.cxx |   0
 .../image/Dijkstra/ExtractSkeleton.cxx             |   0
 {tests => examples}/image/Dijkstra/Gaussian.cxx    |   0
 {tests => examples}/image/Dijkstra/Identity.cxx    |   0
 {tests => examples}/image/Dijkstra/Invert.cxx      |   0
 .../image/RandomWalker/CMakeLists.txt              |  19 ++-
 .../image/RandomWalker/CompareRandomWalkers.cxx    |   0
 .../image/RandomWalker/Gaussian.cxx                |   0
 .../image/RandomWalker/Original.cxx                |   0
 .../image/RegionGrow/BinaryThreshold.cxx           |   0
 .../image/RegionGrow/CMakeLists.txt                |   9 +-
 {tests => examples}/image/RegionGrow/Mori.cxx      |   0
 {tests => examples}/image/RegionGrow/Tautology.cxx |   0
 lib/CMakeLists.txt                                 |   4 +-
 lib/fpa/CMakeLists.txt                             |  68 +--------
 lib/fpa/Config.h.in                                |   8 +-
 23 files changed, 307 insertions(+), 219 deletions(-)
 create mode 100644 cmake/Definitions.cmake
 create mode 100644 cmake/Functions.cmake
 create mode 100644 cmake/InstallCommands.cmake
 rename {tests => examples}/CMakeLists.txt (72%)
 rename {tests => examples}/image/CMakeLists.txt (75%)
 rename {tests => examples}/image/Dijkstra/CMakeLists.txt (75%)
 rename {tests => examples}/image/Dijkstra/ExtractAxis.cxx (100%)
 rename {tests => examples}/image/Dijkstra/ExtractSkeleton.cxx (100%)
 rename {tests => examples}/image/Dijkstra/Gaussian.cxx (100%)
 rename {tests => examples}/image/Dijkstra/Identity.cxx (100%)
 rename {tests => examples}/image/Dijkstra/Invert.cxx (100%)
 rename {tests => examples}/image/RandomWalker/CMakeLists.txt (58%)
 rename {tests => examples}/image/RandomWalker/CompareRandomWalkers.cxx (100%)
 rename {tests => examples}/image/RandomWalker/Gaussian.cxx (100%)
 rename {tests => examples}/image/RandomWalker/Original.cxx (100%)
 rename {tests => examples}/image/RegionGrow/BinaryThreshold.cxx (100%)
 rename {tests => examples}/image/RegionGrow/CMakeLists.txt (73%)
 rename {tests => examples}/image/RegionGrow/Mori.cxx (100%)
 rename {tests => examples}/image/RegionGrow/Tautology.cxx (100%)


hooks/post-receive
-- 
Generic implementation of front propagation algorithms with some extra features


More information about the Pubgit-commits-list mailing list