summaryrefslogtreecommitdiff
path: root/libproxy/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Remove all existing codeJan-Michael Brummer2023-03-271-23/+0
* Version 0.4.18Dominique Leuenberger2022-06-201-1/+1
* Version 0.4.170.4.17Dominique Leuenberger2020-12-291-1/+1
* Release: 0.4.16Dominique Leuenberger2020-11-171-1/+1
* Version 0.4.150.4.15Dominique Leuenberger2017-05-111-1/+1
* Prepare for 0.4.14Dominique Leuenberger2017-01-091-1/+1
* Version 0.4.130.4.13Dominique Leuenberger2016-04-281-1/+1
* 0.4.12 - prepare release0.4.12Dominique Leuenberger2016-01-121-1/+1
* Version 0.4.11dominique.leuenberger@gmail.com2012-11-301-1/+1
* Version 0.4.10nicolas.dufresne@gmail.com2012-10-151-1/+1
* Version 0.4.9nicolas.dufresne@gmail.com2012-10-101-1/+1
* Version 0.4.8nicolas.dufresne@gmail.com2012-10-021-1/+1
* build system: Pass a real value to _POSIX_C_SOURCE. Fixes issue#160dominique.leuenberger@gmail.com2011-11-021-1/+1
* Revert #824: too many local changes were applied.dominique.leuenberger@gmail.com2011-11-021-1/+1
* build system: Pass a real value to _POSIX_C_SOURCE. Fixes issue#160dominique.leuenberger@gmail.com2011-11-021-1/+1
* Version 0.4.7nicolas.dufresne2011-06-061-1/+1
* Updated files for version 0.4.6nicolas.dufresne2010-09-011-1/+1
* Bumped to version 0.4.5nicolas.dufresne2010-08-191-1/+1
* Clean flags and commentsnicolas.dufresne2010-08-181-4/+3
* Synced with libmodman enhancementnicolas.dufresne2010-08-181-1/+1
* Fix KDE builds and tests, fixes #127 and #128npmccallum2010-06-131-1/+1
* rearrainge the build system ; make libmodman optionally build against externa...npmccallum2010-06-121-184/+16
* Added URL test to demonstrate Issue 116nicolas.dufresne2010-05-261-0/+6
* Use pkg_search_module() to find correct MOZJSnicolas.dufresne2010-05-191-6/+14
* Set link_directories in every CMakeList.txtnicolas.dufresne2010-05-191-5/+8
* Added WITH_ options to allow custom buildsnicolas.dufresne2010-05-171-15/+24
* rework the dependency detection, should fix the problem of gnome building on ...npmccallum2010-03-291-45/+43
* remove the X11 dependency from libproxy, it is no longer needed since we don'...npmccallum2010-03-251-14/+11
* fix issue #93 - Allow out-of-tree building and still be able to install libpr...dominique.leuenberger2010-03-111-4/+4
* Respect the command line moduledir and install modules there (use moduledir i...dominique.leuenberger2010-03-071-1/+1
* use libdir to install the files instead of rlibdir.dominique.leuenberger2010-03-061-3/+3
* cmake: Add a Findlibproxy.cmake to our bundle.dominique.leuenberger2010-03-061-0/+6
* Added ability to select mozjs search ordernpmccallum2010-03-061-12/+9
* don't install libproxy pc file on mac os xnpmccallum2010-03-051-1/+1
* fix building on Fedora 13+npmccallum2010-03-051-1/+1
* fix MOZJS_INCLUDE_DIR and WEBKIT_INCLUDE_DIR to use the correct cache typenpmccallum2010-03-011-2/+2
* On NON-WIN32 platforms we need the pkgconfig files ( seems not to work)dominique.leuenberger2010-02-261-1/+1
* bump soversion on libproxy due to the API changenpmccallum2010-02-251-1/+1
* cleanup the config_kde module; make it actually buildnpmccallum2010-02-251-5/+6
* add support for builtin modulesnpmccallum2010-02-241-40/+55
* Add support for building against mozjs or webkit on win32 (via manually set c...npmccallum2010-02-111-3/+22
* fix mozjs detectionnpmccallum2010-02-101-3/+6
* fix envvar on non-Apple UNIXnpmccallum2010-02-081-1/+5
* fix build on macosxnpmccallum2010-02-081-4/+4
* fix compilation issuesnpmccallum2010-02-081-2/+2
* massive rework; split off libmodman; make unit tests for libmodman; remove co...npmccallum2010-02-051-5/+4
* config_w32reg actually works now, including ignore support; other misc win32 ...npmccallum2010-02-041-3/+10
* remove builtin module support; there is a better way to do thisnpmccallum2010-01-281-78/+71
* fix cmake bug causing errors when deps not foundnpmccallum2010-01-261-3/+5
* implement conditional modulesnpmccallum2010-01-241-21/+24