1. 14 6月, 2018 1 次提交
    • O
      Add preliminary support for Windows (#461) · 19e24f76
      Oraoto 提交于
      * Add preliminary support for Windows
      
          Known issues:
      
          1. No zlib support for protobuf
          2. Manual editting to core.vcxproj are required
          3. No build and packge script support
          4. Not tesetd, may break linux build
      
      * Add build script and batch file for Windows
      
      * Fix linux build and include batch file in wheel
      
      * Fix Python 2.7 build
      
      * Define NOMINMAX instead of preventing macro expansion
      19e24f76
  2. 06 2月, 2018 1 次提交
    • T
      Binary Record Fixe (#260) · ef48ef34
      Thuan Nguyen 提交于
      * Binary Record Fixes
      
      * Fixed issues with binary_record.h filename generator method.  std::hash is not consistent across OS.  It will generate different hash's when ran on different OS on the same string.  Change the filename generator to use a static counter.  It will be more ideal to use UUID generator available in boost 1.4.2, however, boost 1.4.2 has problems compiling on c++11 \n* Fix issue with pytorch demo where it logs to the absolute path /workspace
      
      * Fix performance issue on server when server fails to load image file.  Currently server retries an API call 3 times before it fails, at which point it'll sleep the thread for 2 secs.  This becomes problematic when there are alot of SDK errors.  I'll create seperate issue to refine the retry logic to not be so expensive on the server.
      ef48ef34
  3. 27 1月, 2018 1 次提交
  4. 16 1月, 2018 2 次提交
  5. 10 1月, 2018 1 次提交
  6. 29 12月, 2017 2 次提交
  7. 26 12月, 2017 1 次提交
  8. 23 12月, 2017 2 次提交
  9. 22 12月, 2017 2 次提交
  10. 21 12月, 2017 1 次提交
  11. 17 12月, 2017 1 次提交
  12. 12 12月, 2017 3 次提交
  13. 24 11月, 2017 1 次提交
    • Q
      init cmake system (#41) · 2b39dee6
      Qiao Longfei 提交于
      * add third_party and refactoring cmake
      
      * support pybind
      
      * fix build error
      
      * add storage_proto as dependency
      
      * update gflags
      
      * update comment
      2b39dee6