1. 31 May, 2012 3 commits
    • Robert Bradshaw's avatar
      Merge pull request #128 from minrk/cythonenv · cae2bcf2
      Robert Bradshaw authored
      add CYTHON_CACHE_DIR env
      cae2bcf2
    • MinRK's avatar
      store inline cython in cache/inline · fac2617b
      MinRK authored
      allows orthogonal data to be put in the cache dir.
      
      default inline location unchanged (~.cython/inline),
      but get_cython_dir() is .cython, not .cython/inline.
      fac2617b
    • MinRK's avatar
      add CYTHON_CACHE_DIR env · 82b1c99b
      MinRK authored
      resolution for the Cython cache dir:
      
      1. CYTHON_CACHE_DIR env if defined
      2. platform cache dir
         - (OS X): ~/Library/Caches/Cython if ~/Library/Caches exists
         - (posix not OS X): XDG_CACHE_HOME/cython if XDG_CACHE_HOME defined
      3. ~/.cython/inline
      82b1c99b
  2. 30 May, 2012 2 commits
  3. 28 May, 2012 2 commits
  4. 26 May, 2012 4 commits
  5. 25 May, 2012 2 commits
  6. 23 May, 2012 5 commits
  7. 20 May, 2012 8 commits
  8. 18 May, 2012 1 commit
  9. 16 May, 2012 7 commits
  10. 15 May, 2012 1 commit
  11. 13 May, 2012 2 commits
  12. 12 May, 2012 3 commits