1. 24 Apr, 2014 5 commits
    • Jisyang Mwo's avatar
      Makefile: lzma is required while running tests · 6709baea
      Jisyang Mwo authored
      The following error was produced when -llzma is not specified:
      
      $ make check
      cc -O2 -fPIC -Wimplicit -I../include -c ../test/test_extension/test.c -o ../test/test_extension/test.o -g
      cc -shared ../test/test_extension/test.o -o ../test/test_extension/test.so -g
      pyston: Compiling runtime/inline/link_forcer.o.bc
      pyston: Compiling ../tools/publicize.o
      pyston: Linking ../tools/publicize
      elfxx.c:193: error: undefined reference to 'lzma_stream_footer_decode'
      elfxx.c:200: error: undefined reference to 'lzma_index_buffer_decode'
      elfxx.c:204: error: undefined reference to 'lzma_index_size'
      elfxx.c:209: error: undefined reference to 'lzma_index_end'
      elfxx.c:206: error: undefined reference to 'lzma_index_uncompressed_size'
      elfxx.c:209: error: undefined reference to 'lzma_index_end'
      elfxx.c:277: error: undefined reference to 'lzma_stream_buffer_decode'
      clang: error: linker command failed with exit code 1 (use -v to see invocation)
      make: *** [../tools/publicize] Error 1
      6709baea
    • Jisyang Mwo's avatar
    • Kevin Modzelewski's avatar
      Rudimentary importing support · 4b90a4a3
      Kevin Modzelewski authored
      Doesn't handle packages or anything other than importing a .py file
      (ex zip import, .so, .pyc), but has some basic support for
      sys.path and sys.modules.
      4b90a4a3
    • Kevin Modzelewski's avatar
      Merge pull request #33 from mjisyang/develop · abcc2dd0
      Kevin Modzelewski authored
      Not using fixed path for valgrind in Makefile
      abcc2dd0
    • Jisyang Mwo's avatar
      Not use fixed path for valgrind in Makefile · b418b747
      Jisyang Mwo authored
      Just replace "$(HOME)/pyston_deps" with "$(DEPS_DIR)" to make things
      keep going well when the dependencies are placed elsewhere.
      b418b747
  2. 23 Apr, 2014 3 commits
  3. 22 Apr, 2014 9 commits
  4. 21 Apr, 2014 4 commits
  5. 19 Apr, 2014 2 commits
  6. 18 Apr, 2014 4 commits
  7. 17 Apr, 2014 2 commits
  8. 16 Apr, 2014 6 commits
  9. 15 Apr, 2014 5 commits