- 20 Apr, 2015 3 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Switch travis-ci to docker infrastructure
-
Kevin Modzelewski authored
-
- 19 Apr, 2015 20 commits
-
-
Daniel Agar authored
-stop manually downloading cmake
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Kevin Modzelewski authored
- increase the time limit here - Have the tester print out the stderr when a test fails with the wrong exit code; this might make things spammy but I hope that it will be more helpful. - Base EXTMODULE_DIR_PYSTON off the executable, not the tester - modifying os.environ has no effect, even when spawning subprocesses...
-
Kevin Modzelewski authored
Until I can figure out what the issue is that's making them fail. (I don't feel great about removing tests, but I just added these a few commits ago, so I think this makes the most sense for now.)
-
Kevin Modzelewski authored
- generalize dynamic loading support - copy include files to cmake build directory: we don't need it for our build, but we need them to be there for building extension modules - some beginning hacks for supporting Cython
-
Kevin Modzelewski authored
(increase the reopt and osr thresholds by 2x) This helps django a ton. will probably hurt our microbenchmarks but I don't care much about those right now.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
The issue is a difference between how PhiAnalysis and TypeAnalysis handle OSR compilations: type analysis is osr-aware but phi analysis isn't. I think the right solution to this is to make phi and definedness analysis also osr aware, but I want to get these other changes in.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 18 Apr, 2015 1 commit
-
-
Kevin Modzelewski authored
Set correct site-package directory, fix 'str * -1', add sys.dont_write_bytecode
-
- 17 Apr, 2015 5 commits
-
-
Marius Wachtler authored
-
Kevin Modzelewski authored
Attach BoxedFile::gcHandler.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
cmake explicitly list all c++ source files
-
Kevin Modzelewski authored
-
- 16 Apr, 2015 11 commits
-
-
Kevin Modzelewski authored
Beginnings of a testsuite, starting with a simple django test. Increases testing time by about 45 seconds which isn't great, but tests a lot of stuff which is good.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
We don't support arbitrary dict-like objects as the globals, but in the special case that that dict-like object is just an attrwrapper around the current module, we can fall back on our module-as-globals support.
-
Kevin Modzelewski authored
(Django 1.7.5)
-
Kevin Modzelewski authored
We had a few callers but they weren't actually using the fact that the strings were interned.
-
Kevin Modzelewski authored
Implement misc stuff
-
Joris Vankerschaver authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-