Directory Modules/Meshing/

Directory Created:
2007-04-30 22:12
Total Files:
2
Deleted Files:
0
Lines of Code:
74

[root]/Modules/Meshing
            directory in repo Adapter (15 files, 1514 lines)
            Folder removed from repo BoundingBox (0 files, 0 lines)
            directory in repo BuildingBlock (147 files, 43684 lines)
                directory in repo Resources (185 files, 31886 lines)
            Folder removed from repo CommandLine (0 files, 0 lines)
                Folder removed from repo VoxelMeshingModule (0 files, 0 lines)
                    Folder removed from repo ImageData (0 files, 0 lines)
                    Folder removed from repo Resources (0 files, 0 lines)
            directory in repo Common (106 files, 23543 lines)
            directory in repo Filter (117 files, 31369 lines)
            directory in repo IA_FEMesh (11 files, 1104 lines)
            directory in repo IO (17 files, 3056 lines)
            directory in repo Mesh (19 files, 3955 lines)
            directory in repo Testing (4 files, 1059 lines)
            directory in repo Widgets (40 files, 23002 lines)

Lines of Code

Modules/Meshing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 11 (100.0%) 122 (100.0%) 11.0
clisle 4 (36.4%) 74 (60.7%) 18.5
vmagnotta 1 (9.1%) 24 (19.7%) 24.0
barre 1 (9.1%) 22 (18.0%) 22.0
millerjv 1 (9.1%) 1 (0.8%) 1.0
freudling 1 (9.1%) 1 (0.8%) 1.0
pieper 1 (9.1%) 0 (0.0%) 0.0
jcfr 2 (18.2%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-08 18:34 Rev.: 11226

ENH: In CMakeLists.txt, change deprecated SUBDIRS command into ADD_SUBDIRECTORY

See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:subdirs

when subdirs command was taking a list of directory, change it
using the following pattern:

Before:
subdirs(sagarmatha kumbhu eiger)

After:
SET(dirs
sagarmatha
kumbhu
eiger
)
FOREACH(dir ${dirs})
ADD_SUBDIRECTORY(${dir})
ENDFOREACH(dir)

0 lines of code changed in 1 file:

  • Modules/Meshing: CMakeLists.txt (changed)
jcfr 2009-12-07 23:15 Rev.: 11209

ENH: Update CMakeLists.txt - CMake 2.6 is now required

The following line have been added:

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)

0 lines of code changed in 1 file:

  • Modules/Meshing: CMakeLists.txt (changed)
pieper 2009-08-14 13:04 Rev.: 10256

COMP: fix include dependency order

0 lines of code changed in 1 file:

  • Modules/Meshing: CMakeLists.txt (changed)
clisle 2009-05-27 14:15 Rev.: 9609

BUG: Added license for MIMX Meshing Module

36 lines of code changed in 1 file:

  • Modules/Meshing: MIMXCopywright.txt (new 36)
clisle 2008-12-10 22:29 Rev.: 8114

BUG: changing order to move Adapter before Common in case this resolves build issues.

0 lines of code changed in 1 file:

  • Modules/Meshing: CMakeLists.txt (changed)
clisle 2008-12-05 11:56 Rev.: 8059

ENH: Adding Replacement Meshing directory including IA_FEMesh module

38 lines of code changed in 1 file:

  • Modules/Meshing: CMakeLists.txt (new 38)
clisle 2008-12-05 11:46 Rev.: 8058

ENH: deleting old Meshing module, before replacing with new version, including IA_FEMesh

0 lines of code changed in 1 file:

  • Modules/Meshing: CMakeLists.txt (del)
barre 2008-05-20 02:29 Rev.: 6772

ENH: Slicer3 Spring Installation Clean Up

22 lines of code changed in 1 file:

  • Modules/Meshing: CMakeLists.txt (+22 -8)
millerjv 2008-02-02 14:55 Rev.: 5677

BUG: Configuration changes needed now that there is a SlicerBaseCLI library that holds utility code.

1 lines of code changed in 1 file:

  • Modules/Meshing: CMakeLists.txt (+1 -1)
freudling 2008-02-01 15:36 Rev.: 5676

COMP: disabled voxelmeshing and some parts of tractography to be able to compile

1 lines of code changed in 1 file:

  • Modules/Meshing: CMakeLists.txt (+1 -1)
vmagnotta 2007-04-30 22:12 Rev.: 3300

ENH: Added new Module code to hold the Meshing utilities. The
first adition includes a Voxel Meshing Command Line Execuation
Model program.

24 lines of code changed in 1 file:

  • Modules/Meshing: CMakeLists.txt (new 24)
Generated by StatSVN 0.5.0