summaryrefslogtreecommitdiff
path: root/libproxy/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.4.11dominique.leuenberger@gmail.com2012-11-301-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@868 c587cffe-e639-0410-9787-d7902ae8ed56
* Version 0.4.10nicolas.dufresne@gmail.com2012-10-151-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@863 c587cffe-e639-0410-9787-d7902ae8ed56
* Version 0.4.9nicolas.dufresne@gmail.com2012-10-101-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@856 c587cffe-e639-0410-9787-d7902ae8ed56
* Version 0.4.8nicolas.dufresne@gmail.com2012-10-021-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@848 c587cffe-e639-0410-9787-d7902ae8ed56
* build system: Pass a real value to _POSIX_C_SOURCE. Fixes issue#160dominique.leuenberger@gmail.com2011-11-021-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@826 c587cffe-e639-0410-9787-d7902ae8ed56
* Revert #824: too many local changes were applied.dominique.leuenberger@gmail.com2011-11-021-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@825 c587cffe-e639-0410-9787-d7902ae8ed56
* build system: Pass a real value to _POSIX_C_SOURCE. Fixes issue#160dominique.leuenberger@gmail.com2011-11-021-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@824 c587cffe-e639-0410-9787-d7902ae8ed56
* Version 0.4.7nicolas.dufresne2011-06-061-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@813 c587cffe-e639-0410-9787-d7902ae8ed56
* Updated files for version 0.4.6nicolas.dufresne2010-09-011-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@750 c587cffe-e639-0410-9787-d7902ae8ed56
* Bumped to version 0.4.5nicolas.dufresne2010-08-191-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@734 c587cffe-e639-0410-9787-d7902ae8ed56
* Clean flags and commentsnicolas.dufresne2010-08-181-4/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@726 c587cffe-e639-0410-9787-d7902ae8ed56
* Synced with libmodman enhancementnicolas.dufresne2010-08-181-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@724 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix KDE builds and tests, fixes #127 and #128npmccallum2010-06-131-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@694 c587cffe-e639-0410-9787-d7902ae8ed56
* rearrainge the build system ; make libmodman optionally build against ↵npmccallum2010-06-121-184/+16
| | | | | | external libmodman ; please test git-svn-id: http://libproxy.googlecode.com/svn/trunk@693 c587cffe-e639-0410-9787-d7902ae8ed56
* Added URL test to demonstrate Issue 116nicolas.dufresne2010-05-261-0/+6
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@679 c587cffe-e639-0410-9787-d7902ae8ed56
* Use pkg_search_module() to find correct MOZJSnicolas.dufresne2010-05-191-6/+14
| | | | | | | | The foreach did not work well with FindPkgConfig modules cache. Changed it to use pkg_search_module() which does exactly what we cant. Also, manually make LIBPROXY_LIBRARY_DIRS using PARENT_SCOPE trick. git-svn-id: http://libproxy.googlecode.com/svn/trunk@675 c587cffe-e639-0410-9787-d7902ae8ed56
* Set link_directories in every CMakeList.txtnicolas.dufresne2010-05-191-5/+8
| | | | | | | | 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
* Added WITH_ options to allow custom buildsnicolas.dufresne2010-05-171-15/+24
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@663 c587cffe-e639-0410-9787-d7902ae8ed56
* rework the dependency detection, should fix the problem of gnome building on ↵npmccallum2010-03-291-45/+43
| | | | | | os x in some cases git-svn-id: http://libproxy.googlecode.com/svn/trunk@652 c587cffe-e639-0410-9787-d7902ae8ed56
* remove the X11 dependency from libproxy, it is no longer needed since we ↵npmccallum2010-03-251-14/+11
| | | | | | don't do xhasclient() git-svn-id: http://libproxy.googlecode.com/svn/trunk@626 c587cffe-e639-0410-9787-d7902ae8ed56
* fix issue #93 - Allow out-of-tree building and still be able to install ↵dominique.leuenberger2010-03-111-4/+4
| | | | | | libproxy-1.0.pc and Findlibproxy.cmake git-svn-id: http://libproxy.googlecode.com/svn/trunk@614 c587cffe-e639-0410-9787-d7902ae8ed56
* Respect the command line moduledir and install modules there (use moduledir ↵dominique.leuenberger2010-03-071-1/+1
| | | | | | instead of rmoduledir) git-svn-id: http://libproxy.googlecode.com/svn/trunk@607 c587cffe-e639-0410-9787-d7902ae8ed56
* use libdir to install the files instead of rlibdir.dominique.leuenberger2010-03-061-3/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@605 c587cffe-e639-0410-9787-d7902ae8ed56
* cmake: Add a Findlibproxy.cmake to our bundle.dominique.leuenberger2010-03-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings. git-svn-id: http://libproxy.googlecode.com/svn/trunk@604 c587cffe-e639-0410-9787-d7902ae8ed56
* Added ability to select mozjs search ordernpmccallum2010-03-061-12/+9
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@600 c587cffe-e639-0410-9787-d7902ae8ed56
* don't install libproxy pc file on mac os xnpmccallum2010-03-051-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@596 c587cffe-e639-0410-9787-d7902ae8ed56
* fix building on Fedora 13+npmccallum2010-03-051-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@593 c587cffe-e639-0410-9787-d7902ae8ed56
* fix MOZJS_INCLUDE_DIR and WEBKIT_INCLUDE_DIR to use the correct cache typenpmccallum2010-03-011-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@588 c587cffe-e639-0410-9787-d7902ae8ed56
* On NON-WIN32 platforms we need the pkgconfig files ( seems not to work)dominique.leuenberger2010-02-261-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@587 c587cffe-e639-0410-9787-d7902ae8ed56
* bump soversion on libproxy due to the API changenpmccallum2010-02-251-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@581 c587cffe-e639-0410-9787-d7902ae8ed56
* cleanup the config_kde module; make it actually buildnpmccallum2010-02-251-5/+6
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@579 c587cffe-e639-0410-9787-d7902ae8ed56
* add support for builtin modulesnpmccallum2010-02-241-40/+55
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@569 c587cffe-e639-0410-9787-d7902ae8ed56
* Add support for building against mozjs or webkit on win32 (via manually set ↵npmccallum2010-02-111-3/+22
| | | | | | cache variables) git-svn-id: http://libproxy.googlecode.com/svn/trunk@536 c587cffe-e639-0410-9787-d7902ae8ed56
* fix mozjs detectionnpmccallum2010-02-101-3/+6
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@533 c587cffe-e639-0410-9787-d7902ae8ed56
* fix envvar on non-Apple UNIXnpmccallum2010-02-081-1/+5
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@529 c587cffe-e639-0410-9787-d7902ae8ed56
* fix build on macosxnpmccallum2010-02-081-4/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@528 c587cffe-e639-0410-9787-d7902ae8ed56
* fix compilation issuesnpmccallum2010-02-081-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@521 c587cffe-e639-0410-9787-d7902ae8ed56
* massive rework; split off libmodman; make unit tests for libmodman; remove ↵npmccallum2010-02-051-5/+4
| | | | | | config_wpad; remove config_file (both intenal and module); remove config ordering support; merge lukas' kde plugin rework git-svn-id: http://libproxy.googlecode.com/svn/trunk@513 c587cffe-e639-0410-9787-d7902ae8ed56
* config_w32reg actually works now, including ignore support; other misc win32 ↵npmccallum2010-02-041-3/+10
| | | | | | fixes git-svn-id: http://libproxy.googlecode.com/svn/trunk@512 c587cffe-e639-0410-9787-d7902ae8ed56
* remove builtin module support; there is a better way to do thisnpmccallum2010-01-281-78/+71
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@509 c587cffe-e639-0410-9787-d7902ae8ed56
* fix cmake bug causing errors when deps not foundnpmccallum2010-01-261-3/+5
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@508 c587cffe-e639-0410-9787-d7902ae8ed56
* implement conditional modulesnpmccallum2010-01-241-21/+24
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@503 c587cffe-e639-0410-9787-d7902ae8ed56
* make builtin modules part of the module_manager apinpmccallum2010-01-241-2/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@502 c587cffe-e639-0410-9787-d7902ae8ed56
* disable/remove wpad_dnsdevolution, rename wpad_dns -> wpad_dns_aliasnpmccallum2010-01-231-2/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@494 c587cffe-e639-0410-9787-d7902ae8ed56
* re-enable SHARED library onlynpmccallum2010-01-231-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@493 c587cffe-e639-0410-9787-d7902ae8ed56
* make visibility hidden by default and begin to export symbols; minor reworknpmccallum2010-01-231-3/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@492 c587cffe-e639-0410-9787-d7902ae8ed56
* remove -g option from specific builds (its a global option now)npmccallum2010-01-221-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@488 c587cffe-e639-0410-9787-d7902ae8ed56
* the "OMG, I think it builds on win32!" commitnpmccallum2010-01-211-4/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@486 c587cffe-e639-0410-9787-d7902ae8ed56
* yet another set of build fixes for win32npmccallum2010-01-201-1/+5
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@485 c587cffe-e639-0410-9787-d7902ae8ed56
* move the builtins array into the module_manager (from the separate header)npmccallum2010-01-201-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@483 c587cffe-e639-0410-9787-d7902ae8ed56