1. 13 Nov, 2017 1 commit
  2. 07 Nov, 2017 1 commit
  3. 27 Oct, 2017 1 commit
  4. 18 Sep, 2017 1 commit
  5. 08 Sep, 2017 2 commits
  6. 04 Sep, 2017 1 commit
  7. 01 Sep, 2017 1 commit
  8. 31 Aug, 2017 2 commits
  9. 10 Aug, 2017 2 commits
  10. 01 Aug, 2017 1 commit
  11. 30 Jul, 2017 1 commit
  12. 26 Jul, 2017 2 commits
  13. 19 Jul, 2017 1 commit
  14. 18 Jul, 2017 4 commits
  15. 11 Jul, 2017 1 commit
  16. 22 Jun, 2017 5 commits
  17. 21 Jun, 2017 3 commits
  18. 15 Jun, 2017 1 commit
    • Max Strange's avatar
      Changed rootdir (#137) · 9839b0ae
      Max Strange authored
      The rootdir in the distribution seems specific to the creators.  I just made the rootdir for the fvecs be the suggested directory (sift1M) from the installation guide.
      9839b0ae
  19. 31 May, 2017 3 commits
  20. 10 May, 2017 1 commit
  21. 08 May, 2017 1 commit
  22. 07 May, 2017 1 commit
    • BorisMansencal's avatar
      correct utils::nextHighestPowerOf2 · 5b92eeb2
      BorisMansencal authored
      The bit shift was done as int and not as current type (size_t for example), thus the computed next highest power of 2 was wrong on large numbers.
      5b92eeb2
  23. 02 May, 2017 1 commit
    • Tianwei Shen's avatar
      add initial cmake support (#75) · 80314d9f
      Tianwei Shen authored
      * add initial cmake support
      
      * update cmake, add cmake instructions to INSTALL
      
      * update findopenmp and INSTALL
      
      * change FindOpenBLAS.cmake to cater for macports
      
      - change cblas.h to openblas_config.h since macports does not ship
      cblas.h with openblas.
      
      * revise INSTALL for cmake
      80314d9f
  24. 25 Apr, 2017 1 commit
  25. 19 Apr, 2017 1 commit
    • Pierre Letessier's avatar
      Docker improvements (#88) · 28168310
      Pierre Letessier authored
      * Docker build from local sources rather than Github cloned sources
      
      * Update INSTALL instructions for docker build from Github repo
      
      * Back to generic makefile.inc.Linux and use of env var in Dockerfile
      
      * Back to generic makefile.inc.Linux and use of env var in Dockerfile
      28168310