summaryrefslogtreecommitdiff
path: root/libproxy/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* make builtin modules part of the module_manager apinpmccallum2010-01-241-2/+1
* disable/remove wpad_dnsdevolution, rename wpad_dns -> wpad_dns_aliasnpmccallum2010-01-231-2/+1
* re-enable SHARED library onlynpmccallum2010-01-231-1/+1
* make visibility hidden by default and begin to export symbols; minor reworknpmccallum2010-01-231-3/+2
* remove -g option from specific builds (its a global option now)npmccallum2010-01-221-2/+2
* the "OMG, I think it builds on win32!" commitnpmccallum2010-01-211-4/+4
* yet another set of build fixes for win32npmccallum2010-01-201-1/+5
* move the builtins array into the module_manager (from the separate header)npmccallum2010-01-201-1/+1