summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Collapse)AuthorAgeFilesLines
* python bindings: install them where python says they belong. For weird cases ↵dominique.leuenberger@gmail.com2011-04-081-15/+5
| | | | | | where people do not like that, an override variable PYTHON_SITEPKG_DIR is available git-svn-id: http://libproxy.googlecode.com/svn/trunk@796 c587cffe-e639-0410-9787-d7902ae8ed56
* ruby bindings: minor cleanupsdominique.leuenberger@gmail.com2011-02-152-5/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@784 c587cffe-e639-0410-9787-d7902ae8ed56
* Don't append empty variable to link_directoriesnicolas.dufresne2010-10-121-1/+0
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@775 c587cffe-e639-0410-9787-d7902ae8ed56
* issue 144: do not mix CFLAGS and CXXFLAGS.dominique.leuenberger@gmail.com2010-10-121-3/+0
| | | | | | | Actually: there is no need to mess around with compiler used at all. git-svn-id: http://libproxy.googlecode.com/svn/trunk@773 c587cffe-e639-0410-9787-d7902ae8ed56
* Updated files for version 0.4.6nicolas.dufresne2010-09-012-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@750 c587cffe-e639-0410-9787-d7902ae8ed56
* Fixed overrided of python site-packages pathnicolas.dufresne2010-09-011-22/+23
| | | | | | | Last patch broke -DPYTHON_SITEPKG_DIR, this will make it work again. git-svn-id: http://libproxy.googlecode.com/svn/trunk@746 c587cffe-e639-0410-9787-d7902ae8ed56
* Try install python bindings in libdirnicolas.dufresne2010-09-013-13/+35
| | | | | | | | This patch let libproxy install the python bindings in the libdir path is proper site-packages directory exist. Also moved python bindings in it's own directory git-svn-id: http://libproxy.googlecode.com/svn/trunk@745 c587cffe-e639-0410-9787-d7902ae8ed56
* Bumped to version 0.4.5nicolas.dufresne2010-08-192-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@734 c587cffe-e639-0410-9787-d7902ae8ed56
* Went back to ignoreing vala installation pathnicolas.dufresne2010-08-181-11/+3
| | | | | | | | | seems that the .pc file in vala source code is broken. Fedora do fixes it in the package but that might not be wide spread. Hard coding to datadir/vala/vapi should work for most of the cases while it's possible to override using VAPI_DIR option. git-svn-id: http://libproxy.googlecode.com/svn/trunk@730 c587cffe-e639-0410-9787-d7902ae8ed56
* Enable VENDORARCH option and PX_PERL_ARCH overridenicolas.dufresne2010-08-181-11/+17
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@729 c587cffe-e639-0410-9787-d7902ae8ed56
* Add PYTHON_SITEPKG_DIR overridenicolas.dufresne2010-08-181-6/+9
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@728 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix vala binding directory and add VAPI_DIR overridenicolas.dufresne2010-08-181-1/+13
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@727 c587cffe-e639-0410-9787-d7902ae8ed56
* Revert r717 - No need to introduce an additional variable. The user can ↵dominique.leuenberger@gmail.com2010-08-181-1/+1
| | | | | | override GAC_DIR to specify where it resides git-svn-id: http://libproxy.googlecode.com/svn/trunk@718 c587cffe-e639-0410-9787-d7902ae8ed56
* C# bindings: install destination can be specified with ↵dominique.leuenberger@gmail.com2010-08-172-2/+1
| | | | | | -DCSHARP_ASSEMBLY_DIR=[...] git-svn-id: http://libproxy.googlecode.com/svn/trunk@717 c587cffe-e639-0410-9787-d7902ae8ed56
* bindings: very rudimentary, but yet functional ruby bindingsdominique.leuenberger2010-07-073-0/+33
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@711 c587cffe-e639-0410-9787-d7902ae8ed56
* C# bindings: bindings can now be enabled for building / installation bydominique.leuenberger2010-07-077-10/+25
| | | | | | | | | | passing -DWITH_DOTNET to cmake. Move the bindings to an own subfolder. git-svn-id: http://libproxy.googlecode.com/svn/trunk@708 c587cffe-e639-0410-9787-d7902ae8ed56
* Removed non-needed PREFIX to install PATH and fixed conventionnicolas.dufresne2010-06-141-1/+1
| | | | | | | The main change here is that using relative path will let someone change the PREFIX without having to change all the others. The rest is cleanup. git-svn-id: http://libproxy.googlecode.com/svn/trunk@701 c587cffe-e639-0410-9787-d7902ae8ed56
* Use more normal path variablesnpmccallum2010-06-132-2/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@695 c587cffe-e639-0410-9787-d7902ae8ed56
* rearrainge the build system ; make libmodman optionally build against ↵npmccallum2010-06-121-7/+5
| | | | | | external libmodman ; please test git-svn-id: http://libproxy.googlecode.com/svn/trunk@693 c587cffe-e639-0410-9787-d7902ae8ed56
* Revert 654 that broke compilation of perl binding on OS Xnicolas.dufresne2010-06-071-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@690 c587cffe-e639-0410-9787-d7902ae8ed56
* Added NULL check when calling _get_proxies() with py3 fixnicolas.dufresne2010-06-011-3/+13
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@680 c587cffe-e639-0410-9787-d7902ae8ed56
* Set link_directories in every CMakeList.txtnicolas.dufresne2010-05-191-0/+1
| | | | | | | | This is a workaround to a cmake bug. CMake tends to link libraries against other library dependency (first bug) but does not deal with the fact that those libraries may be in non-standard directory (second bug). git-svn-id: http://libproxy.googlecode.com/svn/trunk@672 c587cffe-e639-0410-9787-d7902ae8ed56
* Replace calls to px_free by call to libc.freenicolas.dufresne2010-05-191-2/+14
| | | | | | | | The px_free function is gone from libproxy interface. To free the returned string we now have to call libc free. This implementation includes a quirk for Windows platform and should work on any other posix platform. git-svn-id: http://libproxy.googlecode.com/svn/trunk@671 c587cffe-e639-0410-9787-d7902ae8ed56
* Added WITH_ options to allow custom buildsnicolas.dufresne2010-05-171-9/+16
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@663 c587cffe-e639-0410-9787-d7902ae8ed56
* fix cmake error RE perl bindings on OSXnpmccallum2010-03-301-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@655 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl: No need to link against libperldominique.leuenberger2010-03-291-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@654 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl: fix parallel buildingdominique.leuenberger2010-03-281-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@641 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl: remove some debugging in the cmake build processdominique.leuenberger2010-03-281-2/+0
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@640 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl: Allow distributions to install our perl module in vendor path. ↵dominique.leuenberger2010-03-283-3/+19
| | | | | | openSUSE does this for example with shipped libs. Let's make Distro's lifes easy. Additionally, drop FindPerlMore, as we can get almost all of it from FindPerlLibs which is included since cmake 2.6.4 git-svn-id: http://libproxy.googlecode.com/svn/trunk@638 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl: the library needs to be linked agains libproxy of coursedominique.leuenberger2010-03-281-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@637 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl: the library should be called Libproxy.so, thus removing the default ↵dominique.leuenberger2010-03-281-0/+1
| | | | | | name prefix git-svn-id: http://libproxy.googlecode.com/svn/trunk@636 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl: Cleaning up the lib folder that got messed up.dominique.leuenberger2010-03-282-0/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@634 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl: Integrate the perl bindings in our CMake Build Systemdominique.leuenberger2010-03-2819-1566/+66
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@633 c587cffe-e639-0410-9787-d7902ae8ed56
* Vala: Install bindings when -DWITH_VALA=yes is passed to cmakedominique.leuenberger2010-03-261-0/+6
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@632 c587cffe-e639-0410-9787-d7902ae8ed56
* py bindings: correct documentation part (follow the old api change from ↵dominique.leuenberger2010-03-101-2/+2
| | | | | | getProxy to getProxies) git-svn-id: http://libproxy.googlecode.com/svn/trunk@612 c587cffe-e639-0410-9787-d7902ae8ed56
* vala: change namespace from Px to Libproxydominique.leuenberger2010-03-011-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@592 c587cffe-e639-0410-9787-d7902ae8ed56
* Perl bindings and sample application. Bindings written by Gonéri LE BOUDERdominique.leuenberger2010-03-0115-0/+1712
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@591 c587cffe-e639-0410-9787-d7902ae8ed56
* Vala bindings and sample (sample needs some more work to be useful). Thanks ↵dominique.leuenberger2010-03-011-0/+10
| | | | | | to frederik @ irc.gimp.org git-svn-id: http://libproxy.googlecode.com/svn/trunk@590 c587cffe-e639-0410-9787-d7902ae8ed56
* install python bindings into non-platform specific locationnpmccallum2010-02-261-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@586 c587cffe-e639-0410-9787-d7902ae8ed56
* new build system: CMakenpmccallum2010-01-166-0/+236
git-svn-id: http://libproxy.googlecode.com/svn/trunk@455 c587cffe-e639-0410-9787-d7902ae8ed56