summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/moduselect.c
Commit message (Expand)AuthorAge
* all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared2023-06-08
* all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.Jim Mussared2023-06-08
* py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared2022-09-19
* py/obj: Merge getiter and iternext mp_obj_type_t slots.Jim Mussared2022-09-19
* all: Remove unnecessary locals_dict cast.Jim Mussared2022-09-19
* all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared2022-09-19
* all: Remove third argument to MP_REGISTER_MODULE.Damien George2022-06-02
* extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared2022-05-18
* all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared2022-05-03
* extmod/moduselect: Conditionally compile select().David Lechner2021-07-17
* extmod: Remove old comments used for auto-doc generation.Damien George2021-05-06
* extmod/moduselect: Fix unsigned/signed comparison for timeout!=-1.Jim Mussared2021-02-16
* all: Fix implicit floating point promotion.stijn2020-04-18
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* various: Add and update my copyright line based on git history.Paul Sokolovsky2019-05-17
* extmod/moduselect: Adjust select_select and poll_register to use size_t.Wolf Vollprecht2019-03-13
* extmod: Convert legacy uppercase macro names to lowercase.Damien George2019-02-12
* extmod: Fix to support compiling with object representation D.Damien George2018-07-08
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.Damien George2017-07-31
* extmod/moduselect: Implement ipoll() method for alloc-free polling.Paul Sokolovsky2017-04-29
* extmod/moduselect: Refactor towards introduction of poll.ipoll().Paul Sokolovsky2017-04-29
* extmod/moduselect: Convert to MP_ROM_QSTR and friends.Paul Sokolovsky2017-04-29
* extmod/moduselect: Update to use size_t for array accessor.Damien George2017-03-29
* extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.Damien George2016-12-02
* extmod/moduselect: Use stream helper function instead of ad-hoc code.Damien George2016-12-02
* py/stream: Move ad-hoc ioctl constants to stream.h and rename them.Damien George2016-12-02
* extmod/moduselect: Fix comment describing endif.Damien George2016-11-21
* stmhal/moduselect: Move to extmod/ for reuse by other ports.Paul Sokolovsky2016-11-21