summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* bindings: perl: Do not link against libperl.HEADmasterdominique.leuenberger@gmail.com2013-09-071-1/+1
* Link perl bindings to pthread. Fix bug 182dominique.leuenberger@gmail.com2013-02-141-1/+1
* Speed up importing libproxy in python.dominique.leuenberger@gmail.com2012-04-011-9/+11
* python bindings: guard the destructor. In case the app is shut down, the dest...dominique.leuenberger@gmail.com2012-03-141-1/+2
* python bindings: install them where python says they belong. For weird cases ...dominique.leuenberger@gmail.com2011-04-081-15/+5
* ruby bindings: minor cleanupsdominique.leuenberger@gmail.com2011-02-152-5/+3
* Don't append empty variable to link_directoriesnicolas.dufresne2010-10-121-1/+0
* issue 144: do not mix CFLAGS and CXXFLAGS.dominique.leuenberger@gmail.com2010-10-121-3/+0
* Updated files for version 0.4.6nicolas.dufresne2010-09-012-2/+2
* Fixed overrided of python site-packages pathnicolas.dufresne2010-09-011-22/+23
* Try install python bindings in libdirnicolas.dufresne2010-09-013-13/+35
* Bumped to version 0.4.5nicolas.dufresne2010-08-192-2/+2
* Went back to ignoreing vala installation pathnicolas.dufresne2010-08-181-11/+3
* Enable VENDORARCH option and PX_PERL_ARCH overridenicolas.dufresne2010-08-181-11/+17
* Add PYTHON_SITEPKG_DIR overridenicolas.dufresne2010-08-181-6/+9
* Fix vala binding directory and add VAPI_DIR overridenicolas.dufresne2010-08-181-1/+13
* Revert r717 - No need to introduce an additional variable. The user can overr...dominique.leuenberger@gmail.com2010-08-181-1/+1
* C# bindings: install destination can be specified with -DCSHARP_ASSEMBLY_DIR=...dominique.leuenberger@gmail.com2010-08-172-2/+1
* bindings: very rudimentary, but yet functional ruby bindingsdominique.leuenberger2010-07-073-0/+33
* C# bindings: bindings can now be enabled for building / installation bydominique.leuenberger2010-07-077-10/+25
* Removed non-needed PREFIX to install PATH and fixed conventionnicolas.dufresne2010-06-141-1/+1
* Use more normal path variablesnpmccallum2010-06-132-2/+1
* rearrainge the build system ; make libmodman optionally build against externa...npmccallum2010-06-121-7/+5
* Revert 654 that broke compilation of perl binding on OS Xnicolas.dufresne2010-06-071-1/+1
* Added NULL check when calling _get_proxies() with py3 fixnicolas.dufresne2010-06-011-3/+13
* Set link_directories in every CMakeList.txtnicolas.dufresne2010-05-191-0/+1
* Replace calls to px_free by call to libc.freenicolas.dufresne2010-05-191-2/+14
* Added WITH_ options to allow custom buildsnicolas.dufresne2010-05-171-9/+16
* fix cmake error RE perl bindings on OSXnpmccallum2010-03-301-1/+1
* Perl: No need to link against libperldominique.leuenberger2010-03-291-1/+1
* Perl: fix parallel buildingdominique.leuenberger2010-03-281-1/+1
* Perl: remove some debugging in the cmake build processdominique.leuenberger2010-03-281-2/+0
* Perl: Allow distributions to install our perl module in vendor path. openSUSE...dominique.leuenberger2010-03-283-3/+19
* Perl: the library needs to be linked agains libproxy of coursedominique.leuenberger2010-03-281-1/+1
* Perl: the library should be called Libproxy.so, thus removing the default nam...dominique.leuenberger2010-03-281-0/+1
* Perl: Cleaning up the lib folder that got messed up.dominique.leuenberger2010-03-282-0/+2
* Perl: Integrate the perl bindings in our CMake Build Systemdominique.leuenberger2010-03-2819-1566/+66
* Vala: Install bindings when -DWITH_VALA=yes is passed to cmakedominique.leuenberger2010-03-261-0/+6
* py bindings: correct documentation part (follow the old api change from getPr...dominique.leuenberger2010-03-101-2/+2
* vala: change namespace from Px to Libproxydominique.leuenberger2010-03-011-2/+2
* Perl bindings and sample application. Bindings written by Gonéri LE BOUDERdominique.leuenberger2010-03-0115-0/+1712
* Vala bindings and sample (sample needs some more work to be useful). Thanks t...dominique.leuenberger2010-03-011-0/+10
* install python bindings into non-platform specific locationnpmccallum2010-02-261-1/+1
* new build system: CMakenpmccallum2010-01-166-0/+236