summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-11-21bump post release version to 2.9prePeter Hatina1-1/+1
2012-11-20bump spice-xpi version to 2.8Peter Hatina1-1/+1
2012-11-20fix distcheck when not compiling with test page generatorPeter Hatina1-5/+3
2012-07-02introduce test page generatorPeter Hatina1-6/+16
2012-02-24Switch from log4cpp to glibMarc-André Lureau1-4/+4
GLib is used in the defacto library for desktop projects. It includes logging facilities that can be filtered by domain and level, and can be redirected or formated in various ways. Instead of pulling an extra large depedency for a small plugin, let's use what is common to the desktop. Afaict, nobody else is using log4cpp in Fedora. The configuration file is not user friendly. In comparison, you can just run "G_MESSAGES_DEBUG=SpiceXPI firefox" and easily modify logging via environment variable. There is no logging to file, and there is no configuration file. If you want to redirect to file, you can do so via redirection, or other mechanisms (ldpreload, environment..).
2012-02-24build: some clean-upMarc-André Lureau1-18/+0
- remove invalid or obsolete includes, variables - get rid of useless variables - make it more silent - shorten file location: /foo/baz/bar -> bar - prefer $(top_srcdir)/foo/bar vs ../../../foo/bar - remove useless configure check - sort a few lines
2012-02-24build: use spice-protocol as a submoduleMarc-André Lureau1-1/+2
2012-02-19build: use spice-protocol headersMarc-André Lureau1-0/+3
2012-01-27build: post-release bump to 2.8preMarc-André Lureau1-1/+1
2012-01-27build: deal with non-const return values of NPP_GetMIMEDescription()Marc-André Lureau1-0/+28
Deal with const and non-const return value of NPP_GetMIMEDescription(). Although it is hard to find evidences of how this value is used, I think the non-const value could return a static string. But I prefer being on the safe side and return a strdup() to the risk of leaking that string on older versions. Fixes the build on RHEL6 with xulrunner-1.9.2.24-2.el6.
2012-01-26build: fix build on both rhel6/<f16 and f16Marc-André Lureau1-11/+10
2011-10-03Merge branch 'master' of ssh://git.freedesktop.org/git/spice/spice-xpiPeter Hatina1-190/+11
2011-09-28data: add test.html pageMarc-André Lureau1-0/+1
Originally provided by Alon Levy and Peter Hatina.
2011-09-28build-sys: remove useless checks, improve it a bitMarc-André Lureau1-190/+10
2011-08-25call JS OnDisconnected, when spicec quitsPeter Hatina1-1/+1
2011-06-07dropped libX11-devel dependencyPeter Hatina1-6/+1
2011-04-27initPeter Hatina1-0/+285