Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-08 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Fix Sphinx crashes on parallel build with an extension which raises ↵ | Takeshi KOMIYA | 2017-01-08 | 1 | -1/+2 | |
| | | | | | | | | unserializable exception | |||||
* | | sphinx.util.parallel supports logging in child workers | Takeshi KOMIYA | 2017-01-02 | 1 | -8/+19 | |
| | | ||||||
* | | Add type-check annotations to sphinx.util | Takeshi KOMIYA | 2016-11-16 | 1 | -7/+19 | |
|/ | ||||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | More parallel code optimizations. | Georg Brandl | 2015-12-18 | 1 | -36/+31 | |
| | ||||||
* | Fix #2177: Remove parallel hangs | Daniel Rings | 2015-12-18 | 1 | -55/+51 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | ||||||
* | Fix memory leak during parallel writing with multiplied warnings. | Georg Brandl | 2014-12-31 | 1 | -2/+6 | |
| | ||||||
* | Fix a memory leak in the parallel impl. ParallelChunked is now unnecessary. | Georg Brandl | 2014-09-22 | 1 | -48/+36 | |
| | ||||||
* | Refactor parallel process into a base class that executes any task, and a ↵ | Georg Brandl | 2014-09-22 | 1 | -54/+91 | |
| | | | | derived class that executes a batch of the same task. | |||||
* | Factor out parallel building into a utility class. Better error handling | Georg Brandl | 2014-09-22 | 1 | -0/+106 | |
with traceback of the parallel process saved in the error log. |