https://github.com/splatlab/squeakr
Revision fbc81b7268b73113d1359cfb97c67e7c59dc0860 authored by Prashant Pandey on 23 July 2018, 22:38:43 UTC, committed by Prashant Pandey on 23 July 2018, 22:38:43 UTC
1 parent 5f2ff63
Raw File
Tip revision: fbc81b7268b73113d1359cfb97c67e7c59dc0860 authored by Prashant Pandey on 23 July 2018, 22:38:43 UTC
Ported latest CQF API. Tested on the sample data set.
Tip revision: fbc81b7
.gitignore
# 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
back to top