1. 06 Jun, 2018 2 commits
  2. 04 Jun, 2018 3 commits
  3. 02 Jun, 2018 3 commits
    • Lucas Hosseini's avatar
      Fix failing tests on OSX (#467) · 7f996bd9
      Lucas Hosseini authored
      7f996bd9
    • Lucas Hosseini's avatar
      Add TravisCI config. (#457) · d1bbee28
      Lucas Hosseini authored
      * Add TravisCI config.
      d1bbee28
    • Lucas Hosseini's avatar
      Refactor makefiles and add configure script (#466) · cf18101f
      Lucas Hosseini authored
      * Refactors Makefiles and add configure script.
      
      * Give MKL higher priority in configure script.
      
      * Clean up Linux example makefile.inc.
      
      * Cleanup makefile.inc examples.
      
      * Fix python clean Makefile target.
      
      * Regen swig wrappers.
      
      * Remove useless CUDAFLAGS variable.
      
      * Fix python linking flags.
      
      * Separate compile and link phase in python makefile.
      
      * Add macro to look for swig.
      
      * Add CUDA check in configure script.
      
      * Cleanup make depend targets.
      
      * Cleanup CUDA flags.
      
      * Fix linking flags.
      
      * Fix python GPU linking.
      
      * Remove useless flags from python gpu module linking.
      
      * Add check for cuda libs.
      
      * Cleanup GPU targets.
      
      * Clean up test target.
      
      * Add cpu/gpu targets to python makefile.
      
      * Clean up tutorial Makefile.
      
      * Remove stale OS var from example makefiles.
      
      * Clean up cuda example flags.
      cf18101f
  4. 30 May, 2018 1 commit
  5. 29 May, 2018 1 commit
  6. 28 May, 2018 1 commit
  7. 25 May, 2018 1 commit
  8. 24 May, 2018 1 commit
    • dengos's avatar
      read/write index with std::function wrapper (#427) · abe2b0fd
      dengos authored
      * add access function to IndexIVF;
      
      * - access for IndexIVF;
      - write_index/read_index with std::function<...>;
      
      * - fix test compile on mac;
      - adjust write/read with std::function;
      
      * replace std::function with IOReader/IOWriter;
      
      * remove IndexIVF::access // tmp
      
      * PFN_WRITE/READ => WRITE;
      
      * revert mac compile fix;
      
      * rename;
      
      * fix compile;
      
      * reset CMakeList;
      
      * format; remove unused function/header;
      abe2b0fd
  9. 15 May, 2018 2 commits
  10. 03 May, 2018 1 commit
  11. 02 May, 2018 2 commits
    • pigghost's avatar
      Update IndexIDMap reset (#401) · 53876970
      pigghost authored
      53876970
    • Eduardo Pinho's avatar
      [C API] Additional API coverage: IndexLSH, I/O, meta-indexes (#425) · 9efdd8d4
      Eduardo Pinho authored
      * [c_api] leverage index downcast
      
      - make index downcast declaration+definition possible with macros
      - use macros on existing index types
      
      * [c_api] Add IndexLSH to C API
      
      * [c_api] Add Index IO interface
      
      - new header index_io_c.h for access to the index_io.h API
      - function`faiss_write_index` and overloads for dumping index to a file
      - function`faiss_read_index` and overloads for reading index from a file
      - function`faiss_clone_index` for cloning an index
      - update C example to save index to a file
      
      * [c_api] Add IndexIDMap and IndexShards API
      9efdd8d4
  12. 27 Apr, 2018 3 commits
  13. 20 Apr, 2018 1 commit
  14. 05 Apr, 2018 3 commits
  15. 04 Apr, 2018 1 commit
  16. 28 Mar, 2018 1 commit
  17. 14 Mar, 2018 1 commit
  18. 05 Mar, 2018 1 commit
  19. 28 Feb, 2018 1 commit
  20. 27 Feb, 2018 1 commit
  21. 26 Feb, 2018 4 commits
  22. 24 Feb, 2018 1 commit
  23. 23 Feb, 2018 2 commits
  24. 21 Feb, 2018 2 commits