- 23 Sep, 2010 6 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 21 Sep, 2010 4 commits
-
-
Ralf Schmitt authored
-
Ralf Schmitt authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 20 Sep, 2010 1 commit
-
-
Ralf Schmitt authored
-
- 18 Sep, 2010 7 commits
-
-
Ralf Schmitt authored
-
Ralf Schmitt authored
imp_find_dotted_module is based on code found in the modulegraph library.
-
Ralf Schmitt authored
setup.py: don't run ./configure if --libevent argument doesn't point to a libevent source directory. I try to be compatible with the old behaviour here. Maybe setup.py should abort instead.
-
Ralf Schmitt authored
-
Ralf Schmitt authored
-
Ralf Schmitt authored
-
Ralf Schmitt authored
setup.py: ./configure and make libevent if libevent sources are found. link gevent/core.so statically against libevent. If a directory "libevent-src" is found, we use that as default to the --libevent argument. If the --libevent directory does not contain a .libs directory (that is if make hasn't been run), setup.py will now run configure and make in order to link statically against libevent. It also contains some workarounds to correctly build on OS X: - it does build a "fat" gevent.core - it adapts linker flags and uses the statically linked libevent even if a dynamic one is on the search path
-
- 17 Sep, 2010 20 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
socket: define inet_ntop even if stdlib socket does not define it, because our getaddrinfo depend on it
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 16 Sep, 2010 1 commit
-
-
Denis Bilenko authored
-
- 15 Sep, 2010 1 commit
-
-
Ralf Schmitt authored
-