https://github.com/SuperElastix/elastix
Raw File
Tip revision: 8488559a7cace0d175310790aab191f67c7fe59f authored by Niels Dekker on 25 July 2023, 15:01:38 UTC
WIP: Enable ITK's Thread Pool
Tip revision: 8488559
.gitignore
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Generated files and
help/
Makefile
CMakeFiles/
CTestTestfile.cmake
.idea/
.githooks/clangFormatMac
back to top