summaryrefslogtreecommitdiff
path: root/cython/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Redo cython check logic and check for "no-cast-function" gcc 8+ compiler flagMartin Szulecki2020-06-141-1/+1
* Unfold cython automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-141-3/+25
* Remove commented make target from cython Makefile and space in configure.acMartin Szulecki2020-06-141-3/+0
* Use proper API version in linker flags for cython bindingsMartin Szulecki2020-06-141-1/+1
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-081-25/+42
* cython: Add "-Wno-cast-function-type" flag to silence warnings with GCC 8+Martin Szulecki2020-06-041-1/+1
* Use _LIBS instead of _LDFLAGS for cython linkYves-Alexis Perez2019-06-111-3/+3
* cython: Make sure to pass correct CFLAGS for libplistNikias Bassen2016-12-211-1/+1
* cython: Add DebugServerClient class to communicate with debugserverHao Zhou2014-12-091-1/+2
* cython: Enforce default symbol visibility to make bindings loadableMartin Szulecki2014-10-141-1/+1
* cython: Use output variables in Makefile instead of relative pathsMartin Szulecki2014-10-031-7/+7
* cython: Add all service protocols which brings Python bindings to 100% coverageMartin Szulecki2013-02-271-0/+7
* cython: Remove custom stdint.pxi and use libc.stdint cimport insteadMartin Szulecki2013-02-271-2/+1
* cython: Silence a couple of warnings when generating bindings with CythonMartin Szulecki2012-03-211-1/+1
* cython: Remove glib2 flags from makefileMartin Szulecki2012-03-201-2/+2
* Removed property_list_client.pxi.Bryan Forbes2012-03-201-1/+0
* Implemented hierarchy suggested by Martin S.Bryan Forbes2012-03-201-0/+1
* Cleaned up Makefile.am.Bryan Forbes2012-03-201-5/+5
* Added all remaining classes from libimobiledevice.Bryan Forbes2012-03-201-3/+7
* Added afc.pxi.Bryan Forbes2012-03-201-7/+8
* Added base class for more efficient error handling.Bryan Forbes2012-03-201-1/+7
* Moved everything but iDevice and LockdownClient to pxi files.Bryan Forbes2012-03-201-6/+8
* Added cython bindings.Bryan Forbes2012-03-201-0/+32