https://github.com/splatlab/squeakr
Revision 83e47ce9c8d8f6727a962e2f3372318ddc685d96 authored by Prashant Pandey on 08 September 2017, 20:57:21 UTC, committed by Prashant Pandey on 08 September 2017, 20:57:21 UTC
1 parent ed9b52e
Raw File
Tip revision: 83e47ce9c8d8f6727a962e2f3372318ddc685d96 authored by Prashant Pandey on 08 September 2017, 20:57:21 UTC
Fixing a bug in the thread-safe CQF code. Also, updating the README with instructions about the query API.
Tip revision: 83e47ce
.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