FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for py/modthread.c - ProGamerCode/circuitpython · GitHub
ProGamerCode
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
py
modthread.c
on
master
User selector
Datepicker
Commit history
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5b
tannewt
committed
96ebf5b
View commit details
Copy full SHA for 96ebf5b
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
py: Introduce a Python stack for scoped allocation.
Show description for 02d830c
dpgeorge
committed
02d830c
View commit details
Copy full SHA for 02d830c
View code at this point
Browse repository at this point
Commits on Sep 26, 2017
py: Add config option to print warnings/errors to stderr.
Show description for 62849b7
dlech
authored and
dpgeorge
committed
62849b7
View commit details
Copy full SHA for 62849b7
View code at this point
Browse repository at this point
Commits on Aug 15, 2017
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Show description for ace9fb5
naums
authored and
dpgeorge
committed
ace9fb5
View commit details
Copy full SHA for ace9fb5
View code at this point
Browse repository at this point
Commits on Jun 14, 2017
py/modthread: Raise RuntimeError in release() if lock is not acquired.
dpgeorge
committed
e374cff
View commit details
Copy full SHA for e374cff
View code at this point
Browse repository at this point
Commits on Mar 29, 2017
py: Convert mp_uint_t to size_t for tuple/list accessors.
Show description for 6213ad7
dpgeorge
committed
6213ad7
View commit details
Copy full SHA for 6213ad7
View code at this point
Browse repository at this point
Commits on Mar 28, 2017
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Show description for 94c41bb
dpgeorge
committed
94c41bb
View commit details
Copy full SHA for 94c41bb
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
py: Move locals/globals dicts to the thread-specific state.
Show description for 05fe66f
dpgeorge
committed
05fe66f
View commit details
Copy full SHA for 05fe66f
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
py/modthread: Use system-provided mutexs for _thread locks.
Show description for 234f07f
dpgeorge
committed
234f07f
View commit details
Copy full SHA for 234f07f
View code at this point
Browse repository at this point
Commits on Oct 17, 2016
py: Use mp_raise_msg helper function where appropriate.
Show description for 7d0d721
dpgeorge
committed
7d0d721
View commit details
Copy full SHA for 7d0d721
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
py: Add mp_raise_OSError(errno) helper function.
Show description for 3a0a771
dpgeorge
committed
3a0a771
View commit details
Copy full SHA for 3a0a771
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6a
dpgeorge
committed
93c4a6a
View commit details
Copy full SHA for 93c4a6a
View code at this point
Browse repository at this point
Commits on Jun 28, 2016
py/modthread: Allow to properly set the stack limit of a thread.
Show description for df95f52
dpgeorge
committed
df95f52
View commit details
Copy full SHA for df95f52
View code at this point
Browse repository at this point
py/modthread: Make Lock objects work when GIL is enabled.
dpgeorge
committed
c567afc
View commit details
Copy full SHA for c567afc
View code at this point
Browse repository at this point
py: Implement a simple global interpreter lock.
Show description for 4cec63a
dpgeorge
committed
4cec63a
View commit details
Copy full SHA for 4cec63a
View code at this point
Browse repository at this point
py/modthread: Call mp_thread_start/mp_thread_finish around threads.
Show description for 9172c0c
dpgeorge
committed
9172c0c
View commit details
Copy full SHA for 9172c0c
View code at this point
Browse repository at this point
py/modthread: Be more careful with root pointers when creating a thread.
dpgeorge
committed
722cff5
View commit details
Copy full SHA for 722cff5
View code at this point
Browse repository at this point
py/modthread: Satisfy unused-args warning.
dpgeorge
committed
7f4658a
View commit details
Copy full SHA for 7f4658a
View code at this point
Browse repository at this point
py/modthread: Add with-context capabilities to lock object.
dpgeorge
committed
34fc006
View commit details
Copy full SHA for 34fc006
View code at this point
Browse repository at this point
py/modthread: Implement lock object, for creating a mutex.
dpgeorge
committed
801d1b3
View commit details
Copy full SHA for 801d1b3
View code at this point
Browse repository at this point
py/modthread: Add exit() function.
Show description for 2dacd60
dpgeorge
committed
2dacd60
View commit details
Copy full SHA for 2dacd60
View code at this point
Browse repository at this point
py/modthread: Add stack_size() function.
dpgeorge
committed
707f98f
View commit details
Copy full SHA for 707f98f
View code at this point
Browse repository at this point
py/modthread: Properly cast concrete exception pointer to an object.
dpgeorge
committed
3eb7a26
View commit details
Copy full SHA for 3eb7a26
View code at this point
Browse repository at this point
py: Add basic _thread module, with ability to start a new thread.
dpgeorge
committed
27cc077
View commit details
Copy full SHA for 27cc077
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL