summaryrefslogtreecommitdiff
path: root/doc/extdev/builderapi.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix #9637: Add Builder.allow_parallel to the list of builder APIsTakeshi KOMIYA2021-09-181-0/+1
|
* Make EventManager portableTakeshi KOMIYA2019-04-061-0/+5
| | | | | | So far, we need to bypass application object for modules to emit a event. This make EventManager portable and easy to pass event emitter. This brings modules less coupled with application object.
* docs: Add description for attributes of Builder (refs: #4402)Takeshi KOMIYA2018-01-291-0/+3
|
* builders: Add 'Builder.epilog' optionStephen Finucane2018-01-111-0/+1
| | | | | | | | | | | | This allows builders to emit a final epilog message containing information such as where resulting files can be found. This is only emitted if the build was successful. This allows us to remove this content from the 'make_mode' tool and the legacy 'Makefile' and 'make.bat' templates. There's room for more dramatic simplification of the former, but this will come later. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Do not include the builder class in the entry pointBrecht Machiels2017-04-141-0/+6
| | | | | - use the entry point to load the extension module in the usual way - update the documentation to reflect this change
* Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-201-0/+30